Code
When wp_list_pages() can't do it…
I just fixed up my projects page to use a custom template rather than free text editing. To do this, I wanted to use wp_list_pages(), however this does not give you the ability to easily add text inside the <li>, but outside the <a>. My solution was to use get_posts(), and a custom loop instead. [...]
How to add macros to the Excel 2007 Ribbon
As much as I dislike using Microsoft products, sometimes, you have no choice. In our work with salesforce.com, the Excel Connector is a huge time saver. We use it for a number of things, and it is far superior to the data import functionality of salesforce.com. In the upgrade from Office 03 to Office 07, [...]