Númeric precision in javascript September 26, 2006
Posted by maxmil in : javascript , add a commentDue the the limited number of bytes that javascript uses to store numbers certain decimals are not stored exactly.
For example try this:
alert(157.26+0.04)
Thus for númeric precision rounding should always be aplied to and mathematical operation.
JDBC connection wrappers September 20, 2006
Posted by maxmil in : Java, Oracle , 2 commentshttp://www.databasegunforhire.com/
Eclipse implementor plugin September 6, 2006
Posted by maxmil in : eclipse , add a commentIn order to jump from implementations to interfaces and vice versa (i think i have’nt tried it yet) in eclipse this plugin looks useful