<?xml version="1.0" encoding="ISO-8859-1" ?>
		<!-- RSS generated by CFBloggy on {ts '2008-07-04 06:07:08'} -->
		<rss version="2.0">
		<channel>
		<title>CFBloggy</title>
		<link>http://www.cfbloggy.com/</link>
		<description>CFBloggy, CF blog for all</description>
		<language>en-us</language>
		<copyright>Copyright  2008 CFBloggy</copyright>
		<docs>http://www.cfbloggy.com/feed.xml</docs>
		<lastBuildDate>Fri, 04 Jul 2008 06:07:08 MST</lastBuildDate>
		<image>
		<title>CFBloggy</title>
		<url>http://www.cfbloggy.com/</url>
		<link>http://www.cfbloggy.com/</link>
		</image>
		
		<item>
		<title>Comments being displayed after submit.</title>
		<description>&lt;p&gt;I got a few email saying the comment field would still display the comment after the form was submitted. I updated the navLink.cfm page to stop this attached is the updated file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;blockquote dir='ltr' style='margin-right: 0px'&gt;
&lt;p&gt;Latest update 12-6-2007 - 1.0.006&lt;br /&gt;&amp;nbsp;/navLinks.cfm - Problem with posting comments, the comment field would still hold the comment - Line 205&lt;/p&gt;&lt;/blockquote&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/13</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Thu, 06 Dec 2007 13:00:047 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy 1.0.005 is released</title>
		<description>&lt;p&gt;The project page has been update to version 1.0.005, a few small bug fixes. I'll be setting up a latest update page so everyone can view the latest updates with out having to download.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;blockquote dir='ltr' style='margin-right: 0px'&gt;
&lt;p&gt;Latest update 12-6-2007 - 1.0.005&lt;br /&gt;&amp;nbsp;/admin/edit_comment.cfm - Fixed bug in deleting comments.&lt;br /&gt;&amp;nbsp;/install/mysql.sql - Added missing file foe MySQL support&lt;br /&gt;&amp;nbsp;/install/cfBloggy.mdb - Comment table had missing field 'cSubscribe'&lt;/p&gt;&lt;/blockquote&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/12</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Thu, 06 Dec 2007 09:53:030 MST</pubDate>
</item>
   
		<item>
		<title>Update to edit_comment.cfm</title>
		<description>The edit comment page does not take you back to the list of comments for a post when you delete spam or any other comment. I updated the file use the download link below. I will update the package at RIAForge.org as soon as I can.</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/11</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Thu, 06 Dec 2007 08:07:046 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy 1.0.004 is released</title>
		<description>&lt;p&gt;I just posted version 1.0.004 to &lt;a href='http://riaforge.org/' target='_blank'&gt;&lt;/a&gt;&lt;a href='http://riaforge.org/'&gt;RIAForge&lt;/a&gt;. I updated alot of stuff, I added the subscribe and remember me. I also add support for mssql, and mysql. The application.cfm file got alot of updates, moved from variables to application scopes. I didn't mess with any layout stuff. I fixed alot of little bugs, like if when adding a new comment the comment count wouldn't update, well it does now.&lt;br /&gt;&lt;br /&gt;I won't go through everything cause my head hurt, but like always if you find any bugs please email them to me.&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/10</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Thu, 09 Aug 2007 23:28:033 MST</pubDate>
</item>
   
		<item>
		<title>Some database news</title>
		<description>So I have been working on some updates. Subscribe to post and remeber me features are two of the big ones. Those are going to rock. At the same time I have setup the system to use SQL. I also want to support MySQL by years end. If anyone wants to add any other db's let me know.</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/9</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Wed, 08 Aug 2007 12:23:000 MST</pubDate>
</item>
   
		<item>
		<title>Bug found!</title>
		<description>I found a small bug, if your creating a post and use a title like so 'index.cfm is good' you can not view the post with the period. I will be releasing and update for that in the next day or so.</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/8</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Mon, 06 Aug 2007 22:13:028 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy update</title>
		<description>&lt;p&gt;I updated the project package with some new updates. There are four files updated: application.cfm, navLinks.cfm, index.cfm, and default.css.&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/7</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Sun, 05 Aug 2007 10:56:018 MST</pubDate>
</item>
   
		<item>
		<title>Application error and fix</title>
		<description>&lt;p&gt;I found a bug here and updated the project. If your already using it&amp;nbsp;around line 71 of the application you'll see&lt;br /&gt;&lt;br /&gt;[code]&amp;lt;cfif listGetAt( cgi.script_name, ( listLen( cgi.script_name, '/' ) - 1 ), '/' ) EQ 'admin'&amp;gt;[/code]&lt;br /&gt;&lt;br /&gt;replace with&lt;br /&gt;&lt;br /&gt;[code]&amp;lt;cfif GetDirectoryFromPath(cgi.script_name) EQ '/admin/'&amp;gt;[/code]&lt;br /&gt;&lt;br /&gt;Also when adding a new post there is a check box on the bottom called External Page, this creates a post page that is not listed under posts. So you can add menu pages and track views and allow comments for those pages. Around line 54 you'll find this.&lt;br /&gt;&lt;br /&gt;[code]SELECT COUNT(bl.blID) as bcount&lt;br /&gt;FROM blog_tbl bl[/code]&lt;br /&gt;&lt;br /&gt;change to &lt;br /&gt;&lt;br /&gt;[code]SELECT COUNT(bl.blID) as bcount&lt;br /&gt;FROM blog_tbl bl&lt;br /&gt;WHERE blPage &amp;lt;&amp;gt; 1[/code]&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/6</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Sat, 04 Aug 2007 22:28:034 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy Users</title>
		<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href='http://www.cfbloggy.com/'&gt;CFBloggy.com&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.johnramon.com/' target='_blank'&gt;JohnRamon.com&lt;/a&gt;&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/5</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Sat, 04 Aug 2007 21:54:053 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy Docs</title>
		<description>I know the docs are a little lacking in the way of explaining how to use the admin section. I will sometime over the next week try to fix that. Also I am already working on some updates, not bug just cleaning and making things better. If anyone has installed CFBloggy please let me know so I can add you to the users list. That reminds me I need to make the users list tomorrow.</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/4</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Sat, 04 Aug 2007 21:49:032 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy released</title>
		<description>So the project is up and running. You can download a copy &lt;a href='http://cfbloggy.riaforge.org/' target='_blank'&gt;here&lt;/a&gt;. Please let me know if you find any bugs. I do ask if you use my blog system let me know. I will be adding a project page with a list of all the sites using the software. I will also be adding the project page stats to my blog in a few days. Happy downloading!</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/3</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Fri, 03 Aug 2007 18:52:037 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy is ready.</title>
		<description>&lt;p&gt;I am waiting for &lt;a href='http://riaforge.org/' target='_blank'&gt;RIAForge.org&lt;/a&gt;&amp;nbsp;to approve my project. Once it's approved I'll be posting it. I am working on screenshots, and other items for the project page.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/2</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Fri, 03 Aug 2007 16:05:059 MST</pubDate>
</item>
   
		<item>
		<title>CFBloggy launches real soon, maybe today!</title>
		<description>&lt;p&gt;Well it's almost here the beta release of CFBloggy. I have been working on it every night for awhile now and it's almost ready. I have a few things to test and update before but keep a look out for the Beta 1.0 release.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I have a small list of people waiting for the release and I will be email you when it's launched. Oh, and CFBloggy.com is running the newest version.&lt;/p&gt;</description>
		<link>http://www.cfbloggy.com/index.cfm/dopost/yes/id/1</link>
		<aurthor>johnramon@gmail.com (John Ramon)</aurthor>
		<pubDate>Fri, 03 Aug 2007 14:27:020 MST</pubDate>
</item>
   
</channel>
</rss>
