Intend To Read

These are books and films I intend to read. Also see unfocussed reviews.
read more

Book Reviews

The links below don't work. I've left them there as a reminder of how bad the web can be. Yahoo deleted my account and all my posts were lost. A salutory lesson.

read more

Linux Commands - An aide memoir

fmt -w 50 -s message.txt > message-short.txt

Add in line breaks so that no line is longer than 50 characters.

read more

Web Apps

This is how I'd like various web apps to work.

Common

Wiki

read more

XSL and JavaScript

To get an XSL stylesheet to output XML with JavaScript in it, do this:

<?xml version="1.0" encoding="us-ascii"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" doctype-public="-//W3C//DTD XHTML 1.1//EN"
        doctype-system="http://www.w3.org …
read more

« Page 3 / 3