<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Complete Ramblings of Justin Winkler</title>
	<link>http://ramblingsof.justinwinkler.com</link>
	<description>My thoughts (facts) on everything</description>
	<lastBuildDate>Fri, 23 Oct 2009 16:06:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Flex Label Linkability</title>
		<description>Turns out in order for HTML links in the htmltext property of Label/Text to work (both by using a direct link to a URL or by using the 'link' event), 'selectable' must be set to to true. Dumb. Especially considering when it's set to false, the links still give you ...</description>
		<link>http://ramblingsof.justinwinkler.com/flex-label-linkability</link>
			</item>
	<item>
		<title>Capturing DataGrid Sort</title>
		<description>In a current project of mine, I needed to capture when a user clicks on a DataGrid header to sort it (to track the column and sort order). The only good event to listen to is "headerRelease". However, if you just add a declarative event listener to the DataGrid, you'll ...</description>
		<link>http://ramblingsof.justinwinkler.com/capturing-datagrid-sort</link>
			</item>
	<item>
		<title>ArrayCollection: Sort and Embellish</title>
		<description>Suppose for some reason you have an ArrayCollection that will contain a set of Strings that you want to have sorted. Then, you'd like to add an entry to the beginning and another at the end, but you don't necessarily want the sort to apply.
var collection:ArrayCollection = new ArrayCollection(["a","z","m"]);
collection.sort = ...</description>
		<link>http://ramblingsof.justinwinkler.com/arraycollection-sort-and-embelish</link>
			</item>
	<item>
		<title>Coming soon: Squirrel Stew</title>
		<description>Evidently, squirrels hate Boulevard. Who knew?

 </description>
		<link>http://ramblingsof.justinwinkler.com/coming-soon-squirrel-stew</link>
			</item>
	<item>
		<title>Amateur Pumpkin Carving</title>
		<description>Well, it didn't turn out as well as I would have liked, however it turned out better than I thought I was capable of. :)

Unlit:


Lit (with our black cat Poco behind):
 </description>
		<link>http://ramblingsof.justinwinkler.com/amateur-pumpkin-carving</link>
			</item>
	<item>
		<title>Washer Drain Fun!</title>
		<description>Oh the joys of owning a house! $18 more dollars I wouldn't have had to spend had I lived in an apartment!

Anyway, the washer was draining too fast, and thus overflowing the drain pipe. I found a good solution at FixItNow.com, which includes draining directly into one fork of a ...</description>
		<link>http://ramblingsof.justinwinkler.com/washer-drain-fun</link>
			</item>
	<item>
		<title>Gem Server Init Script</title>
		<description>We recently upgraded from rubygems 0.9.x to 1.2.0. Unfortunately, there doesn't appear to be a working service init script for this new version, so I had to hand-craft a basic one to start/stop the service. You'll find it below in all its glory (and probably under/incorrectly-implemented as I am in ...</description>
		<link>http://ramblingsof.justinwinkler.com/gem-server-init-script</link>
			</item>
	<item>
		<title>Forwarding a dynamic argument &#8220;&#8230;(rest)&#8221; array in Flex</title>
		<description>If you've done much in flex, you may have used the "..." notation in a method signature to indicate that the function takes a dynamic number of arguments, such as:

private function doIt( ...args ):void

... then called the method:

doIt( 1 )
doIt( 1, 2 )
doIt( "some", "other", "stuff" )

The question is this: ...</description>
		<link>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex</link>
			</item>
	<item>
		<title>When crap just doesn&#8217;t add up&#8230;</title>
		<description>Math in programming just generally sucks. I come from a mainly Java background, and recently I've been using Ruby. But in both cases, the statement holds true. I know this isn't really a new problem, but for god's sake, it's 2007; why is it still a problem?

Using Ruby, let's suppose we ...</description>
		<link>http://ramblingsof.justinwinkler.com/when-crap-just-doesnt-add-up</link>
			</item>
</channel>
</rss>
