Blog HOWTO
Here's some tricks I'm using to help manage this blog, particularly with ROOT.
Because I sometime do the same thing multiple times, I'm often pretty careless with filenames, particularly for plots. So, I've decided to organize all of my plots by date; I'm usually not stupid enough to make the same filename muliple times on the same day.
So, I create a directory in my blog:
$(HOME)/www/blog/upload/2006/07/24/
That is, my main blog directory, an upload path, and the current date (24 July 2006) in a well-formated fashion.
For one-off uploads, I use the built-in MoveableType file uploader (which ignores the "day" part of this path and just uses month). But I make a lot of plots; for that, I like to use a ROOT macro, which I explain below...
