<?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>Heaven Interactive Blog :: Tech Talk on E-Commerce, WordPress, Flash, JQuery, PHP, MySQL &#187; Tutorial</title>
	<atom:link href="http://www.heaveninteractive.com/weblog/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heaveninteractive.com/weblog</link>
	<description>Knowledge is Power.</description>
	<lastBuildDate>Thu, 04 Mar 2010 15:01:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 08:53:37 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[ActionScript & Flash]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[dynamic loading]]></category>
		<category><![CDATA[external image]]></category>
		<category><![CDATA[Loader]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/</guid>
		<description><![CDATA[In AS3, loading external images dynamically is done slightly differently than in ActionScript 2.  Whereas in AS2, we could just use the loadMovie() method of the MovieClip class, this is no longer the case.
(Download the files for this tutorial.
You will also need: Flash CS3.  Download Trial or Buy Now.)

Instead we have to use [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FTP Tutorial &#8211; What is it and How do I Use It? (Windows and Mac)</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/07/ftp-tutorial-what-it-is-and-how-to-use-it/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/03/07/ftp-tutorial-what-it-is-and-how-to-use-it/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 09:52:51 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[Tutorials & Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/07/ftp-tutorial-what-it-is-and-how-to-use-it/</guid>
		<description><![CDATA[This step-by-step tutorial is aimed at aspiring (and new) web designers or web content publishers who would like to understand one of the most important technologies in use on the World Wide Web: File Transfer Protocol, or FTP.
Why Should I Learn FTP?
Practical knowledge of FTP is essential for just about anyone who wants to update [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/03/07/ftp-tutorial-what-it-is-and-how-to-use-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActionScript State Abbreviations Combo Box (U.S. 50 states)</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/01/actionscript-state-abbreviations-combo-box/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/03/01/actionscript-state-abbreviations-combo-box/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 12:04:01 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[ActionScript & Flash]]></category>
		<category><![CDATA[Tutorials & Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/01/actionscript-state-abbreviations-combo-box/</guid>
		<description><![CDATA[Tutorial: Create a &#8220;state&#8221; drop-down (combo box) which displays all 50 states in ActionScript 3.0.  The states are given in the example.
I recently worked on a project where I had to come up with a combo box component which contained state abbreviations (United States that is).  It would be great to have this [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/03/01/actionscript-state-abbreviations-combo-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript tutorial for beginners</title>
		<link>http://www.heaveninteractive.com/weblog/2008/02/25/javascript-tutorial-on-line/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/02/25/javascript-tutorial-on-line/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 10:04:36 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[w3schools]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/02/25/javascript-tutorial-on-line/</guid>
		<description><![CDATA[Recently, in my role as an on-line instructor, I was asked to recommend a good site with resources and tutorials focused on learning Javascript.   Javascript can be, for many designers, a very frustrating language, mainly because of the various syntax upgrades throughout the years (now its object-oriented), and the historically spotty browser support. [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/02/25/javascript-tutorial-on-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorial: Create a Comic Book Effect with Color Halftone</title>
		<link>http://www.heaveninteractive.com/weblog/2008/02/22/photoshop-tutorial-create-a-comic-book-effect-with-color-halftone/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/02/22/photoshop-tutorial-create-a-comic-book-effect-with-color-halftone/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 00:10:41 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Color Halftone]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[Film Grain]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/02/22/photoshop-tutorial-create-a-comic-book-effect-with-color-halftone/</guid>
		<description><![CDATA[Check out this great tutorial on creating a comic book effect with ordinary photos, photoshop some color halftone effects and film grain, as well as a comic book typeface.
I really enjoyed this as a comic book enthusiast and fan of things &#8216;old school.&#8217;  Its also a great opportunity to add to your Photoshop skill [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/02/22/photoshop-tutorial-create-a-comic-book-effect-with-color-halftone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.249 seconds -->
