Web Development Links
General Web Development
- http://www.alistapart.com - Good articles on many aspects of web design
- http://www.456bereastreet.com/lab/developing_with_web_standards/ - Article on Web Standards
Layout/ Typography
- http://www.markboulton.co.uk/ - Articles on Grid use and typography
- http://drewish.com/tools/vertical-rhythm - Vertical rhythm calulator for CSS
- http://typetester.maratz.com/ - Screen-type comparison tool
- http://www.upsdell.com/BrowserNews/res_fonts.htm - Web-safe fonts and samples
HTML
- http://www.w3.org/TR/html4/ - HTML 4.01 specification
- http://www.w3.org/TR/xhtml-basic/ - XHTML specification
- http://validator.w3.org/ - Validate your HTML
- http://www.cwru.edu/cgi-bin/tutorial/laboratory - Test your HTML
CSS
- http://www.bluerobot.com
- http://www.glish.com/css/ - CSS layout techniques
- http://css.nu/pointers/bugs-nn.html - Netscape 4.x bugs and workarounds
- http://www.richinstyle.com/bugs/netscape4.html - More Netscape 4 bugs
- http://www.brainjar.com/css/using/ - Using CSS
- http://www.meyerweb.com/eric/css/ - One of the top CSS experts
Accessibility
- http://webxact.watchfire.com/ - Accessibility validator
- http://www.section508.gov/ - Gov't Section 508 compliance
JavaScript
- http://www.webreference.com/js/tips/ - Javascript tips
