Archive for October, 2009

This is a pure JavaScript library to draw 2D graphics on web pages inside web browser without using SVG or VML. JavaScript developers, web developers and webmasters can take advantage of the library to add graphics drawing functionality to their web applications or websites using the library. The library is entirely written in JavaScript and does not need any plug-in or additional software to run/execute. The JavaScript source code of the library is open and free under a LGPL License.

How many times you wished if you could only draw an arrow on your web page? Or few lines here and there? Unfortunately, HTML offers nothing in this department, and using images takes bandwidth and slows down the loading of your pages

Draw2D is the graph component of the Open-jACOB web based workflow editor. The purpose of this experiment is to see if a Visio-type workflow editor tool could be developed in a web browser. It demonstrates that it can be done.

This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions to draw circles, ellipses ovals, oblique lines, polylines and polygons for instance triangles, rectangles dynamically into a webpage. Usage of this Vector Graphics library should be easy even if you do not have JavaScript experience.

Javascript Date Picker

13, Oct 2009

jsDatePick is a free Javascript date picker, optimized for speed, flexibility, and aesthetics. It can easily be used by webmasters with little to no Javascript experience, or experienced Javascript programmers. We built jsDatePick for our personal finance software, as we were not happy with the available date picking solutions – there is room for a quality date picker that is not tied to any existing Javascript framework, and jsDatePick is it

A calendar plugin that uses Javascript to switch between months in place i.e. without loading or changing the current page. This makes it significantly easier
to install and use than the original plugin, at the cost of likely incompatibility with older browsers in no doubt horrific ways.

Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible.

The Popup Javascript Calendar pops up a small calendar like VB6 dtPicker and set a text-box value to the user selection. It also highlights the current day, and has a today link.

CodeThatCalendar

13, Oct 2009

CodeThatCalendar enables you to easily add the date or time picker to your form or page. Both popup and inline calendars are supported. Features include support for current date and week highlighting, localization, CSS support; Ability to setup start year, date, Configurable scrolling feature, Support for various date formats, Ability to configure the Calendar through the CSS styles, Inline calendar support; Unlimited number of the calendar controls on the same form the page. All titles can be configured so localization of the calendar is easy.

This flexible, simple pop-up calendar is written to work across browsers. It Is fully commented and customisable for language, colours and date format. The pop-up displays a month at a time from a specified range of years. The optional input date determines the initial month displayed.


top