Category: Code

  • Number Formatter is Now Localized

    We have been working real hard recently as we have been adding features due to growing users’ demands. One new feature is number formatting has now internationalized and can be localized to any country’s commonly used numeric format. And we realized most of the time the commonly used numeric format is following the currency format […]

  • Version Mismatched in Support Information

    If you have ever checked for application version from “Support Information” in Add or Remove Programs applet (or Version column in Programs or Features applet in Vista or above), you may noticed some applications (including IntegraXor) have mismatched version number displayed here compared to the one in their respective binaries. This is because the Windows […]

  • Function, Object, Status.

    Recently we found that Firefox has changed the type of object of a function. Below is the test code: <DOCTYPE HTML> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <title>FX function status test</title> </head> <body> <script type=”text/javascript”> function hello() { this.hello = “hello”; this.world = “world”; this.status = “status”;   var txt = this.constructor; txt += this.hello + ” ” […]