web design |
MATT'S PERL SCRIPTS
|
"Matt's Script Archive." a hodgepodge of perl cgi scripts essential to website design, including discussion forums, guestbooks, counters, credit card verifiers, and more. and all FREE!
http://www.scriptarchive.com/
|
PHP/MYSQL
|
a really really great tutorial on php, mysql, and using php and mysql in combination to easily create database-powered webpages.
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
|
BARE BONES HTML
|
two years ago when i decided to teach myself web programming, this was the HTML reference i frequented most. concise.
http://werbach.com/barebones/barebones.html
|
HTML COLORS
|
good color choices can make for a much more pleasant web experience. to help me choose colors, i use this link. why this one? because it tells me names of colors instead of hexadecimal values no one can interpret or remember.
http://www.w3schools.com/html/html_colornames.asp
|
CSS TUTORIALS
|
if you plan to make a long-term site which has more than a few webpages, read this link first! it'll save you lots of time! css stands for cascading style sheets, which are basically style templates for your webpages. rather than changing all the color tags and alignment properties and fonts each time you want to give your site a new look, you just tweak a separate css file which contains style properties of your choice.
http://www.htmlhelp.com/reference/css/
|
SSI INCLUDES
|
ssi includes let you insert html code from a text file into a webpage. this is extremely useful if you want multiple webpages to have the same characteristics, such as a header or footer.
http://www.vortex-webdesign.com/help/intro_ssi.htm
|