<?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>Kyle Ward: Flex, AIR, Flash Developer &#187; robotlegs</title>
	<atom:link href="http://www.kyleward.co.za/archives/category/robotlegs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kyleward.co.za</link>
	<description>Flex, AIR, Flash Developer</description>
	<lastBuildDate>Mon, 07 Feb 2011 11:14:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Server Load Monitor &#8211; With AIR and plink [putty]</title>
		<link>http://www.kyleward.co.za/archives/534</link>
		<comments>http://www.kyleward.co.za/archives/534#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:16:02 +0000</pubDate>
		<dc:creator>Kyle Ward</dc:creator>
				<category><![CDATA[air2]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[native process]]></category>
		<category><![CDATA[robotlegs]]></category>
		<category><![CDATA[signals]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.kyleward.co.za/?p=534</guid>
		<description><![CDATA[I created a Flex/AIR app that allows us to monitor the CPU usage, Memory usage and Server Load of our off site Linux server. It alerts us when any of these values exceed our configured maximums as well as storing the results in a sqlite database for viewing in either graph or table form. &#160;&#160; [...]]]></description>
		<wfw:commentRss>http://www.kyleward.co.za/archives/534/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mx:Style preventing a mx:Module being Garbage Collected</title>
		<link>http://www.kyleward.co.za/archives/451</link>
		<comments>http://www.kyleward.co.za/archives/451#comments</comments>
		<pubDate>Mon, 01 Nov 2010 12:03:03 +0000</pubDate>
		<dc:creator>Kyle Ward</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[robotlegs]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.kyleward.co.za/?p=451</guid>
		<description><![CDATA[Whilst profling i noticed that one of my mx:Module would not be cleared from memory. After an elimination process i found mx:Style to be the guilty party: 123456789101112131415161718192021&#60;mx:DateChooser &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; &#160; &#160; weekDayStyleName=&#34;weekDayStyle&#34;&#62; &#160; &#160;&#60;mx:Style&#62; &#160; &#160; .weekDayStyle &#123; &#160; &#160; &#160;fontWeight: bold; &#160; &#160; &#160;... &#160; &#160; &#125; &#160; &#160; &#160; &#160;&#60;/mx:Style&#62; &#160; &#160;&#60;mx:Script&#62; [...]]]></description>
		<wfw:commentRss>http://www.kyleward.co.za/archives/451/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination on a Filtered ArrayCollection</title>
		<link>http://www.kyleward.co.za/archives/433</link>
		<comments>http://www.kyleward.co.za/archives/433#comments</comments>
		<pubDate>Fri, 01 Oct 2010 06:39:13 +0000</pubDate>
		<dc:creator>Kyle Ward</dc:creator>
				<category><![CDATA[flex4]]></category>
		<category><![CDATA[robotlegs]]></category>

		<guid isPermaLink="false">http://www.kyleward.co.za/?p=433</guid>
		<description><![CDATA[Thought this might be helpful as i couldn&#8217;t find a filtered example of pagination on Google. Simply i find a _minIndex and _maxIndex based on the galleryFilterVO.pagingIndex required as well as init an _index [initMinMax()]. If the item successfully passes through the filterFunction &#8220;initial filter&#8221;, i then incremented the _index and see if it is [...]]]></description>
		<wfw:commentRss>http://www.kyleward.co.za/archives/433/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CIC &#8211; Communicator Installer Creator</title>
		<link>http://www.kyleward.co.za/archives/346</link>
		<comments>http://www.kyleward.co.za/archives/346#comments</comments>
		<pubDate>Tue, 06 Jul 2010 11:28:29 +0000</pubDate>
		<dc:creator>Kyle Ward</dc:creator>
				<category><![CDATA[air2]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[robotlegs]]></category>

		<guid isPermaLink="false">http://www.kyleward.co.za/?p=346</guid>
		<description><![CDATA[air2, flex4, robotlegs My employers [www.d6technology.com] provide a Desktop Application [PC/MAC] that allows companies/schools to communicate with their users. The application offers features such as News, Calendar, Gallery, Contacts, Resources etc. Although the same code base is used for each clients application, each application differs: Name, ID, Type, Skin etc. We also provide installers [PC/MAC] [...]]]></description>
		<wfw:commentRss>http://www.kyleward.co.za/archives/346/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

