<?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>Michael Doyle &#124; Blog &#187; jQuery</title>
	<atom:link href="http://michaeldoyle.eu/blog/category/web/jquery-web/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldoyle.eu/blog</link>
	<description>Well, I&#039;m not sure whether to call this a blog or a sideblog. Either way, it&#039;s my personal, never-ending, post-it note, so that when I learn something interesting, it&#039;ll find its way here.</description>
	<lastBuildDate>Mon, 30 Nov 2009 01:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery &#8211; A Beginners Guide</title>
		<link>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide</link>
		<comments>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:44:31 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=406</guid>
		<description><![CDATA[Long time, no post! Freelancing, tight deadlines, christmas, etc.
What is it?
jQuery is a javascript framework, it all happens on the client side, and allows developers to enhance the user experience of a website. Scrolling, sliding, fading, etc. it has a lot of cool features that can really add to the overall feel of a website. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Long time, no post! Freelancing, tight deadlines, christmas, etc.</p>
<h4>What is it?</h4>
<p>jQuery is a javascript framework, it all happens on the client side, and allows developers to enhance the user experience of a website. Scrolling, sliding, fading, etc. it has a lot of cool features that can really add to the overall feel of a website. I've just done my first tuorial tonight and it seems all pretty straight forward.</p>
<p>Here's a short, interesting interview with Karl Swedberg (he runs <a href="http://www.learningjquery.com/" target="_blank">learningjquery.com</a>):</p>
<ul>
<li><a href="http://carsonified.com/blog/dev/jquery/karl-swedberg-on-jquery/" target="_blank">http://carsonified.com/blog/dev/jquery/karl-swedberg-on-jquery/</a></li>
</ul>
<h4>Tutorials</h4>
<p>I've used <a href="http://mootools.net/" target="_blank">MooTools</a> (another javascript framework) before and found it nice and pleasant to use. Since then, everyone has been raving about jQuery (actually, I'm about 6 months late here), so I looked up a beginners guide to it. The tutorial I did is located here:</p>
<ul>
<li><a href="http://woorkup.com/2009/11/22/jquery-for-beginners-making-your-website-cool/" target="_blank">http://woorkup.com/2009/11/22/jquery-for-beginners-making-your-website-cool/</a></li>
</ul>
<p><a href="http://michaeldoyle.eu/blog/wp-content/uploads/2009/11/jquery_lesson.php" target="_blank">Here's the result of the tutorial</a> (I changed it a little)</p>
<p>Here's a tutorial on how to build  an image/content slider:</p>
<ul>
<li><a href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider/" target="_blank">http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider/</a></li>
</ul>
<p>Or you could try searhing twitter for a list of up to date tutorials</p>
<ul>
<li><a href="http://twitter.com/#search?q=jquery%20tutorial" target="_blank">http://twitter.com/#search?q=jquery%20tutorial</a> (it really is a testament to it's popularity when you see the amount of tutorials)</li>
</ul>
<h4>jQuery Plugins</h4>
<p>Tripwiremagazine has a list of some plugins for jQuery that are useful (although some can be achieved with css). Here is the link:</p>
<ul>
<li><a href="http://www.tripwiremagazine.com/2009/11/is-top-rated-jquery-plugins-the-best.html" target="_blank">http://www.tripwiremagazine.com/2009/11/is-top-rated-jquery-plugins-the-best.html</a></li>
</ul>
<p>Noupe also has a larger list of plugins:</p>
<ul>
<li><a href="http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html" target="_blank">http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html</a></li>
</ul>
<p>Or you can learn how to create your own:</p>
<ul>
<li><a href="http://woorkup.com/2009/11/19/jquery-lesson-series-how-to-implement-your-first-plugin/" target="_blank">http://woorkup.com/2009/11/19/jquery-lesson-series-how-to-implement-your-first-plugin/</a></li>
</ul>
<h4>Overuse</h4>
<p>I've come across a lot of sites that use jQuery just for the sake of it, it does make a site look a little slicker but only when used right. When its overused, it can get really tiresome and completely removes it's impact. I've seen a few sites with only one UI element utilising jQuery that really impressed me.</p>
<h4>Conclusion</h4>
<p>This is the first time I've used jQuery, and I'm really impressed. The huge interest and large amount tutorials make it look like it's hear to stay. It has <a href="http://www.google.com/trends?q=jquery%2C+scriptalicious%2C+mootools" target="_blank">easily overtaken MooTools and Scriptalicious</a> and it's developer base is growing rapidly.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

