<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Okada Design Blog &#187; Codeigniter</title>
	<atom:link href="http://www.okadadesign.no/blog/category/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog</link>
	<description>Welcome to Okada Design Web Development Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Uploading csv file with Codeigniter</title>
		<link>http://www.okadadesign.no/blog/codeigniter/uploading-csv-file-with-codeigniter/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/uploading-csv-file-with-codeigniter/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:21:51 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2800</guid>
		<description><![CDATA[ <p>I could not upload csv file. But you can upload it by changing confi/mimes.php line.</p> // instead of this $mimes = array( 'hqx' =&#62; 'application/mac-binhex40', 'cpt' =&#62; 'application/mac-compactpro', 'csv' =&#62; array('text/x-comma-separated-values', 'text/comma-separated-values', ... // add 'text/plain', as follows 'csv' =&#62; array('text/plain','text/x-comma-separated-values', <p>This should fix the problem.</p> <p>Related posts: Adding Ajax File/Image Manager to Codeigniter+BackendPro </p>
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/adding-ajax-fileimage-manager-to-codeigniterbackendpro/' rel='bookmark' title='Adding Ajax File/Image Manager to Codeigniter+BackendPro'>Adding Ajax File/Image Manager to Codeigniter+BackendPro</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fuploading-csv-file-with-codeigniter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fuploading-csv-file-with-codeigniter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I could not upload csv file. But you can upload it by changing confi/mimes.php line.</p>
<pre class="brush: php; title: ; notranslate">
// instead of this
$mimes = array(	'hqx'	=&gt;	'application/mac-binhex40',
				'cpt'	=&gt;	'application/mac-compactpro',
				'csv'	=&gt;	array('text/x-comma-separated-values', 'text/comma-separated-values', ...

// add 'text/plain', as follows
'csv'	=&gt;	array('text/plain','text/x-comma-separated-values',
</pre>
<p>This should fix the problem.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/adding-ajax-fileimage-manager-to-codeigniterbackendpro/' rel='bookmark' title='Adding Ajax File/Image Manager to Codeigniter+BackendPro'>Adding Ajax File/Image Manager to Codeigniter+BackendPro</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/uploading-csv-file-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sharethis_helper for CodeIgniter</title>
		<link>http://www.okadadesign.no/blog/codeigniter/sharethis_helper-for-codeigniter/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/sharethis_helper-for-codeigniter/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 06:49:34 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2778</guid>
		<description><![CDATA[ <p> &#160; <p>I have created a sharethis_helper for CodeIgniter and you can download from github. </p> How to use it Download it and place them in your CodeIgniter Open application/helper/sharethis_helper.php and change $sharethis_pub_key =‘Add your key here’; and $services = “facebook, twitter, email, sharethis, gbuzz”; You can find your sharethis publication key at [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/add-sharethis-widget-to-your-blogger-wp-or-website/' rel='bookmark' title='Add sharethis widget to your Blogger, WP or website'>Add sharethis widget to your Blogger, WP or website</a></li>
<li><a href='http://www.okadadesign.no/blog/jquery/the-undocumented-life-of-jquery-append/' rel='bookmark' title='The undocumented life of jQuery .append()'>The undocumented life of jQuery .append()</a></li>
<li><a href='http://www.okadadesign.no/blog/social-platform/social-bookmarking-button-addthis/' rel='bookmark' title='Social Bookmarking Button &quot;AddThis&quot;'>Social Bookmarking Button &quot;AddThis&quot;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fsharethis_helper-for-codeigniter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fsharethis_helper-for-codeigniter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/07/sharethis_helper.png" alt="" title="sharethis_helper" width="500" height="334" class="alignleft size-full wp-image-2783" />
<div class="clearboth">&nbsp;</div>
<p>I have created a sharethis_helper for CodeIgniter and you can download from <a href="https://github.com/shinokada/sharethis_helper">github</a>. </p>
<h3>How to use it</h3>
<ol>
<li>Download it and place them in your CodeIgniter</li>
<li>Open application/helper/sharethis_helper.php and change $sharethis_pub_key =‘Add your key here’; and $services = “facebook, twitter, email, sharethis, gbuzz”;</li>
<li>You can find your sharethis publication key at http://sharethis.com</li>
<li>To modify, open application/views/welcome_message.php</li>
</ol>
<p><span id="more-2778"></span></p>
<p>Here are the code.</p>
<p>application/helpers/sharethis_helper.php</p>
<pre class="brush: php; title: ; notranslate">
function sharethis()
{   $CI =&amp; get_instance();
    // sharethis public key
    //$sharethis_pub_key = $CI-&gt;preference-&gt;item('sharethis_pub_key'); // I pull it from DB settings
    // for demo
    $sharethis_pub_key ='Add your key here';
    // sharethis direction
    //$direction = $CI-&gt;preference-&gt;item('sharethis_direction'); // I pull it from DB settings
    // for demo
    $direction ='vertical';
    if($direction=='vertical'){
        $br = '&lt;br /&gt;';
    }  else {
        $br ='';
    }
    // sharethis services
    //$services = $CI-&gt;preference-&gt;item('sharethis_services'); // Again I pull this from DB
    // for demo
    $services = &quot;facebook, twitter, email, sharethis, gbuzz&quot;;
    $services_array = explode(',', $services);
    // sharethis size
    //$size = $CI-&gt;preference-&gt;item('sharethis_size');
    $size = 'large';
    if($size=='large'){
        $size = '_large';
    }  else {
        $size ='';
    }
    $sharethis ='&lt;div id=&quot;sthoverbuttons-background&quot; class=&quot;sthoverbuttons-background-l&quot;&gt;
&lt;div id=&quot;sthoverbuttons-top&quot; class=&quot;sthoverbuttons-top-l&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;sthoverbuttons-shade&quot; class=&quot;sthoverbuttons-shade-l&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;sthoverbuttons-bottom&quot; class=&quot;sthoverbuttons-bottom-l&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;&lt;div id=&quot;sthoverbuttonsMain&quot; class=&quot;sthoverbuttonsMain-l&quot;&gt;
&lt;div class=&quot;sthoverbuttons-label&quot;&gt;
&lt;span&gt;Share&lt;/span&gt;
&lt;/div&gt;&lt;div class=&quot;sthoverbuttons-chicklets&quot;&gt;';
    foreach($services_array as $service){
        $service = trim($service);
        $sharethis .=&quot;\n&lt;span  class='st_&quot;.$service.$size.&quot;' &gt;&lt;/span&gt;&quot;.$br ;
    }
    $sharethis .= '&lt;script type=&quot;text/javascript&quot;&gt;var switchTo5x=true;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://w.sharethis.com/button/buttons.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;stLight.options({publisher:\''.$sharethis_pub_key.'\'});&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;';
	return $sharethis;
}
</pre>
<p>And in a view.</p>
<pre class="brush: php; title: ; notranslate">
// I use this with if ($this-&gt;preference-&gt;item('sharethis_pub_key')){
// for demo
$sharethis_pub_key = TRUE;
if ($sharethis_pub_key){
    $this-&gt;load-&gt;helper('sharethis');
    echo '&lt;div id=&quot;sthoverbuttons&quot; class=&quot;sthoverbuttons-pos-left&quot;&gt;';
    echo sharethis();
    echo &quot;&lt;/div&gt;&quot;;
}
</pre>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/add-sharethis-widget-to-your-blogger-wp-or-website/' rel='bookmark' title='Add sharethis widget to your Blogger, WP or website'>Add sharethis widget to your Blogger, WP or website</a></li>
<li><a href='http://www.okadadesign.no/blog/jquery/the-undocumented-life-of-jquery-append/' rel='bookmark' title='The undocumented life of jQuery .append()'>The undocumented life of jQuery .append()</a></li>
<li><a href='http://www.okadadesign.no/blog/social-platform/social-bookmarking-button-addthis/' rel='bookmark' title='Social Bookmarking Button &quot;AddThis&quot;'>Social Bookmarking Button &quot;AddThis&quot;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/sharethis_helper-for-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Feeds and Google Analytics added to Kaimonokago</title>
		<link>http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/#comments</comments>
		<pubDate>Sun, 29 May 2011 20:45:16 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Kaimono Kago]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2765</guid>
		<description><![CDATA[ <p>I have added RSS feeds, Goolge Analytics and Orders widgets in its dashboard.</p> <p></p> &#160; <p></p> <p>I made changes RSS feeds and Google Analytics codes in PyroCMS in order to fit to the BackendPro widget.</p> <p>You needs to add necessary information in system>settings>Google Analytics Settings and RSS Feeds Settings.</p> Download from github Demo [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/plug-ins/implementing-show-your-google-analytics-top-content-in-wordpress/' rel='bookmark' title='Implementing &#8216;Show Your Google Analytics Top Content in WordPress&#8217;'>Implementing &#8216;Show Your Google Analytics Top Content in WordPress&#8217;</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/' rel='bookmark' title='Kaimonokago shopping cart updated'>Kaimonokago shopping cart updated</a></li>
<li><a href='http://www.okadadesign.no/blog/kaimono-kago/kaimonokago-version-1-1-4-beta-released/' rel='bookmark' title='Kaimonokago version 1.1.4 Beta released'>Kaimonokago version 1.1.4 Beta released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Frss-feeds-and-google-analytics-added-to-kaimonokago%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Frss-feeds-and-google-analytics-added-to-kaimonokago%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have added RSS feeds, Goolge Analytics and  Orders widgets in its dashboard.</p>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/05/dashboard.png" alt="" title="dashboard" width="500" height="381" class="alignleft size-full wp-image-2766" /></p>
<div class="clearboth">&nbsp;</div>
<p><span id="more-2765"></span></p>
<p>I made changes RSS feeds and Google Analytics codes in PyroCMS in order to fit to the BackendPro widget.</p>
<p>You needs to add necessary information in system>settings>Google Analytics Settings and RSS Feeds Settings.</p>
<h4 class="download floatleft"><a href="https://github.com/shinokada/Kaimonokago" target="_blank">Download from github</a></h4>
<h4 class="download floatleft"><a href="http://websitelab.skagerak.org/kaimonokago/" target="_blank">Demo</a></h4>
<div class="clearboth">&nbsp;</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/05/googleanalyticssetting.png" alt="" title="googleanalyticssetting" width="456" height="424" class="alignleft size-full wp-image-2769" /><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/05/rssfeedssettings.png" alt="" title="rssfeedssettings" width="518" height="296" class="alignleft size-full wp-image-2770" /></p>
<div class="clearboth">&nbsp;</div>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/plug-ins/implementing-show-your-google-analytics-top-content-in-wordpress/' rel='bookmark' title='Implementing &#8216;Show Your Google Analytics Top Content in WordPress&#8217;'>Implementing &#8216;Show Your Google Analytics Top Content in WordPress&#8217;</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/' rel='bookmark' title='Kaimonokago shopping cart updated'>Kaimonokago shopping cart updated</a></li>
<li><a href='http://www.okadadesign.no/blog/kaimono-kago/kaimonokago-version-1-1-4-beta-released/' rel='bookmark' title='Kaimonokago version 1.1.4 Beta released'>Kaimonokago version 1.1.4 Beta released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kaimonokago shopping cart updated</title>
		<link>http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/#comments</comments>
		<pubDate>Sun, 15 May 2011 19:42:54 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Kaimono Kago]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2744</guid>
		<description><![CDATA[ <p>Kaimonokago is a shopping cart based on CodeIgniter. The current version is 1.1.4 and it has a multi-language functions. </p> <p>I have added a quite few design changes in the back-end and some minor bug fixes. Please read README files for installation and other details. </p> Download from github Demo &#160; <p>Related posts: [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
<li><a href='http://www.okadadesign.no/blog/kaimono-kago/kaimonokago-version-1-1-4-beta-released/' rel='bookmark' title='Kaimonokago version 1.1.4 Beta released'>Kaimonokago version 1.1.4 Beta released</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/' rel='bookmark' title='How to add Course and Booking module to Kaimonokago CMS'>How to add Course and Booking module to Kaimonokago CMS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fkaimonokago-updated%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fkaimonokago-updated%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Kaimonokago is a shopping cart based on CodeIgniter. The current version is 1.1.4 and it has a multi-language functions. </p>
<p>I have added a quite few design changes in the back-end and some minor bug fixes. Please read README files for installation and other details. </p>
<h4 class="download floatleft"><a href="https://github.com/shinokada/Kaimonokago" target="_blank">Download from github</a></h4>
<h4 class="download floatleft"><a href="http://websitelab.skagerak.org/kaimonokago/" target="_blank">Demo</a></h4>
<div class="clearboth">&nbsp;</div>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
<li><a href='http://www.okadadesign.no/blog/kaimono-kago/kaimonokago-version-1-1-4-beta-released/' rel='bookmark' title='Kaimonokago version 1.1.4 Beta released'>Kaimonokago version 1.1.4 Beta released</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/' rel='bookmark' title='How to add Course and Booking module to Kaimonokago CMS'>How to add Course and Booking module to Kaimonokago CMS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Windows XP in VMware on Windows 7, localhost and base url of CodeIgniter</title>
		<link>http://www.okadadesign.no/blog/xampp/windows-xp-in-vmware-on-windows-7-localhost-and-base-url-of-codeigniter/</link>
		<comments>http://www.okadadesign.no/blog/xampp/windows-xp-in-vmware-on-windows-7-localhost-and-base-url-of-codeigniter/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 12:48:05 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2670</guid>
		<description><![CDATA[ <p>Well I had a aha moment today, so I thought I should share this. I know that the title is a bit confusing. </p> <p>There are times still I have to use Windows. And there are times when you have to develop for IE7. My set up for this is using IE 7 [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/web-development/windows-in-vm-virtualbox-on-ubuntu-localhost-and-base-url-of-codeigniter/' rel='bookmark' title='Windows in VM Virtualbox on Ubuntu, localhost and base url of CodeIgniter'>Windows in VM Virtualbox on Ubuntu, localhost and base url of CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/path-problems-with-codeigniter-on-windows/' rel='bookmark' title='Path problems with Codeigniter on Windows'>Path problems with Codeigniter on Windows</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-send-email-from-your-own-localhost/' rel='bookmark' title='How to send email from your own localhost'>How to send email from your own localhost</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fxampp%2Fwindows-xp-in-vmware-on-windows-7-localhost-and-base-url-of-codeigniter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fxampp%2Fwindows-xp-in-vmware-on-windows-7-localhost-and-base-url-of-codeigniter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/02/icon_1281.png" alt="" title="icon_128" width="128" height="128" class="alignleft size-full wp-image-2695" />Well I had a aha moment today, so I thought I should share this. I know that the title is a bit confusing. </p>
<p>There are times still I have to use Windows. And there are times when you have to develop for IE7. My set up for this is using IE 7 on Windows XP which is installed in VMware running on Windows 7. Well I could do it on Ubuntu as well. And I use XAMPP on Windows 7 for development.</p>
<h3>Use IPv4 Address value</h3>
<p>I had a hard time to display localhost on IE 7. When I use http://localhost/mywebsite, it works fine in my browsers on Windows 7, but it did not display in browsers in Windows XP. In a short answer, use http://192.168.1.2/. If this does not work for you, read on.</p>
<p>On Windows 7, go to Control panes > Network and Internet > Networking and Sharing center, then click your wireless connection or if you are using cable, then cable connection. Please note that it is not a VMware Adapters. When you open the Wireless Network Connection status, click Details. Find the vaule for IPv4 Address. For me it is 192.168.1.2. Use this in a browser in VMware to display a localhost from Windows 7.</p>
<h3>Using CodeIgniter?</h3>
<p>If you are using CodeIgniter, then you need to do one more step. Open your system>application>config>config.php and add the following to your base_url.</p>
<pre class="brush: php; title: ; notranslate">
$config['base_url']	= &quot;http://192.168.1.2/mywebsite/&quot;;
</pre>
<p>Without this line, all the internal links, images, CSS and scripts are broken. Adding this will fix the problems.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/web-development/windows-in-vm-virtualbox-on-ubuntu-localhost-and-base-url-of-codeigniter/' rel='bookmark' title='Windows in VM Virtualbox on Ubuntu, localhost and base url of CodeIgniter'>Windows in VM Virtualbox on Ubuntu, localhost and base url of CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/path-problems-with-codeigniter-on-windows/' rel='bookmark' title='Path problems with Codeigniter on Windows'>Path problems with Codeigniter on Windows</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-send-email-from-your-own-localhost/' rel='bookmark' title='How to send email from your own localhost'>How to send email from your own localhost</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/xampp/windows-xp-in-vmware-on-windows-7-localhost-and-base-url-of-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Add-ons for PyroCMS</title>
		<link>http://www.okadadesign.no/blog/codeigniter/free-add-ons-for-pyrocms/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/free-add-ons-for-pyrocms/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 21:23:45 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[PyroCMS]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2613</guid>
		<description><![CDATA[ <p>I have created two free add-ons for PyroCMS and they are avaiable from PyroCMS website Download page. The first one is Todo-Manager and the second one is Calendar. You just need to unzip and place them under pyrocms/addons/modules/ directory, then login, go to Add-ons, click install buttons. Todo manager will be installed under [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/firefox/my-must-have-firefox-3-plugins-for-web-development/' rel='bookmark' title='My Must Have Firefox 3 Plugins for Web Development'>My Must Have Firefox 3 Plugins for Web Development</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Ffree-add-ons-for-pyrocms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Ffree-add-ons-for-pyrocms%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2011/01/icon_128.png" alt="" title="icon_128" width="128" height="128" class="alignleft size-full wp-image-2708" />I have created two free add-ons for <a href="http://pyrocms.com/">PyroCMS</a> and they are avaiable from<del datetime="2011-03-05T11:58:30+00:00"> <a href="http://pyrocms.com/store">PyroCMS website</a></del> <a href="http://www.okadadesign.no/blog/downloads/#pyroaddons">Download page.</a> The first one is Todo-Manager and the second one is Calendar.<br />
You just need to unzip and place them under pyrocms/addons/modules/ directory, then login, go to Add-ons, click install buttons. Todo manager will be installed under Utilities and Calendar will be under Content.</p>
<div class="clearboth">&nbsp;</div>
<h4 class="download floatleft"><a href="http://www.box.net/shared/l4an329dhz">Download Files: Calendar</a></h4>
<h4 class="download floatleft"><a href="http://www.box.net/shared/fg27dbvu05">Download Files: To Do Manager</a></h4>
<div class="clearboth">&nbsp;</div>
<p><span id="more-2613"></span><br />
PyroCMS is a lightweight, themeable and dynamic content management system powered by CodeIgniter.<br />
You need to install PyroCMS and download addons and move addons to addons/modules/ directory. Go to the back-end and Add-ons to install them. They are from my CMS module and modified for PyroCMS.</p>
<p>It is so easy to install the module in PyroCMS and it did not take so much time modifying it either. There are couple of things you need to know and the followings are what I learnt so far.</p>
<p>1. You can add css, js, img folders for your module. And this is how you add css or js.</p>
<pre class="brush: php; title: ; notranslate">
$this-&gt;template
                    -&gt;append_metadata( js('calendar.js', 'calendar') )
                    -&gt;build('admin/calendar_edit', $this-&gt;data);
</pre>
<p>2. use set_flashdata to create message like the following.</p>
<pre class="brush: php; title: ; notranslate">
$this-&gt;session-&gt;set_flashdata(array('success'=&gt; 'Status changed'));
</pre>
<p>There are success and error as far as I know.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/firefox/my-must-have-firefox-3-plugins-for-web-development/' rel='bookmark' title='My Must Have Firefox 3 Plugins for Web Development'>My Must Have Firefox 3 Plugins for Web Development</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/free-add-ons-for-pyrocms/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to add Course and Booking module to Kaimonokago CMS</title>
		<link>http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 20:33:52 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Kaimono Kago]]></category>
		<category><![CDATA[booking system]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2591</guid>
		<description><![CDATA[ <p>Kaimonokago is a simple shopping cart which has all the basic CMS functions. In this I am going to write how to add this module to Kaimonokago CMS.</p> <p></p> Download and install Kaimonokago. <p>Here is more details how to do it.</p> Download Course and Booking and unzip it. Move the following modules. <p>modules/fitness [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/' rel='bookmark' title='Course Schedule and Booking System on CodeIgniter'>Course Schedule and Booking System on CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/' rel='bookmark' title='Kaimonokago shopping cart updated'>Kaimonokago shopping cart updated</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fhow-to-add-course-and-booking-module-to-kaimonokago-cms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fhow-to-add-course-and-booking-module-to-kaimonokago-cms%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2010/11/icon_128.png" alt="" title="icon_128" width="128" height="128" class="alignleft size-full wp-image-2712" />Kaimonokago is a simple shopping cart which has all the basic CMS functions. In this I am going to write how to add this module to Kaimonokago CMS.</p>
<p><span id="more-2591"></span></p>
<h4>Download and install Kaimonokago.</h4>
<p><a href="http://www.okadadesign.no/blog/kaimono-kago/">Here is more details how to do it.</a></p>
<h4>Download Course and Booking and unzip it. Move the following modules. </h4>
<p>modules/fitness<br />
modules/bookings<br />
modules/courses<br />
modules/trainers</p>
<h4>Import database</h4>
<pre class="brush: php; title: ; notranslate">
CREATE TABLE IF NOT EXISTS `omc_bookings` (
  `booking_id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `date_enroll` date NOT NULL,
  PRIMARY KEY (`booking_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

CREATE TABLE IF NOT EXISTS `omc_courses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date_id` int(10) DEFAULT NULL,
  `time` time NOT NULL,
  `course_name` varchar(255) DEFAULT NULL,
  `trainer_id` int(11) DEFAULT NULL,
  `desc` varchar(255) DEFAULT NULL,
  `capacity` int(11) DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `order` int(11) DEFAULT NULL,
  `booked` int(5) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

CREATE TABLE IF NOT EXISTS `omc_date` (
  `date_id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `week_id` int(10) NOT NULL,
  PRIMARY KEY (`date_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

CREATE TABLE IF NOT EXISTS `omc_trainer` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `trainer_name` varchar(50) NOT NULL,
  `trainer_image` varchar(100) NOT NULL,
  `video_url` text NOT NULL,
  `desc` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

CREATE TABLE IF NOT EXISTS `omc_week` (
  `week_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  PRIMARY KEY (`week_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1  ;
</pre>
<h4>Add menu</h4>
<p>Open system/application/views/admin/kkmenu.php and add the following at the end.</p>
<pre class="brush: php; title: ; notranslate">
&lt;li id=&quot;fitness&quot;&gt;&lt;span class=&quot;icon_general&quot;&gt;&lt;?php print 'Fitness'?&gt;&lt;/span&gt;
    &lt;ul&gt;
        &lt;?php if(check('Courses',NULL,FALSE)):?&gt;&lt;li&gt;&lt;?php print anchor('courses/admin','Courses',array('class'=&gt;'icon_calendar'))?&gt;&lt;/li&gt;&lt;?php echo &quot;\n&quot;; endif;?&gt;
        &lt;?php if(check('Bookings',NULL,FALSE)):?&gt;&lt;li&gt;&lt;?php print anchor('bookings/admin','Bookings',array('class'=&gt;'icon_user_red'))?&gt;&lt;/li&gt;&lt;?php echo &quot;\n&quot;; endif;?&gt;
        &lt;?php if(check('Trainers',NULL,FALSE)):?&gt;&lt;li&gt;&lt;?php print anchor('trainers/admin','Trainers',array('class'=&gt;'icon_user_suit'))?&gt;&lt;/li&gt;&lt;?php echo &quot;\n&quot;; endif;?&gt;

    &lt;/ul&gt;
&lt;/li&gt;
</pre>
<h4>Adding resources</h4>
<p>Enter the back-end and go to System >Access Control  >Resources and add Fitness under Site, Bookings under Fitness, Trainers under Fitness and Courses under Fitness.</p>
<h4>Fitness_controller.php and Fintess_admin_controller.php</h4>
<p>Copy and paste system/application/Fitness_controller.php and Fintess_admin_controller.php.</p>
<p>Open system/application/libraries/My_Controller.php and add followings.</p>
<pre class="brush: php; title: ; notranslate">

include_once(&quot;Fitness_controller.php&quot;);
include_once(&quot;Fitness_admin_controller.php&quot;);
</pre>
<h4>bep_assets.php</h4>
<p>Open modules/site/config/bep_assets.php and add the followings.</p>
<pre class="brush: php; title: ; notranslate">
// for fitness module
$config['asset'][] = array('file'=&gt;'fitnessjs.js', 'needs'=&gt;'jquery');
// for admin fitness
$config['asset'][] = array('file'=&gt;'fitness_admin.js', 'needs'=&gt;'jquery');
$config['asset'][] = array('file'=&gt;'fitness.css');

// jqModal
$config['asset'][] = array('file'=&gt;'jqModalstyle.css');
$config['asset'][] = array('file'=&gt;'jqModal.js', 'needs'=&gt;'jquery');

// colorbox
$config['asset'][] = array('file'=&gt;'colorbox.css');
$config['asset'][] = array('file'=&gt;'jquery.colorbox-min.js', 'needs'=&gt;'jquery');

// anytime.js and css
$config['asset'][] = array('file'=&gt;'anytimestyle.css');
$config['asset'][] = array('file'=&gt;'anytime.js', 'needs'=&gt;'jquery');
$config['asset'][] = array('file'=&gt;'anytimetz.js');

// jquery.timePicker
$config['asset'][] = array('file'=&gt;'timePicker.css');
$config['asset'][] = array('file'=&gt;'jquery.timePicker.min.js', 'needs'=&gt;'jquery');

// around line 174

// Added from here
$config['asset_group']['FITNESSADMIN'] = 'jquery_ui|admin|shoutbox|master|jquery.datepick|jquery.datepick.pack|coda|site|jquery.dataTables.min|jquery.accordion|demo_table|jqaccordion|jquery.colorbox-min|colorbox|jquery.timePicker.min|timePicker|fitness|fitness_admin';

// at the end
// For Fitness_controller
// Added from here
$config['asset_group']['FITNESS'] = 'forms|jquery.colorbox-min|colorbox|fitness|shopcustomtools|fitnessjs';
</pre>
<h4>Adding CSS and JS</h4>
<p>Import all the CSS and JS in the previous action. </p>
<h4>Import Images</h4>
<p>Import all the following images in assets/images.</p>
<p>controls.png<br />
border.png</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/' rel='bookmark' title='Course Schedule and Booking System on CodeIgniter'>Course Schedule and Booking System on CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/kaimonokago-updated/' rel='bookmark' title='Kaimonokago shopping cart updated'>Kaimonokago shopping cart updated</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install Portfolio CMS, Ninjin</title>
		<link>http://www.okadadesign.no/blog/codeigniter/how-to-install-portfolio-cms/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/how-to-install-portfolio-cms/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:06:27 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2588</guid>
		<description><![CDATA[ <p>This is a quick note for those who are new to CodeIgniter. 1. Download a zip file. 2. Unzip and move/upload to your server. 3. Create your database and import ci_aurelius.sql which is in the unzipped folder. 4. Open system/application/config/config.php and modify the following to suit with yours.</p> $config['base_url'] = &#34;http://localhost/ci_aurelius/&#34;; <p>5. Open [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-a-portofolio-cms-with-codeigniter/' rel='bookmark' title='How to install a Portofolio CMS with Codeigniter'>How to install a Portofolio CMS with Codeigniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
<li><a href='http://www.okadadesign.no/blog/jquery/creating-a-%e2%80%9cfilterable%e2%80%9d-portfolio-with-jquery-by-trevor-davis/' rel='bookmark' title='Creating a “Filterable” Portfolio with jQuery by Trevor Davis'>Creating a “Filterable” Portfolio with jQuery by Trevor Davis</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fhow-to-install-portfolio-cms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fhow-to-install-portfolio-cms%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2010/11/icon_1281.png" alt="" title="icon_128" width="128" height="128" class="alignleft size-full wp-image-2714" />This is a quick note for those who are new to CodeIgniter.<br />
1. <a href="http://sourceforge.net/projects/aureliusportfol/">Download a zip file</a>.<br />
2. Unzip and move/upload to your server.<br />
3. Create your database and import ci_aurelius.sql which is in the unzipped folder.<br />
4. Open system/application/config/config.php and modify the following to suit with yours.</p>
<pre class="brush: php; title: ; notranslate">
$config['base_url']	= &quot;http://localhost/ci_aurelius/&quot;;
</pre>
<p>5. Open system/application/config/database.php and modify the following to suit with yours.</p>
<pre class="brush: php; title: ; notranslate">
$db['default']['hostname'] = &quot;your host name&quot;;

$db['default']['username'] = &quot;your user name for database&quot;;

$db['default']['password'] = &quot;your password here&quot;;

$db['default']['database'] = &quot;your database name&quot;;
</pre>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-a-portofolio-cms-with-codeigniter/' rel='bookmark' title='How to install a Portofolio CMS with Codeigniter'>How to install a Portofolio CMS with Codeigniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
<li><a href='http://www.okadadesign.no/blog/jquery/creating-a-%e2%80%9cfilterable%e2%80%9d-portfolio-with-jquery-by-trevor-davis/' rel='bookmark' title='Creating a “Filterable” Portfolio with jQuery by Trevor Davis'>Creating a “Filterable” Portfolio with jQuery by Trevor Davis</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/how-to-install-portfolio-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Course Schedule and Booking System on CodeIgniter</title>
		<link>http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 17:16:12 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2567</guid>
		<description><![CDATA[ <p>I have created a course schedule and booking system on CodeIgniter. Features are the followings.</p> Admin featuers CRUD weeks CRUD date CRUD trainers/teachers Sorting by type whose names are given by colors CRUD bookings Booking details by course Youtube url input to show video Front-end features Student/customer login Modal for course details and [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/' rel='bookmark' title='How to add Course and Booking module to Kaimonokago CMS'>How to add Course and Booking module to Kaimonokago CMS</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/daikon2-simple-project-manager-with-customer-support/' rel='bookmark' title='Daikon2, Simple Project Manager with Customer Support'>Daikon2, Simple Project Manager with Customer Support</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fcourse-schedule-and-booking-system-on-codeigniter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fcourse-schedule-and-booking-system-on-codeigniter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have created a course schedule and booking system on CodeIgniter. Features are the followings.</p>
<ul>
<li>Admin featuers
<ol>
<li>CRUD weeks</li>
<li>CRUD date</li>
<li>CRUD trainers/teachers</li>
<li>Sorting by type whose names are given by colors </li>
<li>CRUD bookings </li>
<li>Booking details by course</li>
<li>Youtube url input to show video</li>
</ol>
</li>
<li>Front-end features
<ol>
<li>Student/customer login</li>
<li>Modal for course details and video</li>
<li>Individual Booking display</li>
<li>Total booking number display</li>
<li>Booking control </li>
</ol>
</li>
</ul>
<p>You can play around with the demo. The demo will be reset every thirty minutes.</p>
<div class="clearboth">&nbsp;</div>
<h4 class="download floatleft">
<a href="http://websiteclub.skagerak.org/booking/index.php/auth/login" target="_blank">Back-end Demo</a></h4>
<h4 class="download floatleft">
<a href="http://websiteclub.skagerak.org/booking/index.php/fitness" target="_blank">Front-end Demo</a></h4>
<h4 class="download floatleft"><a href="http://www.okadadesign.no/blog/downloads/#booking" >Download page</a></h4>
<div class="clearboth">&nbsp;</div>
<p><u>Login details</u><br /> <br />
admin: admin(at)gmail.com and pw: admin007 </p>
<p>email 1: cus7(at)gmail.com and pw: anneanne </p>
<p>email 2: cus2(at)gmail.com and pw: tonjetonje</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-add-course-and-booking-module-to-kaimonokago-cms/' rel='bookmark' title='How to add Course and Booking module to Kaimonokago CMS'>How to add Course and Booking module to Kaimonokago CMS</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/daikon2-simple-project-manager-with-customer-support/' rel='bookmark' title='Daikon2, Simple Project Manager with Customer Support'>Daikon2, Simple Project Manager with Customer Support</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Daikon2, Simple Project Manager with Customer Support</title>
		<link>http://www.okadadesign.no/blog/codeigniter/daikon2-simple-project-manager-with-customer-support/</link>
		<comments>http://www.okadadesign.no/blog/codeigniter/daikon2-simple-project-manager-with-customer-support/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 21:56:14 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[daikon]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2557</guid>
		<description><![CDATA[ <p>Daikon was created a while ago as a simple customer support time tracking application. Daikon2 evolved to a project manager which you can add your logs, specs and file links. And it has some Ajax function as well.</p> <p>You can play around with the demo. The demo will be reset every thirty minutes.</p> [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/' rel='bookmark' title='Course Schedule and Booking System on CodeIgniter'>Course Schedule and Booking System on CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/creating-customer-support-time-tracking-application-with-codeigniter-part-4/' rel='bookmark' title='Creating Customer Support Time Tracking Application with Codeigniter Part 4'>Creating Customer Support Time Tracking Application with Codeigniter Part 4</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fdaikon2-simple-project-manager-with-customer-support%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fcodeigniter%2Fdaikon2-simple-project-manager-with-customer-support%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.okadadesign.no/blog/codeigniter/creating-customer-support-time-tracking-application-daikon-with-codeigniter-part-1/">Daikon</a> was created a while ago as a simple customer support time tracking application. Daikon2 evolved to a project manager which you can add your logs, specs and file links. And it has some Ajax function as well.</p>
<p>You can play around with the demo. The demo will be reset every thirty minutes.</p>
<div class="clearboth">&nbsp;</div>
<h4 class="download"><a href="http://websiteclub.skagerak.org/daikon/index.php/auth/login" target="_blank">Demo</a></h4>
<p><u>Login details</u><br /> <br />
email 1: cus7(a)gmail.com and pw: anneanne </p>
<p>email 2: cus2(a)gmail.com and pw: tonjetonje</p>
<h4 class="download"><a href="http://www.okadadesign.no/blog/downloads/#daikon" >Download page</a></h4>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/how-to-install-customer-support-time-manager-daikon/' rel='bookmark' title='How to install Customer Support Time Manager: Daikon'>How to install Customer Support Time Manager: Daikon</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/course-schedule-and-booking-system-on-codeigniter/' rel='bookmark' title='Course Schedule and Booking System on CodeIgniter'>Course Schedule and Booking System on CodeIgniter</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/creating-customer-support-time-tracking-application-with-codeigniter-part-4/' rel='bookmark' title='Creating Customer Support Time Tracking Application with Codeigniter Part 4'>Creating Customer Support Time Tracking Application with Codeigniter Part 4</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/codeigniter/daikon2-simple-project-manager-with-customer-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

