<?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 for New Auburn Personal Computer Services LLC</title>
	<atom:link href="http://www.napcsweb.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.napcsweb.com/blog</link>
	<description>professional web development and consulting</description>
	<lastBuildDate>Mon, 22 Feb 2010 11:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Why Rails? by Why Rails? &#8211; Jupiter Technology</title>
		<link>http://www.napcsweb.com/blog/2010/02/16/why-rail/comment-page-1/#comment-27591</link>
		<dc:creator>Why Rails? &#8211; Jupiter Technology</dc:creator>
		<pubDate>Mon, 22 Feb 2010 11:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=132#comment-27591</guid>
		<description>[...] Why Rails?    With Rails, we can build and launch a prototype application in an extremely short time. On average, we can have something simple in front of the client in less than a couple of days, which is much faster than our previous projects where we used ASP or PHP. And that project isn&#8217;t usually a throwaway project; we can tweak it and move forward, from prototype to production. via napcsweb.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Why Rails?    With Rails, we can build and launch a prototype application in an extremely short time. On average, we can have something simple in front of the client in less than a couple of days, which is much faster than our previous projects where we used ASP or PHP. And that project isn&#8217;t usually a throwaway project; we can tweak it and move forward, from prototype to production. via napcsweb.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving from Prototype to JQuery by DL</title>
		<link>http://www.napcsweb.com/blog/2009/11/15/moving-from-prototype-to-jquery/comment-page-1/#comment-27586</link>
		<dc:creator>DL</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=111#comment-27586</guid>
		<description>I don&#039;t know if this treatment is related to your disability, but thought it might be worth a look if/when it&#039;s released:

http://www.engadget.com/2009/12/23/stem-cell-therapy-restores-british-mans-eyesight/</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this treatment is related to your disability, but thought it might be worth a look if/when it&#8217;s released:</p>
<p><a href="http://www.engadget.com/2009/12/23/stem-cell-therapy-restores-british-mans-eyesight/" rel="nofollow">http://www.engadget.com/2009/12/23/stem-cell-therapy-restores-british-mans-eyesight/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autocomplete forms in Rails 2.3.3 by Kenji Crosland</title>
		<link>http://www.napcsweb.com/blog/2009/08/28/autocomplete-forms-in-rails-2-3-3/comment-page-1/#comment-27585</link>
		<dc:creator>Kenji Crosland</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=90#comment-27585</guid>
		<description>I&#039;ve been looking forever for something just like this. You&#039;re a lifesaver.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking forever for something just like this. You&#8217;re a lifesaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessible Rails Apps &#8211; Rails Links, REST and JavaScript Hidden Forms by Walter Schreppers</title>
		<link>http://www.napcsweb.com/blog/2009/07/01/accessible-rails-apps-rails-links-rest-and-javascript-hidden-forms/comment-page-1/#comment-27441</link>
		<dc:creator>Walter Schreppers</dc:creator>
		<pubDate>Fri, 20 Nov 2009 19:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2009/07/01/accessible-rails-apps-rails-links-rest-and-javascript-hidden-forms/#comment-27441</guid>
		<description>Also a rails fan. And think there is indeed an alternative solution to the &#039;javascript needed&#039; problem I bumped into this as well way back when playing with rails for the first time here http://walter.schreppers.com/index.php?page=blogpost&amp;pos=53


Not sure if it still applies basically you add an extra href option to the link tag:
 { :action =&gt; :delete_from_cart, :id =&gt; cart_item.product } ,
:href =&gt; { :action =&gt; :delete_from_cart, :id =&gt; cart_item.product }
)
%&gt; 

Apart from that I really enjoyed your rails tips and insights as much as Ryan Bates advice, keep up the good work!
Soon I will try to post how to do a proper upload progress bar with jQuery &amp; mod_progress for apache in a rails app. You can see the demo app here : http://vet.sitweb.eu.

Cya!</description>
		<content:encoded><![CDATA[<p>Also a rails fan. And think there is indeed an alternative solution to the &#8216;javascript needed&#8217; problem I bumped into this as well way back when playing with rails for the first time here <a href="http://walter.schreppers.com/index.php?page=blogpost&amp;pos=53" rel="nofollow">http://walter.schreppers.com/index.php?page=blogpost&amp;pos=53</a></p>
<p>Not sure if it still applies basically you add an extra href option to the link tag:<br />
 { :action =&gt; :delete_from_cart, :id =&gt; cart_item.product } ,<br />
:href =&gt; { :action =&gt; :delete_from_cart, :id =&gt; cart_item.product }<br />
)<br />
%&gt; </p>
<p>Apart from that I really enjoyed your rails tips and insights as much as Ryan Bates advice, keep up the good work!<br />
Soon I will try to post how to do a proper upload progress bar with jQuery &amp; mod_progress for apache in a rails app. You can see the demo app here : <a href="http://vet.sitweb.eu" rel="nofollow">http://vet.sitweb.eu</a>.</p>
<p>Cya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chippewa Valley Code Camp 2009 by Aaron B.</title>
		<link>http://www.napcsweb.com/blog/2009/11/15/chippewa-valley-code-camp/comment-page-1/#comment-27435</link>
		<dc:creator>Aaron B.</dc:creator>
		<pubDate>Sun, 15 Nov 2009 16:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=126#comment-27435</guid>
		<description>Really had a great time at the code camp and a fun time at the Stout Ale House. I dont know if we were introduced I was sitting on same side of table 2 chairs down across from the Big Hammer pros. I would like to learn Ruby, can you suggest a good starting book for a .net developer wanting to do some web development? hint hint... FYI had some great laughs checking out whyyourefat.com...</description>
		<content:encoded><![CDATA[<p>Really had a great time at the code camp and a fun time at the Stout Ale House. I dont know if we were introduced I was sitting on same side of table 2 chairs down across from the Big Hammer pros. I would like to learn Ruby, can you suggest a good starting book for a .net developer wanting to do some web development? hint hint&#8230; FYI had some great laughs checking out whyyourefat.com&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making it easier to install gems on Windows by Brian</title>
		<link>http://www.napcsweb.com/blog/2007/07/12/making-it-easier-to-install-gems-on-windows/comment-page-1/#comment-27434</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/12/making-it-easier-to-install-gems-on-windows/#comment-27434</guid>
		<description>You shouldn&#039;t have to place any gems anywhere. And this article is out of date. To install gems on Windows now all you need is the One Click Ruby Installer, then open command prompt and type   gem update --system   and then   gem install rails mongrel sqlite3-ruby</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t have to place any gems anywhere. And this article is out of date. To install gems on Windows now all you need is the One Click Ruby Installer, then open command prompt and type   gem update &#8211;system   and then   gem install rails mongrel sqlite3-ruby</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making it easier to install gems on Windows by about2flip</title>
		<link>http://www.napcsweb.com/blog/2007/07/12/making-it-easier-to-install-gems-on-windows/comment-page-1/#comment-27415</link>
		<dc:creator>about2flip</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/2007/07/12/making-it-easier-to-install-gems-on-windows/#comment-27415</guid>
		<description>Where do I place the gems I need to install?</description>
		<content:encoded><![CDATA[<p>Where do I place the gems I need to install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geokit and named_scope by Brian</title>
		<link>http://www.napcsweb.com/blog/2009/08/11/geokit-and-named_scope/comment-page-1/#comment-27388</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 07 Oct 2009 04:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=81#comment-27388</guid>
		<description>@NickD:

You&#039;re right. I extracted this code from an existing example and forgot to handle the geocoding within the method. The self.by_location method does the geolocation lookup if a string is passed. 

I like your example. Very simple.</description>
		<content:encoded><![CDATA[<p>@NickD:</p>
<p>You&#8217;re right. I extracted this code from an existing example and forgot to handle the geocoding within the method. The self.by_location method does the geolocation lookup if a string is passed. </p>
<p>I like your example. Very simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geokit and named_scope by NickD</title>
		<link>http://www.napcsweb.com/blog/2009/08/11/geokit-and-named_scope/comment-page-1/#comment-27386</link>
		<dc:creator>NickD</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=81#comment-27386</guid>
		<description>I found that I had to call MultiGeocoder.geocode(&quot;742 Evergreen Terrace, Springfield IL&quot;) first and pass that object to distance_sql.  distance_sql doesn&#039;t take in a straight address.

Here is my named scope:
named_scope :geocoded, lambda{ &#124;origin, distance&#124; distance_sql = self.distance_sql(MultiGeocoder.geocode(origin)); { :select =&gt; &quot;businesses.*, #{distance_sql} as distance&quot;, :conditions =&gt; &quot;#{distance_sql} &lt;= #{distance}&quot; } }</description>
		<content:encoded><![CDATA[<p>I found that I had to call MultiGeocoder.geocode(&#8220;742 Evergreen Terrace, Springfield IL&#8221;) first and pass that object to distance_sql.  distance_sql doesn&#8217;t take in a straight address.</p>
<p>Here is my named scope:<br />
named_scope :geocoded, lambda{ |origin, distance| distance_sql = self.distance_sql(MultiGeocoder.geocode(origin)); { :select =&gt; &#8220;businesses.*, #{distance_sql} as distance&#8221;, :conditions =&gt; &#8220;#{distance_sql} &lt;= #{distance}&quot; } }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving without callbacks by Brian</title>
		<link>http://www.napcsweb.com/blog/2009/08/19/saving-without-callbacks/comment-page-1/#comment-27334</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.napcsweb.com/blog/?p=85#comment-27334</guid>
		<description>I think that&#039;s an acceptable approach, but what I don&#039;t like about it is it&#039;s not as declarative, and it&#039;s inconsistent with how update_attribute and update work. At least you know with my example by looking that I&#039;m not triggering callbacks. 

Thanks for bringing that up though!</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s an acceptable approach, but what I don&#8217;t like about it is it&#8217;s not as declarative, and it&#8217;s inconsistent with how update_attribute and update work. At least you know with my example by looking that I&#8217;m not triggering callbacks. </p>
<p>Thanks for bringing that up though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
