3 columns in twentyeleven WordPress theme

The twentyeleven wordpress theme is the default theme in the latest version of wordpress and probably the first theme you will dig around in to see how it works in WordPress.

Modifying the theme to have 3 columns on the front page is surprisingly easy and after creating a few files you can make your front page look rather different to the original them.

The layout I wanted was to be able to have the latest post as a full width chunk at the top of the page with 6 excerpts in columns see figure 1.

WordPress has the ability to use a file called home.php for its home page if it exsits in the root of your template folder. This is handy because we can then create a copy of the index.php file and edit that rather than modifying the index.php directly.
(more…)


Data Recovery using ddRescue

While at work today I came up against a booting (to a fashion) Windows XP laptop that had the symptoms of a failing hard disk. Lots of disk errors in the log etc.. My first thought was to backup the … Continue reading


Guide to creating a compressed image of a windows partition using knoppix, DD and gunzip

I needed a way of backing up my girlfriends Windows Vista laptop as it looked like it had a hardware fault. There are a few live CD’s that will automatically create backup images for you but the techie in me … Continue reading


Xmarks Bookmark Sync

Recently I have been bookmarking a lot of the pages i”ve used for research. Its incredibly annoying when you require a bookmark you saved on your work machine when working for home. Xmarks is a little utility that allows you … Continue reading


OSFMount Mounting DD images in windows

In a quest to explore free forensic and data recovery tools I found a great tool to simply mount partitions within a dd image on Windows.   The software can be found here: http://www.osforensics.com/tools/mount-disk-images.html


NSLookup – Troubleshoot DNS

NS lookup is a tool to help troubleshoot DNS issues and provide detailed information about DNS records.  Below is a few handy commands: nslookup Default Server: hyperion.dsns.co.uk Address: 192.168.226.4 > Check Start of Authority (SOA) > set q=SOA > lightningone.co.uk … Continue reading