Countdown Timer
Microsoft to support IE6 till 2014
Enough is enough. Microsoft Internet Explorer 6 was released in late 2001. For its time, it was a decent browser, but in 2009, it is still in use by a significant portion of the web population, and its time is now up.
As any web developer will tell you, working with IE 6 is one of the most difficult and frustrating things they have to deal with on a daily basis, taking up a disproportionate amount of their time. Beyond that, IE 6′s support for modern web standards is very lacking, restricting what developers can create and holding the web back.
More from the source…
If you have yet to see what the new Firefox will be able to offer, this link includes a video and a break down of the new features. As quick overview, FF4 will now have support for SVG files used as images and SVG filters in CSS, animated transitions and transformations allowing for the animation of CSS properties. These features are in addition to the CSS 3 specifications, and in addition to the extra HTML 5 support that Firefox 4 will support. Very cool. Everything in the video is possible because of hardware acceleration, and there are some cool transitions and cool new ways to think of interacting with a website. If you’re interested, you can download the current beta of Firefox 4.
If you’re not familiar with SVG files, they are scalable vector graphics. They are essentially a text file the describe how to create a vector image or graphic. Because they are text files they are VERY small, and because they are vector they scale no problem. Other browsers have already allowed SVG files as background images in CSS. Firefox was the last bastion preventing wider use of SVG in CSS. We should start seeing them used more often in place of jpeg, gif, and png. They will not completely replace jpeg and png image types since browsers can’t handle very complex svg files very well.