<?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 Scott Blaine</title>
	<atom:link href="http://scottblaine.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://scottblaine.com</link>
	<description>A man on a mission</description>
	<lastBuildDate>Thu, 14 Jan 2010 05:26:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to use additional one-to-one models with restful_authentication by Scott</title>
		<link>http://scottblaine.com/how-to-use-additional-one-to-one-models-with-restful_authentication/comment-page-1#comment-97</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=345#comment-97</guid>
		<description>Glad you found it helpful, Rustin!</description>
		<content:encoded><![CDATA[<p>Glad you found it helpful, Rustin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use additional one-to-one models with restful_authentication by Rustin</title>
		<link>http://scottblaine.com/how-to-use-additional-one-to-one-models-with-restful_authentication/comment-page-1#comment-96</link>
		<dc:creator>Rustin</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=345#comment-96</guid>
		<description>I&#039;ve been beating my head against a brick wall for 3 hours on the TypeMismatch error.  Finally ran across your post here and saw the gotchas section.  Switching from :user to @user solved it.

Can&#039;t thank you enough.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been beating my head against a brick wall for 3 hours on the TypeMismatch error.  Finally ran across your post here and saw the gotchas section.  Switching from :user to @user solved it.</p>
<p>Can&#8217;t thank you enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I Evaluate Business Ideas by Harun</title>
		<link>http://scottblaine.com/how-i-evaluate-business-ideas/comment-page-1#comment-93</link>
		<dc:creator>Harun</dc:creator>
		<pubDate>Thu, 26 Nov 2009 12:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=384#comment-93</guid>
		<description>Great post, I am going to implement it right away.

Thank you!</description>
		<content:encoded><![CDATA[<p>Great post, I am going to implement it right away.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form validation callbacks and private functions by Scott</title>
		<link>http://scottblaine.com/form-validation-callbacks-and-private-functions/comment-page-1#comment-74</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 18 Aug 2009 04:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=149#comment-74</guid>
		<description>I didn&#039;t originally dive much into the intricacies of setting up private functions. I&#039;ve since updated my example to note that you need to specify the message for the field if it fails. Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t originally dive much into the intricacies of setting up private functions. I&#8217;ve since updated my example to note that you need to specify the message for the field if it fails. Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form validation callbacks and private functions by ph1047</title>
		<link>http://scottblaine.com/form-validation-callbacks-and-private-functions/comment-page-1#comment-73</link>
		<dc:creator>ph1047</dc:creator>
		<pubDate>Mon, 17 Aug 2009 21:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=149#comment-73</guid>
		<description>Ah damn. I forgot to change this.....
$this-&gt;form_validation-&gt;set_message(&#039;_usr_exists&#039;, &#039;gtfo&#039;);
It works OK...</description>
		<content:encoded><![CDATA[<p>Ah damn. I forgot to change this&#8230;..<br />
$this-&gt;form_validation-&gt;set_message(&#8216;_usr_exists&#8217;, &#8216;gtfo&#8217;);<br />
It works OK&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form validation callbacks and private functions by ph1047</title>
		<link>http://scottblaine.com/form-validation-callbacks-and-private-functions/comment-page-1#comment-72</link>
		<dc:creator>ph1047</dc:creator>
		<pubDate>Mon, 17 Aug 2009 21:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=149#comment-72</guid>
		<description>it is NOT working. Tested on 1.7.1.

$this-&gt;form_validation-&gt;set_rules(&#039;login&#039;, &#039;Login&#039;, &#039;trim&#124;required&#124;min_length[4]&#124;max_length[24]&#124;callback__usr_exists&#039;);
...
function _usr_exists($str)
...

i get
&quot;Unable to access an error message corresponding to your field name.&quot;</description>
		<content:encoded><![CDATA[<p>it is NOT working. Tested on 1.7.1.</p>
<p>$this-&gt;form_validation-&gt;set_rules(&#8216;login&#8217;, &#8216;Login&#8217;, &#8216;trim|required|min_length[4]|max_length[24]|callback__usr_exists&#8217;);<br />
&#8230;<br />
function _usr_exists($str)<br />
&#8230;</p>
<p>i get<br />
&#8220;Unable to access an error message corresponding to your field name.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form validation callbacks and private functions by Scott</title>
		<link>http://scottblaine.com/form-validation-callbacks-and-private-functions/comment-page-1#comment-61</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=149#comment-61</guid>
		<description>You bet! Glad you found it useful.</description>
		<content:encoded><![CDATA[<p>You bet! Glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form validation callbacks and private functions by Eric Jones</title>
		<link>http://scottblaine.com/form-validation-callbacks-and-private-functions/comment-page-1#comment-60</link>
		<dc:creator>Eric Jones</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=149#comment-60</guid>
		<description>From a newbie to Codeigniter, thanks for the hint.  I read the user guide, but never put those two together.</description>
		<content:encoded><![CDATA[<p>From a newbie to Codeigniter, thanks for the hint.  I read the user guide, but never put those two together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching to Ruby by Scott</title>
		<link>http://scottblaine.com/switching-to-ruby/comment-page-1#comment-57</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 27 Jul 2009 23:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=330#comment-57</guid>
		<description>Thanks, Dusty! I will most definitely keep this blog updated with my progress. I&#039;m glad you&#039;re enjoying the updates!</description>
		<content:encoded><![CDATA[<p>Thanks, Dusty! I will most definitely keep this blog updated with my progress. I&#8217;m glad you&#8217;re enjoying the updates!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching to Ruby by Dusty</title>
		<link>http://scottblaine.com/switching-to-ruby/comment-page-1#comment-56</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Mon, 27 Jul 2009 02:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=330#comment-56</guid>
		<description>Congrats on switching to Ruby! In my opinion, you *will* enjoy it more. Definitely keep your blog updated with your experiences with the switch. I&#039;ve enjoyed keeping up with the progress of your app as you&#039;ve gone through the process. Looking forward to more updates!</description>
		<content:encoded><![CDATA[<p>Congrats on switching to Ruby! In my opinion, you *will* enjoy it more. Definitely keep your blog updated with your experiences with the switch. I&#8217;ve enjoyed keeping up with the progress of your app as you&#8217;ve gone through the process. Looking forward to more updates!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
