Friday, August 1, 2008

Hexadecimal Code used in HTML

The RGB hexadecimal color code used in HTML uses a modified hexadecimal number to assign the color. The code is six digits long where the first two digits are the shades of red, the middle two digits are the shades of green and the last two digits are the shades of blue. These shades are blended by the browser to make the resultant color much the same way as we mix colors to make different shades of paint.


There are 16.7 million different colors in the hexadecimal color system. Each color can have as many as 162 = 256 shades of color. If all three colors take on the brightest shade, the resultant color #FFFFFF is white. If all colors take on the least brightest shade, the resultant color #000000 is black.


Each of the 6 digits in the hexadecimal code is broken into 3 separate groups...
#XXxxxx - Red Color Value
#xxXXxx - Green Color Value
#xxxxXX - Blue Color Value


Each digit is a value from 0 to F, in the hexadecimal system. The hexadecimal color system counts by 0 1 2 3 4 5 6 7 8 9 A B C D E F, with 0 being null value, and F being highest value.
So if the first two digits (red values) are full (FF) and the other four are null (00) the color will be red.

If the first two are null (00), the third and fourth digit (green value) are full (FF), and the fifth and sixth digit are null (00), the color will be green.

If the first four digits are null (00), and the fifth and sixth digit (blue value) are full (FF), the color will be blue.

Week 2 Vocabulary

The vocabulary quiz will be given on Friday, January 30th.







Text editor:
A program that allows you to manually key HTML commands into a blank document. Examples are Notepad and Wordpad.




WYSIWYG:
What you see is what you get. Software that enables you to see images on screen exactly as they will appear when printed.




Hypertext:
A system of writing and displaying text that enables the text to be linked in multiple ways.




HTTP:
Hypertext Transport Protocol. The standard used to send an HTML document across the World Wide Web.




HTML:
Hypertext Markup Language. The coding scheme used to format text for use on the World Wide Web.




Case Sensitive:
When it matters if letters are typed in uppercase or lowercase. Some programs are case sensitive. HTML is not.




Head:
The html tag used to enclose the beginning elements in the HTML document, including the title.




Body:
The section of the web page which contains all the text and graphics you see in a browser window.




Hexidecimal:
The base 16 number system used to assign color to web pages. It uses the numbers 0-9 and the letters A-F.




Post:
To place an HTML file on a server to make it available for browsing.

Wednesday, July 23, 2008

Week 1 Vocabulary

Week 1 vocabulary quiz will be on Thursday, January 22nd.


AUP:
Acceptable Use Policy- an agreement that outlines guidelines you will adhere to while using a computer and the internet. Must be signed in many institutions where computers are used.

Internet:
The hardware connected together to create a massive worldwide network.

World Wide Web:
Software that sends information along the internet’s hardware. The software links multimedia documents together using hypertext.

Browser:
Software used to view information on the world wide web.

Search engine:
Software that helps a user isolate desired information or resources by searching for keywords.

Portal:
A web site that serves as a starting point to other destinations or activities on the web. A portal attempts to provide all of a user’s internet needs in one location.

.com:
A type of Internet domain assigned to URLs which are business or commercial entities.

Home page:
1. A web site’s main page. Usually contains general information about the Web site. 2. The first page that opens when you open your browser.

Web Site:
A group of related files organized around a common topic. Has a location on the WWW.

Blog:
A web site where users can post a chronological up-to-date journal entry of their thoughts. This communication tool can be individualistic or perform a crucial function for an organization or company.