Du Caked Hare

Sections:
Programming | My blogs | Links

set1_00072

set1_00070

set1_00069

set1_00068

set1_00067

set1_00065

set1_00064

set1_00063

set1_00051

set2_00026

set2_00024

set2_00023

set2_00021

set2_00019

set2_00016

set2_00015

set2_00014

set2_00012

set2_00011

set2_00005

PHP scripts

In the course of developing this site, I have written a number of generic scripts for displaying tools around the site.

Here I give you the source code to some of them:

Comment board
The comment board is dotted around the site, keeping comments for specific pages. Disabled - I have not implemented a captcha to catch spam...
DCH RSS reader
I needed to create a reader that would be able to read not only the usual link/title/description trio, but also links from Flickr which have data under namespaced tags and attributes. So this was the effective answer to that.
sINI0 reader
For reading sINI0 files. See the sINI spec page
sINI1 reader
For reading sINI1 files. See the sINI spec page
Multi feed!
Trying to build a "wall"...
Captcha
My captcha script. It needs the topmost including page to call session_start() which is a bit annoying, but it works a charm. Customizable so you can write your own captcha challenge :-)