Links of Interest
Just a list of links for you today. Mostly JavaScript and CSS.
* [CSS Color Chart][1] is a handy page to just view basically all the colors. I like scrolling fast up and down.
* [Fading Tooltip Titles][2] is a script to give you tooltips that fade in and out. I pretty much HATE this effect, but if you like it, or are looking for it, this script seems to be pretty decent. ([via][2via])
* A handy [cheat-sheet for mod-rewrite][3] for all your .htaccess needs.
* [Cure your float drops and wraps][4]. Float drops is when your float is correct, but the content following sits under the float. This article will help you solve this problem.
* [Developer notes for prototype.js][5]. If you’re not familiar with [prototype.js][5b], please explore further.
* [footerStickAlt][6] is the latest piece of genius from [Cameron Adams][6b]. Make your footer stick to the bottom of the page, or the browser window, whichever is lower.
* [CSS Photo Gallery][7], using no javascript, CSS only.
* Essentials of [CSS Hacking For Internet Explorer][8]. Really, based upon the latest from the IETeam, use conditional comments.
* What is [hasLayout][9] and [why is it important][9b]?
[1]: http://www.somacon.com/p142.php
[2]: http://www.dustindiaz.com/sweet-titles/
[2via]: http://www.fortysomething.ca/mt/etc/archives/2005/09/sweet_titles.php
[3]: http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/
[4]: http://nemesis1.f2o.org/aarchive?id=11
[5]: http://www.sergiopereira.com/articles/prototype.js.html
[5b]: http://prototype.conio.net/
[6]: http://www.themaninblue.com/experiment/footerStickAlt/
[6b]: http://www.themaninblue.com/
[7]: http://www.cssplay.co.uk/menu/gallery3l.html
[8]: http://www.maratz.com/blog/archives/2005/06/16/essentials-of-css-hacking-for-internet-explorer/
[9]: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/expie20050831.asp
[9b]: http://www.satzansatz.de/cssd/onhavinglayout.html