<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting BlogCFC to Wordpress</title>
	<atom:link href="http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/</link>
	<description>My view on web technology, programming and life</description>
	<lastBuildDate>Tue, 16 Mar 2010 08:40:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Netherton</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-6161</link>
		<dc:creator>James Netherton</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-6161</guid>
		<description>Hi Brian that&#039;s fine. Better to have the code in a place where it&#039;s easilly modifiable for everyone :)</description>
		<content:encoded><![CDATA[<p>Hi Brian that&#8217;s fine. Better to have the code in a place where it&#8217;s easilly modifiable for everyone <img src='http://www.jamesnetherton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Panulla</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-6160</link>
		<dc:creator>Brian Panulla</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6160</guid>
		<description>Thanks for sharing this! I just converted my blog from BlogCFC 5.9.3 to Wordpress 2.9.2. I made a few changes to the code to get my categories to transfer correctly, so I posted a modified version of this application to GitHub for anyone who wants it.

http://github.com/bpanulla/BlogCFC2WP

I hope I adequately credited you for the original work!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this! I just converted my blog from BlogCFC 5.9.3 to Wordpress 2.9.2. I made a few changes to the code to get my categories to transfer correctly, so I posted a modified version of this application to GitHub for anyone who wants it.</p>
<p><a href="http://github.com/bpanulla/BlogCFC2WP" rel="nofollow">http://github.com/bpanulla/BlogCFC2WP</a></p>
<p>I hope I adequately credited you for the original work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wilker</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-84</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Fri, 17 Oct 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-84</guid>
		<description>Strangely SQL won&#039;t let me convert from ntext to text. weird.

I&#039;m confirming that I&#039;m on SQL2005, since then I could try nvarchar(max)

Weird I can&#039;t recall if I set it as ntext or what, it&#039;s been so long. grrr. LOL

Thanks for the insight.</description>
		<content:encoded><![CDATA[<p>Strangely SQL won&#8217;t let me convert from ntext to text. weird.</p>
<p>I&#8217;m confirming that I&#8217;m on SQL2005, since then I could try nvarchar(max)</p>
<p>Weird I can&#8217;t recall if I set it as ntext or what, it&#8217;s been so long. grrr. LOL</p>
<p>Thanks for the insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wilker</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-82</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-82</guid>
		<description>Was your BCFC Database, set up with body and morebody as nText? Mine is and can&#039;t recall if I did it. But in either case, the SQL doesn&#039;t like those. They can&#039;t be grouped, so I get an error that they can&#039;t be used unless aggregated or something. 

Any thoughts? My SQL hackery is pretty rusty, casting doesn&#039;t seem to work either.</description>
		<content:encoded><![CDATA[<p>Was your BCFC Database, set up with body and morebody as nText? Mine is and can&#8217;t recall if I did it. But in either case, the SQL doesn&#8217;t like those. They can&#8217;t be grouped, so I get an error that they can&#8217;t be used unless aggregated or something. </p>
<p>Any thoughts? My SQL hackery is pretty rusty, casting doesn&#8217;t seem to work either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Netherton</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-83</link>
		<dc:creator>James Netherton</dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-83</guid>
		<description>Hi John,

On the MSSQL BCFC database I tested on, the body and morebody fields were of type text. Maybe altering the columns to this type will do the trick.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>On the MSSQL BCFC database I tested on, the body and morebody fields were of type text. Maybe altering the columns to this type will do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-81</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Sun, 17 Feb 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-81</guid>
		<description>Worked great for me!
discussed the experience here:
http://dougr.net/?p=58</description>
		<content:encoded><![CDATA[<p>Worked great for me!<br />
discussed the experience here:<br />
<a href="http://dougr.net/?p=58" rel="nofollow">http://dougr.net/?p=58</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Critter</title>
		<link>http://www.jamesnetherton.com/blog/2007/11/17/Converting-BlogCFC-to-Wordpress/comment-page-1/#comment-80</link>
		<dc:creator>Critter</dc:creator>
		<pubDate>Fri, 11 Jan 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80</guid>
		<description>I&#039;ll be giving this a look this afternoon. Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be giving this a look this afternoon. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
