<?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>CodeIgniter-jQuery &#187; Getting Started</title>
	<atom:link href="http://www.codeigniter-jquery.com/tag/getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeigniter-jquery.com</link>
	<description>Your Guide to All CodeIgniter &#38; jQuery Resources</description>
	<lastBuildDate>Mon, 18 Jan 2010 23:55:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get Started with jQuery</title>
		<link>http://www.codeigniter-jquery.com/jquery/get-started-with-jquery/</link>
		<comments>http://www.codeigniter-jquery.com/jquery/get-started-with-jquery/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:49:27 +0000</pubDate>
		<dc:creator>ci_jquery</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=83</guid>
		<description><![CDATA[Unlike CodeIgniter, jQuery has no limit to the number of tutorials available to help you get started. Rather than making a comprehensive list, I&#8217;ve decided to make a quick list of what I consider to be the most valuable resources for getting your hands dirty with jQuery.
John Resig

 How jQuery Works
jQuery Online Movie Tutorial

Karl Swedberg

Working [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">U</span>nlike CodeIgniter, jQuery has no limit to the number of tutorials available to help you get started. Rather than making a comprehensive list, I&#8217;ve decided to make a quick list of what I consider to be the most valuable resources for getting your hands dirty with jQuery.</p>
<h3>John Resig</h3>
<ul>
<li> <a title="How jQuery Works" href="http://docs.jquery.com/Tutorials:How_jQuery_Works">How jQuery Works</a></li>
<li><a href="http://15daysofjquery.com/jquery-online-movie-tutorial-by-john-resig/29/">jQuery Online Movie Tutorial</a></li>
</ul>
<h3>Karl Swedberg</h3>
<ul>
<li><a href="http://www.learningjquery.com/2008/03/working-with-events-part-1">Working with Events, part 1</a></li>
<li><a href="http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12">Animated Scrolling with jQuery 1.2</a></li>
<li><a href="http://www.learningjquery.com/2007/06/automatic-page-contents">Automatic Page Contents</a></li>
<li><a href="http://www.learningjquery.com/2007/02/more-showing-more-hiding">More Showing, More Hiding</a></li>
</ul>
<h3>Building Your First jQuery Plug-ins</h3>
<ul>
<li><a href="http://www.learningjquery.com/2007/10/a-plugin-development-pattern">A Plugin Development Pattern</a></li>
<li><a href="http://snook.ca/archives/javascript/jquery_plugin/">Developing a jQuery Plugin</a></li>
<li><a href="http://blog.jeremymartin.name/2008/02/building-your-first-jquery-plugin-that.html">Building Your First jQuery Plugin</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codeigniter-jquery.com/jquery/get-started-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take the Next Step with CodeIgniter</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/take-the-next-step-with-codeigniter/</link>
		<comments>http://www.codeigniter-jquery.com/codeigniter/take-the-next-step-with-codeigniter/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:11:31 +0000</pubDate>
		<dc:creator>ci_jquery</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=68</guid>
		<description><![CDATA[Based on some initial feedback I received from the Get Started with CodeIgniter post, I thought I&#8217;d put together a quick list of the best step-by-step screencast I&#8217;ve come across. It includes some very concrete examples to help you take the next step with CodeIgniter.

For those of you with a bit more experience, I recommend [...]]]></description>
			<content:encoded><![CDATA[<div><span class="drop">B</span>ased on some initial feedback I received from the <a title="Get Started with CodeIgniter" href="http://www.codeigniter-jquery.com/codeigniter/get-started-with-codeigniter/">Get Started with CodeIgniter</a> post, I thought I&#8217;d put together a quick list of the best step-by-step screencast I&#8217;ve come across. It includes some very concrete examples to help you take the next step with CodeIgniter.</div>
<div></div>
<div>For those of you with a bit more experience, I recommend that you skip ahead to to <a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-5-crud/">Day 5</a> and <a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-6-login/">Day 6</a>. They are great examples of using the MVC approach within CodeIgniter.</div>
<h3>Screencasts</h3>
<ul>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-1/">Day 1: Getting Started With the Framework</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-2/">Day 2: Database Selecting Methods</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-3/">Day 3: Sending Emails</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-4-newsletter-signup/">Day 4: Newsletter Signup</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-5-crud/">Day 5: CRUD</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-6-login/">Day 6: Login</a></li>
<li><a title="Net Tuts Screencast for CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-7-pagination/">Day 7: Pagination</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codeigniter-jquery.com/codeigniter/take-the-next-step-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Started with CodeIgniter</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/get-started-with-codeigniter/</link>
		<comments>http://www.codeigniter-jquery.com/codeigniter/get-started-with-codeigniter/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 02:47:29 +0000</pubDate>
		<dc:creator>ci_jquery</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=66</guid>
		<description><![CDATA[In the spirit of new beginnings, with the new year and a new blog, I thought I&#8217;d put together a quick list of resources to help those of you who are just diving into CodeIgniter. While the User Guide is always the best place to start, there are many other tutorials for those of you [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span>n the spirit of new beginnings, with the new year and a new blog, I thought I&#8217;d put together a quick list of resources to help those of you who are just diving into CodeIgniter. While the <a title="CodeIgniter User Guide" href="http://codeigniter.com/user_guide/">User Guide</a> is always the best place to start, there are many other tutorials for those of you a little less familiar with PHP-based, <a title="Wikipedia Model View Controller Article" href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">MVC</a> <a title="Wikipedia Common MVC Frameworks" href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller#Implementations_of_MVC_as_web-based_frameworks">frameworks</a>.</p>
<h3>Tutorials</h3>
<ul>
<li><a title="Net Tuts CodeIgniter" href="http://net.tutsplus.com/tutorials/php/codeigniter-basics/">Everything You Need to Get Started with CodeIgniter</a> &#8211; Net Tuts</li>
<li><a title="IBM" href="http://www.ibm.com/developerworks/web/library/wa-codeigniter/index.html">Getting Started with CodeIgniter</a> &#8211; IBM</li>
<li><a title="Derek Allard" href="http://www.derekallard.com/blog/post/tips-for-getting-started-building-an-application-using-code-igniter/">Tips for Getting Started Building an Application Using CodeIgniter</a> &#8211; Derek Allard</li>
<li><a title="Source Bits" href="http://query7.com/getting-started-with-code-igniter">Getting Started with CodeIgniter</a> &#8211; Source Bits</li>
<li><a title="CodeIgniter Book" href="http://books.komunitasweb.com/codeigniter/getting-started/">Getting Started CodeIgniter Book</a></li>
</ul>
<h3>Screencasts</h3>
<ul>
<li><a title="Hello Worlds" href="http://codeigniter.com/tutorials/watch/intro/">Hello World &#8211; Introduction to CodeIgniter</a> &#8211; CodeIgniter Website</li>
<li><a title="Create a Blog in 20 Minutes" href="http://codeigniter.com/tutorials/watch/blog/">Create a Blog in 20 Minutes</a> &#8211; CodeIgniter</li>
<li><a title="Easy Development with CodeIgniter" href="http://net.tutsplus.com/videos/screencasts/easy-development-with-codeigniter/">Easy Development with CodeIgniter</a> &#8211; Net Tuts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codeigniter-jquery.com/codeigniter/get-started-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

