[ Content | Sidebar ]

Archives for blogging

test of jsmath

I am testing the jsMath package. Here’s how the authors describe it.

The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. It overcomes a number of the shortcomings of the traditional method of using images [...]

upgrading WordPress

I just upgraded WordPress to the newly released version 2.2.3, using Subversion as described here. I used to upgrade WP by hand, a tedious task at best. Never again. SVN makes the upgrade process short and sweet. Highly recommended.

syntax coloring

I happend to read a new (to me) blog, Thoughts on life, computers, and eternal happiness. The lead post featured some Erlang code, presented with very nice syntax coloring. I asked the author how he managed that.
Emacs. Of course. He had used a package called htmlize.el. Emacs never ceases to surprise me with new [...]