<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: New Gear Diary Comment Feature</title>
	<atom:link href="http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/</link>
	<description>Gadget reviews and news by Julie Strietelmeier and friends since 1997</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:01:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob Tillotson</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25502</link>
		<dc:creator>Rob Tillotson</dc:creator>
		<pubDate>Thu, 08 Feb 2007 18:53:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-25502</guid>
		<description>&lt;p&gt;Well, if I was just going to use canned forum software, there&#039;s little reason to replace VBBS anyway.  A Rails based forum might be easier to deal with, but it would still be a separate forum.  To integrate it like the comments on these pages, I would still have to do almost as much work as writing the feature from scratch, in terms of creating and modifying forms, views, controller code, etc. and since I would have to do the front-end stuff anyway, I might as well structure the database exactly how I want it.  (This site is not using any kind of canned CMS... what you see here is the front face of a custom web application built specifically for Julie.  So I can&#039;t really just plug anything else into it without doing some work, but then again it is also unique :)&lt;/p&gt;

&lt;p&gt;--Rob&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well, if I was just going to use canned forum software, there&#8217;s little reason to replace VBBS anyway.  A Rails based forum might be easier to deal with, but it would still be a separate forum.  To integrate it like the comments on these pages, I would still have to do almost as much work as writing the feature from scratch, in terms of creating and modifying forms, views, controller code, etc. and since I would have to do the front-end stuff anyway, I might as well structure the database exactly how I want it.  (This site is not using any kind of canned CMS&#8230; what you see here is the front face of a custom web application built specifically for Julie.  So I can&#8217;t really just plug anything else into it without doing some work, but then again it is also unique <img src='http://the-gadgeteer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211;Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Puckett</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25501</link>
		<dc:creator>Tyler Puckett</dc:creator>
		<pubDate>Thu, 08 Feb 2007 01:38:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-25501</guid>
		<description>&lt;p&gt;Rob, couldn&#039;t you use a Rails forum and integrate this with the Rails forum? I don&#039;t know much about Rails, but I&#039;m sure there are some. Of course, migrating from the old BBS to the prospective new Rails one wouldn&#039;t be easy...&lt;/p&gt;

&lt;p&gt;And here I am acting like I know what I&#039;m talking about, I use WordPress and bbPress :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Rob, couldn&#8217;t you use a Rails forum and integrate this with the Rails forum? I don&#8217;t know much about Rails, but I&#8217;m sure there are some. Of course, migrating from the old BBS to the prospective new Rails one wouldn&#8217;t be easy&#8230;</p>
<p>And here I am acting like I know what I&#8217;m talking about, I use WordPress and bbPress <img src='http://the-gadgeteer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Tillotson</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25500</link>
		<dc:creator>Rob Tillotson</dc:creator>
		<pubDate>Mon, 05 Feb 2007 18:32:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-25500</guid>
		<description>&lt;p&gt;One of the reasons for the separate login ID without spaces is that eventually it will be part of URLs, for your profile and such (this is only the beginning for the comment system here).   Except for those eventual URLs and the &quot;You are logged in as...&quot; on the front page, your name will be what is displayed, so feel free to use whatever capitalization, spaces, etc. you want to show to other users.  (I should also mention that names and email addresses do have to be unique when you create an account, mainly to prevent accidental multiple accounts.  Also, a lost password function is coming soon.)&lt;/p&gt;

&lt;p&gt;As for integrating with VBBS, the problem with that is that the only way to do it is by poking at VBBS&#039; database behind its back -- the backend for the site is in Ruby on Rails, while VBBS is in PHP, so no direct integration is really possible -- and that isn&#039;t a great idea in the long term.  Eventually this system will grow to replace VBBS for comments on reviews as well, leaving the forum primarily for general discussion instead of talk about specific gadgets.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>One of the reasons for the separate login ID without spaces is that eventually it will be part of URLs, for your profile and such (this is only the beginning for the comment system here).   Except for those eventual URLs and the &#8220;You are logged in as&#8230;&#8221; on the front page, your name will be what is displayed, so feel free to use whatever capitalization, spaces, etc. you want to show to other users.  (I should also mention that names and email addresses do have to be unique when you create an account, mainly to prevent accidental multiple accounts.  Also, a lost password function is coming soon.)</p>
<p>As for integrating with VBBS, the problem with that is that the only way to do it is by poking at VBBS&#8217; database behind its back &#8212; the backend for the site is in Ruby on Rails, while VBBS is in PHP, so no direct integration is really possible &#8212; and that isn&#8217;t a great idea in the long term.  Eventually this system will grow to replace VBBS for comments on reviews as well, leaving the forum primarily for general discussion instead of talk about specific gadgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25499</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Mon, 05 Feb 2007 10:42:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-25499</guid>
		<description>&lt;p&gt;I agree that integrating with VBBS would be optimal, but the problem is that I don&#039;t want to manually create a new forum or topic for each gear diary entry that I post like I do for every review and article.&lt;/p&gt;

&lt;p&gt;There is also a good possibility that we might completely ditch VBBS at some point for a home brew solution. Then it all will be integrated. :o)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I agree that integrating with VBBS would be optimal, but the problem is that I don&#8217;t want to manually create a new forum or topic for each gear diary entry that I post like I do for every review and article.</p>
<p>There is also a good possibility that we might completely ditch VBBS at some point for a home brew solution. Then it all will be integrated. <img src='http://the-gadgeteer.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Puckett</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25498</link>
		<dc:creator>Tyler Puckett</dc:creator>
		<pubDate>Sun, 04 Feb 2007 17:27:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-25498</guid>
		<description>&lt;p&gt;Pretty nice! But it would be nice if this was integrated in the forum rather than being separate. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Pretty nice! But it would be nice if this was integrated in the forum rather than being separate. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25497</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Sun, 04 Feb 2007 01:01:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-25497</guid>
		<description>&lt;p&gt;Your &#039;name&#039; can have a space in it, but the Login ID can&#039;t. That seems to be a fairly standard  restriction.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Your &#8216;name&#8217; can have a space in it, but the Login ID can&#8217;t. That seems to be a fairly standard  restriction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Greene</title>
		<link>http://the-gadgeteer.com/2007/02/03/new_gear_diary_comment_feature/comment-page-1/#comment-25496</link>
		<dc:creator>Richard Greene</dc:creator>
		<pubDate>Sat, 03 Feb 2007 19:34:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-25496</guid>
		<description>&lt;p&gt;Well this is interesting.....the new log in procedure. It will not accept a blank so I had to log in as MooseMan rather than the grammatically correct Moose Man. &lt;/p&gt;

&lt;p&gt;Other then this little annoyance - I like it. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well this is interesting&#8230;..the new log in procedure. It will not accept a blank so I had to log in as MooseMan rather than the grammatically correct Moose Man. </p>
<p>Other then this little annoyance &#8211; I like it. </p>
]]></content:encoded>
	</item>
</channel>
</rss>
