<?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>Melbourne Web Developer, Website Design &#38; Development &#187; php</title>
	<atom:link href="http://blog.koumei.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.koumei.net</link>
	<description>= fn(n){n xor 0xFFFF004B eq 0x0 ? n : fn(n - 0x1)}</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:26:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto: Import data from Excel to joomla table using Kimport v1.5.0</title>
		<link>http://blog.koumei.net/2009/03/12/howto-import-data-from-excel-to-joomla-table-using-kimport-v150/</link>
		<comments>http://blog.koumei.net/2009/03/12/howto-import-data-from-excel-to-joomla-table-using-kimport-v150/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:26:16 +0000</pubDate>
		<dc:creator>Koumei</dc:creator>
				<category><![CDATA[Tech.]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[kimport]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.koumei.net/?p=151</guid>
		<description><![CDATA[After proper installation of Kimport component for joomla 1.5.x, you can try to manage the data using this component.
There is something you need to do before uploading the excel file to the component. The most important step to do is mapping the data columns to the excel columns. For instance, you probably have a table [...]]]></description>
			<content:encoded><![CDATA[<p>After proper installation of Kimport component for joomla 1.5.x, you can try to manage the data using this component.</p>
<p>There is something you need to do before uploading the excel file to the component. The most important step to do is mapping the data columns to the excel columns. For instance, you probably have a table like this:</p>
<p><img class="size-full wp-image-152 alignnone" style="border: 1px solid black;" title="example data table" src="http://blog.koumei.net/wp-content/uploads/2009/03/datatable.jpg" alt="example data table" width="620" height="208" /></p>
<p>You can read the data structure by typing &#8220;describe [your-table-name]&#8221; on the command line or GUI-based mysql admin tools. Then you may now construct your excel file. Create a Excel file in Office 2003 (note that Kimport currently recognizes Excel2003), the paradigm of the excel file should look like: (Click the picture to enlarge the picture below)</p>
<p><a href="http://blog.koumei.net/wp-content/uploads/2009/03/exceldata.jpg" target="_blank"><img class="size-medium wp-image-153 alignnone" style="border: 1px solid black;" title="excel file with a proper paradigm" src="http://blog.koumei.net/wp-content/uploads/2009/03/exceldata-300x157.jpg" alt="excel file with a proper paradigm" width="300" height="157" /></a></p>
<p>You can see that the first column of the Excel is reserved to further use,  then the first row have to be <strong>IDENTICAL </strong>with the <strong>columns&#8217; name</strong> of your data table. The second row is the data type property of the column. For instance, product_sku should be string, so the data type is written &#8220;string&#8221;.</p>
<p>Okay, now you know that the excel&#8217;s paradigm is to map the data meta information of the actual data table. The yellow high-lined part of this excel means the reserved information. Please also note the &#8220;sheet name&#8221; below. The sheet name should be the <strong>EXACTLY </strong>same as the table&#8217;s name. After the excel file is prepared, you can proceed to upload the file to the component.</p>
<p>Two steps are need to perform upload:</p>
<ol>
<li>Select &#8220;Kimport&#8221; from the top menu &#8220;Components&#8221;. (click the image below to enlarge)<br />
<a href="http://blog.koumei.net/wp-content/uploads/2009/03/use_1.jpg" target="_blank"><img class="size-medium wp-image-156 alignnone" style="border: 1px solid black;" title="step 1" src="http://blog.koumei.net/wp-content/uploads/2009/03/use_1-300x141.jpg" alt="step 1" width="300" height="141" /></a></li>
<li>Select the Excel file from the local computer. Then click &#8220;Save&#8221; on the top-right of the page. (click the image below to enlarge)<br />
<a href="http://blog.koumei.net/wp-content/uploads/2009/03/use_2.jpg" target="_blank"><img class="size-medium wp-image-157 alignnone" style="border: 1px solid black;" title="step 2" src="http://blog.koumei.net/wp-content/uploads/2009/03/use_2-300x100.jpg" alt="step 2" width="300" height="100" /></a></li>
<li>If upload is succeed, you can see a information notification on the page. (click the image below to enlarge)<br />
<a href="http://blog.koumei.net/wp-content/uploads/2009/03/use_3.jpg" target="_blank"><img class="size-medium wp-image-158 alignnone" style="border: 1px solid black;" title="step 3" src="http://blog.koumei.net/wp-content/uploads/2009/03/use_3-300x47.jpg" alt="step 3" width="300" height="47" /></a></li>
</ol>
<p>Easy, huh? But Still need to keep in mind when you arrange the Excel data:</p>
<ul>
<li>The first column of the excel file is reserved.</li>
<li>The first row without the first column is mapped to the columns&#8217; name of the data table.</li>
<li>The second row without the first column is the data type of the column</li>
<li>The sheet name of the excel file should rename to the EXACT name of the data table.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.koumei.net/2009/03/12/howto-import-data-from-excel-to-joomla-table-using-kimport-v150/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Kimport v1.5.0 installation guide</title>
		<link>http://blog.koumei.net/2009/03/12/kimport-v150-installation-guide/</link>
		<comments>http://blog.koumei.net/2009/03/12/kimport-v150-installation-guide/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 05:34:21 +0000</pubDate>
		<dc:creator>Koumei</dc:creator>
				<category><![CDATA[Tech.]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[kimport]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.koumei.net/?p=120</guid>
		<description><![CDATA[Just like the other components, you need to install Kimport before using it.

Pre-requisition:

Have joomla 1.5.x installed.
Login to joomla adminitration page as Super Administrator role user.


Installation: (3 Steps)

Select install/uninstall from the main menu. If you can&#8217;t see the sub-menu on top, please confirm if you have an Super Admin role privilege.


step 1



Select the com_kimport.zip on your [...]]]></description>
			<content:encoded><![CDATA[<p>Just like the other components, you need to install Kimport before using it.</p>
<div>
<p><strong>Pre-requisition:</strong></p>
<ul>
<li>Have joomla 1.5.x installed.</li>
<li>Login to joomla adminitration page as Super Administrator role user.</li>
</ul>
</div>
<p><strong>Installation: (3 Steps)</strong></p>
<ol>
<li>Select install/uninstall from the main menu. If you can&#8217;t see the sub-menu on top, please confirm if you have an Super Admin role privilege.
<div class="mceTemp">
<dl id="attachment_121" class="wp-caption alignnone" style="width: 518px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-121  " style="border: 1px solid black;" title="step 1" src="http://www.koumei.net/wp-content/uploads/2009/03/install_1.jpg" alt="install step 1" width="508" height="172" /><span style="line-height: 17px; font-size: 11px; ">step 1</span></dt>
</dl>
</div>
</li>
<li>Select the com_kimport.zip on your local folder. Press &#8220;Upload File &amp; Install&#8221; button.  
<div class="mceTemp">
<dl id="attachment_123" class="wp-caption alignnone" style="width: 538px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-123  " style="border: 1px solid black;" title="step 2" src="http://www.koumei.net/wp-content/uploads/2009/03/install_21.jpg" alt="step 2" width="528" height="64" /><span style="line-height: 17px; font-size: 11px; ">step 2</span></dt>
</dl>
</div>
</li>
<li>After a short while (com_kimport is small size), you can see the successful post-screen.     
<div class="mceTemp">
<dl id="attachment_124" class="wp-caption alignnone" style="width: 547px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-124  " style="border: 1px solid black;" title="step 3" src="http://www.koumei.net/wp-content/uploads/2009/03/install_3.jpg" alt="Step 3" width="537" height="86" /><span style="line-height: 17px; font-size: 11px;">step 3</span></dt>
</dl>
</div>
</li>
</ol>
<p>Now you can see &#8220;Kimport&#8221; sub-menu on the &#8220;Components&#8221; menu on top.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.koumei.net/2009/03/12/kimport-v150-installation-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kimport v1.5.0 for joomla 1.5.x Released</title>
		<link>http://blog.koumei.net/2009/03/12/kimport-released/</link>
		<comments>http://blog.koumei.net/2009/03/12/kimport-released/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 03:59:41 +0000</pubDate>
		<dc:creator>Koumei</dc:creator>
				<category><![CDATA[Tech.]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[kimport]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.koumei.net/?p=110</guid>
		<description><![CDATA[If you have ever been a web master, you would probably know joomla project or even use it for managing your web contents. It is easy to use and deploy. The only thing to do before using joomla should you have Apache and Php 5+ installed on your own server or hosting server. For SEF [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever been a web master, you would probably know <a title="joomla's website" href="http://joomla.org" target="_blank">joomla</a> project or even use it for managing your web contents. It is easy to use and deploy. The only thing to do before using joomla should you have <a title="apache" href="http://apache.org" target="_blank">Apache</a> and <a title="php home" href="http://www.php.net/" target="_blank">Php 5+</a> installed on your own server or hosting server. For SEF convenience, better have mod_rewrite on Apache server.</p>
<p>During the mainteinance of the joomla website, I was getting tired for adding new articles and other contents, that is, you have click on the &#8220;Add&#8221; button, type all the contents(or copy them from your notepad) to the relevant page, then press &#8220;Save&#8221; or &#8220;Apply&#8221; so that the new article is post. Then if you have another article to post, you have to go back to ground-zero and repeat the steps. 5 articles in all in one time gonna kill me, how about you get 20 more to post in one time? So that is the original idea for me to design a joomla component called <strong>KIMPORT</strong>. That component save my time adding the new contents. KIMPORT now becomes an administrator-oriented utility for manipulating the data table. Before adding new contents, you just fill in a specific excel file (2003) in a certain paradigm and then upload the excel with the component, then you got your data filled in the data table. The setup and the instruction guides please refer to the new post of my blog.</p>
<p>The initial version of KIMPORT is 1.5.0, which means it&#8217;s native for joomla 1.5.x. Since joomla 1.5.x is GPLv3.0, the license for KIMPORT is GPLv3.0 as well.</p>
<p><img class="size-full wp-image-111 alignnone" style="border: 1px solid black;" title="kimport" src="http://www.koumei.net/wp-content/uploads/2009/03/kimport.jpg" alt="kimport" width="300" height="300" /></p>
<p>You can download the project source code with any SVN client:</p>
<p><em>svn checkout http://kimport.googlecode.com/svn/trunk/ kimport-read-only</em></p>
<p>Or just only download the package for installation:</p>
<p><a title="kimport download" href="http://kimport.googlecode.com/files/com_kimport.zip" target="_blank">http://kimport.googlecode.com/files/com_kimport.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.koumei.net/2009/03/12/kimport-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
