noah who?
tags
ajax audio blogging brain collaboration command line debugging design education feed flash flex free html instructional design ipod itunes javascript kathy sierra learning activities lms mac mind mapping moodle mp3 open source pdf php podcasting powerpoint programming rss screencast screen sharing second life skype sound tutorial usability users video web app windows wordpress xml
Tag Archives: php
flash on the beach ’07 – aral balkan on swx
I had been looking forward to hearing Aral Balkan talk this year at flash on the beach, not only because he’s an entertaining and interesting speaker but also because I’d been wanting to play with swx for a while. Watching … Continue reading
Posted in flash, actionscript, flex, tech notes and tools
Tagged aral balkan, flash remoting, fotb07, mamp, php, swx
Leave a comment
PHP MVC Frameworks
Got this info on PHP frameworks from Rolf, putting it here for quick access… Symfony: http://www.symfony-project.com/ Très avancé, beaucoup de fonctionallités, approche similaire comme RoR (Ruby on Rails). Purement PHP5 avec approche orienté object conséquente. CakePHP: http://www.cakephp.org/ Très simple a … Continue reading
Tutorial: Using Flex 2 with PHP
Thought Flex was just for Java applications? Think again, and check out Adobe Labs’ tutorial on using Flex 2 with PHP. In a nutshell, a Flex application is mxml markup for the user interface, combined with ActionScript for the interaction … Continue reading
Posted in e-learning, learning, flash, actionscript, flex
Tagged flex 2, php, tutorial
Leave a comment
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 flex2, php, tutorial, xml
Leave a comment
EasyPHP to install and use Apache, MySQL, PHP on Windows
Just checked out: EasyPHP.org. (EasyPHP install guide has more instructions in English.) This is indeed an excellent tool, delivering an apache, mysql, phpmyadmin installation that really is click and play. When easyPHP is launched, its icon in the system tray … Continue reading
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/
Cheat Sheets mysql, php, css
Thanks to le blog de David Cheat Sheets