Archive for October, 2010

KitCAD i3 KGC 2011 release testing

Friday, October 1st, 2010

Uploaded a 2011 alpha test case for the JavaScript runtime optimiser & DOM Store with an example of required changes to just one KitCAD i3 KGC function.

See the KitCAD225_kgc_exploit_function_catche example online.

Full changes to KitCAD i3 KGC source code are not expected to be completed and uploaded until some time in early 2011.

The example Runtime JavaScript optimizer aids users in removing unwanted cycle and command loops from scripting. The run-once feature allows the inital release of jsappcatche.js to build a store; After which repeated procedure calls to the same functions with same values are evaluated from the pre-built store; The stored functions aids Ajax, xml and repeated user navigation requests. The example DOM storage method allows for page refresh and history.back/foward navigation.