Web Resources

Quick Code Reference

CSS Hacks Using Selector Bugs

IE 6 and below * html {}
IE 7 and below *:first-child+html {} * html {}
IE 7 only *:first-child+html {}
IE 7 and modern browsers only html>body {}
Modern browsers only (not IE 7) html>/**/body {}
Recent Opera versions 9 and below html:first-child {}


Development Tools, and Resources

PHP/MySQL

Javascript and JQuery

Miscellaneous