PHP output and flash.net.URLLoader bytesTotal property

July 29, 2010

I hit a problem this week that had me stumped (what’s new?). So, I put on my scuba gear and dove into the code…. More after the jump…

0

Preventing caching in Flash CS3 IDE

July 11, 2010

I am working on an AS3 project and developing it with the Flash CS3 IDE and FlashDevelop 3.0.6. I write all of the code in FlashDevelop and use the Flash IDE to create visual elements that would be a pain in the arse to code. When using flash.net.URLLoader to load external XML data and working [...]

0

Configure Dreamweaver CS3 to color *.inc files as it does *.php files on Windows Vista

June 3, 2010

I have Dreamweaver CS3 installed on Windows Vista (Home Premium). It turns out that if you want Dreamweaver to color *.inc files as it does *.php files, you need to add inc to the file called MMDocumentTypes.xml. The document is located at C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\DocumentTypes\MMDocumentTypes.xml on my machine. Edit the winfileextension and macfileextension attributes [...]

0

[PHP] Upload Script (For JPEG Files) – Part 1

May 25, 2010

I have been having some serious issues building a thorough file upload script for JPEG files using PHP. It is surprising to me how little information I can find about writing upload scripts that check errors and try to make the experience as user-friendly as possible when errors occur. I will document my discoveries in [...]

0