<?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>Renowned Media &#187; Thomas Hunter</title>
	<atom:link href="http://www.renownedmedia.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renownedmedia.com</link>
	<description>Web Development Company</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:55:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Android Nexus Neural Network Live Wallpaper in jQuery</title>
		<link>http://www.renownedmedia.com/blog/android-nexus-neural-network-live-wallpaper-in-jquery/</link>
		<comments>http://www.renownedmedia.com/blog/android-nexus-neural-network-live-wallpaper-in-jquery/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 00:29:55 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Javascript and jQuery Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=980</guid>
		<description><![CDATA[After staring at the live wallpaper for my Android phone for a while, I started to wonder if I could recreate the animations using JavaScript and jQuery. At first it looked like it would be a pain due to keeping track of tiles, colors, flipping the colors, coloring neighboring tiles near the plasma &#8216;heads&#8217;, etc. [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/android-nexus-neural-network-live-wallpaper-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate Even and Odd Table Row Classes using jQuery</title>
		<link>http://www.renownedmedia.com/blog/alternate-even-and-odd-table-row-classes-using-jquery/</link>
		<comments>http://www.renownedmedia.com/blog/alternate-even-and-odd-table-row-classes-using-jquery/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:53:29 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Javascript and jQuery Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=977</guid>
		<description><![CDATA[With the CSS3 pseudo element classes being right around the corner, namely :even and :odd, the ability for us web designers to color even and odd rows will soon be as easy as adding this to our CSS documents: tr:even td { background-color: #ffffff; } tr:odd td { background-color: #fafafa; } But, until browsers support [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/alternate-even-and-odd-table-row-classes-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where did Renowned Media go?</title>
		<link>http://www.renownedmedia.com/blog/where-did-renowned-media-go/</link>
		<comments>http://www.renownedmedia.com/blog/where-did-renowned-media-go/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 00:02:27 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=974</guid>
		<description><![CDATA[Why, Ann Arbor of course! Renowned Media will now be based out of Ann Arbor, a city with much more technical businesses and requirements than our old home of Midland. We&#8217;ll still do work with our Midland friends of course, but mostly via telecommute.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/where-did-renowned-media-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NeoInvoice Nearing Public Beta</title>
		<link>http://www.renownedmedia.com/blog/neoinvoice-nearing-public-beta/</link>
		<comments>http://www.renownedmedia.com/blog/neoinvoice-nearing-public-beta/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 00:53:06 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NeoInvoice]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=971</guid>
		<description><![CDATA[If you haven&#8217;t heard by now, we are developing a web application for use by companies in the hourly service industry. This application will be free for small companies and charge a monthly fee for larger companies. This application will be used for invoicing, time tracking, keeping track of employee hours, etc. This application, NeoInvoice, [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/neoinvoice-nearing-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Differences between PHP and MySQL</title>
		<link>http://www.renownedmedia.com/blog/time-differences-between-php-and-mysql/</link>
		<comments>http://www.renownedmedia.com/blog/time-differences-between-php-and-mysql/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:31:42 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=967</guid>
		<description><![CDATA[The difference between reported times of MySQL and PHP compared on both a Windows and a Linux server.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/time-differences-between-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experts Exchange Hide Ads</title>
		<link>http://www.renownedmedia.com/blog/experts-exchange-hide-ads/</link>
		<comments>http://www.renownedmedia.com/blog/experts-exchange-hide-ads/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:30:05 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=965</guid>
		<description><![CDATA[Ever get annoyed with Experts Exchange and that giant block of links before they give you the solution to the problem you've Google'd oh so hard for? Here is a GreaseMonkey script I've developed to alleviate such a problem.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/experts-exchange-hide-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing SofaDB, a pure PHP CouchDB Alternative</title>
		<link>http://www.renownedmedia.com/blog/introducing-sofadb-a-pure-php-couchdb-alternative/</link>
		<comments>http://www.renownedmedia.com/blog/introducing-sofadb-a-pure-php-couchdb-alternative/#comments</comments>
		<pubDate>Sat, 01 May 2010 18:28:17 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=956</guid>
		<description><![CDATA[An introduction to our SofaDB project, which is a pure PHP alternative to Apache's CouchDB project. Useful for storing non-relational data. Currently the project is in alpha stages.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/introducing-sofadb-a-pure-php-couchdb-alternative/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic Form Actions using Different Buttons</title>
		<link>http://www.renownedmedia.com/blog/dynamic-form-actions-using-different-buttons/</link>
		<comments>http://www.renownedmedia.com/blog/dynamic-form-actions-using-different-buttons/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 19:44:56 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[Javascript and jQuery Tutorials]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=952</guid>
		<description><![CDATA[A method for dynamically changing form action depending on which submit button is clicked using JavaScript. Does not require knowledge of the forms name.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/dynamic-form-actions-using-different-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Web Utilities</title>
		<link>http://www.renownedmedia.com/blog/free-web-utilities/</link>
		<comments>http://www.renownedmedia.com/blog/free-web-utilities/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:31:01 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=650</guid>
		<description><![CDATA[This list contains an amazing assortment of tools and utilities useful for web application development. Utilities range from server side software, web software, all the way to downloadable and hosted tools. Even better, every tool listed on this page is free.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/free-web-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brand New Layout for Renowned Media!</title>
		<link>http://www.renownedmedia.com/blog/brand-new-layout-for-renowned-media/</link>
		<comments>http://www.renownedmedia.com/blog/brand-new-layout-for-renowned-media/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:09:31 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=866</guid>
		<description><![CDATA[We are pleased to announce the new layout for RenownedMedia.com. The previous layout was very grungy and dirty looking, which appealed to our outdoor clients, but lacked the clean and professional look that would be appreciated by most of our clients.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/brand-new-layout-for-renowned-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read GET URL variables using JavaScript</title>
		<link>http://www.renownedmedia.com/blog/read-get-url-variables-using-javascript/</link>
		<comments>http://www.renownedmedia.com/blog/read-get-url-variables-using-javascript/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:30:50 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Javascript and jQuery Tutorials]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=646</guid>
		<description><![CDATA[Function which will either build an associative array of the GET URL variables on the current page, or return the value of a specified GET variable in JavaScript.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/read-get-url-variables-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Certified Engineer (ZCE) Study Guide Links</title>
		<link>http://www.renownedmedia.com/blog/zend-certified-engineer-zce-study-guide-links/</link>
		<comments>http://www.renownedmedia.com/blog/zend-certified-engineer-zce-study-guide-links/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:08:17 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=637</guid>
		<description><![CDATA[The listing of items from ZCE for the exam, with relevant links compiled by Renowned Media.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/zend-certified-engineer-zce-study-guide-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP cURL Replacement</title>
		<link>http://www.renownedmedia.com/blog/php-curl-replacement/</link>
		<comments>http://www.renownedmedia.com/blog/php-curl-replacement/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:30:02 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=634</guid>
		<description><![CDATA[If you are a PHP developer who writes a lot of software which needs to be executed in many different shared hosts, it can often be frustrating when certain hosts don&#8217;t offer all of the functionality your applications require, specificially the cURL libraries. I&#8217;ve seen these missing on several hosts, either for security reasons or [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/php-curl-replacement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash not loading data from external domains</title>
		<link>http://www.renownedmedia.com/blog/flash-not-loading-data-from-external-domains/</link>
		<comments>http://www.renownedmedia.com/blog/flash-not-loading-data-from-external-domains/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 01:36:54 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=632</guid>
		<description><![CDATA[Are you having issues loading files from external domains to be used on a separate domain? Adobe changed the way flash works about two versions ago and introduced stricter security settings, specifically the use of crossdomain.xml files. Unlike AJAX XHR requests which allow no cross domain communications, flash allows the use of this security file which blacklists and whitelists external domains.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/flash-not-loading-data-from-external-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Characters not displaying in Internet Explorer 8</title>
		<link>http://www.renownedmedia.com/blog/chinese-characters-not-displaying-in-internet-explorer-8/</link>
		<comments>http://www.renownedmedia.com/blog/chinese-characters-not-displaying-in-internet-explorer-8/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:56:36 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=630</guid>
		<description><![CDATA[How to get foreign characters, including Japanese, Chinese, and other high unicode characters, to display properly in Internet Explorer 8.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/chinese-characters-not-displaying-in-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing CodeIgniter Session Data using External Scripts</title>
		<link>http://www.renownedmedia.com/blog/accessing-codeigniter-session-data-using-external-scripts/</link>
		<comments>http://www.renownedmedia.com/blog/accessing-codeigniter-session-data-using-external-scripts/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:50:46 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=625</guid>
		<description><![CDATA[PHP Sourcecode so that a non CodeIgniter PHP script can access data stored in the users CodeIgniter session.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/accessing-codeigniter-session-data-using-external-scripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Web Developer Toolbar Equivalent for Internet Explorer</title>
		<link>http://www.renownedmedia.com/blog/firefox-web-developer-toolbar-equivalent-for-internet-explorer/</link>
		<comments>http://www.renownedmedia.com/blog/firefox-web-developer-toolbar-equivalent-for-internet-explorer/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:05:47 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=623</guid>
		<description><![CDATA[This tool is for Internet Explorer 7 and behaves like a mashup between the two Firefox tools, Web Developer Toolbar and Firebug.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/firefox-web-developer-toolbar-equivalent-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Session Timeouts on MediaTemple</title>
		<link>http://www.renownedmedia.com/blog/random-session-timeouts-on-mediatemple/</link>
		<comments>http://www.renownedmedia.com/blog/random-session-timeouts-on-mediatemple/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:03:49 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MediaTemple]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=621</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/mediatemple.png" />
How to change your php.ini settings on your MediaTemple account to prevent your sessions from randomly expiring.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/random-session-timeouts-on-mediatemple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TortoiseSVN with MediaTemple Subversion</title>
		<link>http://www.renownedmedia.com/blog/using-tortoisesvn-with-mediatemple-subversion/</link>
		<comments>http://www.renownedmedia.com/blog/using-tortoisesvn-with-mediatemple-subversion/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:08:01 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[MediaTemple]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=618</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/mediatemple.png" />
Article on how to configure your TortoiseSVN client to access MediaTemple's subversion repositories.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/using-tortoisesvn-with-mediatemple-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter .htaccess for MediaTemple</title>
		<link>http://www.renownedmedia.com/blog/codeigniter-htaccess-for-mediatemple/</link>
		<comments>http://www.renownedmedia.com/blog/codeigniter-htaccess-for-mediatemple/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:07:32 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[MediaTemple]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=608</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/mediatemple.png" />
A few tweaks need to be made to CodeIgniter to make it compatible with the MediaTemple hosting environment. This article discusses these required changes to get CI running smoothly.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/codeigniter-htaccess-for-mediatemple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
