Luke, Tuesday Total Textures
When designing websites sometimes a slight texture in the background can create just the right feel. Getting those textures can also be fun. They are all around us. I’ve snapped plenty of close up pictures of dirt, rocks, asphalt, cement, etc. Most of which don’t end up getting used or if they get used it’s quite a ways down the road when it fits with a specific project. The web is another resource for finding textures. One site that has weekly textures is abduzeedo.com. Each Tuesday they post a ‘Total Tuesday Textures’ post. Every so often I grab a texture from their site for safe keeping. Check it out for yourself and post some links of how you have used texture in your design projects.
Tim, Magento Project Guidelines for Designers
Magento is a beast and we all know it, however, TutsPlus comes through again with a great walk through of the basic Magento views. I have been guilty of overlooking the seldom used views, but this guide will walk you through all of them to be sure your design elements are consistent throughout the site. The part I like most about the article though is the FREE PDF download that I highly recommend sending to a client as soon as you can to help educate them about the ins and outs of Magento.
Benjam, New to PHP 5.4: Traits
PHP 5.4 is right around the corner, and one of the new features added to this version are class traits. I won’t go into too much detail, you can read the blog post for that, but it makes reusable OO code even more reusable by allowing multiple unrelated classes to pull in the same traits from a master trait object. Like built-in mixins.