Better Workflow in PHP With Composer, Namespacing, and PHPUnit

In this video tutorial, we’ll again focus on workflow. Specifically, we’ll use Composer’s built-in autoloading capabilities, along with namespacing, to make for an elegant testing experience. We’ll also review a handful of PHPUnit best practices, as we get setup with these tools. Download – Source files Nettuts+

Adaptive Blog Theme: Custom Widgets

One way of adding functionality to a WordPress theme is through widgets. WordPress has a selection of useful widgets built-in, but you may want to make some custom widgets to suit your theme. Custom Widgets Part 1 Alternatively, Download the video, or subscribe to Wptuts+ screencasts via YouTube Custom Widgets Part 2 Alternatively, Download the… Continue reading Adaptive Blog Theme: Custom Widgets

Adaptive Blog Theme: Page Templates

Not all content on a blog is in posts. We need page templates for archives, a page template that’s full width, and we’re even going to go over a more sophisticated template that deals with a contact form and validation. Default Page Template (page.php) and Custom Page Templates Download the video, or subscribe to Wptuts+… Continue reading Adaptive Blog Theme: Page Templates