Category: Computers
-
On choosing website style
The style options on my website which you may not have noticed A couple years ago, I read an article in A list apart about a style switcher for a website. I thought this was a great idea — let the user choose their favorite style. So I set about implementing it. I have had…
-
Reading iptc captions from jpegs with imagemagick
Rob and Spencer with zebras Once again I found myself needing to use imagemagick to do something, and was overwhelmed by the many options. After much fiddling around, I found out some options that worked for me. In this case, I wanted to extract iptc captions from images, so that I could then insert the…
-
Collapsing updates galore
I’ve been working a lot lately on some major rewrites to all 4 of the collapsing X wordpress plugins I have written. All 4 of them now have the following features: All use the same javascript file, which will only get loaded once, in case you use more than 1 of the plugins No longer…
-
LaTeX utility scripts
Processing a LaTeX file usually takes several steps. At a bare minimum, it usually requires 2 runs through latex (or pdflatex). Two runs are necessary in order to get cross-references and the table of contents right. Since LaTeX processes a page at a time, it can’t generate a table of contents on page 1 until…