background preloader

Tutoriaux FLEX

Facebook Twitter

Embed

Event. ArrayCollection. Tutorial Flex [Liste] - Adobe Flex Tutorial - Tutoriaux Flex Bui. Flex Examples - Namoroka. #Sharply Flexing - Namoroka. Flex | Axelology - Namoroka. Posted in March 7th, 2014 I was getting an issue installing brunch today, and this was some of the output npm http GET npm ERR! Error: SSL Error: CERT_UNTRUSTED npm ERR! At ClientRequest. <anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:440:26) npm ERR! Read more from this topic..... Posted in February 26th, 2014 Code: Arduino Stair Lighting – Final step.

Read more from this topic..... Posted in February 6th, 2014 The goal of this is to use an Arduino UNO to light my stairs when there is motion. Read more from this topic..... Posted in February 2nd, 2014 Using a potentiometer to turn a servo via an arduino uno, and some code. Read more from this topic..... Posted in October 8th, 2013 read more from this topic.....

Posted in September 19th, 2013 read more from this topic..... Very nice. Flex on blog – by kumar - Namoroka.

State

Skin. Singleton. Setting a conditional text color on a Spark List control item re. Preloader. Modules. LinkBar. Layout. JavaPhpSAP. Charger et afficher fichiers Images. ItemRenderer. ItemEditor. Sort XML by Attribute in Actionscript 3 | technology | nuff-resp. After looking around I couldn't really find a good solution or maybe people weren't explaining themselves correctly, or I wasn't googling correctly.

So I decided just to write my own small utility class. When I thought about it. Arrays provide a superb sortOn() function, and it's relatively easy to leverage that. code I created a sortXMLByAttribute() public static function in my XMLUtils Class say what? Store XML in an array of objects, where one key is the "order" attribute we want to sort on. How to use $xml : The XML that needs to be sorted$attribute : The attribute string to sort on$options : The sorting options, see sortOn()$copy : If false, original XML is modified. Here is an example, note this is in a package called XMLUtils source Source code (in package+ + example) xmlutil.zip.