Featured Post

FlexBuilder 3 Beta 2 Modules Bug

Today following the refactoring of some working code base into modules, I discovered an issue which threw an error related to the presence of any ComboBox, ListBox, and apparently PopUp. The bug is related to the use of shared resources in a module application. The error occurred during run-time. I...

Read More

Follow @dougrdotnet on Twitter

BlogCFC to WordPress

Posted by dougr | Posted in Blogging | Posted on 17-02-2008

Tags: , ,

1

I want to thank James Netherton for his migration script which ports data and schema between BlogCFC and WordPress. The basic set of instructions which were provided were more than enough to understand the process which worked better than I could have hoped. The only issues which I experienced were not related to the script but simply to the way in which WordPress interprets <code> compared to BlogCFC. I ended up going through and changing out my <code> tags for <pre> tags and tweaked the css to get what I wanted. This would be a bigger issue on a blog with a larger number of posts than my own but scripts are out there that will do this for you and it wouldn’t be too big of an issue to write some sql if you needed to.