<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Steven Hargrove</title>
	<link>http://www.stevenhargrove.com</link>
	<description>Everything Flash, Flex, AIR and all of the above.</description>
	<pubDate>Sat, 08 Mar 2008 02:03:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Understanding Web Page Redirection, the smart way</title>
		<link>http://www.stevenhargrove.com/understanding-redirection/</link>
		<comments>http://www.stevenhargrove.com/understanding-redirection/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 18:34:04 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[301]]></category>

		<category><![CDATA[client]]></category>

		<category><![CDATA[redirect]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/understanding-redirection/</guid>
		<description><![CDATA[This article is intended to help you understand web page redirection and some of the technologies involved with doing so.
If you are looking for a more comprehensive guide to redirecting your page. Or if you are anxious for code samples on redirecting your page, then please reference this article: How to redirect a web page, [...]]]></description>
			<content:encoded><![CDATA[<p>This article is intended to help you understand web page redirection and some of the technologies involved with doing so.</p>
<p>If you are looking for a more comprehensive guide to redirecting your page. Or if you are anxious for code samples on redirecting your page, then please reference this article: <a href="http://www.stevenhargrove.com/redirect-web-pages/">How to redirect a web page, the smart way</a>.</p>
<p>
<h2>What is Web Page Redirection?</h2>
<p> Well, obviously this is simple, and not very complicated; redirecting a web page just means that you get transfered to another web page when accessing the current page or attempting to. That is pretty clear.</p>
<p>What isn&#8217;t clear &#8212; is that there are really at least 2 major different forms of web page redirection; <strong><a href="http://en.wikipedia.org/wiki/Client-side">Client-side</a> Redirection</strong> &#038; <strong><a href="http://en.wikipedia.org/wiki/Server-side">Server-side</a> Redirection</strong></p>
<div style='background-color:#473B2D;border:dashed 2px #655233;padding:2px;margin-bottom:15px;'>
<p><img style='margin-right:2px;float:left;' src='http://www.stevenhargrove.com/wp-content/uploads/2008/03/client-side.gif' width='150' height='117' align="texttop" alt='Client-side' />
<div>
<h3>What is Client-side Redirection?</h3>
<p> Well in this context, it&#8217;s your browser. More specifically: the contents of the web page your browser literally downloaded is the client (html). Because when you visit a web page, that page is downloaded and stored temporarily on your computer (also known as being <a href="http://en.wikipedia.org/wiki/Cache">cached</a>).</div>
</p>
</div>
<div style='background-color:#473B2D;border:dashed 2px #655233;padding:2px;'><img style='padding-right:2px;float:left;' src='http://www.stevenhargrove.com/wp-content/uploads/2008/03/server-side.gif' width='128' height='128' align='texttop' alt='Server-side' /></p>
<p>
<h3>What is Server-side Redirection?</h3>
<p> Basically, as a user visiting a web page &#8212; you can&#8217;t see anything that happens on the server-side.</p>
<p>This means that when a redirection occurs on the server-side, the only way you see it is that the original URL you were contacting suddenly <strong>changes</strong> to the new URL that the server-side is redirecting to. This is typically the best way to go about redirecting, because it is really the only &#8220;safe&#8221; way of communicating to a search engine <em>&#8220;Hey, this page has been moved, here is the correct URL&#8221;</em></p>
</div>
<p>With that said, it is important to understand the different types of URL redirection. Ultimately, the redirection occurs when your browser or client is instructed of the redirection. My rule of thumb is to not ever redirect unless it is permanent. That doesn&#8217;t necessarily apply to everything, but it is a safe route.</p>
<p>The <a href="http://www.stevenhargrove.com/redirect-web-pages/"> 301 redirect</a> is really the only redirect I use, because it is intended to be a permanent redirect, and search engines recognize this.</p>
<p>
<h3>What should I stay away from?</h3>
<p> In short: Client-side Redirection. These methods of redirecting a web page range from using html meta tags, to javascript, and even using flash embedded on a page to redirect. All of these methods are notorious for getting you de-indexed from search engines, or at the very least, you&#8217;re page getting automatically penalized from search engines. Stay away from client-side redirection, unless it is user-initiated (like clicking on a link).</p>
<p>That pretty much sums it up. It is important to keep in mind that if you are trying to redirect your page, do some research to find out exactly which redirect is right for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/understanding-redirection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Team Fortress 2; My new reason to slack</title>
		<link>http://www.stevenhargrove.com/team-fortress-ftw/</link>
		<comments>http://www.stevenhargrove.com/team-fortress-ftw/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 00:54:37 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/team-fortress-ftw/</guid>
		<description><![CDATA[Well, not really &#8220;new&#8221;.
My buddy sent me this screen shot and thought it was worth posting.

If you haven&#8217;t played this yet, I highly recommend it!
]]></description>
			<content:encoded><![CDATA[<p>Well, not really &#8220;new&#8221;.</p>
<p>My buddy sent me this screen shot and thought it was worth posting.</p>
<p><img src='http://www.stevenhargrove.com/wp-content/uploads/2008/02/team-fortress-ftw.jpg' alt='Team Fortress 2 FTW!' /></p>
<p>If you haven&#8217;t played this yet, I highly recommend it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/team-fortress-ftw/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lykke Li; Wierd Swedish Chick with a Great Song</title>
		<link>http://www.stevenhargrove.com/lykke-li-little-bit/</link>
		<comments>http://www.stevenhargrove.com/lykke-li-little-bit/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:40:53 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/little-bit-by-lykke-li-i-love-it/</guid>
		<description><![CDATA[I usually don&#8217;t post too much about things not related to my blog, but you know what, who cares, it&#8217;s my blog, I&#8217;ll post what I want.
One of my friends sent me this article about this song called &#8220;Little Bit&#8221; by Lykke Li.
It took a second round of listening to it to form an opinion [...]]]></description>
			<content:encoded><![CDATA[<p>I usually don&#8217;t post too much about things not related to my blog, but you know what, who cares, it&#8217;s my blog, I&#8217;ll post what I want.</p>
<p>One of my friends sent me <a href="http://themarianista.blogspot.com/2008/01/lykke-li-little-bit.html">this article</a> about this song called &#8220;Little Bit&#8221; by <a href="http://www.lykkeli.com/">Lykke Li</a>.</p>
<p>It took a second round of listening to it to form an opinion on it, and I have to say I <em>really, really</em> like this song. <a href="http://www.myspace.com/lykkeli">Great stuff</a>.</p>
<p>Enjoy~</p>
<p><object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/mUC0ezAlHwE&#038;rel=1&#038;border=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/mUC0ezAlHwE&#038;rel=1&#038;border=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="373"></embed></object></p>
<p><a href="http://digg.com/music/Lykke_Li_Wierd_Swedish_Chick_with_a_Great_Song">Digg This!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/lykke-li-little-bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go Green, Disable Flash Player, SAVE THE WORLD!</title>
		<link>http://www.stevenhargrove.com/go-green-disable-flash-player/</link>
		<comments>http://www.stevenhargrove.com/go-green-disable-flash-player/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 14:06:51 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<category><![CDATA[Funny]]></category>

		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/go-green-disable-flash-player/</guid>
		<description><![CDATA[This may be near the top of the most ridiculous articles I&#8217;ve read in a while.
So ridiculous, in fact &#8212; That it has encouraged me to post about it.
So, according to Matthew Garrett, disabling your flash player will help you save lots of energy, so disable it! He complains that when he visits myspace, his [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mjg59.livejournal.com/80563.html">This</a> may be near the top of the most ridiculous articles I&#8217;ve read in a while.</p>
<p>So ridiculous, in fact &#8212; That it has encouraged me to post about it.</p>
<p>So, according to <a href="http://mjg59.livejournal.com/">Matthew Garrett</a>, disabling your flash player will help you save lots of energy, so disable it! He complains that when he visits myspace, his machine gets overloaded. </p>
<p>Well, Matthew &#8212; 2 things:</p>
<ol>
<li>Get a faster computer.</li>
<li>Stop going to myspace, that site sucks by itself, aside from Flash</li>
</ol>
<p>I&#8217;ve been in several debates and discussions with people who just do not like flash for their own reason. In most cases, their argument is legitimate, and I just don&#8217;t share their opinion. In this case, it is just a double whammy &#8212; not only do I disagree, but his argument is completely ridiculous.</p>
<p>Sure, saving power = good idea. But to go so far as to bash a specific technology so insignificant compared to other power-hungry things, it just seems really bizarre &#038; far fetched to me.</p>
<p>Ok, I&#8217;m done. I feel better now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/go-green-disable-flash-player/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My First Papervision3D Project</title>
		<link>http://www.stevenhargrove.com/my-first-papervision3d-project/</link>
		<comments>http://www.stevenhargrove.com/my-first-papervision3d-project/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 16:44:03 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/my-first-papervision3d-project/</guid>
		<description><![CDATA[Well, I&#8217;ve been fooling around with papervision for a while now. Sure enough, I&#8217;ve completed my first project with it.
The goal was to replace the old portfolio display/home page that my employer, Biggs Gilmore previously had. We wanted to use papervision with the goal in mind to really step it up a notch. I knew [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been fooling around with papervision for a while now. Sure enough, I&#8217;ve completed my first project with it.</p>
<p>The goal was to replace the old portfolio display/home page that my employer, <a href="http://www.biggs-gilmore.com/">Biggs Gilmore</a> previously had. We wanted to use papervision with the goal in mind to really step it up a notch. I knew just by choosing papervision as the route, we couldn&#8217;t go wrong.</p>
<p>We knew we wanted to go with some sort of a &#8220;photo wall&#8221;. After about a month of working on the weekends and after work, I came up with something fairly slick. The release of Papervision 2.0 could not have been better timed, I quickly ported my app over to GreatWhite and gained a significant performance increase.</p>
<p>And finally, see it for yourself:</p>
<p><a href='http://www.biggs-gilmore.com/'><img src='http://www.stevenhargrove.com/wp-content/uploads/2007/12/bg.jpg' alt='Biggs Gilmore' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/my-first-papervision3d-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SWFObject 2.0 Beta 1 Released</title>
		<link>http://www.stevenhargrove.com/swfobject-beta1-released/</link>
		<comments>http://www.stevenhargrove.com/swfobject-beta1-released/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 18:41:45 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<category><![CDATA[SWFObject]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/swfobject-20-beta-1-released/</guid>
		<description><![CDATA[
Formally known as &#34;SWFfix&#34;, SWFObject 2.0 beta 1 has just been released.
At first I was concerned that the confusion about the original SWFObject and this new SWFObject (formally SWFfix). But after all, it doesn&#8217;t really matter. What matters is that SWFObject 2.0 is now much better and on the road to standardization. Which is exactly [...]]]></description>
			<content:encoded><![CDATA[<p><img height="106" alt="SWFObject" src="http://www.stevenhargrove.com/wp-content/uploads/2007/10/swfobject-logo.gif" width="418" border="0" /></p>
<p><a href="http://www.swffix.org/devblog/?p=13">Formally known</a> as &quot;SWFfix&quot;, SWFObject 2.0 beta 1 has just been <a href="http://www.swffix.org/devblog/?p=14">released</a>.</p>
<p>At first I was concerned that the confusion about the <a href="http://blog.deconcept.com/swfobject/">original SWFObject</a> and this new SWFObject (formally SWFfix). But after all, it doesn&#8217;t really matter. What matters is that SWFObject 2.0 is now much better and on the road to standardization. Which is exactly what has been needed for embedding flash movies since day one. It&#8217;s nice that it is finally happening.</p>
<p>The project is open source and you can <a href="http://code.google.com/p/swfobject/">find it on Google Code</a>.</p>
<p>I will be messing around with it in the weeks to come, I encourage the same from others!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/swfobject-beta1-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Air Bus Tour: Chicago Notes</title>
		<link>http://www.stevenhargrove.com/adobe-air-bus-chicago/</link>
		<comments>http://www.stevenhargrove.com/adobe-air-bus-chicago/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 02:08:27 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/adobe-air-bus-chicago/</guid>
		<description><![CDATA[Well, I attended the Adobe AIR bus tour in Chicago. I was actually surprised with how beneficial the sessions were in terms of explaining how AIR works with Flex and/or HTML. I was surprised to see Grant Skinner there. He talked about a lot of different ideas and uses of AIR and the general potential, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I attended the <a href="http://onair.adobe.com/schedule/cities/chicago.php">Adobe AIR bus tour in Chicago</a>. I was actually surprised with how beneficial the sessions were in terms of explaining how AIR works with Flex and/or HTML. I was surprised to see <a href="http://www.gskinner.com/blog/">Grant Skinner</a> there. He talked about a lot of different ideas and uses of AIR and the general potential, it was inspiring.</p>
<p>I am and will continue to toy around with Flex/AIR and see where it leads. My primary responsibilities are all AS2, so I&#8217;m slightly at a disadvantage with time. But nonetheless I will be making it a point to keep with it.</p>
<p>Here are my notes during all the sessions:</p>
<p>(Keep in mind that I am not fantastic with taking notes, I typically will do &quot;keyword writing&quot; when I take note, and they were moving along kind of quick.) </p>
<ul>
<li>Features of Adobe Air:
<ul>
<li>File system access </li>
<li>Network Detection </li>
<li>Notifications </li>
<li>Applications Update </li>
<li>Drag and Drop </li>
<li>Local Database </li>
</ul>
</li>
<li>Sites to check out:
<ul>
<li><a href="http://airapps.pbwiki.com/">http://airapps.pbwiki.com/</a> </li>
<li><a href="http://www.adobe.com/go/air">http://www.adobe.com/go/air</a> </li>
<li><a href="http://www.mikechambers.com/blog/">http://www.mikechambers.com/blog/</a> </li>
<li><a href="http://onair.adobe.com/">http://onair.adobe.com/</a> </li>
<li><a href="http://onair.adobe.com/api/">http://onair.adobe.com/api/</a> </li>
</ul>
</li>
<li>Required in all Flex/Air Apps:
<ul>
<li>Application files (.mxml) </li>
<li>Application Descriptor file (.xml) </li>
</ul>
</li>
<li><strike>Why is he showing command line crap for the html air apps?</strike></li>
<li>Apps to checkout:
<ul>
<li>Aptana (<a href="http://www.aptana.com">www.aptana.com</a>) </li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/adobe-air-bus-chicago/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FlashTracer: Finally got it working again, Damnit!</title>
		<link>http://www.stevenhargrove.com/fixed-flashtracer-finally/</link>
		<comments>http://www.stevenhargrove.com/fixed-flashtracer-finally/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:41:05 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/fixed-flashtracer-finally/</guid>
		<description><![CDATA[Wow. Frustrating.
For the past 3 months I was under the assumption that my FlashTracer Firefox plugin just stopped working due to firefox updates.
I was right, and wrong. I guess? It just kind of disappeared and wouldn&#8217;t show up again under the &#8220;Tools&#8221; menu item in firefox. No matter how many times I reinstalled the plugin, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. Frustrating.</p>
<p>For the past 3 months I was under the assumption that my <a href="https://addons.mozilla.org/en-US/firefox/addon/3469">FlashTracer Firefox plugin</a> just stopped working due to firefox updates.</p>
<p>I was right, and wrong. I guess? It just kind of disappeared and wouldn&#8217;t show up again under the &#8220;Tools&#8221; menu item in firefox. No matter how many times I reinstalled the plugin, it just did not return.</p>
<p>So today I got fed up and said &#8220;Ok, lets reinstall Firefox and see what happens&#8221;.</p>
<p>In short, reinstalling firefox fixed the issue, and now I have my FlashTracer back! Woohoo!</p>
<p>Keep in mind that <a href="http://osflash.org/xray">XRay</a> is much more useful for debugging. But this firefox plugin can also be very very handy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/fixed-flashtracer-finally/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Well&#8230; Flashforward was fun</title>
		<link>http://www.stevenhargrove.com/well-flashforward-was-fun/</link>
		<comments>http://www.stevenhargrove.com/well-flashforward-was-fun/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 19:29:49 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/well-flashforward-was-fun/</guid>
		<description><![CDATA[I had a really good time. Ranging from building Red5 apps, to designer/developer workflow stuff, all the way to papervision3d stuff. Kicked ass. 
Still kind of looking on flickr for some relevant pictures of how i remember things, will post when i find!
Nuff said.
]]></description>
			<content:encoded><![CDATA[<p>I had a really good time. Ranging from building Red5 apps, to designer/developer workflow stuff, all the way to papervision3d stuff. Kicked ass. </p>
<p>Still kind of looking on flickr for some relevant pictures of how i remember things, will post when i find!</p>
<p>Nuff said.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/well-flashforward-was-fun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flashforward 2007 Boston</title>
		<link>http://www.stevenhargrove.com/flashforward-2007-boston/</link>
		<comments>http://www.stevenhargrove.com/flashforward-2007-boston/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 14:54:37 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/flashforward-2007-boston/</guid>
		<description><![CDATA[Well, *cough* another extended period without posting. I&#8217;ve been super busy!
I will be attending the Flashforward Boston conference next week, my first time to go, I&#8217;m excited!
I intend on being a sponge in the area of flash developer/design work flows &#038; AS2-AS3 transitioning in particular.
Here&#8217;s my schedule:
Day One:

Day Two:

Day Three:

w00t!
]]></description>
			<content:encoded><![CDATA[<p>Well, *cough* another extended period without posting. I&#8217;ve been super busy!</p>
<p>I will be attending the Flashforward Boston conference next week, my first time to go, I&#8217;m excited!</p>
<p>I intend on being a sponge in the area of flash developer/design work flows &#038; AS2-AS3 transitioning in particular.</p>
<p>Here&#8217;s my schedule:</p>
<p>Day One:<br />
<a href='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day1.jpg' title='Flash Forward Schedule Day 1'><img src='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day1.thumbnail.jpg' alt='Flash Forward Schedule Day 1' /></a></p>
<p>Day Two:<br />
<a href='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day2.jpg' title='Flash Forward Schedule Day 2'><img src='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day2.thumbnail.jpg' alt='Flash Forward Schedule Day 2' /></a></p>
<p>Day Three:<br />
<a href='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day3.jpg' title='Flash Forward Schedule Day 3'><img src='http://www.stevenhargrove.com/wp-content/uploads/2007/09/day3.thumbnail.jpg' alt='Flash Forward Schedule Day 3' /></a></p>
<p>w00t!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/flashforward-2007-boston/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash, Finally in 3D</title>
		<link>http://www.stevenhargrove.com/flash-in-3d/</link>
		<comments>http://www.stevenhargrove.com/flash-in-3d/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 18:25:35 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/flash-in-3d/</guid>
		<description><![CDATA[ This has pretty much been a far-fetched concept that I have been wanting to see done with flash for a long time.
In AS2, it is pretty much not even worth trying, But this beautiful flash 3D demo by John Grden demonstrates the potential for the future of 3D and Flash.
This certainly opens the door [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.rockonflash.com/blog/?p=33#comment-2866' title='Flash in 3D' style='float:left;padding-right:2px;'><img src='http://www.stevenhargrove.com/wp-content/uploads/2007/02/3dflash.jpg' alt='Flash in 3D' /></a> This has pretty much been a far-fetched concept that I have been wanting to see done with flash for a long time.</p>
<p>In AS2, it is pretty much not even worth trying, But this <a href="http://www.rockonflash.com/blog/?p=33">beautiful flash 3D demo by John Grden</a> demonstrates the potential for the future of <a href="http://www.gskinner.com/blog/archives/2007/01/the_coolest_fla.html">3D and Flash</a>.</p>
<p>This certainly opens the door for several oncoming ideas, 2007 will be an interesting time for flash. can&#8217;t wait to see more!</p>
<p>Update: Check out this SWEET <a href="http://www.unitzeroone.com/blog/flash_examples/flash_9_pv_3d_example_3d_bumpm.html">Bumpmapping demo</a> made with papervision3d.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/flash-in-3d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgraded to Wordpress 2.1 Ella</title>
		<link>http://www.stevenhargrove.com/upgraded-to-ella/</link>
		<comments>http://www.stevenhargrove.com/upgraded-to-ella/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 14:46:41 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/upgraded-to-ella/</guid>
		<description><![CDATA[Well, after recent events on here I went ahead and upgraded the blog to wordpress 2.1.
Everything looks great so far, no complaints. But I surely would appreciate a wide range of features that don&#8217;t exist in it yet. But thats alright.
I&#8217;m impressed on how much better the admin handles. Everything seems to run faster and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after recent events on here I went ahead and upgraded the blog to wordpress 2.1.</p>
<p>Everything looks great so far, no complaints. But I surely would appreciate a wide range of features that don&#8217;t exist in it yet. But thats alright.</p>
<p>I&#8217;m impressed on how much better the admin handles. Everything seems to run faster and more smooth, very cool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/upgraded-to-ella/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;ve Been Attacked.</title>
		<link>http://www.stevenhargrove.com/my-blog-attacked/</link>
		<comments>http://www.stevenhargrove.com/my-blog-attacked/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 22:09:08 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/my-blog-attacked/</guid>
		<description><![CDATA[Well, this morning I checked out my site while looking for some old info I had saved here, and I noticed that my usual index of this site was set to a blank page displaying &#8220;haha you got owned&#8221;.
I immediately checked my database, which was also wiped clean. I wasn&#8217;t too concerned at this point [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this morning I checked out my site while looking for some old info I had saved here, and I noticed that my usual index of this site was set to a blank page displaying &#8220;haha you got owned&#8221;.</p>
<p>I immediately checked my database, which was also wiped clean. I wasn&#8217;t too concerned at this point because I had backed up everything just a week ago.</p>
<p>I wont detail my suspicions on how this occurred, for security purposes. But I have fixed the security hole and have retrieved the last IP that was able to successfully view my web page, and it was not mine. It was probably some silly script kiddies. Doesn&#8217;t hurt me much.</p>
<p>Backups, for the win!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/my-blog-attacked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My New Rig</title>
		<link>http://www.stevenhargrove.com/my-new-rig/</link>
		<comments>http://www.stevenhargrove.com/my-new-rig/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 03:39:03 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Computers]]></category>

		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/my-new-rig/</guid>
		<description><![CDATA[So last month I built my dream machine.
I have been planning to do this for roughly 2 years now. So I finally saved up and took the leap.
Here are the specs:

Case: Silverstone TJ09
Motherboard: Intel Bad Axe 2 (LOVE this!!)
CPU: Core 2 Duo E6600 Conroe 2.4GHz 4M shared L2 Cache
Hard Disks: 4 X 250GB 7200RPM 16MB [...]]]></description>
			<content:encoded><![CDATA[<p>So last month I built my dream machine.</p>
<p>I have been planning to do this for roughly 2 years now. So I finally saved up and took the leap.</p>
<p>Here are the specs:</p>
<ul>
<li>Case: <a href="http://youtube.com/watch?v=ZdPQUIdSBGY">Silverstone TJ09</a></li>
<li>Motherboard: <a href="http://www.newegg.com/Product/Product.asp?Item=N82E16813121059">Intel Bad Axe 2</a> (LOVE this!!)</li>
<li>CPU: <a href="http://www.newegg.com/product/product.asp?item=N82E16819115003">Core 2 Duo E6600 Conroe 2.4GHz 4M shared L2 Cache</a></li>
<li>Hard Disks: 4 X <a href="http://www.newegg.com/product/product.asp?item=N82E16822144701">250GB 7200RPM 16MB Cache</a>, result: <strike>I set 2 to a RAID1 configuration for a default backup of OS installation. 2 Additional drives set up standardly.</strike>
<p><strong>Update:</strong> I actually ended up reconfiguring my RAID to a RAID10 configuration (2 stripe + 2 mirror). The results are outstanding.</p>
</li>
<li>Total available disk space: <strike>750GB</strike> 500GB</li>
<li>Fans: CPU:  <a href="http://www.newegg.com/product/product.asp?item=N82E16835702002">VIGOR GAMING CLT-M2I 92mm</a>, 2 top dial-controlled 120mm fans, 1 front intake 120mm fan, 1 rear exhaust 120mm fan.</li>
<li>Video Card: ATI Radeon X1950XTX 512MB (not multi-gpu, I dont see how a performance increase would be possible!!)</li>
<li>Sound Card: <a href="http://www.newegg.com/product/product.asp?item=N82E16829102005">XtremeGamer Fatal1ty Pro</a> (I know my motherboard is a better sound unit, not to mention it has 8.1 channel audio, I just wanted something separate from on-board)</li>
<li>TV Tuner Card: <a href="http://ati.amd.com/products/tvwonder650/index.html">ATI All-in-Wonder 650</a></li>
<li>PSU: <a href="http://www.newegg.com/product/product.asp?item=N82E16817153039">ThermalTake 700W</a></li>
</ul>
<p>Those are really all that are worth mentioning, I am using my old dvdrw &#038; floppy drives, nothing special about them. <img src='http://www.stevenhargrove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, here is some pics of my rig! I should also mention; I just realized I am not great at taking photos! That or for the life of me I can not seem to fix the horrible common blur problem I am having with my camera. Anyway, enjoy! <img src='http://www.stevenhargrove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/top-1.jpg" target="_blank"><img width="128" height="59" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/top-1.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-4.jpg" target="_blank"><img width="66" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-4.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-3.jpg" target="_blank"><img width="76" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-3.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-2.jpg" target="_blank"><img width="107" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-2.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-1.jpg" target="_blank"><img width="100" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/side-1.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/front-2.jpg" target="_blank"><img width="69" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/front-2.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/front-1.jpg" target="_blank"><img width="48" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/front-1.thumbnail.jpg" /></a> <a href="http://www.stevenhargrove.com/wp-content/uploads/2007/01/back-1.jpg" target="_blank"><img width="42" height="96" alt="" src="http://www.stevenhargrove.com/wp-content/uploads/2007/01/back-1.thumbnail.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/my-new-rig/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Catching up</title>
		<link>http://www.stevenhargrove.com/catching-up/</link>
		<comments>http://www.stevenhargrove.com/catching-up/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 16:55:41 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[My Life]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/catching-up/</guid>
		<description><![CDATA[Well, I&#8217;ve not posted much lately, but I really want to get back to it.
I was forced to tend to this blog because the amount of comments on one of my post&#8217;s has become really large, well large enough to make the page take a while to load, so I added this very nifty WP [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve not posted much lately, but I really want to get back to it.</p>
<p>I was forced to tend to this blog because the amount of comments on one of my post&#8217;s has become really large, well large enough to make the page take a while to load, so I added this very nifty WP plugin called <a href="http://www.keyvan.net/code/paged-comments/">Paged Comments</a>. I highly suggest this, very very handy.</p>
<p>I have been messing around here and there with Flex/AS3 and FisixEngine. But not nearly as much as I would like. I had a brother that passed away in October, and so I haven&#8217;t been very social, and haven&#8217;t been posted enough!</p>
<p>I promise to start posting more!! Honest!! <img src='http://www.stevenhargrove.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/catching-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash tracing Firefox tool ..AWESOME!</title>
		<link>http://www.stevenhargrove.com/flash-tract-firefox/</link>
		<comments>http://www.stevenhargrove.com/flash-tract-firefox/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 15:02:46 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/flash-tract-firefox/</guid>
		<description><![CDATA[Now I feel a bit silly for building that little RemoteTrace tool, but I&#8217;m glad I didnt spend too much time on it. I recently discovered the Flash Player 9 debug version. 
This firefox entension uses the debug flash player to allow you to see your traces in a panel in firefox! This came way [...]]]></description>
			<content:encoded><![CDATA[<p>Now I feel a bit silly for building that little RemoteTrace tool, but I&#8217;m glad I didnt spend too much time on it. I recently discovered the <a href="http://download.macromedia.com/pub/flashplayer/updaters/9/flashplayer_9_plugin_debug.exe">Flash Player 9 debug version</a>. </p>
<p>This <a href="https://addons.mozilla.org/firefox/3469/">firefox entension</a> uses the debug flash player to allow you to see your traces in a panel in firefox! This came way too late in my opinion, but I&#8217;m really happy its here!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/flash-tract-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RemoteTrace 1.0 - Useful Debugging Tool</title>
		<link>http://www.stevenhargrove.com/remotetrace-v1/</link>
		<comments>http://www.stevenhargrove.com/remotetrace-v1/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 20:42:59 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/remotetrace-v1/</guid>
		<description><![CDATA[This has to be the most simple, yet useful tool I have created in a long time.
It is called RemoteTrace, and I dont really know why I didnt create it earlier. Right now, as you can see below in the demo, it is a very simple tool, and there is only one use for it [...]]]></description>
			<content:encoded><![CDATA[<p>This has to be the most simple, yet useful tool I have created in a long time.</p>
<p>It is called RemoteTrace, and I dont really know why I didnt create it earlier. Right now, as you can see below in the demo, it is a very simple tool, and there is only one use for it right now: Seeing your traces in an external movie!</p>
<p>Here is a preview:</p>
<div id="fRemoteTrace"></div>
<p><script type="text/javascript">/*<!--*/ var so = new SWFObject(\'http://www.stevenhargrove.com/wp-content/uploads/2006/10/RemoteTrace_demo.swf\', \'fRemoteTrace\', \'450\', \'250\', \'7\', \'#ffffff\');so.write(\'fRemoteTrace\');/*-->*/ </script></p>
<p><a href="http://www.stevenhargrove.com/wp-content/uploads/2006/10/RemoteTrace.zip">Download RemoteTrace 1.0</a></p>
<p>Simple use guide:</p>
<ol>
<li>Place an instance of the RemoteTrace on the stage and give it an instance name of anything, <strong>rt_mc</strong> for example.</li>
<li>Then add the following code:
<div class="igBar"><span id="lactionscript-2"><a href="#" onclick="javascript:showPlainTxt('actionscript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-2">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">rt_mc.<span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"Foo Bar"</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p>The second parameter (Boolean), determines whether you want your traces to be numbered, defaults to false.</li>
<li>Publish your movie!</li>
</ol>
<p>I plan on integrating a simple AS 2.0 interpreter for an even further debugging. I have seen some around but most are pretty much out dated. So lets see how that goes.</p>
<p>Oh, and; I am anxious to know what you all might think about it! Let me know! <img src='http://www.stevenhargrove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/remotetrace-v1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FisixEngine Tutorials</title>
		<link>http://www.stevenhargrove.com/fisixengine-tutorials/</link>
		<comments>http://www.stevenhargrove.com/fisixengine-tutorials/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 21:35:30 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[FisixEngine]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/fisixengine-tutorials/</guid>
		<description><![CDATA[I am happy to know that the FisixEngine API Docs have been released.
I have volunteered to help create some tutorials for the FisixEngine, Mr. Michaeli (Oz) has invited me to create a ragdoll tutorial for the engine, and I am really excited to get started once it becomes available to me.
I really do not see [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to know that the <a href="http://www.fisixengine.com/docs/api">FisixEngine API Docs</a> have been <a href="http://blg.fisixengine.com:88/index.php/general/09/25/api-docs-done/">released</a>.</p>
<p>I have volunteered to help create some tutorials for the FisixEngine, Mr. Michaeli (Oz) has invited me to create a ragdoll tutorial for the engine, and I am really excited to get started once it becomes available to me.</p>
<p>I really do not see how any flash developer could not be super excited about this project, I know I am!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/fisixengine-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Actionscript 3.0 Fisix Engine</title>
		<link>http://www.stevenhargrove.com/fisix-engine/</link>
		<comments>http://www.stevenhargrove.com/fisix-engine/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 15:14:28 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[FisixEngine]]></category>

		<category><![CDATA[Flash/Actionscript]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/actionscript-30-fisix-engine/</guid>
		<description><![CDATA[Among several AS 3.0/Flex experiments and projects, I must say that this is one of my favorites.
It is called Fisix Engine. There appears to be a few memory leaks in the fisix engine demo, however this appears to still be under development, I am certainly looking forward to seeing some more applications such as games, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fisixengine.com/demos/demo5.html" title="Fisix Engine Demo"><img src="http://www.stevenhargrove.com/wp-content/uploads/2006/09/fisixhourglass.jpg" alt="" width="153" height="179" class="alignleft" /></a>Among several AS 3.0/Flex experiments and projects, I must say that this is one of my favorites.
<p>It is called <a href="http://www.fisixengine.com/">Fisix Engine</a>. There appears to be a few memory leaks in the <a href="http://www.fisixengine.com/demos/demo5.html">fisix engine demo</a>, however this <a href="http://blog.fisixengine.com/">appears to still be under development</a>, I am certainly looking forward to seeing some more applications such as games, using this.</p>
<p>I have been trying for some time now to get my feet wet with Actionscript 3.0. It is an amazing language, but also a huge leap from AS 2.0.</p>
<p><strong>Update:</strong> I just found this <a href="http://www.fisixengine.com/demos/mona1.html">really cool ragdoll effect</a> using the Fisix Engine, AWESOME!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/fisix-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A New Design</title>
		<link>http://www.stevenhargrove.com/a-new-design/</link>
		<comments>http://www.stevenhargrove.com/a-new-design/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 13:57:43 +0000</pubDate>
		<dc:creator>Steven Hargrove</dc:creator>
		
		<category><![CDATA[Awesome]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stevenhargrove.com/a-new-design/</guid>
		<description><![CDATA[Well, if you have visited this blog before then you will know that I have just updated it with a redesign. I put it off for too long, but I'm really happy to have it back up now.
I have also finally posted, after a month! Hopefully this new design will help me kick off more [...]]]></description>
			<content:encoded><![CDATA[<p>Well, if you have visited this blog before then you will know that I have just updated it with a redesign. I put it off for too long, but I'm really happy to have it back up now.</p>
<p>I have also finally posted, after a month! Hopefully this new design will help me kick off more blogging incentive for me <img src='http://www.stevenhargrove.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Now, I did just update this, so I am sure that there are at least a few things that are broken or something, but I will be making fixes to them over the next few days. Please feel free to let me know what you think of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevenhargrove.com/a-new-design/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
