A collection of all my web design & development bookmarks for your perusal. These are intermediate to advanced topics, you won't find any "Intro to Web Design" here from me (but feel free to link your favorites in the thread!).
Did I miss anything good? Post your favorite links here with a short (short!) description, if they look handy I'll add them with credit
[I'll finish filling this stuff out later, I have about twice this much but I'm out of time -N]
Photoshop:
(X)HTML:
CSS:
http://www.positioniseverything.net/art ... t/anyorder - Any Order Columns: "A method for keeping columns (or more precisely, blocks of elements [2]) logically ordered in the source while still providing the designer the ability to display them in any order whatsoever without the need for any additional non-semantic markup."
http://meyerweb.com/eric/css/edge/bargr ... table.html - Make vertical bar graphs using only CSS & semantic markup
http://www.alistapart.com/articles/acce ... ualization - Other handy CSS bar graph methods
http://www.quirksmode.org/css/clearing.html - How to make a container stretch to encompass floated elements (instead of collapsing behind them)
http://www.alistapart.com/articles/slidingdoors/ - A handy method for creating sexy lookin' tabs using simple CSS
http://www.standardsforlife.com/overrid ... mment-3000 - How to override inline styles from a linked stylesheet and thus save your beautiful design from idiots with WYSIWYG editors!
http://woork.blogspot.com/2008/03/perfe ... g-css.html - some easy to use pagination styles inspired by popular sites
http://www.thinkvitamin.com/features/de ... s-parallax - A really cool parallax background effect using only CSS rules
Javascript/AJAX:
PHP:
http://www.ibm.com/developerworks/xml/l ... p-flexobj/ - a dynamic database object (I actually wrote and extended version of this object with a built in iterator and some other nice features, I will try to post it here later, but props to the original -N)
MySQL
http://mysqldatabaseadministration.blog ... mysql.html - great article on different MySQL encryption methods.
(X)HTML:
CSS:
http://www.positioniseverything.net/art ... t/anyorder - Any Order Columns: "A method for keeping columns (or more precisely, blocks of elements [2]) logically ordered in the source while still providing the designer the ability to display them in any order whatsoever without the need for any additional non-semantic markup."
http://meyerweb.com/eric/css/edge/bargr ... table.html - Make vertical bar graphs using only CSS & semantic markup
http://www.alistapart.com/articles/acce ... ualization - Other handy CSS bar graph methods
http://www.quirksmode.org/css/clearing.html - How to make a container stretch to encompass floated elements (instead of collapsing behind them)
http://www.alistapart.com/articles/slidingdoors/ - A handy method for creating sexy lookin' tabs using simple CSS
http://www.standardsforlife.com/overrid ... mment-3000 - How to override inline styles from a linked stylesheet and thus save your beautiful design from idiots with WYSIWYG editors!
http://woork.blogspot.com/2008/03/perfe ... g-css.html - some easy to use pagination styles inspired by popular sites
http://www.thinkvitamin.com/features/de ... s-parallax - A really cool parallax background effect using only CSS rules
Javascript/AJAX:
PHP:
http://www.ibm.com/developerworks/xml/l ... p-flexobj/ - a dynamic database object (I actually wrote and extended version of this object with a built in iterator and some other nice features, I will try to post it here later, but props to the original -N)
MySQL
http://mysqldatabaseadministration.blog ... mysql.html - great article on different MySQL encryption methods.
http://www.petefreitag.com/cheatsheets/xhtml/ - HTML & XHTML Cheat Sheet
http://www.dezwozhere.com/links.html - Tons of links to CSS articles (warning, lots of broken ones too)
http://www.positioniseverything.net/explorer.html - A great list of common bugs in IE6 and their fixes
http://www.apaddedcell.com/web-fonts - A table of screenshots of preinstalled fonts on Windows, Linux and Mac
http://www.wellstyled.com/tools/colorsc ... ex-en.html - The best color generator I've ever found, also has a feature that shows you what the color set looks with various forms of colorblindness (to check for accessibility)
http://slayeroffice.com/tools/color_palette/ - Another good color generator
http://typetester.maratz.com/ - an amazing tool for previewing and comparing any web font with various CSS styles applied (color, size, tracking a.k.a. kerning or letter-spacing, decoration, alignment, etc)
http://www.quanetic.com/regex.php - Test / debug your PCRE & POSIX regular expressions (so awesome!)
http://www.dezwozhere.com/links.html - Tons of links to CSS articles (warning, lots of broken ones too)
http://www.positioniseverything.net/explorer.html - A great list of common bugs in IE6 and their fixes
http://www.apaddedcell.com/web-fonts - A table of screenshots of preinstalled fonts on Windows, Linux and Mac
http://www.wellstyled.com/tools/colorsc ... ex-en.html - The best color generator I've ever found, also has a feature that shows you what the color set looks with various forms of colorblindness (to check for accessibility)
http://slayeroffice.com/tools/color_palette/ - Another good color generator
http://typetester.maratz.com/ - an amazing tool for previewing and comparing any web font with various CSS styles applied (color, size, tracking a.k.a. kerning or letter-spacing, decoration, alignment, etc)
http://www.quanetic.com/regex.php - Test / debug your PCRE & POSIX regular expressions (so awesome!)
PHP
http://phpdoc.org/ - Home of PHPDoc, the standard for documenting and commenting PHP
http://book.cakephp.org/ - A PHP rapid development platform, greatly simplifies common tasks in web development - think Ruby on Rails for PHP
CSS
http://cssdoc.net/ - A draft for a PHPDoc - style documentation standard for CSS
Javascript
http://jquery.com/ - An excellent javascript library that implements CSS & XPath selectors in DOM navigation, focused on efficiency & clean code
http://prototypejs.org/ - Another popular javascript framework designed to simplify common tasks; bigger and not as flexible or efficient as jQuery but with a broader feature list
http://script.aculo.us/ - A library for creating dynamic presentational effects quickly & easily, an add-on to Prototype
http://dean.edwards.name/IE7/ - A javascript library that forces IE6 to behave like it knows web standards from a bump on its ass (warning, IE6's javascript implementation is buggy and shitty too, so there are occasional problems)
Standard Data Formats & Naming Conventions
http://microformats.org/ - home of the Microformats open data format standards
http://phpdoc.org/ - Home of PHPDoc, the standard for documenting and commenting PHP
http://book.cakephp.org/ - A PHP rapid development platform, greatly simplifies common tasks in web development - think Ruby on Rails for PHP
CSS
http://cssdoc.net/ - A draft for a PHPDoc - style documentation standard for CSS
Javascript
http://jquery.com/ - An excellent javascript library that implements CSS & XPath selectors in DOM navigation, focused on efficiency & clean code
http://prototypejs.org/ - Another popular javascript framework designed to simplify common tasks; bigger and not as flexible or efficient as jQuery but with a broader feature list
http://script.aculo.us/ - A library for creating dynamic presentational effects quickly & easily, an add-on to Prototype
http://dean.edwards.name/IE7/ - A javascript library that forces IE6 to behave like it knows web standards from a bump on its ass (warning, IE6's javascript implementation is buggy and shitty too, so there are occasional problems)
Standard Data Formats & Naming Conventions
http://microformats.org/ - home of the Microformats open data format standards
Free:
http://www.aenigmafonts.com/ - Great Selection of free decorative fonts
Free & Commercial:
http://www.astigmatic.com/ - Mostly decorative, seperated by theme
http://www.bvfonts.com/ - Lots of retro & handwritten decorative
http://www.fountain.nu/catalogue/catalogue_index.asp - mostly faux foreign alphabet & culturally themed
http://www.myfonts.com/browse/foundry/larabie/ - assorted fonts, mostly sans-serif and decorative
http://www.misprintedtype.com/v3/fonts.php - Excellent selection of distressed & oddball fonts
http://www.pizzadude.dk/home.php - funky, playful fonts
Commercial Only:
http://www.aenigmafonts.com/ - Great Selection of free decorative fonts
Free & Commercial:
http://www.astigmatic.com/ - Mostly decorative, seperated by theme
http://www.bvfonts.com/ - Lots of retro & handwritten decorative
http://www.fountain.nu/catalogue/catalogue_index.asp - mostly faux foreign alphabet & culturally themed
http://www.myfonts.com/browse/foundry/larabie/ - assorted fonts, mostly sans-serif and decorative
http://www.misprintedtype.com/v3/fonts.php - Excellent selection of distressed & oddball fonts
http://www.pizzadude.dk/home.php - funky, playful fonts
Commercial Only:
Did I miss anything good? Post your favorite links here with a short (short!) description, if they look handy I'll add them with credit
[I'll finish filling this stuff out later, I have about twice this much but I'm out of time -N]