Tuesday, November 25, 2008

11/25/08

What are some messages that you might use when programming a computer game?


100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request
101 Switching Protocols The server switches protocol
2xx: Successful
Message: Description:
200 OK The request is OK
201 Created The request is complete, and a new resource is created 
202 Accepted The request is accepted for processing, but the processing is not complete

Monday, November 24, 2008

11/24/08

Why do you think that color is added to a table cell?



HTML colors can be defined as a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB).
The lowest value that can be given to one light source is 0 (hex #00) and the highest value is 255 (hex #FF).

Friday, November 21, 2008

11/21/08

List 3 different ways you could use frames when working on the Internet.

  • The tag defines what HTML document to put into each frame
In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window. The second column is set to 75% of the width of the browser window. The HTML document "frame_a.htm" is put into the first column, and the HTML document "frame_b.htm" is put into the second column:
  • The tag defines how to divide the window into frames
  • Each frameset defines a set of rows or columns
  • The values of the rows/columns indicate the amount of screen area each row/column will occupy

Thursday, November 20, 2008

11/20/08

What do you think you would use HTML frames for? How is iGoogle similar to HTML frames?

With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.

Monday, November 17, 2008

11/17/08

This is the 1st day of the marking period. What did you do last marking period that you will continue to do to be successful? What are you going to do different this marking period? 

I had to keep working and working so i can get my grade that i suppose to get

Friday, November 14, 2008

11/13/08

What is the most important thing that you learned in this class so far? Why? Did you achieve your goals? Are you satisfied with your effort and achievement?

Was i learned in this class is working what i ahieve for and my goal is to get a A or a A+

Monday, November 10, 2008

11/10/08

How do you turn plain text into HTML? Why would you want to do this?

HTML uses a hyperlink to link to another document on the Web.