While looking to help forward the user of web technology we have found a simple light weight plug in for jquery Reveal. Reveal is an attractive plug-in and very easy to implement Reveal is cross-browser compatible so you can use in any latest browser also. Reveal is a great plug-in you can easily adopt to … Continue Reading
Monthly Archives
January 2011
Jquery cheat sheet for UI icons
We have found a very excellent way to use the JQuery UI icon set for your different purposes. This feature allow you to easily manage the icons for user experience and to avoid confusions on whats – what for functionality. And we have collected few icons set which JQuery UI uses throughout the internet and … Continue Reading
jQuery Frontier Calendar
jQuery Frontier Calendar is a full month calendar jQuery plugin that looks like Google Calendar. All UI elements such as next-month & previous-month buttons, add event form, edit event form, tooltips, etc, are not part of the calendar plugin. These are to be created by you so you can control how they look. Use the … Continue Reading
jQuery Upload Progress Bar
jQuery File Upload Plugin allows you to select multiple files at once and upload them simultaneously. You can also upload files by dragging them from your desktop or filemanager and dropping them on your browser window. It shows a progress bar indicating the upload progress for individual files. Individual file uploads can be canceled to … Continue Reading
Excellent Jquery Photo Gallery
Beautiful Photo Stack Gallery with jQuery and CSS3 tells us how to create a nice and fresh image gallery. The idea is to show the albums as a slider, and when an album is chosen, we show the images of that album as a beautiful photo stack. In the photo stack view, we can browse … Continue Reading
Jquery rounded corner image with CSS3
Nick La was trying to style CSS3 border-radius to image element and he realized that Firefox doesn’t display border-radius on images. Then he figured a way to work around it – wrap a span tag around with the original image as a background-image. And also, Darcy Clarke has written a piece of jQuery code which … Continue Reading
Signature Pad for Your HTML Forms
The Signature Pad jQuery plugin will transform an HTML form into a signature pad. The Signature Pad has two modes: TypeIt and DrawIt. In TypeIt mode the user’s signature is automatically generated as HTML text, styled with @font-face, from the input field where they type their name. In DrawIt mode the user is able to … Continue Reading
jQuery E-Help System for Web Applications
Embedded Help System is “providing help where help is needed” concept that can be easily integrated into web interface. The point is to offer help to user in their working interface and actual situation. jQuery E-Help is plugin for procedural (”How to …”) web user interface help and it’s easy to integrate into any web … Continue Reading
Face Detection using HTML5 Canvas
You have probably seen face detection at work in programs like iPhoto and Picasa, but what if you could do that performantly in JavaScript? Chinese developer Liu Liu has done the honors, and implemented Face Detection in JavaScript via HTML5 Canvas. The algorithm is implemented on top of a JS port of a C-based computer … Continue Reading
VideoJS – HTML5 Video Player
VideoJS is an HTML5 Video Player with 3 core parts: An embed code (Video for Everybody), a Javascript library (video.js), and a pure HTML/CSS skin (video-js.css). Using Video for Everybody as the embed code means you know it’s compatible with many devices (including ones without javascript). The javascript library fixes browser & device bugs, and … Continue Reading