<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>UltraMega Tech.</title>
	
	<link>http://www.ultramegatech.com</link>
	<description>Web development blog</description>
	<lastBuildDate>Wed, 22 Aug 2012 01:55:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ultramegatech" /><feedburner:info uri="ultramegatech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><item>
		<title>Flavordex Tasting Journals for Android</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/HMWnj2jORkE/</link>
		<comments>http://www.ultramegatech.com/2012/06/flavordex/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 23:51:48 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/?p=1023</guid>
		<description>Flavordex is a series of tasting journal apps for Android. With Flavordex, you can keep track of each product you try with stats, photos, graphs, and personal tasting notes. You can also publish your entries to the Web and share them with your friends, all from your smartphone or tablet. As of today, you can [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/HMWnj2jORkE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2012/06/flavordex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2012/06/flavordex/</feedburner:origLink></item>
		<item>
		<title>TempServers Source Code Released</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/5b9WnL0XBL4/</link>
		<comments>http://www.ultramegatech.com/2011/10/tempservers-source-code-released/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:50:34 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[game servers]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[TempServers]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=1002</guid>
		<description>This post is just to announce that I have released the source code from TempServers on GitHub under the MIT license. The link to the repository is below. This code has been sitting here collecting dust, so I figured I should just release it to the open source community. It might contain something useful to [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/5b9WnL0XBL4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2011/10/tempservers-source-code-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2011/10/tempservers-source-code-released/</feedburner:origLink></item>
		<item>
		<title>Creating A Database Connection On Demand</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/KmeNeMPg2ck/</link>
		<comments>http://www.ultramegatech.com/2011/09/creating-a-database-connection-on-demand/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 20:39:59 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=995</guid>
		<description>It may be useful to only create a database connection when you actually use it for the sake of efficiency. Here is a wrapper for MySQLi that does just that in the most simple way I could devise. A (possibly desired) side-effect is that this limits you to a single connection. How you pass in [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/KmeNeMPg2ck" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2011/09/creating-a-database-connection-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2011/09/creating-a-database-connection-on-demand/</feedburner:origLink></item>
		<item>
		<title>Create Snake in JavaScript with HTML5 Canvas</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/pIA0_8EVq4U/</link>
		<comments>http://www.ultramegatech.com/2011/08/create-snake-in-javascript/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 22:19:51 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=956</guid>
		<description>Yesterday I had some spare time, so I decided to write Snake in JavaScript using the HTML5 canvas. If anything, this is a good simple example demonstrating a use of the canvas. So, here's a tutorial walking through the creation of the game. If, for some reason, you are not familiar with the game Snake, [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/pIA0_8EVq4U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2011/08/create-snake-in-javascript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2011/08/create-snake-in-javascript/</feedburner:origLink></item>
		<item>
		<title>Creating a Twitter OAuth Application</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/BOr32OfMP64/</link>
		<comments>http://www.ultramegatech.com/2010/11/creating-a-twitter-oauth-application/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 22:56:16 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[Nettuts]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=949</guid>
		<description>Creating a Twitter OAuth Application &amp;#124; Nettuts+ OAuth can be a tricky concept to wrap your head around at first, but with the Twitter API now requiring its use, it is something you need to understand before creating a Twitter application. This tutorial will introduce you to OAuth, and walk you through the process of [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/BOr32OfMP64" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/11/creating-a-twitter-oauth-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/11/creating-a-twitter-oauth-application/</feedburner:origLink></item>
		<item>
		<title>Create an Upload Progress Bar With PHP and jQuery</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/8WHA3UePqjY/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/8WHA3UePqjY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/10/create-an-upload-progress-bar-with-php-and-jquery/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/10/create-an-upload-progress-bar-with-php-and-jquery/</feedburner:origLink></item>
		<item>
		<title>Understanding and Applying Polymorphism in PHP</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/tcCxK1JLk9E/</link>
		<comments>http://www.ultramegatech.com/2010/09/understanding-and-applying-polymorphism-in-php/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 19:09:04 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Nettuts]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[polymorphism]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=925</guid>
		<description>Understanding and Applying Polymorphism in PHP &amp;#124; Nettuts+ In object oriented programming, polymorphism is a powerful and fundamental tool. It can be used to create a more organic flow in your application. This tutorial will describe the general concept of polymorphism, and how it can easily be deployed in PHP. Read full tutorial at Nettuts+&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/tcCxK1JLk9E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/09/understanding-and-applying-polymorphism-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/09/understanding-and-applying-polymorphism-in-php/</feedburner:origLink></item>
		<item>
		<title>Noty Updated with WordPress Support</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/XyqtohW81CI/</link>
		<comments>http://www.ultramegatech.com/2010/09/noty-updated-with-wordpress-support/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 02:16:14 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Noty]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=920</guid>
		<description>Noty has been updated to include a WordPress plugin for easy integration. Along with the original standalone version, you now have the option to install it as a standard WordPress plugin. This means that WordPress users never have to see code! You may also notice that this blog is now using Noty (over there on [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/XyqtohW81CI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/09/noty-updated-with-wordpress-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/09/noty-updated-with-wordpress-support/</feedburner:origLink></item>
		<item>
		<title>Noty – HTML5 Notes Widget</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/Fy4sm5cmqmo/</link>
		<comments>http://www.ultramegatech.com/2010/09/noty-html5-notes-widget/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:53:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Noty]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=907</guid>
		<description>Noty is the name of the HTML5 application I developed for the recent HTML5 competition hosted at Nettuts. Unfortunately I did not win, but I did learn a lot about HTML5 and related technologies. It is available for purchase at CodeCanyon. Noty is a simple widget for taking notes about the current page. A potential [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/Fy4sm5cmqmo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/09/noty-html5-notes-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/09/noty-html5-notes-widget/</feedburner:origLink></item>
		<item>
		<title>Record HTML Canvas Animations to Video</title>
		<link>http://feedproxy.google.com/~r/ultramegatech/~3/hvHZMYf3ru4/</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>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! [...]&lt;img src="http://feeds.feedburner.com/~r/ultramegatech/~4/hvHZMYf3ru4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/</feedburner:origLink></item>
	</channel>
</rss>
