Feb 9, 2011 by Matt | Posted in Design
Michael, the guy behind Pro Blog Design and PliablePress, posted a link recently posted a link to a neat design blog recently. Known as “Little Big Details,” it features minor design elements that are exceptionally functional and possibly worth emulating.
I like the concept, especially since the most interesting parts of a design are often the little bits.
And it’s nice to see that I’m not the only one who found this nifty feature in the iPhone version of Twitter.
Little Big Details [Tumblr]
Feb 7
EllisLab just released version 2.0.0 of the CodeIgniter PHP framework. There are a few interesting new additions, such as a cache driver with APC and memcache support, the option to let controller handle 404 errors, and the deprecation and removal of Scaffolding. Perhaps the…
Feb 4
The Canadian Radio-Telecommunications Commission approved Canada’s largest ISP, Bell Canada, to implement Usage Based Billing (metered internet). Instead of paying a flat rate for all-you-can-eat internet service, or around 200GB of monthly transfer, you pay $31.95 for 25GB worth of internet usage, and at…
Feb 2
It’s amazing how much JavaScript has changed over the years. What was once mainly used for creating pop-up windows, rollover images and the like is now an integral part of the modern web, making web applications like GMail and Twitter possible. I first learned…
Jan 31
WoW Insider is perhaps the largest World of WarCraft blog online. As part of the Weblogs Inc. network, it has similar traffic numbers and weekly post counts to Engadget, TUAW and Joystiq. It also shares the misfortune of being owned by AOL. In their…
Jan 26
Back when I first started using Tweetie for Mac, I put together a modified version of the default bookmarklet available on the developer’s website. With a single click I could send the URL and page title of the current page in my web browser…
Jan 24
WP Engineer had an interesting post recently about a WordPress “Transients API” that is used for caching bits of data temporarily. I often use the Options API to cache things from external servers, such as Twitter statuses, so I don’t hit Twitter’s servers more…