<?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>J-dee.com &#187; JQuery</title>
	<atom:link href="http://www.j-dee.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j-dee.com</link>
	<description>Liverpool ASP.NET Developer - C#, jQuery, Js, Rails, SQL, Agile, OOP, Cool Web Tech</description>
	<lastBuildDate>Sat, 05 Dec 2009 10:29:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AmpliFeeder Preview</title>
		<link>http://www.j-dee.com/2009/02/20/amplifeeder/</link>
		<comments>http://www.j-dee.com/2009/02/20/amplifeeder/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 17:22:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AmpliFeeder]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[MicroBlog]]></category>

		<guid isPermaLink="false">http://www.j-dee.com/?p=168</guid>
		<description><![CDATA[Mark Krynksy over at lifestreamblog.com has written a fantastic preview of my new open source lifestreaming platform: AmpliFeeder  that pretty much sums the project up entirely. The plan is to get the self hosted version to release a quickly as possible with the other versions ( including the hosted version ) rolling out towards the summer.
Mark [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Krynksy over at <a title="lifestreamblog.com" href="http://lifestreamblog.com" target="_blank">lifestreamblog.com </a>has written a fantastic <a href="http://lifestreamblog.com/new-open-source-app-amplifeeder-brings-beautiful-visualizations-for-your-lifestream/" target="_blank">preview of my new open source lifestreaming platform: AmpliFeeder </a> that pretty much sums the project up entirely. The plan is to get the self hosted version to release a quickly as possible with the other versions ( including the hosted version ) rolling out towards the summer.</p>
<p>Mark provided me with some invaluable feedback that has pushed the release back a little, but the app will be so much better for it. From a technical point of view, the initial release is 90% jQuery and only 10% ASP.NET so knocking out alternate platform versions will be a breeze. I&#8217;ll keep this site updated with developments as they break but if you want to contact me instantly I&#8217;m always on Twitter @jonpauldavies. Here are a few more exclusive screen shots of what is to come.</p>
<p><a href="http://www.j-dee.com/wp-content/uploads/2009/02/admin_microblog.png"><img class="alignnone size-medium wp-image-169" title="admin_microblog" src="http://www.j-dee.com/wp-content/uploads/2009/02/admin_microblog-300x234.png" alt="admin_microblog" width="300" height="234" /></a><a href="http://www.j-dee.com/wp-content/uploads/2009/02/theme9.png"><img class="alignnone size-medium wp-image-170" title="theme9" src="http://www.j-dee.com/wp-content/uploads/2009/02/theme9-300x161.png" alt="theme9" width="300" height="161" /></a><br />
<a href="http://www.j-dee.com/wp-content/uploads/2009/02/theme1.png"><img class="alignnone size-medium wp-image-171" title="theme1" src="http://www.j-dee.com/wp-content/uploads/2009/02/theme1-300x161.png" alt="theme1" width="300" height="161" /></a><a href="http://www.j-dee.com/wp-content/uploads/2009/02/admin_channels.png"><img class="alignnone size-medium wp-image-172" title="admin_channels" src="http://www.j-dee.com/wp-content/uploads/2009/02/admin_channels-300x234.png" alt="admin_channels" width="300" height="234" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-dee.com/2009/02/20/amplifeeder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JQuery Pager Plugin</title>
		<link>http://www.j-dee.com/2008/12/22/jquery-pager-plugin/</link>
		<comments>http://www.j-dee.com/2008/12/22/jquery-pager-plugin/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:31:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.j-dee.com/2008/12/22/jquery-pager-plugin/</guid>
		<description><![CDATA[ I&#8217;ve just knocked together a JavaScript pager for use in an application I&#8217;m working on and thought it may be of use to other people. I&#8217;ve therefore converted it to a jQuery plugin and released it under joint MIT and GPL licenses and it is entirely free for you to use or mess about [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="116" alt="jquerypager" src="http://www.j-dee.com/wp-content/uploads/2008/12/jquerypager1.jpg" width="240" align="left" border="0"> I&#8217;ve just knocked together a JavaScript pager for use in an application I&#8217;m working on and thought it may be of use to other people. I&#8217;ve therefore converted it to a jQuery plugin and released it under joint MIT and GPL licenses and it is entirely free for you to use or mess about with. </p>
<p>You can see a demonstration of it in action at <a href="http://jonpauldavies.github.com/JQuery/Pager/PagerDemo.html">http://jonpauldavies.github.com/JQuery/Pager/PagerDemo.html</a> and visit my GitHub repository at <a href="http://github.com/jonpauldavies/jquery-pager-plugin/tree/master">http://github.com/jonpauldavies/jquery-pager-plugin/tree/master</a> to download it.</p>
<p>Usage is very simple indeed. You just give it the number of pages to view, the current page, and a callback method to fire when the pager gets clicked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-dee.com/2008/12/22/jquery-pager-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon.Com Addiction Continues Unabated&#8230;.</title>
		<link>http://www.j-dee.com/2008/12/10/amazoncom-addiction-continues-unabated/</link>
		<comments>http://www.j-dee.com/2008/12/10/amazoncom-addiction-continues-unabated/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:44:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.j-dee.com/2008/12/10/amazoncom-addiction-continues-unabated/</guid>
		<description><![CDATA[ 
  I pay a quick visit to Amazon to get Kitty a few books and before you know it I&#8217;ve dropped an extra 70 quid on 3 JavaScript / JQuery books&#8230;.  
I have not had time to review them fully, but JQuery in Action is a thorough trawl through the functionality and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="139" alt="photo" src="http://www.j-dee.com/wp-content/uploads/2008/12/photo1.png" width="240" align="left" border="0" /> </p>
<p>  I pay a quick visit to Amazon to get Kitty a few books and before you know it I&#8217;ve dropped an extra 70 quid on 3 JavaScript / JQuery books&#8230;.  </p>
<p>I have not had time to review them fully, but <a href="http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355" target="_blank">JQuery in Action</a> is a thorough trawl through the functionality and use cases of this continually impressive library. I&#8217;ve got a pretty firm grasp of JQuery but my entire knowledge is built from blog posts so felt I needed something a bit more solid and this seems to fit the bill.   </p>
<p>The <a href="http://www.amazon.com/jQuery-Reference-Guide-Comprehensive-Exploration/dp/1847193811/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1228902090&amp;sr=1-1" target="_blank">JQuery Reference</a> is very thin for a technical book and has yet to prove it&#8217;s worth now that we have decent JQuery intellisense in Visual Studio. I&#8217;ll have to wait and see how it pans out.  </p>
<p>Lastly, <a href="http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1228902123&amp;sr=1-1" target="_blank">Pro JavaScript Techniques</a> is an overview of the &#8216;modern&#8217; uses of the language, and how it has adopted several OOP paradigms as true client side development has matured in recent years.  <br />If you are thinking of putting any of these on your Christmas list, I&#8217;d order them JQuery in Action, Pro JavaScript Techniques and The JQuery Reference &#8211; in order of usefulness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-dee.com/2008/12/10/amazoncom-addiction-continues-unabated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
