<?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>Made in Paté &#187; jquery</title>
	<atom:link href="http://djpate.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://djpate.com</link>
	<description>A do-it yourself blog</description>
	<lastBuildDate>Fri, 02 Dec 2011 14:12:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to make cross-domain ajax request using jsonp &amp; jquery</title>
		<link>http://djpate.com/2011/02/25/how-to-make-cross-domain-ajax-request-using-jsonp-jquery/</link>
		<comments>http://djpate.com/2011/02/25/how-to-make-cross-domain-ajax-request-using-jsonp-jquery/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:22:32 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jsonp]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=411</guid>
		<description><![CDATA[As you may know AJAX request cant be done across domain (even across subdomain). This is a security feature but sometimes It can pretty usefull to make call between domains. Luckily for us AJAX allows us to make cross domain request for javascript contents. That is how JSONP works, basicly instead of passing plain json [...]]]></description>
		<wfw:commentRss>http://djpate.com/2011/02/25/how-to-make-cross-domain-ajax-request-using-jsonp-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jTag : A jQuery plugin to tag pictures &amp; more !</title>
		<link>http://djpate.com/2011/01/14/jtag-a-jquery-plugin-to-tag-pictures-more/</link>
		<comments>http://djpate.com/2011/01/14/jtag-a-jquery-plugin-to-tag-pictures-more/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:04:14 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jtag]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[taghim]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=373</guid>
		<description><![CDATA[Howdy, A little while ago I published an article on how to create a facebook like tagging system. Even thought It worked fine it was a bit messy and kinda hard to impletement. I then started to work on a jQuery plugin that make that feature a lot easier to integrate on your solutions. What [...]]]></description>
		<wfw:commentRss>http://djpate.com/2011/01/14/jtag-a-jquery-plugin-to-tag-pictures-more/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Animated scrollto effect jQuery plugin</title>
		<link>http://djpate.com/2011/01/01/animated-scrollto-effect-jquery-plugin/</link>
		<comments>http://djpate.com/2011/01/01/animated-scrollto-effect-jquery-plugin/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 15:44:53 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[goToByScroll]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[scroll]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=304</guid>
		<description><![CDATA[Howdy, Since my post about this effect has a lot of succes I decided to make a little plugin to simplify it even more. First of all go check out the Demo. Download You can download it from github or use git to checkout git://github.com/djpate/jSlideto.git Setup Get the script and upload jquery.slideto.min.js (it&#8217;s located in [...]]]></description>
		<wfw:commentRss>http://djpate.com/2011/01/01/animated-scrollto-effect-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Using JQuery Validation plugin with tooltips</title>
		<link>http://djpate.com/2010/11/16/using-jquery-validation-plugin-with-tooltips/</link>
		<comments>http://djpate.com/2010/11/16/using-jquery-validation-plugin-with-tooltips/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 14:16:56 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[qtip]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=276</guid>
		<description><![CDATA[Today I&#8217;ll share with you a little tweak that took me a while to figure out. I wanted to tweak the excelent jQuery Validation plugin to display errors in tooltips. Here is my solution using Qtip DEMO So first off you got to setup Qtip and the validation plugin on your website. then you have [...]]]></description>
		<wfw:commentRss>http://djpate.com/2010/11/16/using-jquery-validation-plugin-with-tooltips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Animated scroll to anchor/id function with jQuery</title>
		<link>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/</link>
		<comments>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 08:04:42 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[scrolltop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=186</guid>
		<description><![CDATA[Update : Post update here Today I had to make a function for a client of mine so I decided to share it with you. It&#8217;s a oneliner but can add a really nice effect to your website. This function requires jQuery Of course you can change slow to normal or fast or even a [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>Div Slide the really easy way with jQuery</title>
		<link>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/</link>
		<comments>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:03:59 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=168</guid>
		<description><![CDATA[Today, I&#8217;ll just add a note to my previous post that showed you how to slide a div with a bit of Javascript. Maybe some of you rather use a simpler way to do this and since my previous article got quite a lot of visits I decided to show you how ! This article [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to add image tagging the facebook way !</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/</link>
		<comments>http://djpate.com/2009/09/01/image-tagging-facebook-like/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:33:27 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[draggable]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hi5]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery-ui]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[resizable]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=114</guid>
		<description><![CDATA[Updated post here Today I want to show you how to make a image tagging function on your website. It works about the same way than facebook does (or a least the way it worked some times ago because I deleted my facebook account) Basicly you take an image and you &#8220;tag&#8221; people or stuff [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/09/01/image-tagging-facebook-like/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Ajax notification messages MSN style</title>
		<link>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/</link>
		<comments>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 10:19:49 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax effects]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[slideup]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=49</guid>
		<description><![CDATA[Hello everyone, today i will discribe a simple way to do notification messages the same way that msn shows that you have a new message. The CSS is not meant to be beautiful but just enought for you to understand and tweak it as you wish. Note : This script uses jquery You can see [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>A simple div slide down JS script</title>
		<link>http://djpate.com/2009/02/22/a-simple-div-slide-down-js-script/</link>
		<comments>http://djpate.com/2009/02/22/a-simple-div-slide-down-js-script/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 18:13:06 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[up]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=5</guid>
		<description><![CDATA[Hello all, I always wonder why people get there website loaded with 70kbs JS libs for only a couple of Effects ! So here is my script to slide down a div made only of a few lines of Javascript. If you are looking for a tutorial on how to use jQuery sliding function click [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/02/22/a-simple-div-slide-down-js-script/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

