Monthly Archives: September 2008

slikcalc 1.1 release

I’ve just released a new build of slikcalc – javascript calculator library that includes a few small bug fixes, and some shortcuts to the API. The new API for creating calculators looks as follows: var columnCalc1 = slikcalc.create('column', { total: { id: 'cc-1-total' }, registerListeners: true, calcOnLoad: true }); as opposed to: var columnCalc1 = new slikcalc.ColumnCalc({ total: { id: 'cc-1-total' }, registerListeners: [...]
Tagged , | Leave a comment

Google Chrome – Holy Smokes

The cats out of the bag, Google released their new browser, http://gears.google.com/chrome/. I was pretty excited about the new features that this browser would include, some of which are a brand new Javascript VM called V8, along with using Webkit for the rendering engine. The fact that each tab in the browser is [...]
Tagged , | Leave a comment