Yearly Archives: 2010

Design Spotlight: Rule.fm

It’s been awhile since I spotlighted a cool design, and now is as good a time as any, so…

Rule.fm is a web application with a spiffy design that a few noteworthy designers have commented on. It’s simple, it makes good use of whitespace, and the texturing looks great. I particularly like the large blue buttons and the footer. (Lean in and give your screen a close look!)

BlogBuzz August 7, 2010

Authenticating Users With Twitter OAuth

If you’ve ever played around with the Twitter API, you’ll know that many functions require authentication with either a username/password combination or OAuth. Soon Twitter will be turning off basic authentication for security reasons, in favor of the more complex OAuth protocol. There are…

How Much Mobile Traffic Does Your Site Get Monthly?

Mobile web usage is on the rise. With the browsing trend kicked-off by the iPhone, more and more people are starting to view web pages on the go. I certainly do with my iPod Touch. (Whenever there’s WiFi available, I’ll usually check email and…

MediaElement.js — HTML5 Video Player With Flash Backup

Many modern web browsers have early support for the <video> and <audio> elements in the HTML5 spec. Unfortunately, their implementation varies depending on the ideals of the various browser developers. Safari expects video to be encoded in the high-quality H.264 codec, other browsers prefer…

BlogBuzz July 31, 2010

Xcode 4: The Coda of Compiled Software Development?

I noticed something interesting recently. The new version of Apple’s Xcode development suite (which is used to build applications of iPhones and OS X) is starting remind me a little of Coda and Espresso. The latter two applications are one-window development environments for web…

WordPress to Finally Drop PHP4 Support

At long last, the WordPress project will be ending support for PHP 4. WordPress 3.1, to be released in late this year, will be the last version to support the legacy version of PHP. For WordPress 3.2, due in the first half of 2011,…

Remove Default Textarea Scrollbars in Internet Explorer

Have you ever noticed that Internet Explorer, with its great wisdom and intelligence, likes to add a useless scrollbar to the side of every HTML textarea? Most browsers add one when it is needed, but IE adds it in right away. There’s an easy…

BlogBuzz July 24, 2010