Flex, AIR, Flash, Actionscript, BlazeDS, Coldfusion, PHP
In: AIR| Coldfusion
14 Jul 2009http://labs.adobe.com/technologies/coldfusion9/
In: Uncategorized
30 Jun 2009Anybody interested to buy updation.org or updation.net ?? Please contact MusavirĀ
ucmusavvir[at]gmail[dot]com
In: Actionscript| Cairngorm| Custom Component| Design| Flash| Flex| Jobs| RIA| UI
28 Dec 2008Last week I started my new career as a fulltime freelance flex developer and designer. If anyone looking for a flex developer/designer I’m ready to work. My email id is jerry[at]jerrydon[dot]com.
My technical knowledge:
Flex, AIR, Actionscript 3.0, Cairngorm, Remoting, Livecycle DS, Blaze DS, Skinning, Custom component development, Flash, Silverlight, UI design, Usability, Web 2.0, SOA, Webservice, XML, Coldfusion, PHP, MySQL, CSS, HTML, Fireworks, Photoshop etc
In: Actionscript| Flex
19 Nov 2008The following code converts a value object to an XML
private function convertToXML():void
{
var product:ProductVO = new ProductVO();
product.id = 12;
product.name = ‘test product’;
product.description = ‘test desc’;
product.price = 100;
product.thumbnail = ‘image1.jpg’;
var xmlProduct:XML = voToXml(product, ‘product’);
}
private static function voToXml(vo:Object, qName:String):XML
{
var qn:QName = new QName(qName);
var xmlDocument:XMLDocument = new XMLDocument();
var simpleXMLEncoder:SimpleXMLEncoder = new SimpleXMLEncoder(xmlDocument);
var xmlNode:XMLNode = simpleXMLEncoder.encodeValue(vo, qn, xmlDocument);
var xml:XML = new XML(xmlDocument.toString());
return xml;
}
I am a Rich Internet Application developer and UI Designer. Currently working as a freelance Flex, Coldfusion, PHP developer and designer.
Email : jerry[at]jerrydon[dot]com
