Volkan.
10.08.2005
sardalya - A new version is about to come...
After several optimizations, the code is better organized. Moreover I examined a more consistent behavior and a far better CPU utilization when Dragging layers.
So what's new in the new version:
- Static object are now accessed via their name so instead of calling
new EventHandler().addEventListener
you simply call
EventHandler.addEventListener - Entire code reviewed line-by-line. Parts of it are optimized. Unnecessary parts are removed.
- Three or four tiny bugs that were hiding under the carpet were killed (the code is debugged I mean :) )
- Two new objects are added: WindowObject and DOMManager.
- We now have a Article Editor which is a case study by itself.
- Instead of global control variables we now have controller objects: DraggableLayerController, CollapseManagerController and PreloaderController.
- And much more that I cannot remember.
Just wait for the new release and see the difference.