Archive for December 19th, 2001

Post

errorwear: tshirts with blue …

In Uncategorized on December 19, 2001

errorwear: tshirts with blue screens of death, 404 errors, “bad command or filename” and mac bombs. not a “segmentation violation. core dumped.” in sight though :-( [found via boing boing]

Post

eyewire have hundreds of …

In Uncategorized on December 19, 2001

eyewire have hundreds of fonts that you can try before you buy. liberty (as in “s of london”) is a long time favourite font of mine and whoever thought of calling a font spleeny decaf deserves an award. [found via wibbly weblog]

Post

omniglot is a fascinating …

In Uncategorized on December 19, 2001

omniglot is a fascinating resource containing about a zillion different alphabets and writing systems fleshed out with plenty of info about the people who use them and where they came from. [found via metafilter]

Post

my fave toy of …

In Uncategorized on December 19, 2001

my fave toy of the day is rfasttemplate which is an extension of fasttemplate. i tried fasttemplate out a while ago but got annoyed with the need to have separate template files whenever you wanted to repeat elements. in rfasttemplate the r stands for recursive and you can write whole templates in a single file and have repeating elements within repeating elements with repeating elements…. it’s working great.

i’ve been using this in my reworking of the backend of darren’s site notaflag to split things into html template files that the designer (ie darren) can mess with and php files that the coder can mess with with neither of us treading on the others toes.

this caching version looks worth looking into as well.

another useful extension would be to write a code generator that would generate some skeleton php code given the template file. i’ll see if i can find some spare time…

Post

my other fave toy …

In Uncategorized on December 19, 2001

my other fave toy of the day is tidy which cleans up all my scruffy and badly indented html and tells me what’s wrong with it too. i used to use this a lot but i’d forgotten all about it until today.