GIMP, utf-8, hex
preliminaries
- Questions about anything so far?
- I've added comments to your assignment submissions. Generally looks good.
- I've also added a rough schedule of chapters and weeks to the syllabus page.
- And the next assignment is posted for next Tues.
hex
- Review base 2 discussion; do an example.
- base 2 to base 10?
- base 10 to base 2?
- Discuss base 16: "hexidecimal".
- an "octet" or "byte" or "8 bits" is 2 hex characters, 00 to FF.
- ... or a number from 0 to 255 base 10.
special symbols
colors
(This may be review.)
- R, G, B ... why 3 primaries?
- light vs pigment mixing
- color cube
- CMYK system
- in web pages :
- rgb(10,255,50) : red, green, blue from 0 to 255
- regular names: red, yellow, purple
- six hex characters: 000000 to ffffff .
- colorblender - a page for setting up color palettes.
GIMP and images
- Types: GIF, JPG, PNG
- Play around with GIMP a bit; discuss basic operations.
- Example:
new tags
- ul, li, ol
- q, blockquote (inline vs block)
hosting your website out in the real world
- for example geekstorage.com
- many choices and price plans :
- storage
- bandwidth
- up time
- backup
- web frameworks : PHP, perl, ruby on rails, ...
- databases : MySQL, ...
- domain names and DNS servers
- shared vs dedicated servers
- control panels : file management, settings, etc
- ssh and shell access