One Step Forward, Half a Step Back
I reworked a bunch of my blog engine code earlier, basically moving it from a multiple blog to single virtual paradigm. Which is how I actually use it, so it made more sense and makes the client calls a lot more straightforward.
In doing so, I had to do like seven Bamboo migrations and the first one is really more fun than one man can stand. Well not really, but you get the picture. Finally, given the changes I was making to the plumbing and XmlSerialization issues I was having getting [XmlArray] to work down into my derived IDictionary classes, I just realized the simplest thing that would work was to write my own simple xml serializers and that made the process a lot less tedious. In doing so I hosed the category linkages a bit, so that needs fixing. But overall, this should let me go back and a.) finish refactoring some of the nastier parts and b.) get back to adding some more functionality like inbound TB/PB and wiring up my existing comments code. Fun stuff. Maybe by the time I'm done, the RSS Weblog profile finessing will be done.