Skip to content

{ Author Archives }

Currently holds a Research Associate position at the University Of Birmingham. Completing his PhD in peer to peer network security.

Experienced C# and ASP.NET developer, with an interest in RIA technologies such as Flex, Flash and Silverlight

Configuration methods in PHP to enable large uploads on a per-site basis

As dry as the subject of PHP configuration is, I thought a blog entry was necessary as I’ve just spent a fair bit of time digging around to find a way to configure PHP directives on a per-site basis. The mechanisms available vary based on the runtime environment and the method PHP runs.
My problem was [...]

Tagged , , , , ,

What does Word 2010 offer for reference management?

I’ve been having a bit of a play with Word 2010 since its release on MSDN to see if any improvements have been made in the area of reference management. Unfortunately it seems not a great deal has changed. So, instead, here’s a feature wish-list and how you can get by currently on some of the points [...]

Tagged , ,

Enabling Alternative PHP Cache (APC) extension in Zend Server CE

I spent a little bit of time yesterday trying to code up a file progress bar for a project requiring large uploads. It seems the best (and the only?) way to do this in PHP is to use an extension called the Alternative PHP Cache, which amongst other things enables file upload status support and [...]

Tagged , , ,

Getting the best out of an Acer Revo in Windows 7

A couple of weeks ago I picked up an Acer Revo on the cheap as a replacement for my old behemoth of a HTPC. The Revo is a “nettop” with netbook parts in a slimline case not much bigger than many routers currently on the market.

I picked up the basic version with 1GB RAM, and [...]

Tagged , , ,

And we’re back….

Apologies for those of you trying to access my blog over the past couple of days: normal service has now resumed after getting severely let down by my old web host. Luckily I had some recent (but not fully up to date) backups so all bar a couple of the posts are intact. I’ll recreate [...]

Including Visio diagrams in LyX documents

If you want to be able to include Visio drawings within your LyX documents, the process is relatively painless as you can export the drawing as a PDF and embed the PDF directly into the document.
First, create your diagram in Visio as normal. Then, click File > Page Setup, select the Page Size tab and [...]

Tagged , , ,

Commenting on PDFs generated from LaTeX documents

PDF’s generated with pdflatex, the pdf generator for LaTeX documents which is used by default in LyX, cannot be commented on directly through the use of Adobe Reader alone (currently as of version 9). See http://www.tug.org/pipermail/pdftex/2008-August/007802.html for a good explanation for this. To enable this feature using only Adobe products you need to run the [...]

Tagged , ,

Update on setting up Ubuntu in order to build kernel modules

As an update to my “hello world” kernel module article, there is a much easier way to set up your Debian-based Linux (including Ubuntu) to build kernel modules, without manually getting the relevant kernel headers using apt-get.
I’ve tested this process with Ubuntu 8.04, 9.04 and 9.10 and it works great. Do the following to set [...]

Tagged , ,

Adding custom class files (.cls) to Lyx in Windows Vista / Windows 7 environment

When writing for publication, you may be offered a .cls file from the journal in question in which to format a TeX document to their specification. Whilst this works great in TeX, usually by copying the class.cls file in your working directory where all your .tex files reside and adding \documentclass{class} in the preamble (before [...]

Tagged , ,

Batching video transcodes with Handbrake (Windows)

I keep all my media in a central location on a network store but I want to be able to play it on my iphone when I’m away without network connectivity. Most of the content is avi/divx/xvid which the iphone does not play natively.
Handbrake is a really slick transcoder which converts a wide number of [...]

Tagged , ,