<?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; Tutorials</title>
	<atom:link href="http://www.renownedmedia.com/blog/category/tutorials/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>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>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>Enabling file_get_contents() and fopen() With Remote URL&#8217;s on MediaTemple</title>
		<link>http://www.renownedmedia.com/blog/enabling-file_get_contents-and-fopen-with-remote-urls-on-mediatemple/</link>
		<comments>http://www.renownedmedia.com/blog/enabling-file_get_contents-and-fopen-with-remote-urls-on-mediatemple/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:42:12 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Server/Apache Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MediaTemple]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=604</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/mediatemple.png" />
How to enable access to remote files on MediaTemple using the functions file_get_contents() and fopen().]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/enabling-file_get_contents-and-fopen-with-remote-urls-on-mediatemple/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP cURL cookies not saving on Windows</title>
		<link>http://www.renownedmedia.com/blog/php-curl-cookies-not-saving-on-windows/</link>
		<comments>http://www.renownedmedia.com/blog/php-curl-cookies-not-saving-on-windows/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:48:07 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=596</guid>
		<description><![CDATA[Why cURL doesn't work well with relative paths that PHP works fine with, and a workaround for the issue.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/php-curl-cookies-not-saving-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Spidering</title>
		<link>http://www.renownedmedia.com/blog/web-spidering/</link>
		<comments>http://www.renownedmedia.com/blog/web-spidering/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 07:23:49 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Security Articles]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=574</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/spidering.png" />
Spidering, in its simplest form is the act of transferring data from one database to another. Spidering requires the use of Regular Expressions, the cURL library (if POST data or cookies are used), and the cron libraries (if we need to download information with a schedule).]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/web-spidering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free VST Plugins for FL Studio</title>
		<link>http://www.renownedmedia.com/blog/free-vst-plugins-for-fl-studio/</link>
		<comments>http://www.renownedmedia.com/blog/free-vst-plugins-for-fl-studio/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:00:12 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[FL Studio Tutorials]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=548</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/freevst.png" />
Here is a bunch of links to free VST plugins (instruments and effects) for expanding your FL Studio environment (or any other DAW application for that matter).]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/free-vst-plugins-for-fl-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FL Studio Piano Roll Tutorial</title>
		<link>http://www.renownedmedia.com/blog/fl-studio-piano-roll-tutorial/</link>
		<comments>http://www.renownedmedia.com/blog/fl-studio-piano-roll-tutorial/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:00:11 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[FL Studio Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=542</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/pianoroll.png" />
This tutorial covers the FL Studio piano roll, and explains every facet of the interface.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/fl-studio-piano-roll-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FL Studio Comprehensive Mixer Interface Overview</title>
		<link>http://www.renownedmedia.com/blog/fl-studio-comprehensive-mixer-interface-overview/</link>
		<comments>http://www.renownedmedia.com/blog/fl-studio-comprehensive-mixer-interface-overview/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:00:02 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[FL Studio Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=538</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/flmixer.png" />
This tutorial will provide you with a comprehensive understanding of the mixer interface for FL Studio. We describe every single knob/option on the interface.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/fl-studio-comprehensive-mixer-interface-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polymorphism, Abstract Classes, and Interfaces in PHP</title>
		<link>http://www.renownedmedia.com/blog/polymorphism-abstract-classes-and-interfaces-in-php/</link>
		<comments>http://www.renownedmedia.com/blog/polymorphism-abstract-classes-and-interfaces-in-php/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:29:45 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=550</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/php.png" />
This article will explain the advanced topics of PHP classes, including polymorphism, abstract classes, and interfaces.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/polymorphism-abstract-classes-and-interfaces-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FL Studio Automations</title>
		<link>http://www.renownedmedia.com/blog/fl-studio-automations/</link>
		<comments>http://www.renownedmedia.com/blog/fl-studio-automations/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:00:19 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[FL Studio Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=530</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/flautomations.png" />
An explanation of Automation Clips in FL Studio, how to create and modify them and assign them to different properties in FL Studio.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/fl-studio-automations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FL Studio Interface Overview</title>
		<link>http://www.renownedmedia.com/blog/fl-studio-interface-overview/</link>
		<comments>http://www.renownedmedia.com/blog/fl-studio-interface-overview/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:00:59 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[FL Studio Tutorials]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=526</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/floverview.png" />
This is an overview of the FL Studio application interface. This describes every window used in FL Studio.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/fl-studio-interface-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to CSS: Selectors and Relationships Explained</title>
		<link>http://www.renownedmedia.com/blog/introduction-to-css/</link>
		<comments>http://www.renownedmedia.com/blog/introduction-to-css/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 13:00:16 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=463</guid>
		<description><![CDATA[<img src="http://www.renownedmedia.com/files/css.png" />
This article will provide an introduction to CSS, which also requires an explanation of HTML (even if you know HTML you may want to read through it as it explains the relationship model). This article won't explain every single CSS attribute, but will explain everything you need to know to fully comprehend the language.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/introduction-to-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
