The First Year of IE7 — Still Hated
The IEBlog posted The First Year of IE7 today and lets just say that the comments are anything but positive. Check out the scathing comments:
http://blogs.msdn.com/ie/archive/2007/11/30/the-first-year-of-ie7.aspx
The IEBlog posted The First Year of IE7 today and lets just say that the comments are anything but positive. Check out the scathing comments:
http://blogs.msdn.com/ie/archive/2007/11/30/the-first-year-of-ie7.aspx
One of my favorite social APIs was the Open Graph API adopted by Facebook. Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...
Google Plus provides loads of inspiration for front-end developers, especially when it comes to the CSS and JavaScript wonders they create. Last year I duplicated their incredible PhotoStack effect with both MooTools and pure CSS; this time I'm going to duplicate...
Digg recently came out with a sweet new feature that allows users to create Tiny Digg URLs which show a Digg banner at the top allowing easy access to vote for the article from the page. While I love visiting Digg every once in a...
Regardless of our position on vendor prefixes, we have to live with them and occasionally use them to make things work. These prefixes can be used in two formats: the CSS format (-moz-
, as in -moz-element
) and the JS format (navigator.mozApps
). The awesome X-Tag project has...