<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Course Vector</title>
	
	<link>http://blog.coursevector.com</link>
	<description>ActionScript Fun</description>
	<lastBuildDate>Fri, 03 Sep 2010 17:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CourseVector" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="coursevector" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>SWF Trivia</title>
		<link>http://blog.coursevector.com/swf-trivia</link>
		<comments>http://blog.coursevector.com/swf-trivia#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:15:31 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=887</guid>
		<description><![CDATA[While working on my own SWF decompiler (Flashbug 1.7) I&#8217;ve learned a lot of interesting things about SWFs that I wanted to jot down. 1. PNGs can be compressed : When embedding PNG images into a SWF you have the option of compressing them. This actually converts them to a JPEG with an alpha channel. [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/swf-trivia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashbug 1.7 now in Mozilla Beta channel</title>
		<link>http://blog.coursevector.com/flashbug-1-7-now-in-mozilla-beta-channel</link>
		<comments>http://blog.coursevector.com/flashbug-1-7-now-in-mozilla-beta-channel#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:00:37 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=883</guid>
		<description><![CDATA[Flashbug 1.7 has turned into a major update and I hope you guys find it as useful as I think it will be. First off among the changes are quite a few bug fixes. This fixes Ubuntu support and some mm.cfg bugs that have cropped up since Flash 10.1. One of the changes in Flash [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/flashbug-1-7-now-in-mozilla-beta-channel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Hacked!</title>
		<link>http://blog.coursevector.com/blog-hacked</link>
		<comments>http://blog.coursevector.com/blog-hacked#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:07:00 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=874</guid>
		<description><![CDATA[Sorry for those of you that visited the site and got some nasty errors or spam. Apparently it was a fairly large scale attack on WordPress blogs in general and mine just happened to get hit. I&#8217;ve removed all of the malicious code. But from what I&#8217;ve learned it wasn&#8217;t really anything I could have [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/blog-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashbug 1.7 feature requests</title>
		<link>http://blog.coursevector.com/flashbug-1-7-feature-requests</link>
		<comments>http://blog.coursevector.com/flashbug-1-7-feature-requests#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:54:22 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=871</guid>
		<description><![CDATA[I&#8217;ve been hard at work building Flashbug 1.7. It&#8217;s targeting Firefox 3.6+ and the latest Firebug so I get to remove a lot of legacy code and add some neat features. While a lot of the code is different and completely re-organized it&#8217;ll look almost the same except for a few new features. I&#8217;ve added [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/flashbug-1-7-feature-requests/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash / HTML Comparison</title>
		<link>http://blog.coursevector.com/flash-html-comparison</link>
		<comments>http://blog.coursevector.com/flash-html-comparison#comments</comments>
		<pubDate>Fri, 18 Jun 2010 19:19:19 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=862</guid>
		<description><![CDATA[This comparison is very similar to the Flash/Canvas comparison with a minor change. The first Flash demo utilizes BitmapData to render the particles. Much like Canvas renders directly to a bitmap array. But I wanted to compare the speed versus HTML (animating with elements) and a Bitmap demo isn&#8217;t a fair comparison. So I have [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/flash-html-comparison/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash / Canvas Comparison</title>
		<link>http://blog.coursevector.com/flash-canvas-comparison</link>
		<comments>http://blog.coursevector.com/flash-canvas-comparison#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:42:27 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[particles]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=844</guid>
		<description><![CDATA[With the canvas being a bit more prevalent and wanting to learn more about this HTML5 thing I decided to port Orion (one of my favorite projects) into JavaScript. I was curious to see the perfomance difference between the Flash Player and the (currently) fastest browser Google Chrome. Now, I&#8217;m no JS expert so please [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/flash-canvas-comparison/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another round of small updates</title>
		<link>http://blog.coursevector.com/another-round-of-small-updates</link>
		<comments>http://blog.coursevector.com/another-round-of-small-updates#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:00:08 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=837</guid>
		<description><![CDATA[Apparently the last set of updates I did to .minerva, .merlin, .sparta and .whistler broke the auto-update functionality. Please manually update to the latest versions and I apologize for any hassle this may have caused.]]></description>
		<wfw:commentRss>http://blog.coursevector.com/another-round-of-small-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small flurry of updates</title>
		<link>http://blog.coursevector.com/small-flurry-of-updates</link>
		<comments>http://blog.coursevector.com/small-flurry-of-updates#comments</comments>
		<pubDate>Tue, 18 May 2010 19:35:34 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=829</guid>
		<description><![CDATA[With .sparta finally out of the way (it was a big update) I finally had time to address some small changes to the other apps I maintain. So out of the gate is 5 small updates. All of them now (except Aroma) now have a Donate button in the About window which I hope you [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/small-flurry-of-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.sparta 2 Released!</title>
		<link>http://blog.coursevector.com/sparta-2-released</link>
		<comments>http://blog.coursevector.com/sparta-2-released#comments</comments>
		<pubDate>Tue, 11 May 2010 19:38:09 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[sparta]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=819</guid>
		<description><![CDATA[This has taken quite a while, sorry for ignoring many of the comments on Flashbug or .minerva. With this new release .sparta fully supports CS4 and also CS5 products. Try it out, and if you enjoy it, you&#8217;ll notice there is now a donate button in the About window =). Check it out]]></description>
		<wfw:commentRss>http://blog.coursevector.com/sparta-2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check out whats new</title>
		<link>http://blog.coursevector.com/check-out-whats-new</link>
		<comments>http://blog.coursevector.com/check-out-whats-new#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:52:56 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.coursevector.com/?p=800</guid>
		<description><![CDATA[So these past couple weeks have been a whir of activity. We&#8217;ve added two new projects to the blog, so please welcome .whistler and Google Tasks. .whistler .whistler is a standalone Flash Player trace viewer. So you finally have a program independent of any browser (Flashbug) that can still display your traces. Google Tasks Google [...]]]></description>
		<wfw:commentRss>http://blog.coursevector.com/check-out-whats-new/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
