By Jack on May 6, 2009
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. [...]
Posted in Tech | Tagged Code, WordPress |
By Jack on April 2, 2009
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, [...]
Posted in Tech | Tagged Code, Microsoft, Productivity |