easyAlbum is an open source image gallery script built with JavaScript.
This image gallery does not have an AJAX interface but it simply presents the images inside list tags with a Lightbox type browser friendly pop-up and navigation support.
How to use easyAlbum?
After inserting easyALBUM.js file in your page, create a list with the "ul" tag id equals gallery like <ul id="gallery"> and add the images inside the "li" tags.
Modify your "body" tag for onload like <body onload = "TJK_Gallery('gallery');">.
Requirements: No Requirements Compatibility: All Major Browsers
For the projects that you don’t already have form controls, wForms is an open source unobtrusive JavaScript form controls library that you’ll find very useful.
It includes input validation, tooltips, field synchronization controls and more.
How to use wForms?
It is pretty easy. After inserting the javaScript library to your pages you can control the field attributes with classes like:
<input type="text" ... class="required"/>
inserts the a required field control for this input.
Paging with navigation is also another nice control which makes multi-step forms easy to handle.
Requirements: No Requirements Compatibility: All Major Browsers
Dock menus are very handy when it comes to limited space in designs. They just appear when needed and this idea expands the website area so much.
Webber 2.0 Dock Menu is a nice JavaScript docking menu which is easy to implement and does not require any JavaScript frameworks.
It is built with the Philippe Maegerman’s tween class. The logic of the menu is very simple: an empty div which determines the mouseover area for the docking effect and that’s it. Simple but very functional.
Virtual keyboard interfaces are generally used in websites where the highest level of security is a must like online banking applications.
Virtual keyboards help us to prevent any keylogging activies and/or provide users a special keyboard which they don’t already have (like a keyboard of another language).
Thisvirtual keyboard very easy to use and already supports many languages.
How to use virtual keyboard?
You simply include the keyboard.js file and create a text element with the class = keyboardInput. That’s all.
Requirements: No Requirements Compatibility: All Major B>rowsers