... and this is a fake blog. Really this is just an excuse for me to play with mysql and see how I can make categories work, before moving them into Picard.
My initial thoughts were to just save a list, explode them with php, and voila, theres my categories. After sleeping on it, I decided there's got to be a better, less resource intensive way than to pull every row, every time we want to preview categories.
Now I'm thinking maintain two tables, one for posts with categories attached, and the other for categories, with post id's attached.