<?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; ajax</title>
	<atom:link href="http://djpate.com/tag/ajax/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>How to install anyterm on ubuntu Karmic Koala</title>
		<link>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/</link>
		<comments>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 14:06:15 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajaxterm]]></category>
		<category><![CDATA[anyterm]]></category>
		<category><![CDATA[anytermd]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=204</guid>
		<description><![CDATA[Hello everyone, I had to install anyterm on a fresh karmic koala yesterday but i&#8217;ve ran into so many problems that I decided I&#8217;ll write a simple tutorial about this subject. Anyterm is a software that allows you to acces a terminal over http(s) protocol, so it allows you to bypass most proxys. For more [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>12</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>form submit via Hidden iframe (A.K.A Fake Ajax)</title>
		<link>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/</link>
		<comments>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/#comments</comments>
		<pubDate>Sun, 24 May 2009 13:00:10 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[fake ajax]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=39</guid>
		<description><![CDATA[Today, I wanna share with you a way to submit forms using a ajax look &#38; feel altought it&#8217;s not really ajax. The question you might ask is : why should I use this method instead of real ajax ? Well they&#8217;re is numereous answer to that but one good reason it that is doesnt [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

