AUTHOR: APEworks DATE: 8:16:00 AM ----- BODY: This should be a picture Okay, it has come to my attention that, because of the stupid hacks and cracks that I've been using on this Blogger account, Microsoft Internet Explorer 7 fails to load this site properly. Well, for the short answer, download Firefox. For the long answer that you may not understand... From Gary Haran.COM...
Internet Explorer doesn’t like scripts appending elements to the existing DOM, especially when the script tag is inside ul, ol, table, form, blockquote, and various other tags…. When Internet Explorer fails it fails spectacularly by shutting down the script engine and aborting page rendering. Solution(s) One way to circumvent the error is to wait till the entire page DOM has been rendered. You can do that with window.onload or if you prefer using Prototype Javascript Framework you can get away by launching the DOM operation with dom:loaded.. jQuery has the ready method but numerous frameworks come with their own implementation.

Labels: , , , ,

--------

My blog has moved! Redirecting…

You should be automatically redirected. If not, visit http://blog.ape-works.com and update your bookmarks and linkbacks.