<?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>Dragoviandesign</title>
	<atom:link href="http://dragoviandesign.be/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dragoviandesign.be/wordpress</link>
	<description>How to grab mr Monopoly by the balls and change the world</description>
	<lastBuildDate>Sat, 05 May 2012 18:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Jquery Game Development 101 : #1 Snake</title>
		<link>http://dragoviandesign.be/wordpress/?p=445</link>
		<comments>http://dragoviandesign.be/wordpress/?p=445#comments</comments>
		<pubDate>Sat, 05 May 2012 18:14:11 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[html5]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Html5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Snake]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=445</guid>
		<description><![CDATA[Hey guys, you might have noticed that earlier this week i posted a tutorial on creating a lightweight Snake game in ActionScript 3. Well for each post in the AS3 Game Development series i&#8217;ll create an equivalent in jQuery on the HTML5 canvas. I hope you don&#8217;t mind me not explaining the code since it&#8217;s &#8230; <a href="http://dragoviandesign.be/wordpress/?p=445">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=445</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 : Tip of the week 6 (Shuffling)</title>
		<link>http://dragoviandesign.be/wordpress/?p=437</link>
		<comments>http://dragoviandesign.be/wordpress/?p=437#comments</comments>
		<pubDate>Thu, 03 May 2012 23:48:13 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[ActionScript 3 - Tips & Tricks]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Card Games]]></category>
		<category><![CDATA[Fisher]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Shuffle]]></category>
		<category><![CDATA[Yates]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=437</guid>
		<description><![CDATA[Hey guys and welcome back for a quick tip ! In this post i&#8217;ll show you guys my preferred way of shuffling an array, i&#8217;ve been using this small function for a couple of years now and it&#8217;s solid as a rock when it comes to shuffling. Why would you want to shuffle an array &#8230; <a href="http://dragoviandesign.be/wordpress/?p=437">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=437</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Game Development 101 #1 : Snake</title>
		<link>http://dragoviandesign.be/wordpress/?p=424</link>
		<comments>http://dragoviandesign.be/wordpress/?p=424#comments</comments>
		<pubDate>Wed, 02 May 2012 23:56:44 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[ActionScript 3 - Tips & Tricks]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Snake]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=424</guid>
		<description><![CDATA[Hey guys and welcome to the very first tutorial in this new series :) ! I&#8217;ve been doing a lot of game development of late and i&#8217;ve been enjoying it so much that i decided to share a bit of my knowledge with you guys. So in the next couple of posts you can expect &#8230; <a href="http://dragoviandesign.be/wordpress/?p=424">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Away3D QuickTip #1 : Rotate ObjectContainer3D around Center</title>
		<link>http://dragoviandesign.be/wordpress/?p=416</link>
		<comments>http://dragoviandesign.be/wordpress/?p=416#comments</comments>
		<pubDate>Tue, 01 May 2012 22:43:41 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[ActionScript 3 - Tips & Tricks]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[PivotPoint]]></category>
		<category><![CDATA[Rotate]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=416</guid>
		<description><![CDATA[Hey guys, Whilst reading up on away3D i noticed that a lot of people where having difficulty with rotating an ObjectContainer3D around its center. The reason for this being a bit annoying is because of the fact that in the latest build of Away3D the pivotpoint isn&#8217;t fully functional yet. So if you tried doing &#8230; <a href="http://dragoviandesign.be/wordpress/?p=416">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=416</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS is back</title>
		<link>http://dragoviandesign.be/wordpress/?p=414</link>
		<comments>http://dragoviandesign.be/wordpress/?p=414#comments</comments>
		<pubDate>Sat, 28 Apr 2012 10:56:24 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=414</guid>
		<description><![CDATA[Hey guys, a while back i had an RSS button on this blog, but due to some theme changes it disappeared. A friend of mine pointed this out to me and after some quick changes i put it back up :) ! So now you can use the button in the sidebar to subscribe to &#8230; <a href="http://dragoviandesign.be/wordpress/?p=414">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=414</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trigonometry, Sound &amp; Flash = Fun²</title>
		<link>http://dragoviandesign.be/wordpress/?p=409</link>
		<comments>http://dragoviandesign.be/wordpress/?p=409#comments</comments>
		<pubDate>Thu, 26 Apr 2012 23:46:52 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=409</guid>
		<description><![CDATA[Hey guys ! Just a quick post, sorry that i&#8217;m not including the source on this one just yet. But i&#8217;ll post a tutorial soon on how to make this :D ! So every once in a while i like to tinker around with sound visualization and trigonometry in flash, just for fun. And after &#8230; <a href="http://dragoviandesign.be/wordpress/?p=409">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=409</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid with SneakPeek &#8211; Pure CSS3</title>
		<link>http://dragoviandesign.be/wordpress/?p=396</link>
		<comments>http://dragoviandesign.be/wordpress/?p=396#comments</comments>
		<pubDate>Tue, 24 Apr 2012 23:16:31 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[CSS 3 Playground]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[peek]]></category>
		<category><![CDATA[sneak]]></category>
		<category><![CDATA[sneak peek]]></category>
		<category><![CDATA[transitions]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=396</guid>
		<description><![CDATA[Hey guys, and welcome back to a new post ! Today i&#8217;ll be showing you guys a quick example of CSS3 transitions and how they could be used to make your life a lot easier. Demo &#8211; Source So let me explain the example to you before we get started. Well the idea is quite &#8230; <a href="http://dragoviandesign.be/wordpress/?p=396">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=396</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some color functions Actionscript 3 – update April 14 &#8211; v .1</title>
		<link>http://dragoviandesign.be/wordpress/?p=382</link>
		<comments>http://dragoviandesign.be/wordpress/?p=382#comments</comments>
		<pubDate>Thu, 12 Apr 2012 23:09:12 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=382</guid>
		<description><![CDATA[Hey guys ! In last night&#8217;s post i placed a few functions that were part of a bigger library that i wrote for a closed-source project a while back. Whilst discussing these functions with an acquaintance he pointed out that some functions could perform better and lacked functionality. I&#8217;m eternally grateful for his views on &#8230; <a href="http://dragoviandesign.be/wordpress/?p=382">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=382</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some color functions &#8211; ActionScript 3</title>
		<link>http://dragoviandesign.be/wordpress/?p=366</link>
		<comments>http://dragoviandesign.be/wordpress/?p=366#comments</comments>
		<pubDate>Wed, 11 Apr 2012 23:47:22 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[ActionScript 3 - Tips & Tricks]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[hex]]></category>
		<category><![CDATA[hsb]]></category>
		<category><![CDATA[rgb]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=366</guid>
		<description><![CDATA[Hey guys,

A while back i wrote a pretty extended class to do some pretty cool stuff with colors in actionscript 3. As this was a closed source project i can't share the 'full functionality' of the file, but here are some of the functions that i wrote ( or ported from other languages ) to do some pretty nifty stuff in actionscript 3 :) ! <a href="http://dragoviandesign.be/wordpress/?p=366">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=366</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocialMedia Sharing</title>
		<link>http://dragoviandesign.be/wordpress/?p=363</link>
		<comments>http://dragoviandesign.be/wordpress/?p=363#comments</comments>
		<pubDate>Sat, 31 Mar 2012 20:11:26 +0000</pubDate>
		<dc:creator>dragovian</dc:creator>
				<category><![CDATA[ActionScript 3 - Tips & Tricks]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[TinyURL]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://dragoviandesign.be/wordpress/?p=363</guid>
		<description><![CDATA[Hey guys, I&#8217;m writing a class that can help sharing data to the different social media platforms. I currently have twitter &#038; facebook implemented. For twitter i&#8217;ve upped the ante a little and also wrote some functionality to add tags along with your url and the url itself will be shortened using the TinyURL service. &#8230; <a href="http://dragoviandesign.be/wordpress/?p=363">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dragoviandesign.be/wordpress/?feed=rss2&amp;p=363</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

