<?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 Okada Design Blog</title>
	<atom:link href="http://www.okadadesign.no/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog</link>
	<description>Welcome to Okada Design Web Development Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:37:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Event calendar using Codeigniter and jQuery without BackendPro by Tejas Patel</title>
		<link>http://www.okadadesign.no/blog/codeigniter/event-calendar-using-codeigniter-and-jquery-without-backendpro/comment-page-1/#comment-4029</link>
		<dc:creator>Tejas Patel</dc:creator>
		<pubDate>Mon, 06 Sep 2010 06:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1104#comment-4029</guid>
		<description>Thank You Very Very VEry Much.....Once Again Thanks For this Excellent Applications</description>
		<content:encoded><![CDATA[<p>Thank You Very Very VEry Much&#8230;..Once Again Thanks For this Excellent Applications</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloads by Creating Customer Support Time Tracking Application Daikon with Codeigniter Part 3 &#124; Okada Design Blog</title>
		<link>http://www.okadadesign.no/blog/downloads/comment-page-1/#comment-4005</link>
		<dc:creator>Creating Customer Support Time Tracking Application Daikon with Codeigniter Part 3 &#124; Okada Design Blog</dc:creator>
		<pubDate>Fri, 03 Sep 2010 05:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?page_id=1061#comment-4005</guid>
		<description>[...] Download page [...]</description>
		<content:encoded><![CDATA[<p>[...] Download page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloads by Creating Customer Support Time Tracking Application with Codeigniter Part 4 &#124; Okada Design Blog</title>
		<link>http://www.okadadesign.no/blog/downloads/comment-page-1/#comment-4004</link>
		<dc:creator>Creating Customer Support Time Tracking Application with Codeigniter Part 4 &#124; Okada Design Blog</dc:creator>
		<pubDate>Fri, 03 Sep 2010 05:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?page_id=1061#comment-4004</guid>
		<description>[...] Download page [...]</description>
		<content:encoded><![CDATA[<p>[...] Download page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Customer Support Time Tracking Application with Codeigniter Part 4 by gerson</title>
		<link>http://www.okadadesign.no/blog/codeigniter/creating-customer-support-time-tracking-application-with-codeigniter-part-4/comment-page-1/#comment-4001</link>
		<dc:creator>gerson</dc:creator>
		<pubDate>Fri, 03 Sep 2010 01:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2233#comment-4001</guid>
		<description>Hi, this project is finalized?</description>
		<content:encoded><![CDATA[<p>Hi, this project is finalized?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework Flickr class on Codeignier with jquery by subbu</title>
		<link>http://www.okadadesign.no/blog/zend-framework/zend-framework-flickr-class-on-codeignier-with-jquery/comment-page-1/#comment-3977</link>
		<dc:creator>subbu</dc:creator>
		<pubDate>Sun, 29 Aug 2010 09:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=478#comment-3977</guid>
		<description>A real nice article on Codeigniter - Zend integration.</description>
		<content:encoded><![CDATA[<p>A real nice article on Codeigniter &#8211; Zend integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Portofolio CMS with Codeigniter by Mike</title>
		<link>http://www.okadadesign.no/blog/codeigniter/creating-a-portofolio-cms-with-codeigniter/comment-page-1/#comment-3971</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 27 Aug 2010 14:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1896#comment-3971</guid>
		<description>Great tutorial !!!
Awsome!</description>
		<content:encoded><![CDATA[<p>Great tutorial !!!<br />
Awsome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax Todo List system with Codeigniter Part 1 by name</title>
		<link>http://www.okadadesign.no/blog/codeigniter/ajax-todo-list-system-with-codeigniter/comment-page-1/#comment-3942</link>
		<dc:creator>name</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=518#comment-3942</guid>
		<description>@mario
i have same problem like you..
may be you can solve your problem with this step:
1. got to &quot;ci_bep\system\application\libraries\loader.php&quot;
2. on line 414 ,remove &quot;&amp;&quot;..
   before : &quot; $CI-&gt;dbutil =&amp; new $class();&quot;
   after  : &quot; $CI-&gt;dbutil = new $class();&quot;

hope your problem can solve..</description>
		<content:encoded><![CDATA[<p>@mario<br />
i have same problem like you..<br />
may be you can solve your problem with this step:<br />
1. got to &#8220;ci_bep\system\application\libraries\loader.php&#8221;<br />
2. on line 414 ,remove &#8220;&amp;&#8221;..<br />
   before : &#8221; $CI-&gt;dbutil =&amp; new $class();&#8221;<br />
   after  : &#8221; $CI-&gt;dbutil = new $class();&#8221;</p>
<p>hope your problem can solve..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event Calendar Demo by KanZonk</title>
		<link>http://www.okadadesign.no/blog/codeigniter/event-calendar-demo/comment-page-1/#comment-3926</link>
		<dc:creator>KanZonk</dc:creator>
		<pubDate>Sat, 21 Aug 2010 18:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2418#comment-3926</guid>
		<description>How to build event calendar by hour/time using codeigniter? not by day.</description>
		<content:encoded><![CDATA[<p>How to build event calendar by hour/time using codeigniter? not by day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Customer Support Time Tracking Application with Codeigniter Part 4 by gerson</title>
		<link>http://www.okadadesign.no/blog/codeigniter/creating-customer-support-time-tracking-application-with-codeigniter-part-4/comment-page-1/#comment-3909</link>
		<dc:creator>gerson</dc:creator>
		<pubDate>Sat, 21 Aug 2010 01:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2233#comment-3909</guid>
		<description>hello Okada san.
was observing the system and could put an item for those who were sent in the request?
manage it better this way. Thank you</description>
		<content:encoded><![CDATA[<p>hello Okada san.<br />
was observing the system and could put an item for those who were sent in the request?<br />
manage it better this way. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter shopping cart v1.1 Part 1: Overview by Archunan</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-shopping-cart-updates-part-1/comment-page-1/#comment-3886</link>
		<dc:creator>Archunan</dc:creator>
		<pubDate>Tue, 17 Aug 2010 10:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=665#comment-3886</guid>
		<description>Hi This is very useful for beginners.This is great tutorial for shopping cart using ci.</description>
		<content:encoded><![CDATA[<p>Hi This is very useful for beginners.This is great tutorial for shopping cart using ci.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
