<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Ultimate jQuery List</title>
	
	<link>http://jquerylist.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 15 Feb 2013 13:59:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheUltimatejQueryList" /><feedburner:info uri="theultimatejquerylist" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>jQuery Image Color-Up</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/bhZnDAAAnVo/jquery-image-color-up</link>
		<comments>http://jquerylist.com/animation_and_effects/jquery-image-color-up#comments</comments>
		<pubDate>Fri, 15 Feb 2013 13:59:58 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[Animation and Effects]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Monochorome]]></category>
		<category><![CDATA[Sepia]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2786</guid>
		<description><![CDATA[With Color-Up jQuery plugin easily add beautiful hover effects to your images, add smooth transitions from (and to) a monochrome, sepia, negative, darkened or lightened version of the image.]]></description>
				<content:encoded><![CDATA[<p>With Color-Up jQuery plugin easily add beautiful hover effects to your images, add smooth transitions from (and to) a monochrome, sepia, negative, darkened or lightened version of the image.</p>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/bhZnDAAAnVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/animation_and_effects/jquery-image-color-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/animation_and_effects/jquery-image-color-up</feedburner:origLink></item>
		<item>
		<title>animateText</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/E5W8aL2uqW0/animatetext</link>
		<comments>http://jquerylist.com/animation_and_effects/animatetext#comments</comments>
		<pubDate>Fri, 15 Feb 2013 13:57:00 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[Animation and Effects]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2783</guid>
		<description><![CDATA[animateText.js is a jQuery plugin that makes it easy to create text animations like the one seen above. It comes with a few basic animations by default. If they&#8217;re not good enough for you, customize them or make your own.]]></description>
				<content:encoded><![CDATA[<p>animateText.js is a jQuery plugin that makes it easy to create text animations like the one seen above. It comes with a few basic animations by default. If they&#8217;re not good enough for you, customize them or make your own.</p>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/E5W8aL2uqW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/animation_and_effects/animatetext/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/animation_and_effects/animatetext</feedburner:origLink></item>
		<item>
		<title>jQuery Thumbnail</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/jvOf8vUDJXg/jquery-thumbnail</link>
		<comments>http://jquerylist.com/photos_images_galleries/jquery-thumbnail#comments</comments>
		<pubDate>Fri, 15 Feb 2013 13:53:25 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[Photos/Images/Galleries]]></category>
		<category><![CDATA[Crop]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Thumbnails]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2780</guid>
		<description><![CDATA[$(&#8220;#id&#8221;).thumbnail( {src: &#8216;image.jpg&#8217;, dest: &#8216;thumb&#8217;, width: 50, height: 50}); #id is the id of the canvas tag. &#8216;image.jpg&#8217; is the image that goes in the canvas tag (left) &#8216;thumb&#8217; is the id of the thumbnail&#8217;s destination (right) width and height&#160;<a href="http://jquerylist.com/photos_images_galleries/jquery-thumbnail">More&#8230;</a>]]></description>
				<content:encoded><![CDATA[<p>$(&#8220;#id&#8221;).thumbnail(<br />
{src: &#8216;image.jpg&#8217;,<br />
dest: &#8216;thumb&#8217;,<br />
width: 50,<br />
height: 50});</p>
<ul>
<li>#id is the id of the canvas tag.</li>
<li>&#8216;image.jpg&#8217; is the image that goes in the canvas tag (left)</li>
<li>&#8216;thumb&#8217; is the id of the thumbnail&#8217;s destination (right)</li>
<li>width and height and the size of the thumbnail (default 100)</li>
</ul>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/jvOf8vUDJXg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/photos_images_galleries/jquery-thumbnail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/photos_images_galleries/jquery-thumbnail</feedburner:origLink></item>
		<item>
		<title>jQuery Magnifier</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/S8uVJ2CjPIM/jquery-magnifier</link>
		<comments>http://jquerylist.com/photos_images_galleries/jquery-magnifier#comments</comments>
		<pubDate>Fri, 15 Feb 2013 13:50:41 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[Photos/Images/Galleries]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Magnifier]]></category>
		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2777</guid>
		<description><![CDATA[$(&#8220;#bigpic&#8221;).magnify({small: &#8216;victoria_small.jpg&#8217;, big: &#8216;victoria.jpg&#8217;, dest: &#8216;zoom&#8217;}); #bigpic is your canvas tag; small is your thumbnail (jpg); big is your full picture (jpg); dest is your zoomed canvas tag id;]]></description>
				<content:encoded><![CDATA[<p>$(&#8220;#bigpic&#8221;).magnify({small: &#8216;victoria_small.jpg&#8217;, big: &#8216;victoria.jpg&#8217;, dest: &#8216;zoom&#8217;});</p>
<p>#bigpic is your canvas tag; small is your thumbnail (jpg); big is your full picture (jpg); dest is your zoomed canvas tag id;</p>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/S8uVJ2CjPIM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/photos_images_galleries/jquery-magnifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/photos_images_galleries/jquery-magnifier</feedburner:origLink></item>
		<item>
		<title>NatoCallout</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/vNj1iqIfOvg/natocallout</link>
		<comments>http://jquerylist.com/dom_and_other_plugins/natocallout#comments</comments>
		<pubDate>Fri, 08 Feb 2013 13:22:32 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[DOM and Other Plugins]]></category>
		<category><![CDATA[Decode]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[Registration]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2774</guid>
		<description><![CDATA[NatoCallout takes a string (as the option &#8220;decode&#8221;) and, using the the NATO phonetic alphabet*, returns a string with the corresponding callout for each character of the &#8220;decode&#8221; string. Optionally it will append this string to the selected element(s). This is super&#160;<a href="http://jquerylist.com/dom_and_other_plugins/natocallout">More&#8230;</a>]]></description>
				<content:encoded><![CDATA[<p><strong>NatoCallout</strong> takes a string (as the option &#8220;decode&#8221;) and, using the <em>the NATO phonetic alphabet</em>*, returns a string with the corresponding callout for each character of the &#8220;decode&#8221; string. Optionally it will append this string to the selected element(s). This is super useful to help users communicate things like registration codes to others verbally.</p>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/vNj1iqIfOvg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/dom_and_other_plugins/natocallout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/dom_and_other_plugins/natocallout</feedburner:origLink></item>
		<item>
		<title>jQuery.scribe</title>
		<link>http://feedproxy.google.com/~r/TheUltimatejQueryList/~3/RgkckOBxbig/jquery-scribe</link>
		<comments>http://jquerylist.com/inline_edit_and_editors/jquery-scribe#comments</comments>
		<pubDate>Fri, 08 Feb 2013 13:18:39 +0000</pubDate>
		<dc:creator>alkatsaros</dc:creator>
				<category><![CDATA[Inline Edit and Editors]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Inline Editor]]></category>

		<guid isPermaLink="false">http://jquerylist.com/?p=2771</guid>
		<description><![CDATA[An inline html editor. Scribe only wrap wysihtml5, so you need init him. Scribe let you save in some manner, easyest way is to let him do the get or post request, on success, editor will be released and original node&#160;<a href="http://jquerylist.com/inline_edit_and_editors/jquery-scribe">More&#8230;</a>]]></description>
				<content:encoded><![CDATA[<p>An inline html editor. Scribe only wrap wysihtml5, so you need init him.</p>
<p>Scribe let you save in some manner, easyest way is to let him do the get or post request, on success, editor will be released and original node filled with data returned by server side script, if return nothing, editor data will be used</p>
<img src="http://feeds.feedburner.com/~r/TheUltimatejQueryList/~4/RgkckOBxbig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jquerylist.com/inline_edit_and_editors/jquery-scribe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jquerylist.com/inline_edit_and_editors/jquery-scribe</feedburner:origLink></item>
	</channel>
</rss>
