My favorite themeforest.net WordPress templates

I’ve been collecting links to good WordPress templates for a long time. Because I’ve been asked a few times recently if I can recommend some templates, I’m putting them together here.

Huge, isolated, animated slideshow

I really like these themes for focusing almost exclusively on one’s portfolio. They feature a massive, animated slideshow that keeps the visitor’s attention on the images. In some cases, a shadow underneath the slideshow, combined with the animation, creates a 3-D effect to put the portfolio right in the visitor’s face.

Confined slideshow

These themes are a bit more modest than the first collection. They still accentuate a portfolio of images, but in a less flashy way. The slideshow exists within a defined banner area, so the look is a little more traditional. These templates would be a better fit for businesses.

Partial-banner image rotation

These themes use only part of the banner to display a rotating group of images, leaving an area for text next to the images. This allows a short message or tagline to get equal placement. These are the most conservative themes.

Creative themes

This last group of themes break with the conventions of the above themes and use full-screen-width or otherwise larger-than-normal images that rotate behind the other elements of the site. Undeniably attention-grabbing, but also slower to load.

Single page

These are single-page web sites. These types of pages are great as business cards or resumes, or as place holders while a larger site is developed.

Fixed: iPod touch 2G unbootable with a blank display

How I fixed what appeared to be a truly bricked iPod touch 2G. It showed zero signs of life: the screen remained blank and the device would not power on.

How to create a bootable USB drive that can install any version of Windows 7

A guide to creating a bootable USB drive that can be used to install any version of Windows 7, and a neat trick for extending the 30-day trial to 120 days.

Fixed: No new pictures or videos were found on this device

A fix for that irritating ‘No new pictures or videos were found on this device’ message in Windows when importing images a second time.

Citrix XenApp Web Plugins

I thought it would be handy to have some direct downloads to the Citrix XenApp web client software for Windows, particularly as the Citrix people can’t settle on a name for their product and the web site changes every 15 minutes. Citrix Online Plug-in – Version 11.2 Release Date: 9/29/2009 Windows 7, XP, Vista, 2003, [...]

Help Desk – XP and Office 2007

A repository of quick fixes for various issues that arise in the Windows XP, Office 2007 environment.

Windows 7 time off when dual booting Fedora Linux

I’m dual booting Linux (Fedora 11 with Gnome) and Windows 7. If I set the time in Windows, then boot into Linux, the time remains correct. When I boot back into Windows, the time is off by a few hours. After some reading, it seems that Linux is using UTC time and Windows is using [...]

Circumventing Cisco Security Agent

I’ve been looking for a quick, easy, and reversible way to circumvent or temporarily disable Cisco Security Agent 5.2.x running on our Windows 2000 workstations for some time. At our firm, the agent UI is either hidden or there is no agent UI on the workstations (so no direct user interaction is even possible), and [...]

VMware “Cannot open the disk ‘XXXXXX.vmdk’ or one of the snapshot disks it depends on.”

How to resolve the issue where VMware expects to find a missing snapshot file and will not boot the virtual machine.

A PHP function to sum values in associative arrays

Combine two or more associative arrays and sum the values of any keys that exist in common.