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
It's no secret that Facebook has become a major traffic driver for all types of websites. Nowadays even large corporations steer consumers toward their Facebook pages instead of the corporate websites directly. And of course there are Facebook "Like" and "Recommend" widgets on every website. One...
Client-side APIs on mobile and desktop devices are quickly providing the same APIs. Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop. One of those APIs is the getUserMedia API...
In my oh-so-humble opinion, Facebook's Modal box is the best modal box around. It's lightweight, subtle, and very stylish. I've taken Facebook's imagery and CSS and combined it with MooTools' awesome functionality to duplicate the effect. The Imagery Facebook uses a funky sprite for their modal...
Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS. What we end up doing is repeating the same properties multiple times with each browser prefix. Yuck. Another thing we...