Name: Shaun Robinson
Age: 25
Occupation: Web Designer / Developer
Location: Ipswich, United Kingdom
Living with: My partner Andrew, and two kids Elliot and Oliver.
Attention Firefox 2 user: your browser is out of date. Please visit http://getfirefox.com to get the newest version!
ReBlogged from webkitbits
ReBlogged from thinkdrastic
This is because working with Safari/Google Chrome is a dream, and I enjoy it so much.
Then when it comes to testing in Internet Explorer I just want to scream.
ReBlogged from webkitbits

I have added some support for Internet Explorer 8 on my site, as it was looking a bit of a mess before.
I refuse to support the horrible messes that are older versions of Internet Explorer though, so if you’re still on IE6 or IE7, I urge you to update your browser (Safari is a good choice, or Firefox).
Please note that this is my own personal view and does not reflect the views of Rubious.
Microsoft.com is still using this meta tag, which forces Internet Explorer 8 to ‘emulate IE7’.
What this means is they do not have either the time or the ability to fix their website so that it displays correctly in their newest browser.
What a poor effort.
Introducing Google Chrome Frame: ”an early-stage open source plug-in that seamlessly brings Google Chrome’s open web technologies and speedy JavaScript engine to Internet Explorer.”
ReBlogged from webkitbits
The wonderful little detail not mentioned at all here is that because Vista sucked so many people are still using Windows XP, which is 8 years old, and yes, comes…
Once again, Internet Explorer causes problems. This time with the adoption of HTML5.
HTML5 is ready to use today. There is very little stopping you from using HTML5 for all new websites you code. All except for one small problem: Internet Explorer needs a kick up the butt to render your code properly. It needs something called the HTML5 javascript shiv.
Internet Explorer, in its infinite wisdom, does not allow you to style an element that it does not recognise. This is not very future-proof, and causes problems as HTML5 adds a lot of new elements. The only way to get around this is to use javascript to force Internet Explorer to recognise the new elements. Basically, the code looks like this:
document.createElement("section")
This is repeated for all the new elements, inserted into a browser-sniffing conditional and minified for your downloading convenience. Fixed!
Of course, there will be those without javascript enabled, and the best we can do for them is this:
<!--[if IE]>
<noscript>
<p>You need to enable javascript
in your browser to view this website.</p>
</noscript>
<![endif]-->
Is this useful for the viewer? No, they probably do not know what javascript is, or whether this message can be trusted—and they should not be expected to. But it is necessary. Will this be fixed in future versions of Internet Explorer? I certainly hope so, but then it will be decades before everybody has switched to that new version - just take a look at how many people are still using Internet Explorer 6.
There has never been more reason to dump Internet Explorer and get one of the better, free alternatives:
Here’s what’s happening in the next few months and, more importantly, why we must force ourselves off IE6 if the web is to grow.
Name: Shaun Robinson
Age: 25
Occupation: Web Designer / Developer
Location: Ipswich, United Kingdom
Living with: My partner Andrew, and two kids Elliot and Oliver.