
[acid]: http://en.wikipedia.org/wiki/ACID “Atomicity, Consistency, Isolation, and Durability”
[sqlite]: http://www.sqlite.org/ “SQLite”
[mysql]: http://www.mysql.org/ “MySQL”
Oh boy. What a can of worms.
I’m approaching this question from a small business/project perspective because if you already know about the ACID test, you don’t need to be reading this. I’m going to stick to my own experiences and approach this question from a [...]
Categories: MySQL, archive
- Published:
- November 29, 2006 – 10:18 pm
- Author:
- By Chester McLaughlin

I wrote a very simple AS2 class which monitors mouse movement. If the mouse is idle for the defined duration, then a message is broadcast and a callback function is fired.
I call it ActivityMonitor… because it monitors activity.
Categories: Actionscript, archive
- Published:
- November 17, 2006 – 2:45 pm
- Author:
- By Chester McLaughlin

[amfphp]: http://www.amfphp.org/ “http://www.amfphp.org/”
[sdcfug]: http://www.sdcfug.org/ “http://www.sdcfug.org/”
[hoyt]: http://weblogs.macromedia.com/khoyt/ “http://weblogs.macromedia.com/khoyt/”
[sabreamf]: http://www.osflash.org/sabreamf “http://www.osflash.org/sabreamf”
[weborb]: http://www.themidnightcoders.com/weborb/php/index.htm “http://www.themidnightcoders.com/weborb/php/index.htm”
[potter]: http://blogs.adobe.com/mikepotter/2006/11/using_flex_2_an.html “http://blogs.adobe.com/mikepotter/2006/11/using_flex_2_an.html”
I’ve been using [AMFPHP][amfphp] for a while now to power all my data driven flash websites, so I was disappointed to learn that AMFPHP doesn’t support AMF3 which is what Flex 2 uses.
In my search for answers, I attended the [SDCFUG][sdcfug] meeting [...]
Categories: Flex, archive
- Published:
- November 16, 2006 – 9:37 am
- Author:
- By Chester McLaughlin