<?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>Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP &#187; ajax</title>
	<atom:link href="http://ajaxmint.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaxmint.com</link>
	<description>Endless Ajax Resources</description>
	<lastBuildDate>Sun, 08 Apr 2012 03:38:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simple AJAX progress bar</title>
		<link>http://ajaxmint.com/2010/02/simple-ajax-progress-bar/</link>
		<comments>http://ajaxmint.com/2010/02/simple-ajax-progress-bar/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 05:45:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax progress bar]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[simple progress bar]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1729</guid>
		<description><![CDATA[With few lines of JavaScript and CSS you can make simple AJAX progress bar. JavaScript will periodically ask for progress value and server will respond with XML. Progress value should be extracted from the XML and displayed as width of the DIV element.]]></description>
			<content:encoded><![CDATA[<p>With few lines of JavaScript and CSS you can make simple AJAX progress bar. JavaScript will periodically ask for progress value and server will respond with XML. Progress value should be extracted from the XML and displayed as width of the DIV element.<a href="http://www.redips.net/javascript/ajax-progress-bar/"><img class="aligncenter size-full wp-image-1730" title="simple ajax progress bar" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/02/simple-ajax-progress-bar.png" alt="" width="251" height="99" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/02/simple-ajax-progress-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AjaxFileUpload &#124; jquery ajax upload</title>
		<link>http://ajaxmint.com/2010/02/ajaxfileupload-jquery-ajax-upload/</link>
		<comments>http://ajaxmint.com/2010/02/ajaxfileupload-jquery-ajax-upload/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:45:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax upload]]></category>
		<category><![CDATA[AjaxFileUpload]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery upload]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1708</guid>
		<description><![CDATA[This AjaxFileUpload Plugin is a hacked version of Ajaxupload plugin created by yvind Saltvik, which is really good enought for normal use. Its idea is to create a iframe and submit the specified form to it for further processing.]]></description>
			<content:encoded><![CDATA[<p>This AjaxFileUpload Plugin is a hacked version of Ajaxupload plugin created by yvind Saltvik, which is really good enought for normal use. Its idea is to create a iframe and submit the specified form to it for further processing.<a href="http://www.phpletter.com/Our-Projects/AjaxFileUpload/"><img class="aligncenter size-full wp-image-1709" title="ajax file upload" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/02/ajax-file-upload.jpg" alt="" width="388" height="223" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/02/ajaxfileupload-jquery-ajax-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocompletion with Scriptaculous and Ajax.</title>
		<link>http://ajaxmint.com/2010/01/multiple-scriptaculous-autocomplete-fields/</link>
		<comments>http://ajaxmint.com/2010/01/multiple-scriptaculous-autocomplete-fields/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 05:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax autocompletion]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Scriptaculous]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1677</guid>
		<description><![CDATA[This tutorial supercedes my previous turtorial on autocompletion by adding further tips and tricks to make your autocompletion a much better experience for your site users﻿]]></description>
			<content:encoded><![CDATA[<p>This tutorial supercedes my previous turtorial on autocompletion by adding further tips and tricks to make your autocompletion a much better experience for your site users﻿<a href="http://www.wiseguysonly.com/2008/03/09/autocompletion-with-scriptaculous-and-ajax/"><img class="aligncenter size-full wp-image-1678" title="autocomplete" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/01/autocomplete.png" alt="" width="366" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/01/multiple-scriptaculous-autocomplete-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Poll with jQuery and PHP</title>
		<link>http://ajaxmint.com/2010/01/dynamic-poll-with-jquery-and-php/</link>
		<comments>http://ajaxmint.com/2010/01/dynamic-poll-with-jquery-and-php/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:42:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[dynamic poll]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1527</guid>
		<description><![CDATA[When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little [...]]]></description>
			<content:encoded><![CDATA[<p>When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.<a href="http://net.tutsplus.com/demos/test_poll/"><img class="aligncenter size-full wp-image-1528" title="jquery polll" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/01/jquery-polll.jpg" alt="" width="440" height="274" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/01/dynamic-poll-with-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBEdit &#124; AJAX online video editor</title>
		<link>http://ajaxmint.com/2010/01/jbedit-ajax-online-video-editor/</link>
		<comments>http://ajaxmint.com/2010/01/jbedit-ajax-online-video-editor/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 05:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[jbedit]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mp4 videos]]></category>
		<category><![CDATA[video editor]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1475</guid>
		<description><![CDATA[JBEdit is an AJAX online video editor (based on jQuery), where the edit capabilities reside on server side. You can extract a selection and tag it. All the edit is done on MP4 videos via ffmpeg.]]></description>
			<content:encoded><![CDATA[<p>JBEdit is an AJAX online video editor (based on jQuery), where the edit capabilities reside on server side. You can extract a selection and tag it. All the edit is done on MP4 videos via ffmpeg.<a href="http://sourceforge.net/projects/jbedit/"><img src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/01/jedit-450x177.jpg" alt="" title="jbedit" width="450" height="177" class="aligncenter size-medium wp-image-1476" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/01/jbedit-ajax-online-video-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Extra wide Grid View</title>
		<link>http://ajaxmint.com/2009/12/improving-extra-wide-grid-view/</link>
		<comments>http://ajaxmint.com/2009/12/improving-extra-wide-grid-view/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 06:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[extra wide]]></category>
		<category><![CDATA[grid view]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1340</guid>
		<description><![CDATA[Refactored the Tablecloth example to use the ASP.NET AJAX client side API.]]></description>
			<content:encoded><![CDATA[<p>Refactored the <a href="http://ajaxmint.com/2009/12/tablecloth-add-style-and-behaviour-to-your-table/">Tablecloth </a>example to use the ASP.NET AJAX client side API.<a href="http://mattberseth.com/blog/2007/10/improving_the_presentation_of.html"><img class="aligncenter size-medium wp-image-1342" title="Improving Extra wide Grid View" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/Improving-Extra-wide-Grid-View-450x117.gif" alt="" width="450" height="117" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/improving-extra-wide-grid-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax dynamic scrolling pages</title>
		<link>http://ajaxmint.com/2009/12/ajax-dynamic-scrolling-pages/</link>
		<comments>http://ajaxmint.com/2009/12/ajax-dynamic-scrolling-pages/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 06:05:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax scrolling]]></category>
		<category><![CDATA[dynamic scrolling]]></category>
		<category><![CDATA[scroll]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1337</guid>
		<description><![CDATA[This script loads content from the server and inserts it into an empty HTML element(example a DIV tag) on your page. New pages can be appended dynamically and the script will scroll down to the content of the new pages.]]></description>
			<content:encoded><![CDATA[<p>This script loads content from the server and inserts it into an empty HTML element(example a DIV tag) on your page. New pages can be appended dynamically and the script will scroll down to the content of the new pages.<a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-pages"><img src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/Ajax-Scrolling-pages-450x138.gif" alt="" title="Ajax Scrolling pages" width="450" height="138" class="aligncenter size-medium wp-image-1338" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/ajax-dynamic-scrolling-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax Powered Autocomplete Plugin for JQuery</title>
		<link>http://ajaxmint.com/2009/12/ajax-powered-autocomplete-plugin-for-jquery/</link>
		<comments>http://ajaxmint.com/2009/12/ajax-powered-autocomplete-plugin-for-jquery/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 05:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1312</guid>
		<description><![CDATA[I am glad to announce the launch of the successfull Ajax Powered Autocomplete for Prototype.js now as a plugin for JQuery. No much to say… if any of you want to have a look at this piece of code. you can check it here. Any feedback is highly appreciated. &#160;]]></description>
			<content:encoded><![CDATA[<p><a class="alignleft" href="http://www.ramirezcobos.com/2009/12/29/ajax-powered-autocomplete-plugin-for-jquery-js/"><img class="alignnone" title="Ajax Powered Autocomplete for jquery" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/autocomplete.gif" alt="" width="240" height="262" /></a>I am glad to announce the launch of the successfull Ajax Powered Autocomplete for Prototype.js now as a plugin for JQuery. No much to say… if any of you want to have a look at this piece of code.</p>
<p><a href="http://www.ramirezcobos.com/labs/autocomplete-for-jquery-js/">you can check it here.</a></p>
<p>Any feedback is highly appreciated.
<div style="clear:both">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/ajax-powered-autocomplete-plugin-for-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: From PHP to XML to jQuery and Ajax</title>
		<link>http://ajaxmint.com/2009/12/tutorial-from-php-to-xml-to-jquery-and-ajax/</link>
		<comments>http://ajaxmint.com/2009/12/tutorial-from-php-to-xml-to-jquery-and-ajax/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:43:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1264</guid>
		<description><![CDATA[So this is the first of many new tutorials I hope to provide under the new banner of “Back to Basics”. I hope to be able to provide high level tutorials to the beginner enabling you to take away key learning to build on, rather than give you everything in depth on a plate. I [...]]]></description>
			<content:encoded><![CDATA[<p>So this is the first of many new tutorials I hope to provide under the new banner of “Back to Basics”. I hope to be able to provide high level tutorials to the beginner enabling you to take away key learning to build on, rather than give you everything in depth on a plate. I hope you find this insightful<a href="http://www.reynoldsftw.com/2009/03/tutorial-from-php-to-xml-to-jquery-and-ajax/"><img class="aligncenter size-medium wp-image-1265" title="php xml ajax json" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/php-xml-ajax-json-450x130.jpg" alt="" width="450" height="130" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/tutorial-from-php-to-xml-to-jquery-and-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Newsletter &#8211; A PHP, jQuery and AJAX module</title>
		<link>http://ajaxmint.com/2009/12/newsletter-a-php-jquery-and-ajax-module/</link>
		<comments>http://ajaxmint.com/2009/12/newsletter-a-php-jquery-and-ajax-module/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:39:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[email newsletter]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1260</guid>
		<description><![CDATA[A PHP, jQuery and AJAX module, which should be great for any newsletter management needs. You just need to copy one file onto your site, and you’re ready to send and archive all newsletters, manage e-mail addresses and categories, and configure a template for your e-mails.]]></description>
			<content:encoded><![CDATA[<p>A PHP, jQuery and AJAX module, which should be great for any newsletter management needs. You just need to copy one file onto your site, and you’re ready to send and archive all newsletters, manage e-mail addresses and categories, and configure a template for your e-mails.<a href="http://virae.org/newsletter_module/"><img class="aligncenter size-medium wp-image-1261" title="newsletter email jquery" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/newsletter-email-jquery-450x279.jpg" alt="" width="450" height="279" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/newsletter-a-php-jquery-and-ajax-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

