Tag Archives: xml

tutorial on flex 2 and php

flex amounts to compiling mxml to a swf. Data sources are in xml, so if you’re using a db and php you have to translate your db results into xml. Without php and a db you can access static xml … Continue reading

Posted in e-learning, learning, flash, actionscript, flex | Tagged , , , | Comments Off on tutorial on flex 2 and php

JSON – pass objects instead of XML with Ajax

Love Ajax, but hate crawling all over XML? Maybe JavaScript Object Notation is for you: http://www.informit.com/guides/content.asp?g=xml&seqNum=268&rl=1

Posted in tech notes and tools | Tagged , | Comments Off on JSON – pass objects instead of XML with Ajax

PHP, XML and MS Excel Files

Need to check these out: from webmonkey ash http://evoluted.net/archives/2005/06/reading_and_wri.php?d=b from phpclasses.org http://www.phpclasses.org/browse/package/1919.html from sitepoint http://www.sitepoint.com/article/pear-spreadsheet_excel_writer from ibm http://www-128.ibm.com/developerworks/opensource/library/os-phpexcel/ convert xml to excel: http://www-128.ibm.com/developerworks/opensource/library/x-tipexc.html xml and php http://www-128.ibm.com/developerworks/xml/library/os-xmldomphp/ editing xml with php http://www.codecomments.com/archive227-2005-5-506452.html xml parser for php, no DTD needed! http://minixml.psychogenic.com/

Posted in tech notes and tools | Tagged , , | 1 Comment