<?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>UltraMega Tech. &#187; AJAX</title>
	<atom:link href="http://www.ultramegatech.com/category/tutorials/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com</link>
	<description>Web development blog</description>
	<lastBuildDate>Thu, 27 Oct 2011 22:50:34 +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>Create an Upload Progress Bar With PHP and jQuery</title>
		<link>http://www.ultramegatech.com/2010/10/create-an-upload-progress-bar-with-php-and-jquery/</link>
		<comments>http://www.ultramegatech.com/2010/10/create-an-upload-progress-bar-with-php-and-jquery/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 18:17:09 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[file uploads]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[progressbar]]></category>
		<category><![CDATA[uploadprogress]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=929</guid>
		<description><![CDATA[When it comes to uploading files, users expect visual feedback, usually in the form of a progress bar. The problem is that PHP doesn’t offer a way to track file uploads in progress by default. Fortunately, there is an extension that enables this functionality and this tutorial will show how it can be combined with [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/10/create-an-upload-progress-bar-with-php-and-jquery/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>Record HTML Canvas Animations to Video</title>
		<link>http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/</link>
		<comments>http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:36:14 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=872</guid>
		<description><![CDATA[Sometimes it might be useful to be able to record your canvas animation to a video format. Maybe you want to use your JavaScript skills to create fancy effects for a video. You could use some kind of screen capturing program and crop the video, but I'll show you how to do it with code! [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Records to a Queue with jQuery</title>
		<link>http://www.ultramegatech.com/2009/08/add-records-to-a-queue-with-jquery/</link>
		<comments>http://www.ultramegatech.com/2009/08/add-records-to-a-queue-with-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:55:46 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=585</guid>
		<description><![CDATA[This tutorial will explain how to make an animated "add to queue" type functionality with jQuery. Since it is hard to explain the results, check out the demo. First, I'll show how to create the actual effect, and then how to implement AJAX submission to a back-end script for database storage or some other processing. [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2009/08/add-records-to-a-queue-with-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Saving Time With jQuery</title>
		<link>http://www.ultramegatech.com/2009/01/saving-time-with-jquery/</link>
		<comments>http://www.ultramegatech.com/2009/01/saving-time-with-jquery/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:26:35 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=180</guid>
		<description><![CDATA[jQuery is a popular JavaScript library that greatly simplifies developing advanced JavaScript applications. It is extremely powerful and lightweight at the same time. I've been using it for the first time on a current project, and I really like it. jQuery supports all major browsers, has a small file size, and is used by major [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2009/01/saving-time-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Loading Image Generator</title>
		<link>http://www.ultramegatech.com/2008/12/ajax-loading-image-generator/</link>
		<comments>http://www.ultramegatech.com/2008/12/ajax-loading-image-generator/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 05:26:02 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[online service]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=164</guid>
		<description><![CDATA[I came across this handy online tool that generates animated "loading images" for use with AJAX (or anything else): http://www.ajaxload.info/ You can choose from a selection of styles, set background and foreground colors, click generate, and you have your image. It's a real time saver for AJAX applications, and the best part is that they [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2008/12/ajax-loading-image-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is AJAX?</title>
		<link>http://www.ultramegatech.com/2008/12/what-is-ajax/</link>
		<comments>http://www.ultramegatech.com/2008/12/what-is-ajax/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 05:34:37 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=106</guid>
		<description><![CDATA[AJAX stands for Asynchronous JavaScript and XML. Many modern websites, big and small, implement this technology in many different ways, but what exactly is it? Here is an explanation in simple terms... An AJAX application is a web page that functions more like a desktop application than a traditional web page in that it feels [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2008/12/what-is-ajax/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating an Upload Progress Bar in PHP with APC</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/</link>
		<comments>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 04:35:45 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[file uploads]]></category>
		<category><![CDATA[progress bar]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43</guid>
		<description><![CDATA[Note: Please check out this updated tutorial for creating an upload progress bar. This tutorial is outdated and may not produce the desired effect. Introduction In this tutorial I will explain how to create a progress bar for PHP file uploads. There is no method built into PHP for returning the status of an upload [...]]]></description>
		<wfw:commentRss>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
	</channel>
</rss>

