<?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: Ajax Todo List system with Codeigniter Part 1</title>
	<atom:link href="http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/</link>
	<description>Welcome to Okada Design Web Development Blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: erwin</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4845</link>
		<dc:creator>erwin</dc:creator>
		<pubDate>Sat, 03 Dec 2011 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4845</guid>
		<description>hi sir, i added these following codes to catch the error if there&#039;s none messages.
&lt;code&gt;
if ($completed){
foreach ($completed as $key =&gt; $list){
echo &quot;\n\n&lt;strong&gt;&quot;.$list[&#039;user&#039;].&quot;&lt;/strong&gt;\n&quot; .$list[&#039;date&#039;].&quot;\n&quot;;
			echo anchor (&#039;messages/admin/changestatus/&#039;.$list[&#039;id&#039;],$list[&#039;status&#039;],array(&#039;class&#039;=&gt;&#039;completedmsg&#039;));
			echo	 &quot;\n&lt;a href=&quot;admin/delete/&quot; rel=&quot;nofollow&quot;&gt;x&lt;/a&gt;&quot;.$list[&#039;message&#039;].
				&quot;\n&quot;;

				} }&lt;/code&gt;
but, it&#039;s got the error when there&#039;s no message in the list.</description>
		<content:encoded><![CDATA[<p>hi sir, i added these following codes to catch the error if there&#8217;s none messages.</p>
<div class="codesnip-container" >if ($completed){<br />
foreach ($completed as $key =&gt; $list){<br />
echo &#8220;\n\n<strong>&#8220;.$list['user'].&#8221;</strong>\n&#8221; .$list['date'].&#8221;\n&#8221;;<br />
			echo anchor (&#8216;messages/admin/changestatus/&#8217;.$list['id'],$list['status'],array(&#8216;class&#8217;=&gt;&#8217;completedmsg&#8217;));<br />
			echo	 &#8220;\n<a href="admin/delete/" rel="nofollow">x</a>&#8220;.$list['message'].<br />
				&#8220;\n&#8221;;</p>
<p>				} }</p></div>
<p>but, it&#8217;s got the error when there&#8217;s no message in the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter rules! &#124; Webdesignlovers</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4840</link>
		<dc:creator>CodeIgniter rules! &#124; Webdesignlovers</dc:creator>
		<pubDate>Mon, 31 Oct 2011 09:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4840</guid>
		<description>[...] CodeIgniter Create an Event calendar using Codeigniter and jQuery jQuery Quicksand on CodeIgniter Ajax Todo List system with CodeIgniter Zend framework Flickr class on CodeIgniter with jquery Zend Framework on CodeIgniter: Youtube  How [...]</description>
		<content:encoded><![CDATA[<p>[...] CodeIgniter Create an Event calendar using Codeigniter and jQuery jQuery Quicksand on CodeIgniter Ajax Todo List system with CodeIgniter Zend framework Flickr class on CodeIgniter with jquery Zend Framework on CodeIgniter: Youtube  How [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Important Tutorials and Resources for CodeIgniter Toolbox &#124; DesDevWeb</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4823</link>
		<dc:creator>Important Tutorials and Resources for CodeIgniter Toolbox &#124; DesDevWeb</dc:creator>
		<pubDate>Tue, 11 Oct 2011 19:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4823</guid>
		<description>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4816</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Thu, 22 Sep 2011 06:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4816</guid>
		<description>great with ci_bep2 it works perfectly 

But can you explain me how access to my website inside of backendpro.

And how Can i access to  the client websites independently , because when I wrote the url I have directly access to the admin loggin and  I&#039; would like to how had /admin  or /loggin in the url  to access to the administration of the website.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>great with ci_bep2 it works perfectly </p>
<p>But can you explain me how access to my website inside of backendpro.</p>
<p>And how Can i access to  the client websites independently , because when I wrote the url I have directly access to the admin loggin and  I&#8217; would like to how had /admin  or /loggin in the url  to access to the administration of the website.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4815</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Thu, 22 Sep 2011 05:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4815</guid>
		<description>That is the line 414 of Loader
tahnk you for the password

What is the problem with language file

Unable to load the requested language file: language/validation_lang.php

So I can&#039;t access to the dashbord</description>
		<content:encoded><![CDATA[<p>That is the line 414 of Loader<br />
tahnk you for the password</p>
<p>What is the problem with language file</p>
<p>Unable to load the requested language file: language/validation_lang.php</p>
<p>So I can&#8217;t access to the dashbord</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinokada</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4814</link>
		<dc:creator>shinokada</dc:creator>
		<pubDate>Wed, 21 Sep 2011 06:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4814</guid>
		<description>@sebastien: I am not sure which line 41 you changed, so I am not able to suggest at this point. The password should be admin.</description>
		<content:encoded><![CDATA[<p>@sebastien: I am not sure which line 41 you changed, so I am not able to suggest at this point. The password should be admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4813</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Wed, 21 Sep 2011 03:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4813</guid>
		<description>hello i have a problem with the installation i v modified the line 414 when i log me I have that Error message

Unable to load the requested language file: language/validation_lang.php

I don&#039;t understand which file i must modif to access to the panel control
There is a file language but it does nothing 

An can you bring me the passord you use to <span class="mh-email">adm<a href='http://www.google.com/recaptcha/mailhide/d?k=01_G64DEJsZWQ2ejuqj5LY3g==&amp;c=RV61xb34zE6RHZYE4rnvhg==' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01_G64DEJsZWQ2ejuqj5LY3g==&amp;c=RV61xb34zE6RHZYE4rnvhg==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@gmail.com</span> because I have made a second register with a new member perhaps is the problem i dont know ?</description>
		<content:encoded><![CDATA[<p>hello i have a problem with the installation i v modified the line 414 when i log me I have that Error message</p>
<p>Unable to load the requested language file: language/validation_lang.php</p>
<p>I don&#8217;t understand which file i must modif to access to the panel control<br />
There is a file language but it does nothing </p>
<p>An can you bring me the passord you use to <span class="mh-email">adm<a href='http://www.google.com/recaptcha/mailhide/d?k=01_G64DEJsZWQ2ejuqj5LY3g==&amp;c=RV61xb34zE6RHZYE4rnvhg==' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01_G64DEJsZWQ2ejuqj5LY3g==&amp;c=RV61xb34zE6RHZYE4rnvhg==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@gmail.com</span> because I have made a second register with a new member perhaps is the problem i dont know ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Toolbox- Essential Tutorials and Resources &#124; WP Plates! &#124; Wordpress Themes</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4730</link>
		<dc:creator>CodeIgniter Toolbox- Essential Tutorials and Resources &#124; WP Plates! &#124; Wordpress Themes</dc:creator>
		<pubDate>Sun, 26 Jun 2011 18:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4730</guid>
		<description>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development articles, tutorials, help &#187; Blog Archive &#187; CodeIgniter Toolbox- Essential Tutorials and Resources</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4724</link>
		<dc:creator>Web Development articles, tutorials, help &#187; Blog Archive &#187; CodeIgniter Toolbox- Essential Tutorials and Resources</dc:creator>
		<pubDate>Mon, 20 Jun 2011 14:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4724</guid>
		<description>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] Create an Ajax To-Do List System with CodeIgniter (Part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Toolbox- Essential Tutorials and Resources</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-4715</link>
		<dc:creator>CodeIgniter Toolbox- Essential Tutorials and Resources</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-4715</guid>
		<description>[...] data. Creating a Form-like Application with CodeIgnitierWebsite and Web App Features TutorialsCreate an Ajax To-Do List System with CodeIgniter (Part 2) An Okada Design tutorial on how to create an Ajax to-do list system with CodeIgniter. It [...]</description>
		<content:encoded><![CDATA[<p>[...] data. Creating a Form-like Application with CodeIgnitierWebsite and Web App Features TutorialsCreate an Ajax To-Do List System with CodeIgniter (Part 2) An Okada Design tutorial on how to create an Ajax to-do list system with CodeIgniter. It [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

