Skip to content

Category Archives: Geekery

User-Relevant Timezones 0.1

My friend Stephen and I have just written a WordPress plugin to show the times on your blog in the user’s timezones. Check it out!

Early Web Design Experiments

From the earliest of my introduction to HTML and CSS (Thanks to my friend Stephen), I present these attrocities:
I was basically just trying to figure out basic HTML and CSS syntax.

Early Practice 1
Early Practice 2

Lovely stuff, eh? The logo on the first page was created with MS Paint, and saved as a gif. *shudder*
You [...]

Lego Robotics Invention System on Ubuntu Linux

This is how I managed to get NQC working for the Robotics Invention System on my laptop, running Ubuntu 7.04 Feisty Fawn, with the USB Lego Infra-red Tower. Anything with a black background should be executed in a terminal.

Plug in your USB IR Tower
sudo mkdir /dev/usb/
sudo ln -s /dev/legousbtower0 /dev/usb/lego0 (Edit: For the latest [...]

Pranketh

This past weekend, I collaborated with my friend Stephen Weber on what is my first stand-alone web application. This project we have affectionately christened Pranketh. By using it, you can send an email which looks like it came from someone else, whether a celebrity, or one of your friends. As we state [...]

New Wordpress Plugin: Per-Post CSS

So, I’ve just created a new plugin, Per-Post CSS, which allows you to specify some CSS which will only show up when it’s particular post is being displayed. You can find out more, and download it here: Per-Post CSS.