<?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>Nakunakifi &#187; Web Design</title>
	<atom:link href="http://www.nakunakifi.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nakunakifi.com</link>
	<description>More inane ramblings (as if there wasn't enough on the interweb thingy already)</description>
	<lastBuildDate>Sun, 28 Jun 2009 17:42:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Dream Mobile</title>
		<link>http://www.nakunakifi.com/2009/06/my-dream-mobile/</link>
		<comments>http://www.nakunakifi.com/2009/06/my-dream-mobile/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 14:46:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.nakunakifi.com/?p=247</guid>
		<description><![CDATA[
I have recently completed an eCommerce site My Dream Mobile built using the Magento eCommerce platform.
Man Magento is a BEAST. Weighing in with around 10 000 files this giant certainly packs a punch. This is the heavy weight of all opensource eCommerce platforms and if I may say has dealt a killer blow to them [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nakunakifi.com/wp-content/uploads/2009/06/mydreammobile.png" alt="My Dream Mobile eCommerce website" class="imgborder" /></p>
<p>I have recently completed an eCommerce site <a href="http://www.mydreammobile.com/">My Dream Mobile</a> built using the <a href="http://www.magentocommerce.com/">Magento</a> eCommerce platform.</p>
<p>Man Magento is a BEAST. Weighing in with around 10 000 files this giant certainly packs a punch. This is the heavy weight of all opensource eCommerce platforms and if I may say has dealt a killer blow to them all!.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nakunakifi.com/2009/06/my-dream-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use jQuery and MooTools Together</title>
		<link>http://www.nakunakifi.com/2009/02/how-to-use-jquery-and-mootools-together/</link>
		<comments>http://www.nakunakifi.com/2009/02/how-to-use-jquery-and-mootools-together/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:10:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.nakunakifi.com/?p=237</guid>
		<description><![CDATA[Recently I was working on an adopted project for a client which already utilised the MooTools javascript library. The additional development I was responsible for required the jQuery library. These two javascript libraries work great individually but you can run into problems when you try and combine the two. This problem caused me some head [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was working on an adopted project for a client which already utilised the MooTools javascript library. The additional development I was responsible for required the jQuery library. These two javascript libraries work great individually but you can run into problems when you try and combine the two. This problem caused me some head scratching so I thought I would share the solution with you.</p>
<p>Before:</p>
<pre>
&nbsp;&nbsp;$.ready(function(){
&nbsp;&nbsp;&nbsp;&nbsp;$(&#039;select#numThumbs&#039;).change(function(){
&nbsp;&nbsp;&nbsp;&nbsp;document.gallery.action = &quot;&lt;?php echo base_url(); ?&gt;index.php/gallery/updateThumbs&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;document.gallery.submit();
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;
&nbsp;&nbsp;&nbsp;&nbsp;});
&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;
</pre>
<p>After: This is where jQuery.noConflict(); comes to the rescue!</p>
<pre>
jQuery.noConflict();
&nbsp;&nbsp;jQuery().ready(function(){
&nbsp;&nbsp;&nbsp;&nbsp;jQuery(&#039;select#numThumbs&#039;).change(function(){
&nbsp;&nbsp;&nbsp;&nbsp;document.gallery.action = &quot;&lt;?php echo base_url(); ?&gt;index.php/gallery/updateThumbs&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;document.gallery.submit();
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;});
&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.nakunakifi.com/2009/02/how-to-use-jquery-and-mootools-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Great Book for the Library</title>
		<link>http://www.nakunakifi.com/2008/10/another-great-book-for-the-library/</link>
		<comments>http://www.nakunakifi.com/2008/10/another-great-book-for-the-library/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 13:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.nakunakifi.com/?p=185</guid>
		<description><![CDATA[A book I have been meaning to read for a long time arrived from Amazon today, Bullet Proof Web Design 2nd Edition (Dan Cederholm), I can&#8217;t believe it has taken me soo long to get it. Any how, I can&#8217;t wait to finish reading it, it&#8217;s not to thick either (about 285 pages) and on [...]]]></description>
			<content:encoded><![CDATA[<p>A book I have been meaning to read for a long time arrived from Amazon today, <a href="http://www.amazon.co.uk/Bulletproof-Web-Design-Flexibility-Protecting/dp/0321509021/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1224249121&#038;sr=1-1" target="_blank">Bullet Proof Web Design</a> 2nd Edition (Dan Cederholm), I can&#8217;t believe it has taken me soo long to get it. Any how, I can&#8217;t wait to finish reading it, it&#8217;s not to thick either (about 285 pages) and on first glance looks very concise and informative. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nakunakifi.com/2008/10/another-great-book-for-the-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
