<?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"
	>

<channel>
	<title>mattguest.com</title>
	<atom:link href="http://mattguest.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattguest.com</link>
	<description></description>
	<pubDate>Mon, 16 Nov 2009 18:37:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>I&#8217;m speaking at 360&#124;Flex San Jose!</title>
		<link>http://mattguest.com/im-speaking-at-360flex-san-jose</link>
		<comments>http://mattguest.com/im-speaking-at-360flex-san-jose#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:04:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[360|Flex]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=75</guid>
		<description><![CDATA[I was waiting for the official badges to post this, and now that they are here I can proudly announce that I will be speaking at 360&#124;Flex San Jose this coming March!

I&#8217;m really excited to have the opportunity to present at this event. 360&#124;Flex conferences are always the most valuable and enjoyable conferences I attend [...]]]></description>
			<content:encoded><![CDATA[<p>I was waiting for the official badges to post this, and now that they are here I can proudly announce that I will be speaking at <a title="360|Flex San Jose" href="http://360flex-mattg.eventbrite.com/">360|Flex San Jose</a> this coming March!</p>
<p><a title="360|Flex San Jose" href="http://360flex-mattg.eventbrite.com/"><img style="vertical-align: middle;" src="http://www.360flex.com/wp-content/uploads/2009/11/Badge_1.png" alt="" width="240" height="240" /></a></p>
<p>I&#8217;m really excited to have the opportunity to present at this event. 360|Flex conferences are always the most valuable and enjoyable conferences I attend and to be invited to be a part of it this year is just awesome.</p>
<p>The title of the session I&#8217;ll be doing is &#8220;<span style="font-family: Times; font-size: medium;"><span style="font-family: Verdana;"><span style="font-size: x-small;"><span style="white-space: pre-wrap; font-family: 'Lucida Grande';"><strong>Intro to Flex Typography using the Text Layout Framework</strong></span></span></span></span>&#8220;</p>
<p>We&#8217;ll be diving into the text APIs introduced with Flash Player 10 and the components that Flex 4 provides on top of them to show you what it really means to think outside the (text)box. Come see what you can do when you throw the web-safe fonts list out the window, peek under the hood, and start creating dynamically flowing text layouts, embedding inline images, and getting creative with ligatures, kerning and baseline settings. By the end of the session you&#8217;ll have a good idea of what all of those terms mean in practice and how you can begin using this powerful addition to the Flash Player in your own projects.</p>
<p>If you&#8217;ve never been to a 360|Flex (or any 360|Conferences event) then you should definitely check it out. These guys have really got the formula down. Unparalleled content produced by real working professionals, combined with great fun, food, and drink.. what more could you ask?</p>
<p>I&#8217;ll see you <a href="http://360flex-mattg.eventbrite.com/">there</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/im-speaking-at-360flex-san-jose/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool stuff from 360&#124;Flex</title>
		<link>http://mattguest.com/cool-stuff-from-360flex</link>
		<comments>http://mattguest.com/cool-stuff-from-360flex#comments</comments>
		<pubDate>Fri, 22 May 2009 03:26:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[360|Flex]]></category>

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

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

		<guid isPermaLink="false">http://mattguest.com/?p=73</guid>
		<description><![CDATA[There were a lot of great sessions at 360&#124;Flex this year. As usual, the tech sessions were very well presented and informative, but I found the new business track and the design centric sessions particularly helpful. It was great to gain some insight into how companies like Universal Mind and Phenomblue manage projects, their creative [...]]]></description>
			<content:encoded><![CDATA[<p>There were a lot of great sessions at 360|Flex this year. As usual, the tech sessions were very well presented and informative, but I found the new business track and the design centric sessions particularly helpful. It was great to gain some insight into how companies like Universal Mind and Phenomblue manage projects, their creative processes and just get a general glimpse into their inner workings.</p>
<p>I learned a lot and had a ton of great conversations with my fellow Flex coders, but there was also quite a bit of new stuff that was either announced at 360|Flex or came across my radar for the first time that I thought I&#8217;d list the ones that interested me the most. So, without further delay here is my list, in no particular order.</p>
<h3>Axiis (<a href="http://www.axiis.org">http://www.axiis.org</a>)</h3>
<p>Axiis is an open source project for creating data visualizations. It&#8217;s built on top of Degrafa and is meant to make building simple charts extremely easy while providing tools to facilitate the creation of much more complex interactive visualizations. If you&#8217;re doing anything in the data visualization space, or currently using the Flex Charting stuff, then this is what you should be looking at. Check out the examples (<a href="http://www.axiis.org/examples.html">http://www.axiis.org/examples.html</a>) and don&#8217;t forget to right click and view the source.</p>
<h3>FlexUnit 4 (<a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit">http://opensource.adobe.com/wiki/display/flexunit/FlexUnit</a>)</h3>
<p>FlexUnit is the pinnacle of unit testing for Flex. It&#8217;s been updated to include all of the functionality of its JUnit counterpart, but rather than a direct port it was built specifically with Flex in mind. I attended a session on this and a few things really struck me. First off, it&#8217;s very easy to implement, using metadata tags. It now handles asynchronous calls very easily, which has been kind of difficult in Flex unit testing in the past. They also added a lot of extra features, like Hamcrest support for asserts, which means you have asserts like &#8220;closeTo&#8221; where you can check if a value is within a certain variance. Another great addition is Theories and DataPoints, which allow you to run the same test with a series of different inputs.</p>
<p>Basically, if you were putting off trying unit testing or have tried and found that the tools were too immature in Flex then it&#8217;s time to give it another shot. FlexUnit 4 is mature and seems to have been really well thought out.</p>
<p>Check out the slides from Jeff Tapper&#8217;s presentation which goes over some of the new features: (<a href="http://blogs.digitalprimates.net/jefftapper/index.cfm/2009/5/20/FlexUnit-4-feature-overview">http://blogs.digitalprimates.net/jefftapper/index.cfm/2009/5/20/FlexUnit-4-feature-overview</a>)</p>
<h3>Bifff (<a href="http://bifff.seanhess.net">http://bifff.seanhess.net</a>)</h3>
<p>I think this was the most exciting new thing I discovered at 360|Flex this year.</p>
<p>Bifff, or Behavior Injection Framework For Flex, is completely, incredibly, awesome. It&#8217;s JQuery for Flex. If you&#8217;ve ever used JQuery&#8217;s selectors then you&#8217;ll immediately understand the power that this library brings to Flex. You can very easily apply modifications to visual classes in your app by finding them by id, style name, class type or class ancestors like interfaces or base classes. Want to make all Canvases with a stylename of &#8220;draggable&#8221; draggable? Just add a few lines of code and it&#8217;s done. The other great thing that Bifff adds is the ability to assign mutiple style names to an object. Fex can&#8217;t do this natively, but Biff will combine them so you can have something like &lt;mx:button id=&#8221;mybutton&#8221; stylename=&#8221;mybuttonstyle largefont redtext&#8221;/&gt; where the mybuttonstyle might be a basic style for all buttons, largefont is a style that sets the font size to 16 and redtext makes the text red. Additionally, you can then reference any one of those styles to inject additional bahavior into the button.</p>
<p>If my description doesn&#8217;t really make sense then just go to the GitHub site and look at the examples (<a href="http://wiki.github.com/seanhess/bifff">http://wiki.github.com/seanhess/bifff</a>). I think the power will become apparent after you view the source there and get a feel for what Bifff can do.</p>
<h3>Glue (<a href="glue.seanhess.net">glue.seanhess.net</a>)</h3>
<p>Glue is a framework similar to Mate that was built by Sean Hess using Bifff. Because its built on Bifff the data injection that is core to Mate is taken to a new level and at the same time simplified. It makes for a simple to use, unobtrusive, and very lightweight framework.</p>
<h3>StandingWave (<a href="http://code.google.com/p/standingwave/">http://code.google.com/p/standingwave/</a>)</h3>
<p>StandingWave is a sound sampling library for Flash and Flex. The demo presented in the closing keynote was pretty impressive. The library allows you to take wav and mp3 samples and algorithmic sound generators and sequence them across time hierarchically. It also allows you to apply effects like echo and fade. It was built for use in the <a href="http://www.noteflight.com/login">Noteflight</a> application (which is incredible in its own right) and looks to be incredibly useful to anyone looking to generate sound or sequence music in Flex.</p>
<p>I know there were more, but these are what came to mind first. Of everything I saw I have to say that Bifff was the most useful for the type of work I do, and also the most unexpected. The session on it was a write-in at the last minute and if Sean Hess hadn&#8217;t been given a few minutes in the closing keynote to explain what Bifff was I don&#8217;t think I would have attended his session and discovered this amazing tool.</p>
<p>Some other quick observations from sessions I attended and conversations with others in the Flex community..</p>
<ul>
<li>Cairngorm and PureMVC are out, Mate is in.</li>
<li>FDT is an incredible editor for Actionscript and now Flex as well. I mean, really productive x10 incredible.</li>
<li>Flex 4 is going to be awesome. Spark is a game changer in terms of component creation and skinning.</li>
<li>Flex 4 will use Degrafa style code, but the flex compiler will convert it into actual flash player shapes during compilation, making for much improved performance.</li>
<li>The Flex community is incredibly open and friendly. Everyone wanted to talk about the work they do, problems they face and where they felt they were and weren&#8217;t overcoming them.</li>
<li>Tom and John put on a great conference!</li>
</ul>
<p>That&#8217;s all I&#8217;ve got for now. I&#8217;ll post individually about the projects I listed here as I get to know them better, and will be looking forward to next year&#8217;s 360|Flex.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/cool-stuff-from-360flex/feed</wfw:commentRss>
		</item>
		<item>
		<title>So it begins.. [Ninja vs Robots]</title>
		<link>http://mattguest.com/so-it-begins-ninja-vs-robots</link>
		<comments>http://mattguest.com/so-it-begins-ninja-vs-robots#comments</comments>
		<pubDate>Wed, 06 May 2009 03:20:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ninja vs Robots]]></category>

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

		<guid isPermaLink="false">http://mattguest.com/?p=72</guid>
		<description><![CDATA[I&#8217;ve been messing around in xcode lately playing with some iPhone development, getting myself comfortable with the editor, objective-c and the Cocos2d library in preparation for some serious game development. After a few weeks of kicking the tires I think I&#8217;m comfortable enough to start working on a real game, so tonight I sat down [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been messing around in xcode lately playing with some iPhone development, getting myself comfortable with the editor, objective-c and the <a href="http://code.google.com/p/cocos2d-iphone/">Cocos2d</a> library in preparation for some serious game development. After a few weeks of kicking the tires I think I&#8217;m comfortable enough to start working on a real game, so tonight I sat down to go over the ideas I&#8217;ve been kicking around to pick one.</p>
<p>Picking one idea out of the five or so in my head, knowing what a huge commitment it is to finish a game, is a bit daunting. After much back and forth, pros and cons, I decided to just sit down with flash and start sketching some things out. Almost immediately this little guy popped out: (go ahead and hit the play button to see some crazy ninja action)</p>

<object	type="application/x-shockwave-flash"
			data="/wp-content/uploads/ninja.swf"
			width="480"
			height="320">
	<param name="movie" value="/wp-content/uploads/ninja.swf" />
</object>
<p>So, Ninja vs Robots (tentative title) it is. As of right now the basic plan consists of a side-scrolling free-roaming platformer (Metroid style) with some story to it and hopefully some fast-paced and interesting game play. This is going to be slow going, I&#8217;ve got a lot of other stuff on my plate and this&#8217;ll be a background thing, but expect to see something, oh I don&#8217;t know, sometime in 2011? Well, hopefully sooner than that, but you know how it is. It&#8217;s ambitious - I thought about doing a more casual game at first - but I know the types of games I want more of on my iPhone and this is it, so I&#8217;m going to skip the casual game phase and jump right into what gets me all happy.</p>
<p>I&#8217;ll post little updates here as I flesh out the concept more and start putting some gameplay together on the iPhone itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/so-it-begins-ninja-vs-robots/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adventures in Homebrewing Conclusion</title>
		<link>http://mattguest.com/adventures-in-homebrewing-conclusion</link>
		<comments>http://mattguest.com/adventures-in-homebrewing-conclusion#comments</comments>
		<pubDate>Sun, 26 Apr 2009 05:40:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[beer]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=71</guid>
		<description><![CDATA[Success!
Indeed, I am considering my first foray into homebrewing a success. Two weeks after bottling my porter I&#8217;ve cracked one open and it is officially beer.
It&#8217;s a little sweet, which is to be expected with the low alcohol content I estimated two weeks ago. My fermentation apparently didn&#8217;t get as much of the sugar converted [...]]]></description>
			<content:encoded><![CDATA[<p>Success!</p>
<p>Indeed, I am considering my first foray into homebrewing a success. Two weeks after bottling my porter I&#8217;ve cracked one open and it is officially beer.</p>
<p>It&#8217;s a little sweet, which is to be expected with the low alcohol content I estimated two weeks ago. My fermentation apparently didn&#8217;t get as much of the sugar converted as it should, but I think I know how to fix that next time. I&#8217;m going to cool the wort properly, down to 65 degrees as I should have, and probably use a starter instead of pitching the yeast dry. That should give it a better hold and keep the fermentation going stronger.</p>
<p>It also came out a little over-carbonated for a porter, at least for my taste. This can obviously be fixed by adding a little less corn sugar than the 3/4c suggested by the guy at the store when I bottle it.</p>
<p>Those two points aside however, it is still a very drinkable porter. It&#8217;s got good flavor.. not too hoppy, but not all malt. It&#8217;s nice and dark and has a fuller mouth feel than I expected for an extract-only brew.</p>
<p>I&#8217;ve got a long ways to go before I&#8217;ll feel confident in what I&#8217;m doing here, but this was a good start. I&#8217;ll be doing my second batch next weekend, and I&#8217;m sure it&#8217;ll come out even better than this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/adventures-in-homebrewing-conclusion/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adventures in Homebrewing Pt 2</title>
		<link>http://mattguest.com/adventures-in-homebrewing-pt-2</link>
		<comments>http://mattguest.com/adventures-in-homebrewing-pt-2#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:18:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[beer]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=70</guid>
		<description><![CDATA[I finally made the time tonight to bottle my first homebrew, and it turned out to be a bit more time consuming and involved than I expected. I think it went well overall, but if even one of those bottles is untainted it&#8217;ll be a miracle.
Let me be clear, I think it went pretty well [...]]]></description>
			<content:encoded><![CDATA[<p>I finally made the time tonight to bottle my first homebrew, and it turned out to be a bit more time consuming and involved than I expected. I think it went well overall, but if even one of those bottles is untainted it&#8217;ll be a miracle.</p>
<p>Let me be clear, I think it went pretty well for my first time, and I enjoyed the process, but there are a few things I&#8217;m going to change next time around.</p>
<p>Firstly, I&#8217;ll be a little better organized. There was a lot of shuffling around during crucial moments. I don&#8217;t have a lot of counter space and once everything is sterilized you really want to touch and move it around as little as possible. It&#8217;s safe to say I got myself a little overwhelmed at first trying to find places to set hard tubes and soft tubes and clamps that that were in my kit, most of which I didn&#8217;t actually need. I had to restart my siphon four times during the transfer from fermentation to bottling bucket and I&#8217;m afraid that there was too much touching of hands, sink, counter and tap water involved to remain sterile, but only time will tell. I am really grateful to this <a href="http://blog.makezine.com/archive/2009/04/ask_make_siphon_for_homebrewing_bee.html?CMP=OTC-0D6B48984890">Make: Online post and homebrewingvideo.com</a> for the video on starting a siphon.</p>
<p>Secondly, I&#8217;ll never use bleach as my sanitizer again. The guy at my homebrew store talked me out of buying one of the no-rinse sanitizers and said that bleach is the easiest and cheapest way to go. Well, having to rinse everything so thoroughly to get the bleach off after sanitation just makes me feel that I defeated the purpose. Plus, my hands smell like bleach now, which is really bothering me.</p>
<p>Finally, I&#8217;ll make sure that I take the labels off of my recycled bottles long before bottling day. Labels are a bitch to get off even with soaking. Some of them popped right off, but most bottles took several minutes of intense work to get clean. In any case, I&#8217;ll make sure that next time my bottles are ready before hand. This go around about half of my bottles are label-less. The rest still retain the symbol of their former lives. Hopefully it won&#8217;t make me feel too bad when I&#8217;m drinking my porter and thinking &#8220;man, I wish this really was an Arrogant Bastard.&#8221;</p>
<p>As for the beer itself, it tasted surprisingly good for a flat, warm beer. I am really pleased that it survived the first half of the process and actually tastes like something I would drink. If the bottle conditioning goes well then I think I&#8217;ll have a passable porter - definitely a win for my first go. The final gravity came to 1.016, which, after accounting for a slight calculation error in the original gravity due to temperature (should have been 1.046), puts the final porter at ~3.93% alcohol. That&#8217;s pretty weak, but still beer. I&#8217;ll need to figure out how to get it bit higher for next time.</p>
<p>Speaking of which, I&#8217;m already pretty excited about making my next brew. This experience has been a good one and I&#8217;m thinking my next try will be an IPA. I got quite a few in our company beer trade last week, so they&#8217;re on my mind, but who knows, that may change before I get to the store again. One thing&#8217;s for sure though.. I&#8217;m going to make that guy sell me some Star-San whether he wants to or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/adventures-in-homebrewing-pt-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adventures in Homebrewing Pt 1</title>
		<link>http://mattguest.com/adventures-in-homebrewing-pt-1</link>
		<comments>http://mattguest.com/adventures-in-homebrewing-pt-1#comments</comments>
		<pubDate>Sun, 22 Mar 2009 04:39:15 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[beer]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=69</guid>
		<description><![CDATA[I started my first batch of homebrew tonight. The process went fairly smoothly.. almost too smoothly. I&#8217;m suspicious that any good beer will come from this because it was so easy. I know I must have messed something up, like pitching the yeast while the wort as still around 90 degrees, or not rinsing the [...]]]></description>
			<content:encoded><![CDATA[<p>I started my first batch of homebrew tonight. The process went fairly smoothly.. almost too smoothly. I&#8217;m suspicious that any good beer will come from this because it was so easy. I know I must have messed something up, like pitching the yeast while the wort as still around 90 degrees, or not rinsing the fermentation bucket thouroughly enough to get all of the bleach residue out. I rinsed that bucket for five minutes straight, but I won&#8217;t be satisfied until I&#8217;m sipping on my very own bleach-free English porter.</p>
<p>I talked to the guy at my local homebrew store, Beercrafters in Turnersville, NJ. The guy was really helpful and got me set up with a custom starter kit and everything I needed for my first brew. I decided to go with a porter and he suggested I start with a simple extract, but because of my tastes he also gave me some additional hops and a better yeast.</p>
<p><span style="text-decoration: underline;"><strong>English Porter</strong></span></p>
<p>Extract: Muntons gold docklands porter kit.<br />
Flavoring hops: 0.5oz East Kent Golding pellets.<br />
Aroma hops: 0.5oz East Kent Golding pellets.<br />
Yeast: 11g Danstar Nottingham brewers yeast.</p>
<p>Started: 03-21-2009</p>
<p>Sterilized everything in the fermentation bucket full of water with 1/4c bleach and began 2 gallons of water boiling.</p>
<p>09:56 - Water is at full boil, adding the extract. Smells good.<br />
10:08 - Full boil achieved, start timer for 40 minute boil.<br />
10:28 - Added flavoring hops to wort. Used a satchel. Smells awesome.<br />
10:45 - Added aroma hops to wort. Used a satchel. Smells incredible.<br />
10:48 - Boil complete, turned off heat and began cooling process.</p>
<p>After a few minutes sitting covered on stove, moved the wort to an ice bath to help speed cooling.<br />
Added water to fermentation bucket and added wort. Topped off to five gallons.</p>
<p>Original Gravity: 1.042. This supposedly means that my brew has a potential for just over 5% abv.</p>
<p>I tasted my brew at this point and it tasted really good. Obviously not beer yet, but I could taste the porter waiting to come out for sure. Very hoppy and already quite complex.</p>
<p>I got impatient and pitched the yeast while the wort was just under 90 degrees. This is a bit hotter than they recommend, but knowing what I do of yeast from baking it should do fine, I hope. I worked a lot of air into it with an industrial sized whisk we have (which I sterilized in the bucket prior.)</p>
<p>I sealed up the bucket with the hydrolock to create the one way valve and carried it to the basement where it will hopefully get a nice 65-70 degree average temperature. I&#8217;m a little worried about that, but it&#8217;s the best I can do for now. My wife likes it warm, so the living areas of our house are typically too hot, I think. Hopefully the basement doesn&#8217;t get too cold. I stuck it next to the heater, and a temperature reading down there said it&#8217;s currently 65.. good luck my little porter.</p>
<p>I&#8217;ll do another update in a few days once I see how fermentation is going. I have some more research to do, as I have a glass carboy and I don&#8217;t know if this beer would benefit from a second fermentation. The guy at the store seemed to think that any beer will, but I don&#8217;t quite understand the purpose just yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/adventures-in-homebrewing-pt-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m in Flex Authority</title>
		<link>http://mattguest.com/im-in-flex-authority</link>
		<comments>http://mattguest.com/im-in-flex-authority#comments</comments>
		<pubDate>Wed, 04 Feb 2009 21:46:39 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=68</guid>
		<description><![CDATA[My article, &#8220;Getting a Handle on Events&#8221; is in Volume 1 Issue 2 of Flex Authority. It was quite an experience writing an article like that, being the first time I&#8217;d ever written anything that was meant to be published. The folks over at FA made the process pretty painless, but it took a bit [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="/wp-content/uploads/flexauthority.jpg" alt="Flex Authority" width="200" height="300" />My article, &#8220;Getting a Handle on Events&#8221; is in Volume 1 Issue 2 of Flex Authority. It was quite an experience writing an article like that, being the first time I&#8217;d ever written anything that was meant to be published. The folks over at FA made the process pretty painless, but it took a bit more time and effort than I expected. Overall it was a good experience and I look forward to pursuing more writing in the future.</p>
<p>Anyone out there that&#8217;s interested in sharing knowledge with the Flex community should look into writing for Flex Authority. By nature of it being &#8220;for Flex developers, by Fex developers&#8221; it&#8217;s very accessible to a new author but is run very professionally. The writer&#8217;s guidelines they give have formed the basis for what I plan on using in all of my technical writing going forward. And don&#8217;t worry if, like me, you don&#8217;t have much writing experience. They have a great copy editor and people to review your technical accuracy to keep you in line.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/im-in-flex-authority/feed</wfw:commentRss>
		</item>
		<item>
		<title>The best place to work in PA</title>
		<link>http://mattguest.com/the-best-place-to-work-in-pa</link>
		<comments>http://mattguest.com/the-best-place-to-work-in-pa#comments</comments>
		<pubDate>Wed, 03 Dec 2008 14:45:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=66</guid>
		<description><![CDATA[Last night my entire company was at a banquet for the Best Places to Work in Pennsylvania. We all ate, drank and generally had a good time waiting to find out where on the list we had landed. It&#8217;s an honor for a company to just make the list. They interviewed over 45,000 employees in [...]]]></description>
			<content:encoded><![CDATA[<p>Last night my entire company was at a banquet for the Best Places to Work in Pennsylvania. We all ate, drank and generally had a good time waiting to find out where on the list we had landed. It&#8217;s an honor for a company to just make the list. They interviewed over 45,000 employees in PA to find the 100 best places to work in PA (50 large and 50 medium sized) based on company programs, benefits, work environment and most importantly, the employees&#8217; view of their employer.</p>
<p>It was no surprise that we made the list - Nxtbook is a great place to work - but as the night went on and they kept counting down we were all getting more and more excited. As they went through the companies they would say a little about what makes each one a special place to work and with every announcement I was thinking &#8220;Huh, Nxtbook does that.&#8221; When they announced the #2 best place to work and it wasn&#8217;t us the group exploded. <strong>Nxtbook Media is officially the #1 best place to work in PA!</strong> A title that they have worked hard to earn and one that I and the other employees at Nxtbook certainly appreciate and experience on a daily basis.</p>
<p><img src="http://mattguest.com/BPTWPA2008.JPG" alt="BPTW 2008" /></p>
<p>yup, pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/the-best-place-to-work-in-pa/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash Player 10</title>
		<link>http://mattguest.com/flash-player-10</link>
		<comments>http://mattguest.com/flash-player-10#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:00:57 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=65</guid>
		<description><![CDATA[I&#8217;ve gotta do my part and repeat the news going around this morning.. Flash Player 10 dropped last night!
So go install it! The sooner everyone gets on board the sooner I can start using the cool new 3d features, enhanced text and pixel bender sweetness, not to mention the not as glamorous but oh so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotta do my part and repeat the news going around this morning.. <a title="flash player install" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Flash Player 10 </a>dropped last night!</p>
<p>So go install it! The sooner everyone gets on board the sooner I can start using the cool new 3d features, enhanced text and pixel bender sweetness, not to mention the not as glamorous but oh so welcomed as3 improvements.</p>
<p>So get on it people, we need 90-95% penetration and I don&#8217;t want to wait the usual 9 months or so to get there. Yikes, there&#8217;s a wierd metaphor in there, but I&#8217;m going to ignore it.</p>
<p><a title="Flash Player 10 Install" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Download Flash Player 10</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/flash-player-10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://mattguest.com/twitter-fun</link>
		<comments>http://mattguest.com/twitter-fun#comments</comments>
		<pubDate>Fri, 10 Oct 2008 17:10:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mattguest.com/?p=64</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://mattguest.com/wp-content/uploads/twitterexchange.png" alt="twitter" width="394" height="141" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mattguest.com/twitter-fun/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
