<?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>Boblu</title>
	<atom:link href="http://boblu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://boblu.com</link>
	<description>Developing applications</description>
	<lastBuildDate>Fri, 30 Mar 2012 10:15:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How do you versionize your code?</title>
		<link>http://boblu.com/2012/03/how-do-you-versionize-your-code/</link>
		<comments>http://boblu.com/2012/03/how-do-you-versionize-your-code/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 10:15:46 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=353</guid>
		<description><![CDATA[Last week I held a internal seminare on how git works at my office. Having to explain how git convention works and how you keep the code versionized on your own computer got me to think about how I&#8217;ve used subversion. I don&#8217;t only use it to versionize code in branches and tag releases. I [...]]]></description>
		<wfw:commentRss>http://boblu.com/2012/03/how-do-you-versionize-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash debug on linux</title>
		<link>http://boblu.com/2012/03/flash-debug-on-linux/</link>
		<comments>http://boblu.com/2012/03/flash-debug-on-linux/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 07:26:01 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=345</guid>
		<description><![CDATA[I&#8217;ve been switching towards linux lately, mostly for educational purpose but also for having a more programmer centric environment to work on. It&#8217;s great since I&#8217;m experimenting a lot with new languages and on linux it&#8217;s easy and fast to get started (often). My choice of dist; kubuntu. Don&#8217;t ask me why it just sort [...]]]></description>
		<wfw:commentRss>http://boblu.com/2012/03/flash-debug-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Documentation and API</title>
		<link>http://boblu.com/2011/11/documentation-and-api/</link>
		<comments>http://boblu.com/2011/11/documentation-and-api/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:08:37 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=315</guid>
		<description><![CDATA[For the last several years I&#8217;ve been consulting a big company in maintaining their flash framework. And as always when times get rough the first thing you omit is the documentation.. I myself have done this loads of times even if we have agreements that a new version isn&#8217;t ready to release unless it&#8217;s documented! [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/11/documentation-and-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First play with Dart</title>
		<link>http://boblu.com/2011/10/first-play-with-dart/</link>
		<comments>http://boblu.com/2011/10/first-play-with-dart/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:11:53 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=312</guid>
		<description><![CDATA[Some days ago Google announced this weeks subject for many developers. The new language Dart that you can find first thought of on almost every blog. So why not here too =) My first reaction was &#8220;finally&#8221;! As I saw Dart as a replacement of JavaScript. Don&#8217;t get me wrong but as an ActionScript developer I&#8217;ve been [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/10/first-play-with-dart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard layout and input textfields</title>
		<link>http://boblu.com/2011/09/keyboard-layout-and-input-textfields/</link>
		<comments>http://boblu.com/2011/09/keyboard-layout-and-input-textfields/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 08:12:46 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[keyboard layout]]></category>
		<category><![CDATA[textfield]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=284</guid>
		<description><![CDATA[Recently I was developing a debug log for my application with grep-filtering. What I noticed was that when I tried to type the escape character &#8220;\&#8221; I got an ampersand &#8220;&#38;&#8221; instead&#8230; my first idea is of course that my OS has changed the keyboard layout so I try to change back. Then I notice [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/09/keyboard-layout-and-input-textfields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Mapper 0.2</title>
		<link>http://boblu.com/2011/09/keyboard-mapper-0-2/</link>
		<comments>http://boblu.com/2011/09/keyboard-mapper-0-2/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 14:10:03 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[clean code]]></category>
		<category><![CDATA[keyboard mapper]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=278</guid>
		<description><![CDATA[I&#8217;ve just published a small update on the Keyboard Mapper. The biggest part is actually commenting the code for ease of use and rebuilds. But it feels good to be back and blogging and contributing to the community again after the summer and some rough weeks at work. Check out the new keyboard mapper at [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/09/keyboard-mapper-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexTasks compc</title>
		<link>http://boblu.com/2011/08/flextasks-comp/</link>
		<comments>http://boblu.com/2011/08/flextasks-comp/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 08:45:01 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flextask]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=191</guid>
		<description><![CDATA[Since I have had a small problem accomplishing this I thought it might be wort a small shout out. When you want to create a SWC and exclude everything except your own code you just have to exclude the core libraries that your SWC is using. In ant (using flextask) this is used with the compc &#8211; compiler.external-library-path. [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/08/flextasks-comp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex SDK versions (fonts and components)</title>
		<link>http://boblu.com/2011/08/flex-sdk-versions/</link>
		<comments>http://boblu.com/2011/08/flex-sdk-versions/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 08:25:33 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[flex sdk]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=252</guid>
		<description><![CDATA[Many people don&#8217;t know what the differences are between the two Flex SDK distributions that are available so since I recently ran into this exact problem I thought I would try to explain it. There are two different SDKs available. One that is open source and one that is free of use (see the licenses). [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/08/flex-sdk-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countdown research</title>
		<link>http://boblu.com/2011/08/countdown-research/</link>
		<comments>http://boblu.com/2011/08/countdown-research/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 06:50:03 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[poc]]></category>
		<category><![CDATA[smart code]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=234</guid>
		<description><![CDATA[As I&#8217;m about to do a countdown for a kind of critical release I needed to see how much the TimerEvent fails since I know that it is not precise to the millisecond. So as a really simple test I started a timer to tick once every second. On each second I then calculated the [...]]]></description>
		<wfw:commentRss>http://boblu.com/2011/08/countdown-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated LURunner</title>
		<link>http://boblu.com/2011/08/updated-lurunner/</link>
		<comments>http://boblu.com/2011/08/updated-lurunner/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 06:38:23 +0000</pubDate>
		<dc:creator>Bob Dahlberg</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[isotop]]></category>
		<category><![CDATA[smart code]]></category>
		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://boblu.com/?p=229</guid>
		<description><![CDATA[I just made a small update on the Loose Unit Runner. It now indicates that your tests are running if you&#8217;re using asynchronous tests. Would love all feedback and feature request! Download it here!]]></description>
		<wfw:commentRss>http://boblu.com/2011/08/updated-lurunner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
