<?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 jigniter™</title>
	<atom:link href="http://www.jigniter.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigniter.com</link>
	<description>jQuery &#38; CodeIgniter - Perfect combination for web application</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:11:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Use your Site URL or Base URL in Javascript functions by elruinnou</title>
		<link>http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/comment-page-1/#comment-925</link>
		<dc:creator>elruinnou</dc:creator>
		<pubDate>Thu, 09 Feb 2012 12:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/#comment-925</guid>
		<description>nice and clean, sir! thanks a lot. :)</description>
		<content:encoded><![CDATA[<p>nice and clean, sir! thanks a lot. <img src='http://www.jigniter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Form Generation in CodeIgniter by Thor</title>
		<link>http://www.jigniter.com/form-generation-in-codeigniter/comment-page-1/#comment-920</link>
		<dc:creator>Thor</dc:creator>
		<pubDate>Fri, 06 Jan 2012 14:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/?p=50#comment-920</guid>
		<description>Such a great library.  Really, an integrated form generator-validator should be built into the CodeIgniter core.  It&#039;s much more common than many of the other often useless libraries built into the core.</description>
		<content:encoded><![CDATA[<p>Such a great library.  Really, an integrated form generator-validator should be built into the CodeIgniter core.  It&#8217;s much more common than many of the other often useless libraries built into the core.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I display result or error messages in CodeIgniter application by J.T.</title>
		<link>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/comment-page-1/#comment-721</link>
		<dc:creator>J.T.</dc:creator>
		<pubDate>Fri, 02 Dec 2011 18:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/#comment-721</guid>
		<description>I&#039;ve got my error-handling built around redirecting-with-a-message -- I want to do form-validation errors the same way but I think I&#039;m going to have to retool it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got my error-handling built around redirecting-with-a-message &#8212; I want to do form-validation errors the same way but I think I&#8217;m going to have to retool it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I display result or error messages in CodeIgniter application by admin</title>
		<link>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/comment-page-1/#comment-715</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Dec 2011 01:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/#comment-715</guid>
		<description>Hmm. I am not sure to understand your question, but do you really need to use &quot;redirect&quot;? If it is a form, then you likely will POST the form. Redirect won&#039;t be used until the form is processed properly and then you can redirect to another page. I think you are trying to use a redirect where it shouldn&#039;t be used...</description>
		<content:encoded><![CDATA[<p>Hmm. I am not sure to understand your question, but do you really need to use &#8220;redirect&#8221;? If it is a form, then you likely will POST the form. Redirect won&#8217;t be used until the form is processed properly and then you can redirect to another page. I think you are trying to use a redirect where it shouldn&#8217;t be used&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I display result or error messages in CodeIgniter application by J.T.</title>
		<link>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/comment-page-1/#comment-714</link>
		<dc:creator>J.T.</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/#comment-714</guid>
		<description>This is almost exactly the method I developed for myself, but I&#039;ve discovered a problem with it (and found this page while googling for a solution to it) -- when a form fails to validate, I want to use the set_value function to display the previously submitted values to the user.  If you use a redirect, set_value no longer works.

Have you found a workaround for that, or has it not been an issue for you?</description>
		<content:encoded><![CDATA[<p>This is almost exactly the method I developed for myself, but I&#8217;ve discovered a problem with it (and found this page while googling for a solution to it) &#8212; when a form fails to validate, I want to use the set_value function to display the previously submitted values to the user.  If you use a redirect, set_value no longer works.</p>
<p>Have you found a workaround for that, or has it not been an issue for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use your Site URL or Base URL in Javascript functions by Bruno</title>
		<link>http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/comment-page-1/#comment-654</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Wed, 03 Aug 2011 19:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/#comment-654</guid>
		<description>Nice use of object literals :)
I like this better than other solutions I&#039;ve found.</description>
		<content:encoded><![CDATA[<p>Nice use of object literals <img src='http://www.jigniter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I like this better than other solutions I&#8217;ve found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use your Site URL or Base URL in Javascript functions by admin</title>
		<link>http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/comment-page-1/#comment-649</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jul 2011 18:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/use-your-site-url-or-base-url-in-javascript-functions/#comment-649</guid>
		<description>Sounds like a good idea. Thanks! ;)</description>
		<content:encoded><![CDATA[<p>Sounds like a good idea. Thanks! <img src='http://www.jigniter.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internationalization i18n in CodeIgniter by Kunmi</title>
		<link>http://www.jigniter.com/internationalization-i18n-in-codeigniter/comment-page-1/#comment-647</link>
		<dc:creator>Kunmi</dc:creator>
		<pubDate>Wed, 20 Jul 2011 03:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigniter.com/internationalization-i18n-in-codeigniter/#comment-647</guid>
		<description>I would really appreciate your wisdom.  I have a huge site using codeigniter that needs to be translated into 52 language without using google translate API.  I told my programmer to use codeginiter libraries and his response is below.  

How can codeigniter be used to translate? 

I have a linux server, but this http://tech.groups.yahoo.com/group/linuxfortranslators/ does not seem relevant.

Please comment.  I am in Atlanta and can call you if needed.

Thanks for your attention.

Kunmi</description>
		<content:encoded><![CDATA[<p>I would really appreciate your wisdom.  I have a huge site using codeigniter that needs to be translated into 52 language without using google translate API.  I told my programmer to use codeginiter libraries and his response is below.  </p>
<p>How can codeigniter be used to translate? </p>
<p>I have a linux server, but this <a href="http://tech.groups.yahoo.com/group/linuxfortranslators/" rel="nofollow">http://tech.groups.yahoo.com/group/linuxfortranslators/</a> does not seem relevant.</p>
<p>Please comment.  I am in Atlanta and can call you if needed.</p>
<p>Thanks for your attention.</p>
<p>Kunmi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
