Wednesday, December 22, 2010

Please Check Blackboard

I put in all the exam grades. If you took the exam but don't see your grade there, please contact me ASAP.

Thanks,
Josh

Sunday, December 19, 2010

how to download and install fugu and textwrangler
http://cs12.cs.qc.cuny.edu/~xiuyi/fugu.html

the web page assignment
http://eniac.cs.qc.edu/~svitak/cs12/webpageassign.html

Access exam is today

at 10 AM.
If you took it last week, then you already took it.

Sunday, December 5, 2010

Instructions for the web page assignment

http://eniac.cs.qc.edu/~svitak/cs12/webpageassign.html
#775F55

hexadecimal - base 16

binary base system
octal base system

0123456789ABCDEF

two decimal digits -- 100 diff values

two binary digits - 4 different value
00
01
10
11

two hexadecimal digits - 256 different values
16 x 16 = 256
2 ^ 8 = 256

colors often stored as RGB
255
0
0
pure red

0
255
0
pure green

0
0
255
pure blue

0 - 00
0
0
black

255 - FF
255
255
pure white