Latest Articles

Use the navigation at the bottom to see older articles

How to use ZoomFloppy

ZoomFloppy is an ingenious contraption by Nate Lawson which lets you connect real Commodore disk drives via USB to modern computers. It allows you to read and write old floppy disks from drives like the 1541, 1571, 1581 and several others. ZoomFloppy itself is a board with a USB connector (which also acts as the … Read more

How to use a Popover on iPad

In this series I’ll show you how to create Popovers on iPad. They’re fairly easy to create once you get the hang of the inner workings of the UIPopoverController. I’ll show you how to create basic Popover in code and in your Storyboard, and we’ll discuss how you can retrieve data from a Popover when … Read more

How to find and replace in MySQL

Sometimes you need to change some text in a MySQL table. For example, imagine you want to correct a spelling mistake or a reference in all your WordPress posts without having to change them one by one. Here’s how to do it with a raw SQL command. This works only on a single table – … Read more

How to swap the post title and date in P2

I’ve just posted this tweak in the WordPress P2 forum to help a user and thought I’d add it here too before I forget what I did. To swap the post title and date in P2 we’ll first grab a reference to each element, then we move one up and the other down. Like so: … Read more