Archive for May, 2007

Ajax Daddy

More Ajax for you!
Ajax Daddy:  http://www.ajaxdaddy.com/

Just can’t beat the CSS Zen Garden for design ideas. This site is always has new layouts too!
CSS Zen Garden: http://www.csszengarden.com/

Do those special characters bug the hell out of you? Here is a good list of them to help you in your coding. The list tells you their name code, number code, Glyph, and the description. This is a good reference
Special Characters: http://www.webmonkey.com/webmonkey/reference/special_characters/

Here are some more CSS Templates.
Templates: http://www.smashingmagazine.com/2007/01/12/free-css-layouts-and-templates

40 simple but useful CSS templates.  I use these are starting points all the time.
Templates: http://blog.html.it/layoutgala/

If you have been looking for some ajax to spiff up your site well then you need to check out this site.  miniajax.com has a bunch of simple downloadable ajax code to help you make your site web 2.0′ish.  It’s worth a look.  They have everything, Graphing , Start Rating systems, CSS Overlays, and much more.  [...]

Here is a good way to create javascript tabs.  This code is very simple and works great! 
Javascript Tabs: http://www.onlinetools.org/tools/domtabdata/

Have you ever used Google Suggest and want to implement it on your site?  phpRiot() has a good tutorial on how to create your own custimizedGoogle Suggest using Ajax
Cloning Google Suggest with AjaxAC: http://www.phpriot.com/d/articles/php/application-design/google-suggest-ajaxac/index.html

Sortable Tables

Sortable tables made easy via Javascript!
Sortable Table: http://www.mattkruse.com/javascript/sorttable/

Every wonder how to populate drop downs based on selection? Here is some javascript code for dynamic select boxes.
Dynamic Select Boxes: http://www.mattkruse.com/javascript/dynamicoptionlist/