<?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: Event Calendar on Codeigniter update</title>
	<atom:link href="http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/</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: Arif</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4801</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4801</guid>
		<description>How can use this event calendar in my project which is developed with codeigniter.</description>
		<content:encoded><![CDATA[<p>How can use this event calendar in my project which is developed with codeigniter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#124; CodeIgniter Tutorials</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4689</link>
		<dc:creator>&#124; CodeIgniter Tutorials</dc:creator>
		<pubDate>Tue, 17 May 2011 12:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4689</guid>
		<description>[...] Source: Okadadesign.no GD Star Ratingloading...     Today, 5:17 am  No Comments Short URL   ajaxcalendarjavascriptokadadesign.no [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: Okadadesign.no GD Star Ratingloading&#8230;     Today, 5:17 am  No Comments Short URL   ajaxcalendarjavascriptokadadesign.no [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinokada</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4675</link>
		<dc:creator>shinokada</dc:creator>
		<pubDate>Mon, 02 May 2011 07:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4675</guid>
		<description>You need to add db for each item you want to add and also change the view so that you can add these items. You also need to change model to include these items as well. Regarding your CI_Model and controller. This is built on CodeIgniter 1.7.3. So you are welcome to upgrade to 2.0. But if you are using the BackendPro with this calendar system, it won&#039;t work since BackendPro is not compatible with 2.0 yet.</description>
		<content:encoded><![CDATA[<p>You need to add db for each item you want to add and also change the view so that you can add these items. You also need to change model to include these items as well. Regarding your CI_Model and controller. This is built on CodeIgniter 1.7.3. So you are welcome to upgrade to 2.0. But if you are using the BackendPro with this calendar system, it won&#8217;t work since BackendPro is not compatible with 2.0 yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Biggs</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4674</link>
		<dc:creator>Austin Biggs</dc:creator>
		<pubDate>Mon, 02 May 2011 06:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4674</guid>
		<description>I need a bit of help, I&#039;m trying to change this calendar to include multiple day events (including times) using &#039;start_date&#039;, &#039;end_date&#039;, &#039;start_time&#039;, and &#039;end_time&#039; values from the database. How would I do this, also this script needs updates changing &quot;XXX extends Model&quot; to &quot;XXX entends CI_Model&quot; and &quot;XXX extends Controller&quot; to &quot;XXX entends CI_Controller&quot; as well as &quot;parent::Controller();&quot; to &quot;parent::__construct();&quot;.</description>
		<content:encoded><![CDATA[<p>I need a bit of help, I&#8217;m trying to change this calendar to include multiple day events (including times) using &#8216;start_date&#8217;, &#8216;end_date&#8217;, &#8216;start_time&#8217;, and &#8216;end_time&#8217; values from the database. How would I do this, also this script needs updates changing &#8220;XXX extends Model&#8221; to &#8220;XXX entends CI_Model&#8221; and &#8220;XXX extends Controller&#8221; to &#8220;XXX entends CI_Controller&#8221; as well as &#8220;parent::Controller();&#8221; to &#8220;parent::__construct();&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Event Calendar using CodeIgniter and jQuery &#124; Netvivs</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4643</link>
		<dc:creator>Event Calendar using CodeIgniter and jQuery &#124; Netvivs</dc:creator>
		<pubDate>Mon, 14 Mar 2011 18:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4643</guid>
		<description>[...] library makes possible to embed a jQuery calendar into a web page and use it in your CodeIgniter applications. The drawback is that it cannot run if [...]</description>
		<content:encoded><![CDATA[<p>[...] library makes possible to embed a jQuery calendar into a web page and use it in your CodeIgniter applications. The drawback is that it cannot run if [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indra</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4580</link>
		<dc:creator>indra</dc:creator>
		<pubDate>Fri, 14 Jan 2011 04:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4580</guid>
		<description>Hai shinokada,

the default view of calendar is current month, how should i do to change view of current year (view all month)?

Thanks</description>
		<content:encoded><![CDATA[<p>Hai shinokada,</p>
<p>the default view of calendar is current month, how should i do to change view of current year (view all month)?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinokada</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4114</link>
		<dc:creator>shinokada</dc:creator>
		<pubDate>Sat, 06 Nov 2010 20:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4114</guid>
		<description>What kind of help do you need? Have you visited http://localhost/ci_172_calendar/index.php/calendar/index?</description>
		<content:encoded><![CDATA[<p>What kind of help do you need? Have you visited <a href="http://localhost/ci_172_calendar/index.php/calendar/index?" rel="nofollow">http://localhost/ci_172_calendar/index.php/calendar/index?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-4113</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 06 Nov 2010 18:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-4113</guid>
		<description>please i need help. i have it error: &quot;Welcome to CodeIgniter!
The page you are looking at is being generated dynamically by CodeIgniter.

If you would like to edit this page you&#039;ll find it located at:

system/application/views/welcome_message.php
 
The corresponding controller for this page is found at:

system/application/controllers/welcome.php
 
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.


Page rendered in 0.6388 seconds
&quot;

I don`t know.. !

Help me please because it message, y have de database y modified the connection to he database.

help me please!</description>
		<content:encoded><![CDATA[<p>please i need help. i have it error: &#8220;Welcome to CodeIgniter!<br />
The page you are looking at is being generated dynamically by CodeIgniter.</p>
<p>If you would like to edit this page you&#8217;ll find it located at:</p>
<p>system/application/views/welcome_message.php</p>
<p>The corresponding controller for this page is found at:</p>
<p>system/application/controllers/welcome.php</p>
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.</p>
<p>Page rendered in 0.6388 seconds<br />
&#8221;</p>
<p>I don`t know.. !</p>
<p>Help me please because it message, y have de database y modified the connection to he database.</p>
<p>help me please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Started with CodeIgniter and How to Create All Those Great Apps &#124; PHP Lovers</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-3514</link>
		<dc:creator>Getting Started with CodeIgniter and How to Create All Those Great Apps &#124; PHP Lovers</dc:creator>
		<pubDate>Fri, 07 May 2010 07:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-3514</guid>
		<description>[...] 4.10 CODEIGNITER EVENT CALENDAR [...]</description>
		<content:encoded><![CDATA[<p>[...] 4.10 CODEIGNITER EVENT CALENDAR [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter : miniguida e risorse per questo ottimo Framework PHP &#124; Pecciola</title>
		<link>http://www.okadadesign.no/blog/codeigniter/codeigniter-event-calendar-update/comment-page-1/#comment-3303</link>
		<dc:creator>CodeIgniter : miniguida e risorse per questo ottimo Framework PHP &#124; Pecciola</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1330#comment-3303</guid>
		<description>[...] Creare un Event Calendar con CodeIgniter [...]</description>
		<content:encoded><![CDATA[<p>[...] Creare un Event Calendar con CodeIgniter [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

