Now we are on to the coding stage of this Website. The idea is to code out the main structure of the page in HTML/CSS/JavaScript, get everything looking correctly in the appropriate browsers, make sure the code validates and then convert it to a WordPress template.
Thinking that it would be nice for the bottom of the columns to line up, we decide to use a nice little JavaScript to do the trick – Easy to code, looks nice and works in all of the browsers – except Opera. F@ck! So, back to the faux column HTML/CSS code – Easy to code, looks nice and works in all of the browsers – except Internet Explorer 7. F@ck! And so it goes…
As most Web developers will tell you, Internet Explorer (IE) is the bane of our existence. Countless hours are lost trying to figure out how IE is misinterpreting the code and how we can create some kind of creative hack/fix that will still let our code validate. Not only that, each version of IE is buggy in different ways which results in different hacks for different IE versions. Luckily at Atom-O-Rama we have an official policy that we will not support IE6. We only have to code for IE7 and up. This means that we don’t have to pull all of our hair out in late night frustration – just a few strands.













