<?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>Coding Recipes &#187; AJAX</title>
	<atom:link href="http://codingrecipes.com/category/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 02:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>AJAX &#8211; Beginner AJAX Tutorial &#8211; Creating a simple AJAX website with example</title>
		<link>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example</link>
		<comments>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:12:57 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=762</guid>
		<description><![CDATA[We are closing down our forums, it’s time to move on, but we are keeping some important threads, here are the AJAX tutorials… Beginner AJAX Tutorial &#8211; Creating a simple AJAX website with example What you need to know before you read this tutorial: You need to read the previous two tutorials, they are located [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AJAX &#8211; Beginner AJAX Tutorial &#8211; Display a Progress Bar or a Loading Message</title>
		<link>http://codingrecipes.com/ajax-beginner-ajax-tutorial-display-a-progress-bar-or-a-loading-message</link>
		<comments>http://codingrecipes.com/ajax-beginner-ajax-tutorial-display-a-progress-bar-or-a-loading-message#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:01:39 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=758</guid>
		<description><![CDATA[We are closing down our forums, it’s time to move on, but we are keeping some important threads, here are the AJAX tutorials… AJAX &#8211; Beginner AJAX Tutorial &#8211; Display a Progress Bar or a Loading Message In the last AJAX tutorial I wrote about how to send requests to the server and receive the [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/ajax-beginner-ajax-tutorial-display-a-progress-bar-or-a-loading-message/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>AJAX &#8211; Beginner AJAX Tutorial</title>
		<link>http://codingrecipes.com/ajax-beginner-ajax-tutorial</link>
		<comments>http://codingrecipes.com/ajax-beginner-ajax-tutorial#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:30:42 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=755</guid>
		<description><![CDATA[We are closing down our forums, it&#8217;s time to move on, but we are keeping some important threads, here are the AJAX tutorials&#8230; AJAX &#8211; Beginner AJAX Tutorial What you need to know A basic knowledge of HTML, JavaScript and a server side language. What is AJAX? AJAX stands for Asynchronous JavaScript And XML. XML?! [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/ajax-beginner-ajax-tutorial/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Users without JavaScript and what to do about them</title>
		<link>http://codingrecipes.com/users-without-javascript-and-what-to-do-about-them</link>
		<comments>http://codingrecipes.com/users-without-javascript-and-what-to-do-about-them#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:19:40 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=258</guid>
		<description><![CDATA[Here is what I do: &#60;noscript&#62; &#60;div style=&#34;color:#FF0000;&#34;&#62; &#60;strong&#62;Sorry!&#60;/strong&#62;&#60;br /&#62;&#60;br /&#62; Please enable JavaScript on your browser to be able to use advanced features of this site. &#60;br /&#62;&#60;br /&#62;&#60;br /&#62; &#60;strong&#62;Internet Explorer 6 or 7&#60;/strong&#62; &#60;ul style=&#34;list-style-type: decimal;&#34;&#62; &#60;li&#62;Click the Tools menu.&#60;/li&#62; &#60;li&#62;Select Internet Options.&#60;/li&#62; &#60;li&#62;Click the Security tab.&#60;/li&#62; &#60;li&#62;Click the Custom Level button.&#60;/li&#62; [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/users-without-javascript-and-what-to-do-about-them/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jEditable and password input type support</title>
		<link>http://codingrecipes.com/jeditable-and-password-input-type-support</link>
		<comments>http://codingrecipes.com/jeditable-and-password-input-type-support#comments</comments>
		<pubDate>Mon, 01 Sep 2008 19:58:56 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=246</guid>
		<description><![CDATA[I wrote a post earlier about how jEditable (a jQuery) plugin needed password support and the author of the plugin wrote back and said here is how to add this feature: $.editable.addInputType&#40;’password’, &#123; … &#125;&#41;; You can read more here: http://www.appelsiini.net/2007/8/custom-input-types http://www.appelsiini.net/2008/4/autogrow-textarea-for-jeditable This plugin is really great and we are doing some exciting things on [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/jeditable-and-password-input-type-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Support for Jeditable, a Cool jQuery Plugin</title>
		<link>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin</link>
		<comments>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin#comments</comments>
		<pubDate>Thu, 28 Aug 2008 23:26:11 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=220</guid>
		<description><![CDATA[Here is the original plugin: http://www.appelsiini.net/projects/jeditable It let&#8217;s you implement inline editing capabilities and it&#8217;s supported by major browser. Here are some examples: http://www.appelsiini.net/projects/jeditable/default.html An example usage is like this: $&#40;&#34;.edit_area&#34;&#41;.editable&#40;&#34;http://www.example.com/save.php&#34;, &#123; type : 'textarea', cancel : 'Cancel', submit : 'OK', indicator : &#34;&#60;img src='img/indicator.gif'&#62;&#34;, tooltip : 'Click to edit...' &#125;&#41;; The problem is, it [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/password-support-for-jeditable-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to force the browser to renew a cached image with JavaScript</title>
		<link>http://codingrecipes.com/how-to-force-the-browser-to-renew-a-cached-image-with-javascript</link>
		<comments>http://codingrecipes.com/how-to-force-the-browser-to-renew-a-cached-image-with-javascript#comments</comments>
		<pubDate>Fri, 15 Aug 2008 00:23:45 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=56</guid>
		<description><![CDATA[Yes, you can do it with JavaScript, it&#8217;s simple; assume that the name of your image 2.png and you are writing it dynamically to a web page the only thing you need to do is this: var image = 'http://www.example.org/2.png?' + new Date&#40;&#41;.getTime&#40;&#41;; To the browser, this is a new URL so it will download the image [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/how-to-force-the-browser-to-renew-a-cached-image-with-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should we stop supporting users without JavaScript?</title>
		<link>http://codingrecipes.com/should-we-stop-supporting-users-without-javascript</link>
		<comments>http://codingrecipes.com/should-we-stop-supporting-users-without-javascript#comments</comments>
		<pubDate>Thu, 14 Aug 2008 23:12:12 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=42</guid>
		<description><![CDATA[I say YES! I&#8217;m doing it from now on, just like Facebook and many others, I will show them a message: Sorry, you won&#8217;t be able to use this site until you enable JavaScript on your browser. I think it&#8217;s time for AJAX everywhere and web applications should start being modern and interactive&#8230;]]></description>
		<wfw:commentRss>http://codingrecipes.com/should-we-stop-supporting-users-without-javascript/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

