<?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>Tim Walling &#187; Flex</title>
	<atom:link href="http://www.timwalling.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timwalling.com</link>
	<description>technology is good</description>
	<lastBuildDate>Thu, 28 Jan 2010 20:12:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Determining Location with Loki in Flex</title>
		<link>http://www.timwalling.com/2009/05/04/determining-location-with-loki-in-flex/</link>
		<comments>http://www.timwalling.com/2009/05/04/determining-location-with-loki-in-flex/#comments</comments>
		<pubDate>Mon, 04 May 2009 20:03:26 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/?p=91</guid>
		<description><![CDATA[Following up on my post on how to use the Loki API from within a Flash app, I&#8217;m posting an example with source for doing the same thing within a Flex app.
What&#8217;s noteworthy about this example? For starters I tried to avoid the need for any Javascript (other than embedding) in the HTML page. The [...]]]></description>
			<content:encoded><![CDATA[<p>Following up on my <a href="/2009/04/06/using-loki-from-flash/">post on how to use the Loki API from within a Flash app</a>, I&#8217;m posting an example with source for doing the same thing within a Flex app.</p>
<p>What&#8217;s noteworthy about this example? For starters I tried to avoid the need for any Javascript (other than embedding) in the HTML page. The LokiAdapter class I&#8217;ve written injects all needed Javascript dynamically. I&#8217;m working towards a 1.0 release of this adapter and have put the initial source code up on a <a href="http://code.google.com/p/lokiadapter/">Google code project</a>. The other big change is the move to AS3. My initial example was an FLA which used AS2. I usually avoid using AS2 but thought it might be helpful to have an example which used it. So it&#8217;s there if you need it but I probably won&#8217;t be building on that example any longer. I should also point out that I&#8217;ve only gotten this working with Firefox. I still have to work out all of the browser issues.</p>
<p>I&#8217;ll post something when I get the 1.0 SWC files uploaded on the Google code site. I&#8217;ll be including one for Flash and one for Flex. To run the example application you&#8217;ll need your own Loki key and developer key from Google to use the Google maps API for Flash.</p>
<p>Demo:<br />
<a href="/loki_flex/loki.html">http://www.timwalling.com/loki_flex/loki.html</a></p>
<p>Source:<br />
<a href="http://code.google.com/p/lokiadapter/">http://code.google.com/p/lokiadapter/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2009/05/04/determining-location-with-loki-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDevelop 3.0.0 Beta4 released</title>
		<link>http://www.timwalling.com/2007/10/23/flashdevelop-300-beta4-released/</link>
		<comments>http://www.timwalling.com/2007/10/23/flashdevelop-300-beta4-released/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 13:53:23 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/10/23/flashdevelop-300-beta4-released/</guid>
		<description><![CDATA[A new version of FlashDevelop has been released and among the updates are some tweaks to the autocomplete feature. It&#8217;s worth pointing out that this 3.0.0 version of FlashDevelop is starting to include some integration with the Flex debugger (currently only trace statements are supported), something which I feel will really make the tool a [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of <a href="http://www.flashdevelop.org/community/viewtopic.php?t=2134">FlashDevelop has been released</a> and among the updates are some tweaks to the autocomplete feature. It&#8217;s worth pointing out that this 3.0.0 version of FlashDevelop is starting to include some integration with the Flex debugger (currently only trace statements are supported), something which I feel will really make the tool a viable alternative to Flex Builder. Java 1.6 is required for Actionscript 3 development so grab that as well if you want to test out all the features of the latest build. </p>
<p><a href="http://www.flashdevelop.org/community/viewtopic.php?t=2134">FlashDevelop 3.0.0 Beta 4</a></p>
<p><a href="http://java.com/en/download/index.jsp">Java 1.6 (Java 6)</a></p>
<p>If you try out FlashDevelop and like using it, don&#8217;t forget to <a href="http://www.flashdevelop.org/community/viewtopic.php?t=42">support the project by donating!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/10/23/flashdevelop-300-beta4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Flash CS3 compatible SWC&#8217;s with Flex</title>
		<link>http://www.timwalling.com/2007/10/22/compiling-flash-cs3-compatible-swcs-with-flex/</link>
		<comments>http://www.timwalling.com/2007/10/22/compiling-flash-cs3-compatible-swcs-with-flex/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:47:08 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/10/22/compiling-flash-cs3-compatible-swcs-with-flex/</guid>
		<description><![CDATA[Recently I wanted to find out how to compile SWC libraries which could be used in Flash CS3 since I knew it was possible to go the other way using the Flex Component Kit for Flash CS3. As of Flex 2.01, support was added so that Flash and Flex authored SWC&#8217;s were compatible (previously I [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I wanted to find out how to compile SWC libraries which could be used in Flash CS3 since I knew it was possible to go the other way using the <a href="http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3">Flex Component Kit for Flash CS3</a>. As of Flex 2.01, support was added so that Flash and Flex authored SWC&#8217;s were compatible (previously I believe the SWC format differed between them). The focus of the update however was on getting Flash authored components into Flex and only in passing was the reversed case mentioned as being supported.</p>
<p><span id="more-52"></span></p>
<p>I figured the best starting point would be a normal Flex library project in Flex Builder. After adding a class and compiling a SWC, I dropped it into the Components folder under Flash CS3 to see if it would show up. This folder is usually found here: </p>
<p>C:\Documents and Settings\{username}\Local Settings\Application Data\Adobe\Flash CS3\en\Configuration\Components\</p>
<p>This is the folder where MXP&#8217;s typically put component SWC&#8217;s so that they show up in the Components panel in the Flash IDE. Anyway, after dropping the SWC in and refreshing the Components palette I didn&#8217;t see anything new. So I was back to drawing board.</p>
<p>After re-reading the quick start guide regarding the <a href="http://www.adobe.com/devnet/flex/quickstart/deploying_components/">deployment of custom Flex components</a> I thought I&#8217;d try the recommendation given regarding the creation of a manifest.xml file. I had never done this before because it&#8217;s mentioned as an &#8220;optional&#8221; step and we&#8217;ve never done this for any of our libraries at work. Usually if my library project compiles a SWC, I&#8217;m happy. From the article:</p>
<blockquote><p>Manifest files map a component namespace to class names. They define the package names that the components used before being compiled into a SWC file. They are not required when compiling SWC files, but they can help keep your source files organized.</p></blockquote>
<p>Well it turns out that this was the missing piece. I created a manifest.xml file which listed my component and then updated the compiler settings to point at this file.</p>
<p><strong>Flex compiler settings</strong><br />
<img src='http://www.timwalling.com/wp-content/uploads/2007/10/flex_lib_compiler_settings.jpg' alt='' /></p>
<p><strong>manifest.xml</strong><br />
<img src='http://www.timwalling.com/wp-content/uploads/2007/10/manifest_screenshot.jpg' alt='' /></p>
<p>Notice the key part where a namespace is specified as well as the path to the manifest.</p>
<p>After dropping the newly built SWC into Flash&#8217;s Components folder, the new component showed up and I was able to drop it into my library!</p>
<p>This brings me to the point that I imagine one may be wondering, why would you even want to do this? Well in my case I was working on creating a MovieClip based component that was aware of some interfaces we use in our framework. This is similar in spirit to the UIMovieClip class that is included with the Flex Component Kit. I could probably create this component using Flash, then point the FLA to the library where our interfaces might live, but I wanted to see if I could do it from within Flex Builder. I think there are a few other reasons someone might want to do this:</p>
<ul>
<li>developer prefers to work in Flex Builder (better code completion, familiar environment, etc</li>
<li>SWC creation could be part of an automated build process via ANT</li>
<li>easily create a SWC based on other Flex libraries</li>
</ul>
<p>I think the last point might not apply because I&#8217;m pretty sure if you put Flex authored (2.01) SWC&#8217;s in the classpath for an FLA, it will be able to see them. I still think it&#8217;s nicer to use Flex Builder for this though.</p>
<p>There&#8217;s one caveat I should point out. I&#8217;ve only been able to create base classes or utility classes so far using this method. If you want to create a view component, let&#8217;s say a new video player component, there&#8217;s a trick that dates back a few versions of Flash where one has to put something in the first frame of the component MovieClip before exporting it as a SWC from within Flash. This still seems to be the case and if you try to create a component using the method above, add the SWC to the Components folder, then drag it onto the stage, nothing will show up. You will have added the component to the FLA&#8217;s library though and this is useful for getting classes into the FLA. Maybe there&#8217;s a way around this and I just haven&#8217;t explored enough.</p>
<p>Another thing to note. I&#8217;ve been told (courtesy of Peter Watson from Adobe) that if you&#8217;re using Flex 3, then you need to add the following compiler option in order to create a SWC that works with this method I&#8217;ve outlined above.</p>
<p>compute-digest=false</p>
<p>Apparently this prevents the compiler from creating a newer format SWC which is compatible with the new RSL caching mechanism. I had noticed that the SWC&#8217;s I created in Flex Builder 3 weren&#8217;t working in Flash CS3, so this should help fix that (haven&#8217;t tried it yet).</p>
<p>I know some more screenshots or a video would be useful in explaining this so feel free post comments and ask questions. I wanted to post something as soon as I could because I&#8217;ve seen this topic brought up a few times in the comments on other blogs. This use case of creating SWC&#8217;s which are used in Flash doesn&#8217;t seem to be highlighted anywhere in the documentation and I think it could be useful for certain projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/10/22/compiling-flash-cs3-compatible-swcs-with-flex/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Open Source Flex</title>
		<link>http://www.timwalling.com/2007/04/25/open-source-flex/</link>
		<comments>http://www.timwalling.com/2007/04/25/open-source-flex/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 04:21:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/04/25/open-source-flex/</guid>
		<description><![CDATA[I rarely jump on the blogging bandwagon when it comes to news that I know will spread like wild fire anyway, but I wanted to mark the occasion on my own site since this is so big. Ted Patrick has pointed out that the next version of Flex will be going open source. This is [...]]]></description>
			<content:encoded><![CDATA[<p>I rarely jump on the blogging bandwagon when it comes to news that I know will spread like wild fire anyway, but I wanted to mark the occasion on my own site since this is so big. <a href="http://www.onflex.org/ted/2007/04/flex-goes-open-source-mpl.php">Ted Patrick has pointed out</a> that the next version of <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200704/042607Flex.html">Flex will be going open source</a>. This is great news for a framework which I already felt was moving in the right direction with the release of a free SDK in version 2. Overall, I&#8217;ve been really happy with how things have been going for Flash since Adobe acquired Macromedia and I think Adobe has shown their commitment to the technology that they acquired as well as the commitment to the developers Macromedia has always had a great relationship with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/04/25/open-source-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexMap replaced with Yahoo! Maps AS3 Communication Kit</title>
		<link>http://www.timwalling.com/2007/03/05/flexmap-replaced-with-yahoo-maps-as3-communication-kit/</link>
		<comments>http://www.timwalling.com/2007/03/05/flexmap-replaced-with-yahoo-maps-as3-communication-kit/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 04:32:17 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/03/05/flexmap-replaced-with-yahoo-maps-as3-communication-kit/</guid>
		<description><![CDATA[I knew I ran the risk of releasing something that would be replaced soon enough. I think less than 24 hours might be a record though.
The Yahoo! team released a set of AS3 API Libraries and they addressed the need for a map solution with the Yahoo! Maps AS3 Communication Kit. One of my blog [...]]]></description>
			<content:encoded><![CDATA[<p>I knew I ran the risk of releasing something that would be replaced soon enough. I think less than 24 hours might be a record though.</p>
<p>The Yahoo! team released a set of <a href="http://developer.yahoo.com/flash/astra-webapis/">AS3 API Libraries</a> and they addressed the need for a map solution with the <a href="http://developer.yahoo.com/flash/astra-webapis/#maps">Yahoo! Maps AS3 Communication Kit</a>. One of my blog commentors pointed out that these AS3 libraries would be released today and I responded by my willingness to bet that they wouldn&#8217;t release an updated map component for Flex 2. Technically I think we both were right. The communication kit that was released follows the same basic approach of loading a Flash 8 SWF which contains the Yahoo! Flash map component, only it uses a nice ExternalInterface service, not to mention the API is much more complete than what I had whipped up so far.</p>
<p>The great thing about the libraries is that, at least for the moment, they&#8217;re distributed as source code. Personally I always like to get the source and its nice to see the trend of releasing source code continue with big companies like Yahoo!</p>
<p>FlexMap, it was fun while it lasted. Am I bummed? No! I&#8217;m happy that Yahoo! has released a sweet AS3 library and addressed the need for a Flex 2 map API. Yahoo! continues to provide the Flash community with tools to make interesting web applications.</p>
<p>I&#8217;m still happy I followed through with it for a few reasons:</p>
<p>1. You never know when the official solution for something will actually come out. You can either suck it up and just write it or just keep delaying until it finally comes out.</p>
<p>2. It was an interesting problem to address. I like hacking, so coming up with a solution that worked was rewarding.</p>
<p>3. I followed through with something, which isn&#8217;t something I&#8217;m always good at when it comes to personal projects (ie. projects that don&#8217;t pay the rent).</p>
<p>4. I setup a project site on code.google.com (which is a really great service) and actually &#8220;released&#8221; something which in my mind means packaging something up with some basic documentation and release notes. Usually I just slap my code up as is and say have fun.</p>
<p>I have some other ideas for things that I&#8217;d like to work on but maybe this time I&#8217;ll try to stick to something that&#8217;s a little more unique and has less risk of being defunct after a few hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/03/05/flexmap-replaced-with-yahoo-maps-as3-communication-kit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Get your map on! &#8211; First release of FlexMap</title>
		<link>http://www.timwalling.com/2007/03/05/get-your-map-on-first-release-of-flexmap/</link>
		<comments>http://www.timwalling.com/2007/03/05/get-your-map-on-first-release-of-flexmap/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 16:19:58 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/03/05/get-your-map-on-first-release-of-flexmap/</guid>
		<description><![CDATA[I packaged up the first release of FlexMap over the weekend. The source code is being hosted by Google Code but I&#8217;ll maintain a page for the project here as well. As soon as Yahoo! releases an updated maps API, this will obviously become defunct, but I wanted to follow through with it anyway. It [...]]]></description>
			<content:encoded><![CDATA[<p>I packaged up the first release of FlexMap over the weekend. The <a href="http://code.google.com/p/flexmap/">source code is being hosted</a> by Google Code but I&#8217;ll maintain a page for the <a href="http://www.timwalling.com/flexmap/">project here</a> as well. As soon as Yahoo! releases an updated maps API, this will obviously become defunct, but I wanted to follow through with it anyway. It was an interesting challenge to create a Flex 2 component which exposed much of the same API as the Flex 1.5 version, while doing all of the communication via LocalConnection to a Flash 8 SWF.</p>
<p>I plan on adding some more features so I&#8217;ve dubbed this the 0.4 release (I&#8217;m guessing I&#8217;m about 40% done). Hopefully this is useful for anyone looking to quickly get started with the maps API in Flex 2.</p>
<p>Project home and documentation:<br />
<a href="http://www.timwalling.com/flexmap/">http://www.timwalling.com/flexmap/</a></p>
<p>Source code:<br />
<a href="http://code.google.com/p/flexmap/">http://code.google.com/p/flexmap/</a></p>
<p>My sample application has been updated and the source code is available along with the component source. Some more things might need to be documented, especially my MapEvent addition but hopefully it&#8217;s apparent in the sample app.</p>
<p><a href="http://timwalling.com/sandbox/flexmap/03_05_07/">FlexMap Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/03/05/get-your-map-on-first-release-of-flexmap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo! Maps Flex 2 Component &#8211; Preview</title>
		<link>http://www.timwalling.com/2007/03/02/yahoo-maps-flex-2-component-preview/</link>
		<comments>http://www.timwalling.com/2007/03/02/yahoo-maps-flex-2-component-preview/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 16:26:26 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/03/02/yahoo-maps-flex-2-component-preview/</guid>
		<description><![CDATA[I&#8217;ve been working on a Flex 2 component which exposes the Yahoo! Maps API similar to the official Flex 1.5 version. There seems to be a lot of interest in getting an official, updated version of the maps API and in the meantime several people have blogged about ways of communicating to a Flash 8 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a Flex 2 component which exposes the Yahoo! Maps API similar to the official Flex 1.5 version. There seems to be a lot of interest in getting an official, updated version of the maps API and in the meantime several people have blogged about ways of communicating to a Flash 8 SWF which contains the Yahoo! Maps Flash component.</p>
<p>I played around with <a href="http://www.timwalling.com/2006/12/12/flex-2-yahoo-maps-updated/">this a while back</a> going with the ExternalInterface approach. I&#8217;ve since dumped that approach in favor of using LocalConnection. I&#8217;ve encapsulated all the communication into a Flex 2 component which you can just drop into your Flex application. I&#8217;m going to be finishing up a few things on it this weekend after which I&#8217;ll release the component, along with source. I&#8217;m posting a preview of it now to see how much interest there is in the project. The first release of the component will only expose the most common API elements and then I&#8217;ll plan out a roadmap for adding more of the Flex 1.5 API.</p>
<p>You can view the demo here:<br />
<a href="http://timwalling.com/sandbox/flexmap/preview/">http://timwalling.com/sandbox/flexmap/preview/</a></p>
<p>The code for the demo:</p>
<pre lang="xml">
<view:YahooMap id="map"
    width="500" height="400"
    source="flash/map.swf"
    mapViewType="{com.timwalling.maps.MapViews.MAP}"
    zoomLevel="6"
    latitude="37.77159"
    longitude="-122.451714"
    mapInitialize="onInit(event)"
/>
</pre>
<p>Since all of the communication is taken care of by the component, you should be able to use the component just like the Flex 1.5 version using all of the standard map events and map methods.</p>
<p><strong>Update:</strong><br />
I&#8217;m open to project name ideas. For obvious reasons, I won&#8217;t be keeping the component name &#8220;YahooMap&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/03/02/yahoo-maps-flex-2-component-preview/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>More Flex charts for Jack Bauer</title>
		<link>http://www.timwalling.com/2007/01/25/more-flex-charts-for-jack-bauer/</link>
		<comments>http://www.timwalling.com/2007/01/25/more-flex-charts-for-jack-bauer/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 16:00:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/01/25/more-flex-charts-for-jack-bauer/</guid>
		<description><![CDATA[I&#8217;ve added two more charts to analyze Jack&#8217;s kill stats.
http://timwalling.com/bauerkills/
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added two more charts to analyze Jack&#8217;s kill stats.</p>
<p><a href="/bauerkills/">http://timwalling.com/bauerkills/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/01/25/more-flex-charts-for-jack-bauer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jack Bauer&#8217;s kills per hour</title>
		<link>http://www.timwalling.com/2007/01/23/jack-bauers-kills-per-hour/</link>
		<comments>http://www.timwalling.com/2007/01/23/jack-bauers-kills-per-hour/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 18:02:02 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/01/23/jack-bauers-kills-per-hour/</guid>
		<description><![CDATA[Yes, I&#8217;m obsessed with Jack Bauer. The site bauercount.com keeps track of every kill he makes on 24 so I decided to chart all of his kills against the hour of the show in which he made the kill.
Which time of day is Jack&#8217;s deadliest? When is it safe to be around Jack Bauer? See [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/bauerkills/"><img src="/images/bauerchart_preview.gif" width="212" height="193" alt="Jack Bauer's kills per hour" align="right" border="0"/></a>Yes, I&#8217;m obsessed with Jack Bauer. The site <a href="http://bauercount.com" target="_blank">bauercount.com</a> keeps track of every kill he makes on 24 so I decided to chart all of his kills against the hour of the show in which he made the kill.</p>
<p>Which time of day is Jack&#8217;s deadliest? When is it safe to be around Jack Bauer? See for yourself:</p>
<p><a href="/bauerkills/">http://timwalling.com/bauerkills/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/01/23/jack-bauers-kills-per-hour/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developer positions in Boston area</title>
		<link>http://www.timwalling.com/2007/01/22/developer-positions-in-boston-area/</link>
		<comments>http://www.timwalling.com/2007/01/22/developer-positions-in-boston-area/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 16:38:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.timwalling.com/2007/01/22/developer-positions-in-boston-area/</guid>
		<description><![CDATA[The company I work for is looking for solid developers, preferably with some Flex experience, to work either full-time or contract (on-site). I say preferably with Flex experience because we&#8217;re always looking for people who have good OO design and development skills but right now getting people who have experience with UI development is more [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.allurent.com">company I work</a> for is looking for solid developers, preferably with some Flex experience, to work either full-time or contract (on-site). I say preferably with Flex experience because we&#8217;re always looking for people who have good OO design and development skills but right now getting people who have experience with UI development is more important. If you&#8217;ve worked with Swing or some other UI library, that&#8217;s a plus too. So if anyone in the Boston area is looking for work or a job change <a href="http://www.allurent.com/page.php?id=36">please check out our job listings</a>. </p>
<p>Feel free to <a href="/contact/">contact me</a> with any questions as well. I know I&#8217;m leaving the  description of &#8220;developer position&#8221; pretty wide open but I think we really value strong development skills regardless of language. It would be a shame to miss out on a good developer who could quickly pick up the Flex specifics of our work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timwalling.com/2007/01/22/developer-positions-in-boston-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
