<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Axelology</title>
	<link>http://www.axelscript.com</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:08:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Degrafa &#8211; Totally Custom Styles</title>
		<description><![CDATA[This post is an example of how to create custom style metadata and pass different values into your degrafa skin dynamically.
I would like to give a shout out to John Yanarella, he and I have been working on a project, and he wrote the skin, and then I adapted it to be able to pass [...]]]></description>
		<link>http://www.axelscript.com/2010/03/10/degrafa-totally-custom-styles/</link>
			</item>
	<item>
		<title>Degrafa &#8211; states in non button classes</title>
		<description><![CDATA[Application - Source
This post is to show how to use custom degrafa states in non button classes&#8230; say you want up, down, over states in a class&#8230; a button already does that for you, so in degrafa you just use the GraphicBorderSkin and create different states within it&#8230; very simple&#8230; and a lot of examples out [...]]]></description>
		<link>http://www.axelscript.com/2010/02/08/degrafa-states-in-non-button-classes/</link>
			</item>
	<item>
		<title>Degrafa Datagrid HeaderRenderer</title>
		<description><![CDATA[Application &#8211; Source
I tried to find all sorts of google searches on the headerRenderer for the Datagrid, and couldn&#8217;t find anything&#8230; so here is my two cents.
I was tasked with a simple datagrid header, one that didn&#8217;t have the default skin, but just had some link button type look to the headers&#8230;
You have to use [...]]]></description>
		<link>http://www.axelscript.com/2010/02/03/degrafa-datagrid-headerrenderer/</link>
			</item>
	<item>
		<title>I need a remote developer to help!</title>
		<description><![CDATA[I have a project that needs 20 hours a week for the next 4 &#8211; 6 weeks.
I need someone advanced, and that lives in the US, and speaks fluent
english.  its all remote, and all sub contracting&#8230; I need someone
that can possibly work the weekends&#8230; (possibly, it all depends on if you can work during the [...]]]></description>
		<link>http://www.axelscript.com/2009/12/18/i-need-a-remote-developer-to-help/</link>
			</item>
	<item>
		<title>Using lockedColumnCount in a datagrid in Flex</title>
		<description><![CDATA[The lockedColumnCount in the datagrid is a tricky little flag you have to remember to do a couple things especially if you are using it inside a container:

horizontalScrollPolicy=&#8217;on&#8217;
verticalScrollPolicy=&#8217;on&#8217;
set the width to the parent components width (width=&#8221;{myParentContainer.width})
set lockedColumnCount=&#8221;3&#8243;

Application - Source 
]]></description>
		<link>http://www.axelscript.com/2009/10/15/using-lockedcolumncount-in-a-datagrid-in-flex/</link>
			</item>
	<item>
		<title>Flex 3 &#8211; Using Degrafa for circular progress</title>
		<description><![CDATA[This post is a quick example of how to show circular progress for something&#8230; This is my first venture with Degrafa and I would have to say after the first couple of hours or so it came to me fairly quickly, I&#8217;m pretty pleased with the support out there on it, and the examples are [...]]]></description>
		<link>http://www.axelscript.com/2009/09/23/flex-3-using-degrafa-for-circular-progress/</link>
			</item>
	<item>
		<title>Looping through an objects properties</title>
		<description><![CDATA[This post posts a snippet of code of how to loop through an objects properties in order to get the key names.
About six months ago we had some convoluted way of doing something on the backend (PHP), and in order to get something back I was give an single object with a ton of properties [...]]]></description>
		<link>http://www.axelscript.com/2009/09/18/looping-through-an-objects-properties/</link>
			</item>
	<item>
		<title>Indian recruiters</title>
		<description><![CDATA[To the indian recruiters, I can&#8217;t understand you when you callll!!!!!!!!!! jeez!! some of the strongest accents I&#8217;ve ever heard! my god!
]]></description>
		<link>http://www.axelscript.com/2009/09/15/indian-recruiters/</link>
			</item>
	<item>
		<title>Salesforce / Apex / Flex VisualForce integration</title>
		<description><![CDATA[This flex project will talk to salesforce, grab data, be able to save multiple records at the same time, edit and save single records at the same time, and will demonstrate some simple flex charting and data binding.  
This blog post got moved to adobe!!! boo yah!!
John wrote up, and used screen shots, and [...]]]></description>
		<link>http://www.axelscript.com/2009/06/08/salesforce-apex-flex-visualforce-integration/</link>
			</item>
	<item>
		<title>Saleforce / Flex example</title>
		<description><![CDATA[This post is directed at people that know the salesforce.com platform, I&#8217;m not trying to get away from flex, but this post was actually part of my last assignment at work, and its directed at salesforce developers that don&#8217;t know flex.  
This blog post has been moved to ADOBE! boo yah!
John&#8217;s the one who [...]]]></description>
		<link>http://www.axelscript.com/2009/06/03/saleforce-flex-example/</link>
			</item>
	<item>
		<title>htmlText Alertbox</title>
		<description><![CDATA[Application &#8211; Source
We have a product right now that has a basic shopping cart in it&#8230; and one of the options is to save the cart and view it as a pdf&#8230; so we send the request to the server, and return a link back with a link to the pdf, and
 because we may [...]]]></description>
		<link>http://www.axelscript.com/2009/05/01/htmltext-alertbox/</link>
			</item>
	<item>
		<title>Dynamic Tabs selectedIndex bug</title>
		<description><![CDATA[Use the UIComponent commitProperties() to do your dynamic interface work... ]]></description>
		<link>http://www.axelscript.com/2009/04/27/dynamic-tabs-selectedindex-bug/</link>
			</item>
	<item>
		<title>ItemRenderer TileList issues</title>
		<description><![CDATA[This post is about how to help assist your TileList if you are using an image in the renderer and need to make trips to the server to get the image... this shows you how to get the image once, and store it, rather than the TileList redownloading the image a ton of times when you scroll.]]></description>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/</link>
			</item>
	<item>
		<title>SocialSecurityValidator note</title>
		<description><![CDATA[I currently have a small side project with SocialSecurityValidator, and we are stripping all of the dashes out of the format, and when we passed in just a number to the validator, it screamed bloody murder, because it couldnt use a string function charAt().
so I simply passed the number in with a .toString()
as
//mySSN is a [...]]]></description>
		<link>http://www.axelscript.com/2009/03/05/socialsecurityvalidator-note/</link>
			</item>
	<item>
		<title>Enforce Uppercase in a TextInput</title>
		<description><![CDATA[The easiest way I&#8217;ve came across to enforce uppercase is to use the restrict tag&#8230;
&#60;mx:TextInput restrict="[A-Z]" /&#62;
simple stuff.
]]></description>
		<link>http://www.axelscript.com/2009/03/04/enforce-uppercase-in-a-textinput/</link>
			</item>
	<item>
		<title>Consulting</title>
		<description><![CDATA[I am officially open for consulting, to anyone that reads this, I offer great services, and cheap rates&#8230;.  please contact me via reply or jensen.axel@yahoo.com
]]></description>
		<link>http://www.axelscript.com/2009/02/27/consulting/</link>
			</item>
	<item>
		<title>Internet Explorer Service Capture 2 install issue, with other rants&#8230;</title>
		<description><![CDATA[I installed service capture 2 today, and it made my google chrome not work, and Internet Explorer 7 as well&#8230;
I thought my internet was down, just by chance, so I reset my router, that didn&#8217;t do the trick so I restarted the computer&#8230; and figured something was just messed up&#8230; I didn&#8217;t put 2 and [...]]]></description>
		<link>http://www.axelscript.com/2009/01/21/internet-explorer-service-capture-2-install-issue-with-other-rants/</link>
			</item>
	<item>
		<title>Cairngen with Cairngorm with UM Extensions</title>
		<description><![CDATA[This post is a video on Cairngorm with UM Extensions and cairngenum. It explains some of the subtle differences between cairngorm, and cairngormUM, and what the extensions allow you to do that cairngorm doesnt allow very easily.  The Video is listed at the bottom of the post.]]></description>
		<link>http://www.axelscript.com/2008/10/13/cairngen-with-cairngorm-with-um-extensions/</link>
			</item>
	<item>
		<title>Publishing your app by Email with ANT</title>
		<description><![CDATA[This post has a video that explains how to you use ANT to email your source code and or swf (or .air) file to the client (if you need to).  It even involves how to zip the project up using ANT as well.
To use email with ant you need the following 3 jar files [...]]]></description>
		<link>http://www.axelscript.com/2008/10/08/publishing-by-email-with-ant/</link>
			</item>
	<item>
		<title>Publishing Air Apps with ANT and FTP</title>
		<description><![CDATA[This post discusses and includes a video of how to publish your .air files to your server with an ANT script via FTP. ANT is a xml scripting language that can be used for many things, but in our case it&#8217;s going to be application deployment.
The Problem
When you create an air app and host it [...]]]></description>
		<link>http://www.axelscript.com/2008/10/07/publishing-air-apps-with-ant-and-ftp/</link>
			</item>
</channel>
</rss>
