On this page are a number of my projects. These are tools and features that I have created for my websites, and products of my experiments and explorations of various technologies. I have made the projects listed here available to the public under a creative commons license so that othey people can use them if they are interested.
Featured projects
-
Title Cloaking (Website)
-
A simple tool to change the title of any webpage that you are viewing, so that its contents is not obvious when you minimise the window. Hide what you are doing from prying eyes.
No download needed. -
Flash Calendar (Adobe Flash Application)
-
An interactive calendar, made in flash, using XML files as the storage for the event information. Useful for putting on personal or group web pages to inform people of when events are happening.
-
urls2links (PHP Functions)
-
Two functions, one simple and one complex, which convert URLs (and e-mail addresses) in a text string into HTML hyperlinks. This would be particularly useful for online message boards and forums. The main advantage of these functions is that punctuation marks after the URL are excluded from the link. This does not happen with other similar functons that we've seen. That normally causes problems when the links are in a sentance - a comma after them can cause the link to stop working, but these functions protect against that.
