Author Archives: Craig Lotter

About Craig Lotter

Craig Lotter is an established web developer and application programmer, with strong creative urges (which keep bursting out at the most inopportune moments) and a seemingly insatiable need to love all things animated. Living in the beautiful coastal town of Gordon's Bay in South Africa, he games, develops, takes in animated fare, trains under the Funakoshi karate style and for the most part, simply enjoys life with his amazing wife and daughter. Oh, and he draws ever now and then too.

How to Install Arial Black Font in Ubuntu 11.04

ubuntu-install-microsoft-truetype-core-fonts-1

I like Arial Black. There is something compelling about that big and chunky font that makes me always want to include it in my designs. However, it is a Microsoft Windows font and it comes thus as no surprise that it isn’t available by default on a new Ubuntu desktop installation. Never fear though, not all is lost… it turns out that installing some of the Microsoft Windows core fonts isn’t necessarily that difficult after all!
Continue reading

Posted in Ubuntu | Tagged , , , , , , , | 2 Comments

How to Create a WordPress Child Theme

wordpress-logo

To create a WordPress child theme of another existing theme turns out to be quite simple to achieve. If you haven’t heard of child themes yet, basically a child theme is an extension of an existing theme, which allows you to make changes to the parent theme without actually editing any of the files of that theme. For object-orientated programmers, you will recognise this concept as being that of inheritance. Continue reading

Posted in Wordpress | Tagged , , , , , , | Leave a comment

Ubuntu: How to Add a Cron Job

analog-clock

Scheduled tasks are known as cron jobs in Linux (though you could of course make use of the Gnome Scheduled Tasks tool if you would prefer) and are controlled by what are known as crontabs, basically simple text files containing a list of commands to be run at a specified time or interval. To add your own cron job is actually pretty simple. Continue reading

Posted in Ubuntu | Tagged , , , , | Leave a comment

PHP: How to Send a PDF File Attachment via E-mail

I’ve moved to the fantastic PHPMailer PHP class to handle all my e-mail send outs for my projects and have thus far been quite impressed by the ease-of-use and robustness of the class. Today I’ll quickly note how you can send an attachment (like a PDF file for example) with a mail send out. Continue reading

Posted in PHP | Tagged , , , , , , | Leave a comment

Firefox 4: How to Duplicate a Tab using a Keyboard Shortcut

firefox-logo

Here is a quick and easy keyboard shortcut to duplicate or clone the current open tab in Firefox 4. Continue reading

Posted in Firefox | Tagged , , , , , | Leave a comment