
Gheorghe Milas
About me
emilas.js ver. 0.0.1
A java script library
- A java script library to ease debuging, functional style programing, abstract some stuff like element positioning, drag/drop etc and offer reusable a flexible controls.
- No prototype inheritance, only parasiting inheritance so code reads better altough teoreticaly slower and more memory hungry, but in all my uses of it it is actualy good enough.
- No messing with built-in objects, all is in emilas "namespace"
- Controls like menu, tree, timeline, minimize/restore etc
- Easy Ajax via callbacks just like most of the controls and helpers.
- Easy and powerfull CSS effects engine that other libraries only now discover as usefull
- Debuging is small and easy via emilas.debug, it's a tool here not a feature to sell on itself
- Some regular other stuff like event handling, drag/drop, resize, zoom, element positioning, etc.
- Most of documentation is in the files themselfs.
- **Take a look at this demo**, wich besides trying to be a selling point is also so far the most comprehesive how to manual.