Tips.PHP: Securing ViewSource.php

I’m in the process of creating Usage examples for the brand new version of RESTler. Take a look at the work in progress version here (I would love to hear your thoughts). One of the nice features in that is the ability to see the source code. I’m using a...

Why haXe to SWC is important for Flex/Flash Developers?

I believe that haXe is the right platform for developing api’s and code libraries. Why haXe? If you use just the haXe core libraries. HaXe Can compile to Javascript by generating a single.js file Can compile to Flash 6-8 by generating a single .swf file Can...

Powerflasher FDT 3.O Review

FDT is an Eclipse based IDE for Actionscript coding. I heard about it a lot but never tried it on my own. When I came to know Nico Zimmerman is about to present in our FUG. I wanted to try it before that so that I can better understand the platform and raise any...

“Code Generation Techniques” – Presentation

Today I have presented on code generation techniques on the Singapore Flex User Group. Here are the important links for that presentation Eclipse Monkey Eclipse Monkey allows you to write scripts that run inside Eclipse and through DOMs are able to access and...

“Flex Production Techniques” – Presentation

Today I presented in the Flexcamp on Flex Production Techniques. I showcased ThumSUB for the very first time 🙂 Here are the slides for that presentation [slideshare id=913928&doc=flexproductiontechniques-1231869298036794-1&w=425]

Webcam Motion Detection using AS3.

Some time back Guy Watson wrote an article in the developer center called Webcam Motion Detection: Using the BitmapData API in Flash 8. He later made a better version of it and included that source in the zip file. I went through that code and completely rewrote it in...