<?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: Creating a Blogging system (part 1)</title>
	<atom:link href="http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/</link>
	<description>Computers and Technology</description>
	<lastBuildDate>Sun, 27 Feb 2011 02:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-380</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-380</guid>
		<description>Timestamp is pretty troublesome so I try not to use that.. But you&#039;re right about the varchar, the newer version of my script replaces the blob with varchar(255) for the title and varchar(55) (if I remember correctly) for the date.</description>
		<content:encoded><![CDATA[<p>Timestamp is pretty troublesome so I try not to use that.. But you&#8217;re right about the varchar, the newer version of my script replaces the blob with varchar(255) for the title and varchar(55) (if I remember correctly) for the date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BasicAvid</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-378</link>
		<dc:creator>BasicAvid</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-378</guid>
		<description>Why do you use blob-Type for the title and date column? That&#039;s not a good DB design. The Blob-Type is for binary-data and needs a lot of diskspace. You can use timestamp-Type for the date-column and the varchar-Type for title-column.</description>
		<content:encoded><![CDATA[<p>Why do you use blob-Type for the title and date column? That&#8217;s not a good DB design. The Blob-Type is for binary-data and needs a lot of diskspace. You can use timestamp-Type for the date-column and the varchar-Type for title-column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: When your project fails... &#124; Dave PC Guy</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-360</link>
		<dc:creator>When your project fails... &#124; Dave PC Guy</dc:creator>
		<pubDate>Sun, 31 Jan 2010 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-360</guid>
		<description>[...] Blogging system part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Blogging system part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Blogging System (Part 2) &#124; Dave PC Guy</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-268</link>
		<dc:creator>Creating a Blogging System (Part 2) &#124; Dave PC Guy</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-268</guid>
		<description>[...] Contact Us              &#171; Creating a Blogging system (part 1) [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact Us              &laquo; Creating a Blogging system (part 1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Drakz Free Online Service</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-260</link>
		<dc:creator>Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Fri, 15 Jan 2010 10:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-260</guid>
		<description>[...] this article: Creating a Blogging system (part 1) &#124; Dave PC Guy   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] this article: Creating a Blogging system (part 1) | Dave PC Guy   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Drakz Free Online Service</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-254</link>
		<dc:creator>Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-254</guid>
		<description>[...] here: Creating a Blogging system (part 1) &#124; Dave PC Guy   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] here: Creating a Blogging system (part 1) | Dave PC Guy   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Coder Online</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-252</link>
		<dc:creator>Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Coder Online</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-252</guid>
		<description>[...] Follow this link: Creating a Blogging system (part 1) &#124; Dave PC Guy [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow this link: Creating a Blogging system (part 1) | Dave PC Guy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Neorack Tutorials</title>
		<link>http://www.davepcguy.com/archive/creating-a-blogging-system-part-1/comment-page-1/#comment-251</link>
		<dc:creator>Creating a Blogging system (part 1) &#124; Dave PC Guy &#124; Neorack Tutorials</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.davepcguy.com/?p=1070#comment-251</guid>
		<description>[...] the system open to vulnerabilities, but that&#8217;s okay. Why is it okay      Original post: Creating a Blogging system (part 1) &#124; Dave PC Guy   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the system open to vulnerabilities, but that&#8217;s okay. Why is it okay      Original post: Creating a Blogging system (part 1) | Dave PC Guy   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

