<?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>BealeARTS &#187; Flex</title>
	<atom:link href="http://www.bealearts.co.uk/blog/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bealearts.co.uk</link>
	<description>BealeARTS - Information Ingenuity</description>
	<lastBuildDate>Mon, 19 Sep 2011 11:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>VectorCollection promoted to Maven Central</title>
		<link>http://www.bealearts.co.uk/blog/2011/09/19/vectorcollection-promoted-to-maven-central/</link>
		<comments>http://www.bealearts.co.uk/blog/2011/09/19/vectorcollection-promoted-to-maven-central/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:32:54 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[VectorCollection]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=209</guid>
		<description><![CDATA[I'm pleased to annnouce that my VectorCollection Flex library has been promoted to the Maven Central repository. This replaces the version in my own repo http://repo.bealearts.co.uk/maven2/. The new 1.1.0-Final version of the VectorCollection library can now be included in your dependencies with: &#60;dependencies&#62; &#60;dependency&#62; &#60;groupId&#62;com.bealearts.collection&#60;/groupId&#62; &#60;artifactId&#62;vector-collection&#60;/artifactId&#62; &#60;version&#62;1.1.0-Final&#60;/version&#62; &#60;type&#62;swc&#60;/type&#62; &#60;/dependency&#62; &#60;/dependencies&#62;]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2011/09/19/vectorcollection-promoted-to-maven-central/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BealeARTS Maven repository for VectorCollection library</title>
		<link>http://www.bealearts.co.uk/blog/2011/05/22/bealearts-maven-repository-for-vectorcollection-library/</link>
		<comments>http://www.bealearts.co.uk/blog/2011/05/22/bealearts-maven-repository-for-vectorcollection-library/#comments</comments>
		<pubDate>Sun, 22 May 2011 10:10:48 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[VectorCollection]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=186</guid>
		<description><![CDATA[I have setup a Maven repository for BealeARTS open-source components to allow easy dependancy management for those using Maven to manage your projects. The repo is located at http://repo.bealearts.co.uk/maven2/ and can be included in your POM using: &#60;repositories&#62; &#60;repository&#62; &#60;name&#62;BealeARTS Maven Repository&#60;/name&#62; &#60;id&#62;bealearts&#60;/id&#62; &#60;url&#62;http://repo.bealearts.co.uk/maven2/&#60;/url&#62; &#60;/repository&#62; &#60;/repositories&#62; The 1.0.3-Final version of my VectorCollection library can then [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2011/05/22/bealearts-maven-repository-for-vectorcollection-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VectorCollection Class to allow binding to an AS3 Vector</title>
		<link>http://www.bealearts.co.uk/blog/2010/10/10/vectorcollection-class-to-allow-binding-to-an-as3-vector/</link>
		<comments>http://www.bealearts.co.uk/blog/2010/10/10/vectorcollection-class-to-allow-binding-to-an-as3-vector/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 14:12:33 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[VectorCollection]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=178</guid>
		<description><![CDATA[I have added a Flex lib to RIAForge to allow one to use a Vector based collection of objects with Flex binding. VectorCollection works in the same was as ArrayCollection, allowing one use it as the source for a dataProvider.]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2010/10/10/vectorcollection-class-to-allow-binding-to-an-as3-vector/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adding a pointer/hand cursor to Flex UI Controls using CSS and Skin Classes</title>
		<link>http://www.bealearts.co.uk/blog/2010/07/17/adding-a-pointerhand-cursor-to-flex-ui-controls-using-css-and-skin-classes/</link>
		<comments>http://www.bealearts.co.uk/blog/2010/07/17/adding-a-pointerhand-cursor-to-flex-ui-controls-using-css-and-skin-classes/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:05:02 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=159</guid>
		<description><![CDATA[By default, Flex controls which can be "clicked" on by a user do not change the mouse cursor to the hand or pointer cursor when you "mouse over" them. This is a bit annoying as users now rely on this visual feedback as it is the default behaviour of HTML links on web pages. It [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2010/07/17/adding-a-pointerhand-cursor-to-flex-ui-controls-using-css-and-skin-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex based Land Rover US Certified Pre-Owned Inventory Search</title>
		<link>http://www.bealearts.co.uk/blog/2010/03/03/flex-based-land-rover-us-certified-pre-owned-inventory-search/</link>
		<comments>http://www.bealearts.co.uk/blog/2010/03/03/flex-based-land-rover-us-certified-pre-owned-inventory-search/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:38:44 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=112</guid>
		<description><![CDATA[We have just launched a site for Land Rover in the US, it is designed to be a rich user experience for finding a certified pre-owned Land Rover cars in the USA. View it at Land Rover Certified Pre-Owned Inventory Search by selecting the Enter Flash Site option. Non-US users; why not try 90210 for [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2010/03/03/flex-based-land-rover-us-certified-pre-owned-inventory-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Enumerator Class</title>
		<link>http://www.bealearts.co.uk/blog/2010/01/25/flex-enumerator-class/</link>
		<comments>http://www.bealearts.co.uk/blog/2010/01/25/flex-enumerator-class/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:24:33 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=93</guid>
		<description><![CDATA[This is my take on creating an Enumerator class in Flex. AS3 does not support Enumerators so a class with static constants is used as per the Java Enumerator class pattern. This implementation is type safe and final. It also contains static helper functions; values() which returns an array of the Enumerator objects (useful for [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2010/01/25/flex-enumerator-class/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex based Jaguar Certified Pre-Owned Inventory Search</title>
		<link>http://www.bealearts.co.uk/blog/2009/12/27/flex-based-jaguar-certified-pre-owned-inventory-search/</link>
		<comments>http://www.bealearts.co.uk/blog/2009/12/27/flex-based-jaguar-certified-pre-owned-inventory-search/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 14:19:58 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=90</guid>
		<description><![CDATA[For those of you in the US who have had to use UK Postcodes to try out our Used Vehicle Locators, struggle no more! We have just launched a site for Jaguar in the US. It is designed to be a rich user experience for finding a certified pre-owned Jaguar car in the USA. View [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2009/12/27/flex-based-jaguar-certified-pre-owned-inventory-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex based Kia Used Car Locator</title>
		<link>http://www.bealearts.co.uk/blog/2009/11/08/flex-based-kia-used-car-locator/</link>
		<comments>http://www.bealearts.co.uk/blog/2009/11/08/flex-based-kia-used-car-locator/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 15:15:06 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=88</guid>
		<description><![CDATA[Our flex based used car locator application continues to shift like hot cakes. The latest one is for Kia UK and is meant to be a rich user experience for finding an approved user car. View it at Kia used cars by selecting the Enter Used Vehicle Locator option. It is power by Flex and [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2009/11/08/flex-based-kia-used-car-locator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex based Land Rover used car locator</title>
		<link>http://www.bealearts.co.uk/blog/2009/07/10/flex-based-land-rover-used-car-locator/</link>
		<comments>http://www.bealearts.co.uk/blog/2009/07/10/flex-based-land-rover-used-car-locator/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:49:51 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=59</guid>
		<description><![CDATA[We launched yet another flex application a few days ago. It is a user car locator for Land Rover UK and is meant to be a rich user experience for finding an approved user car. View it at Land Rover used cars by selecting the Rich Experience option. It is power by Flex and ColdFusion [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2009/07/10/flex-based-land-rover-used-car-locator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex based Mazda used car locator</title>
		<link>http://www.bealearts.co.uk/blog/2009/05/17/flex-based-mazda-used-car-locator/</link>
		<comments>http://www.bealearts.co.uk/blog/2009/05/17/flex-based-mazda-used-car-locator/#comments</comments>
		<pubDate>Sun, 17 May 2009 08:27:18 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=58</guid>
		<description><![CDATA[We launched another flex application a few days ago. It is a user car locator for Mazda UK and is meant to be a rich user experience for finding an approved user car. View it at Mazda used cars by selecting the Rich Experience option. It is power by Flex and ColdFusion technologies.]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2009/05/17/flex-based-mazda-used-car-locator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.895 seconds -->

