Wow – the browser wars are back with a bang! We wait ages for a new version of Internet Explorer and then two come at once (almost). There’s a nice summary on the Register this morning about the new versions of various browsers. If you’re in the mood you can download:
- Chrome (Win)
- Firefox 3.0.7 (Any)
- Safari 4 beta (Mac + Win)
- Opera 9.6 (Any)
- Internet Explorer 8 (Win)
The interesting part is that the chosen battleground at the moment is JavaScript. (I guess people care less about standards than we all thought). As the Register article shows, people are trumpeting the various JavaScript engines as being significant new features. They are interesting in abstract, but what people care about is:
- Does it help me do what I want to do?
- Does it do cool stuff
The cool stuff tends to come first – for example the Register article links to a couple of cool Google Chrome Experiments:
- A bouncing ball
- A gravity effect on the Google home page
These are clever demonstrations of JavaScript coding using the new <canvas> tag. I had never heard of canvas before this morning, but it looks like it has been around for a bit. It is part of the emerging new standards (HTML 5) for web development and these experiments work on newer browsers. They both worked fully on Safari 4 for me, the gravity effect was patchy in Flock (based on Firefox 3). Even though I knew nothing about <canvas> before, I’m interested now.





