<?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>Sonuku, Alistair Munnings &#187; codeigniter</title>
	<atom:link href="http://blog.sonuku.com/tag/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonuku.com</link>
	<description>PHP/Web Developer, Canberra Australia.</description>
	<lastBuildDate>Tue, 11 May 2010 03:45:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Codeigniter LiveDocx</title>
		<link>http://blog.sonuku.com/2009/04/14/codeigniter-livedocx/</link>
		<comments>http://blog.sonuku.com/2009/04/14/codeigniter-livedocx/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 23:51:37 +0000</pubDate>
		<dc:creator>sonuku</dc:creator>
				<category><![CDATA[Opensource]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[msword]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rtf]]></category>
		<category><![CDATA[txt]]></category>

		<guid isPermaLink="false">http://blog.sonuku.com/?p=138</guid>
		<description><![CDATA[Using Nusoap, I&#8217;ve put together a simple example of how to convert a word docx to txt in codeigniter php. I&#8217;ve left error checking out etc just to keep it simple. Its once again one of those &#8220;You build on it for you own usage&#8221; snippets. This function converts to txt then just adds a [...]]]></description>
			<content:encoded><![CDATA[<p>Using Nusoap, I&#8217;ve put together a simple example of how to convert a word docx to txt in codeigniter php. I&#8217;ve left error checking out etc just to keep it simple. Its once again one of those &#8220;You build on it for you own usage&#8221; snippets.</p>
<p>This function converts to txt then just adds a simple &lt;p&gt; wrapper around paragraphs. I put this into a custom file manager for TinyMCE, and it allows clean embedding of a word document to the editor.</p>
<p>And you can grab the Codeigniter Nusoap library from here: <a href="http://dump.sonuku.com/blog/2009/04/nusoap-codeigniter.zip">nusoap-codeigniter<br />
</a>And a zipped clean version of the PHP snippet above from here: <a href="http://dump.sonuku.com/blog/2009/04/mswordfunction.zip">mswordfunction</a><a href="http://dump.sonuku.com/blog/2009/04/nusoap-codeigniter.zip"></a></p>
<p>Hopefully this helps people.<br />
Check out <a href="http://www.livedocx.com/" target="_blank">http://www.livedocx.com/</a> for information on grabbing a free user account, and to read the API.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonuku.com/2009/04/14/codeigniter-livedocx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery/PHP Form Builder Sourcecode</title>
		<link>http://blog.sonuku.com/2009/04/11/php-formbuilder/</link>
		<comments>http://blog.sonuku.com/2009/04/11/php-formbuilder/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:18:17 +0000</pubDate>
		<dc:creator>sonuku</dc:creator>
				<category><![CDATA[Opensource]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.sonuku.com/?p=132</guid>
		<description><![CDATA[Got a few queries from people wanting to grab the code for the form builder, so thought I&#8217;d share it around. Its crudely stripped out of the admin system I&#8217;m working on, but its a good stepping stone to make it better. This needs an update, will work on it over the weekend. Fixed some [...]]]></description>
			<content:encoded><![CDATA[<p>Got a few queries from people wanting to grab the code for the form builder, so thought I&#8217;d share it around. Its crudely stripped out of the admin system I&#8217;m working on, but its a good stepping stone to make it better.</p>
<p><a href="http://dump.sonuku.com/blog/2009/04/formbuilder.png"><img class="alignnone size-medium wp-image-133" title="formbuilder" src="http://dump.sonuku.com/blog/2009/04/formbuilder-450x300.png" alt="Screenshot" width="450" height="300" /></a></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/4zSQddnKiHA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4zSQddnKiHA&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><del datetime="2009-06-09T00:57:59+00:00"><strong>This needs an update</strong>, will work on it over the weekend. Fixed some issues with dragging and the wysiwyg editor, also cleaned up the styles.<br />
</del></p>
<p><strong><ins datetime="2009-06-09T00:57:59+00:00">UPDATED 9 June 2009.</ins></strong></p>
<ul>
<li>Fixed Stylesheet</li>
<li>Fixed TinyMCE issues.</li>
<li>Cleaned up DOM Objects.</li>
</ul>
<p><strong>DEMO</strong></p>
<ul>
<li><a title="Form Builder PHP" href="http://dontlink.me/formbuilder/" target="_blank">http://dontlink.me/formbuilder/</a></li>
</ul>
<p><strong>DOWNLOAD</strong></p>
<ul>
<li><a title="Download" href="http://dontlink.me/formbuilder/formbuilder-1.1.rar">http://dontlink.me/formbuilder/formbuilder-1.1.rar</a></li>
</ul>
<p>As all the things I share, this comes with limited support, as is, and might require you to fix things yourself with your own mental abilities. This is a stripped Controller from a custom admin system I&#8217;m working on. To put it back into a controller, just edit formbuilder.php and wrap in a CodeIgniter controller extend.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonuku.com/2009/04/11/php-formbuilder/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Work in progress</title>
		<link>http://blog.sonuku.com/2009/02/03/work-in-progress/</link>
		<comments>http://blog.sonuku.com/2009/02/03/work-in-progress/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 11:43:01 +0000</pubDate>
		<dc:creator>sonuku</dc:creator>
				<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.sonuku.com/?p=131</guid>
		<description><![CDATA[Just a work in progress. Currently working for: User ACL Group Rights Form Builder User profiles Multisite use jQuery 1.3.1 Taxonomy Etc etc etc&#8230; This is kind of a side project at the moment, getting to work on it in spare time.]]></description>
			<content:encoded><![CDATA[<p>Just a work in progress.</p>
<p>Currently working for:</p>
<ul>
<li>User ACL</li>
<li>Group Rights</li>
<li>Form Builder</li>
<li>User profiles</li>
<li>Multisite use</li>
<li>jQuery 1.3.1</li>
<li>Taxonomy</li>
<li>Etc etc etc&#8230;</li>
</ul>
<p><a href="http://dump.sonuku.com/etc/admin_system_action_dashboard.png" target="_blank"><img src="http://dump.sonuku.com/etc/admin_system_action_dashboard.png" alt="PHP" width="380" height="922" /></a></p>
<p>This is kind of a side project at the moment, getting to work on it in spare time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonuku.com/2009/02/03/work-in-progress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
