Open Source Downloads

- What is Limnor Studio? - User's Guide - User Forum
- Installation and Getting Started     - References - "How to" flash
- Upgrading - Tutorial videos - How to ...
- Programming Samples - Shared Projects   

Javascript:Date-picker

Publisher web site: unobtrusive-date-picker-widget-v5
Words from the author: Yet another attempt writing a datePicker (calendar) that is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/xhtml+xml.

We modified it in the following way:


Sample code using the new feature:


Note the new "bounds" member in the parameter "opts". It may have following members:

The new date-picker can be download here:date-picker-v5-limnor.zip.
The modified version is released under the same open source license as the original work does:CC share-alike license

Javascript:Get element position

This is a JavaScript function to get the absolute coordinates of a DOM element within a document.
It is available at http://www.codeproject.com/KB/scripting/dom-element-abs-pos.aspx.

Javascript:date time format

This is a JavaScript function to format date time into string.
It is available at http://blog.stevenlevithan.com/archives/date-time-format