Thursday, April 29, 2010

Flex Data Services and PHP

I really find this article helpful to start flex with PHP.

Have a look into it:

http://www.adobe.com/devnet/flex/articles/flex_php_architecture.html

Enjoy Programming!!

Monday, April 12, 2010

Comparing floating point numbers

How to compare floating point numbers.

I found this URL really nice if we are in need to compare floating point numbers:

http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm

Enjoy Programming !!