Why DOM-ready still sucks
For those of you who are familiar with JavaScript libraries, you are probably at least a little bit aware that there is an “event” that occurs during the loading of a page which abstractly represents the point in time in which the browser has fully processed the structure (aka, the “DOM”) of the HTML document [...]

