Posted by adnandoric on Feb 7, 2010 in Actionscript, Blog | 1 comment
I needed to code a calculator in Flex but as you all know, programming languages have some accuracy problems with floating points.
Thank god I found this sweet little method from Josh Tynjala, it is not perfect but it really helps:
/**
* Corrects errors caused by floating point math.
*/
public function correctFloatingPointError(number:Number, precision:int = 5):Number
{
//default...
read more
Posted by adnandoric on Feb 7, 2010 in Blog, Eclipse | 0 comments
Good news everyone!
Unfuddle tickets can now be manipulated directly from the Eclipse Mylyn interface:
http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector
The Unfuddle Mylyn Connector is compatible with Mylyn...
read more
Posted by adnandoric on Jan 31, 2010 in Adobe, Blog, Eclipse | 3 comments
I just installed the new Windows 7, just to try and see if it is ready to replace my old XP. So far, I still don’t know how to disable the mouse acceleration (not speed)… anyway.
So I am in France, but use my OS and software in English. For some unknown reason, Flash Builder decided that I should use French language (OS location maybe), even though I choose English in the installer !...
read more
Posted by adnandoric on Jul 13, 2009 in Blog, Eclipse, Flex | 1 comment
I was using Eclipse 3.4 Ganymede until now but wanted to test the new Eclipse 3.5 Galileo with my current Flex plugin installation. The problem is that if you try to install a Flex plugin for the second time, it tells you that it is already installed and you have to choose another install path. Obviously, I don’t want to have a separate Flex installation for each Eclipse IDE so I looked...
read more
Posted by adnandoric on May 29, 2009 in Adobe, Blog | 0 comments
Photoshop Lightroom 2, Photoshop, Illustrator, InDesign, Acrobat, Fireworks, Flash, Dreamweaver, After Effects and Premiere Pro wicked tips from Adobe, only for you!
http://www.layersmagazine.com/fourth-annual-layers-100-wicked-tips.html
Thank you Adobe
read more