Posts by adnandoric

Floating-point errors

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

Unfuddle Mylyn Connector finally out!

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

Flash builder Eclipse language issue

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

How to use multiple Eclipse versions with one Flex plugin installation

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

100 Adobe CS4 Tips

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