JS Variables and IE

While embedding Google Maps into a website I’m working on, I found it caused a scripting error in IE:

Object doesn't support property or method: Line: blah Char: blah

Eventually I found the problem. Apparently IE needs variables to be called in JavaScript. You know, with the actual “var” operator/statement (It’s 2007. Who does that anymore?).

So I’ll have to remember that.


< h2 > in Wordpress Links List

Wordpress by default adds < li > and < h2 > tages for each category header for the link menu/list in the sidebar. I found it annoying, because why would I want to have large < h2 > tags for the category headers for the links along with standard-size text for the headers of the other section of the sidebar. It ofsets the balance of the page.

But anyway, I fixed this imbalance, so it’s cool. Now I can sleep in peace.


Powered by WordPress