Great new IE testing browser

I am not gonna make a massive post about this, but i came across this browser this morning which looks pretty cool.

Basically some guy over at My DebugBar has created a little browser which allows you to switch rendering engines between all versions of IE from 5.5 up to IE8 Beta.

I am fully aware that there are other programmes out their that allow you to install multiple copies of IE, but this little beauty lets you change the rendering engine by just hitting a drop down box so you have everything in one place.

Of course it only works on XP and Vista, but should save people some time. I however long for a OSX version of this software as running IE6 in an emulator to test pages really sucks.

IE Tester

Download from My DebugBar

Bad Request on London Elects Website

It’s election time to find a new mayor for London soon, and what better way to get people to vote than by providing all the information about if you are eligible, how to register, or where you can vote by commissioning a nice shiny website that is available in nearly every language imaginable?

The answers is there isn’t :o)

Now imagine that you have a tv campaign to promote the existence of this website running across various local channels in London, you would have thought that some one, somewhere would notice that if you do not include the www. in http://www.londonelects.co.uk then you get a 400 – Bad Request http header.

If you are like me then you would probably cursor focus your address bar, then hit cmd + A to select the current url and just type in londonelects.co.uk, the browser would then add the http:// and send you onto http://londonelects.co.uk

As i already stated when you get there you will get a Bad Request error which seems pretty silly to me since i can imagine that a hell of a lot of people wont be typing the www. when typing in the domain.

Shouldn’t it be obvious to websites that are trying to promote themselves, to at least check if the non www version actually resolves to the website? Well you would of thought so.

It amazes me that these official websites can’t even get the basics down, so what should they do to fix it?

RewriteCond %{HTTP_HOST} !^www.londonelects.co.uk$ 
RewriteRule ^(.*)   http://www.londonelects.co.uk/$1  [QSA,L,R=301]

That simple piece of code can be placed in a .htaccess file and will redirect anyone who types the url without www to the url that includes the www, easy peasy :o)

Microsoft to web developer world – “We finally listened”

ie7logo.jpgOn what marks a surely glorious day in the web developer world, Microsoft have done a complete U-Turn  on their decision to force developers to use tags which make IE8 render in standards mode. Apparently the browser will now render in standards mode via default.

Dean Hachamovitch, General Manager of Internet Explorer stated…

“We’ve decided that IE8 will, by default, interpret web content in the most standards compliant way it can. This decision is a change from what we’ve posted previously. Microsoft recently published a set of Interoperability Principles. Thinking about IE8’s behaviour with these principles in mind, interpreting web content in the most standards compliant way possible is a better thing to do.”

So from this we can see that Microsoft are actually starting to take standards seriously which is good news for everyone since IE has been a pain to develop for.

You can find out more on the official Microsoft blog

Facebook finally lets users block application requests

I am not sure how long Facebook have been doing this but today i finally realised that Facebook are letting users permanently block application requests from those damn annoying applications such as owned or lil green patch.

This is especially welcome to me as having the name Dean Chew means that i frequently appear at the top of the friends list when apps ask you to send to a friend.

Below is screen shot of the joyous occasion…

Facebook application block

facebook-block2.gif

Images altered to protect the innocent :o)

Yahoo taking ages to change domain listing in SERPS

Ahhh, good old Yahoo, first they are getting bought out by the Microsoft ogre, then they are not, maybe thats why it is taking them so damn long to change a domain name in the SERPS listing even though i placed a 301 redirect on it about 3 months ago.

I have a fashion website which sells high end clothes, mainly aimed at the rich housewife market, hopefully some of them are MILFS but obviously i haven’t actually seen any of the customers. Anyway, i bought the domain name www.boden-mini-sale.co.uk, not surprisingly Boden weren’t to happy about that so they kindly asked me to change my domain or i’ll get kicked off the affiliate program. I agreed and immediately placed a 301 redirect from the domain to www.fashionable-clothing.co.uk/boden.

The big G picked up on the 301 and changed the listing in the SERPS in about 2 days, Yahoo on the other hand flat out refuses to update their SERPS and still shows the domain as the old one.

Below is an uber advanced photoshop’d image showing Yahoo’s defiance…

Bloody Yahoo

So there you have it, (for what ever reason i can’t work out Yahoo) will not update the SERPS to show the new domain and has no other pages from the new site indexed. When i search for the domain, Yahoo tells me…

We did not find results for: www.fashionable-clothing.co.uk/boden. Try the suggestions below or type a new query above.

Damn you Yahoo! Damn you.