<?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: Simple Jquery Ajax with Codeigniter Part 1</title>
	<atom:link href="http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/</link>
	<description>PHP Freelance Developer</description>
	<lastBuildDate>Thu, 03 Jun 2010 20:58:51 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lawrence77</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-124</link>
		<dc:creator>lawrence77</dc:creator>
		<pubDate>Thu, 18 Mar 2010 04:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-124</guid>
		<description>@Rune M. Andersen

The IDE is e-text Editor :)</description>
		<content:encoded><![CDATA[<p>@Rune M. Andersen</p>
<p>The IDE is e-text Editor <img src='http://www.weblee.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okada Design Blog &#187; Blog Archive &#187; Ajax Todo List system with Codeigniter Part 2</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-115</link>
		<dc:creator>Okada Design Blog &#187; Blog Archive &#187; Ajax Todo List system with Codeigniter Part 2</dc:creator>
		<pubDate>Mon, 01 Feb 2010 06:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-115</guid>
		<description>[...] Watch this to learn more about IS_AJAX [...]</description>
		<content:encoded><![CDATA[<p>[...] Watch this to learn more about IS_AJAX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hongham</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-107</link>
		<dc:creator>hongham</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-107</guid>
		<description>Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukemh</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-93</link>
		<dc:creator>lukemh</dc:creator>
		<pubDate>Sat, 07 Nov 2009 03:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-93</guid>
		<description>console.log() is not a jquery function, its built into firebug.</description>
		<content:encoded><![CDATA[<p>console.log() is not a jquery function, its built into firebug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune M. Andersen</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-91</link>
		<dc:creator>Rune M. Andersen</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-91</guid>
		<description>Nice screencasts! Which developer tool/IDE are you using? Couldn&#039;t recognize the interface..</description>
		<content:encoded><![CDATA[<p>Nice screencasts! Which developer tool/IDE are you using? Couldn&#8217;t recognize the interface..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-84</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-84</guid>
		<description>I love the IS_AJAX constant!  I&#039;m trying to build a site where I really nail the concept of building it layer by layer.  I mean, I  get the whole thing working 100% with basic HTML and no javascript - all server side - and then add in the CSS and then the AJAX stuff later, on top.  Sometimes it&#039;s hard to wrap my head around.  For example, maybe without JS the user clicks a link and gets a page back with listings.  With JS it shows these listings in a lightbox.  The lightbox version shouldn&#039;t include the site template again, but the non-js function should.  I didn&#039;t know you could differentiate between a normal and AJAX call on the server.  So awesome and simple, thanks.</description>
		<content:encoded><![CDATA[<p>I love the IS_AJAX constant!  I&#8217;m trying to build a site where I really nail the concept of building it layer by layer.  I mean, I  get the whole thing working 100% with basic HTML and no javascript &#8211; all server side &#8211; and then add in the CSS and then the AJAX stuff later, on top.  Sometimes it&#8217;s hard to wrap my head around.  For example, maybe without JS the user clicks a link and gets a page back with listings.  With JS it shows these listings in a lightbox.  The lightbox version shouldn&#8217;t include the site template again, but the non-js function should.  I didn&#8217;t know you could differentiate between a normal and AJAX call on the server.  So awesome and simple, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeM</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-65</link>
		<dc:creator>JoeM</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-65</guid>
		<description>It&#039;s great to see someone going in depth and really helping beginners out like this.

Lee, you&#039;re doing a great job!</description>
		<content:encoded><![CDATA[<p>It&#8217;s great to see someone going in depth and really helping beginners out like this.</p>
<p>Lee, you&#8217;re doing a great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Nystad</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-62</link>
		<dc:creator>Victor Nystad</dc:creator>
		<pubDate>Thu, 20 Aug 2009 07:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-62</guid>
		<description>I&#039;m just getting my feet wet with Codeigniter and luckily stumbled upon your screencasts. Invaluable! Thanks mate :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m just getting my feet wet with Codeigniter and luckily stumbled upon your screencasts. Invaluable! Thanks mate <img src='http://www.weblee.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InsiteFX</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-61</link>
		<dc:creator>InsiteFX</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-61</guid>
		<description>Just so you know, that IE 8 also has the console window like Firefox.

Click on tools in  the top menu.
Developer Tools F12
You   can then pin it to the bottom and just use F12 to open and close it.

Enjoy
InsiteFX</description>
		<content:encoded><![CDATA[<p>Just so you know, that IE 8 also has the console window like Firefox.</p>
<p>Click on tools in  the top menu.<br />
Developer Tools F12<br />
You   can then pin it to the bottom and just use F12 to open and close it.</p>
<p>Enjoy<br />
InsiteFX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayo</title>
		<link>http://www.weblee.co.uk/2009/06/07/simple-jquery-ajax-with-codeigniter-part-1/comment-page-1/#comment-46</link>
		<dc:creator>Ayo</dc:creator>
		<pubDate>Thu, 23 Jul 2009 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=148#comment-46</guid>
		<description>@Beemzet
You need to install the FirePHP from https://addons.mozilla.org/en-US/firefox/addons/policy/0/6149/55428?src=addondetail</description>
		<content:encoded><![CDATA[<p>@Beemzet<br />
You need to install the FirePHP from <a href="https://addons.mozilla.org/en-US/firefox/addons/policy/0/6149/55428?src=addondetail" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addons/policy/0/6149/55428?src=addondetail</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
