Annotating Areas of Images with RDF - This is a HTML Form (for convenience) and SVG document which allows you to annotate areas of documents saying what the WordNet property of the area is, this can then later be searched, if the area is a person, then you can also add name and email address for codepiction.
The script is not documented and rather complicated, it uses the textbox from Kevin Lindsey.
Searching the Codepiction data - This has various pages which process the codepiction data, both client and serverside all generating SVG, the clientside processing demonstrates an RDF parser which works inside the SVG javascript engine, again there is no documentation.
Dynamically updating SVG document with information from the server - This is the beginnings of a document describing how you can use Adobes getURL, and postURL extensions (also supported by Batik) to create SVG documents which update themselves with information from the server. It also includes script which duplicates getURL and postURL for Mozilla.
SVG whiteboard - This is a simple whiteboard created in SVG, it uses the techniqes described in the Dynamic Update article.
SVG Jigsaw - This is a simple Jigsaw created in SVG, a smaller 9 piece jigsaw is also available, if you wish to include your own picture the change to the large one is a simple change to the 3 variables at the top of the script (image size must be a multiple of 50.)
Wordnet/Parallaxy thing - MaxF created a cool 3D scene thingy, this was my attempt to do the same but with paths coming from the image annotation data.