CS 132 - Using Computers


TA    : Kiran Chitluri
Email : kiran@cs.wisc.edu
Office: 1306 Computer Sciences Building
Phone : 262-6601
Office Hours:
       Monday 10:00-11:00 am
       Wednesday 11:00-12:00 pm

A COOL PIC I MADE WITH ANIMATION SHOP!


COOL PICS DIRECTORY! Use these Pics if you like for your webpage. Also make sure to search the web!

MIDTERM REVIEW

ADVANCED WEB PAGE DESIGN

QUIZ #5 REVIEW


FORWARDING INFO

Due to problems reported to the lab administration we have changed the method of forwarding. To forward a copy of your mail to from your cs.wisc.edu account to your students.wisc.edu account please go to this link.
or follow the directions described below.
  1. Open the dos prompt at Start-Programs-Command Prompt
  2. type "cd public"
  3. type "echo username@students.wisc.edu>.forward"
  4. type "echo \csusername@cs.wisc.edu>>.forward"(notice that you use double >> here) - also don't forget the slash and please make sure it is the correct slash.
  5. make sure to test your email forwarding


FUN STUFF

REALLY COOL STUFF
The steps to making your first web document!
  1. Open Notepad (found at start->programs->accessories)
  2. Copy and Paste the simple html doc from the NCSA HTML primer website into Notepad. To find the sample code the Fast way you should use Netscapes Find in Page Feature under the Edit menu (search on "simple" and Find the second "simple"
  3.  
        <html>
        <head>
        <TITLE> A Simple HTML Example </TITLE> 
        </head> 
        <body> 
        <H1> HTML is Easy To Learn </H1> 
        <P> Welcome to the world of HTML. 
        This is the first paragraph. While short it is  
        still a paragraph!</P>
        <P> And this is the second paragraph. </P>
        </body> 
        </html>
    
  4. Use File/ SAVE AS to save the file into U:/public/html/ as index.html. Make sure the "save as type" set to all files because otherwise the ".txt" extension will be added to the file and it will be saved as "indexl.html.txt"(a text document) instead of "index.html"(an html document)

A great service that you pay for so take advantage of it!

Student Peer Training Program

Everyone should try to check out at least one of the Courses You Already Pay for

The Independent Minded can also take advantage of one of the newest ways to learn: SELF-PACED STUDY ONLINE
Ask me for a FREE login if you are interested.



Videos on topics so you can fast forward, rewind to the good parts. VIDEOS Recommended videos

Having Problems with your Web Page?
Try Validating your HTML TOOLS