Here is an excellent way to animate your font with java script in your web applicatio nswith dat.gui a javascript library. Usage of this application library is very simple. Dat.gui is also providing minified version to make the script loads and work faster. It has very cool features like control panel with option to change … Continue Reading
Archives
Excellent and Easy multi user chat with javascript candy client library
Candy is a JavaScript-based multi-user chat client. There are plenty of web-based chat clients out there. Most of them are built to emulate your instant messenger. They offer you tons of settings. Candy is different. It’s built for your community. Candy focused on real-time multi-user chatting. It is easy to configure, easy to run, easy … Continue Reading
jQuery Notebook Effect with Booklet Plugin
jQuery Booklet Plugin is used for creating Notebook Effect on reading a webpage in web applications. This Plugin will work without flash components and it has many features that will fit in to your web applications. With this Plugin we can make all the pages Dynamic. This plugin has two arrows towards left and right … Continue Reading
JavaScript event bubbling and event capturing made easy
JavaScript event bubbling and event capturing is an important and interesting features of it. Lets see what it is and how it works. Event Bubbling generally works by bottom to top approach that means if you have nested HTML element say for example div, both the parent and child elements have onclick events. So now … Continue Reading
Javascript Event Delegation Model
JavaScript is the main part of web development. Even you can optimize the performance of java script in the web for higher efficiency. Javascript Event Delegation Model model can be implemented for avoiding events to occur recursively through out the HTML Element. The best example for event delegation is if you are creating HTML element dynamically … Continue Reading
Jquery animation
Isotope is an exquisite jQuery plugin for magical layouts. You can reveal & hide items with filtering and re–order items with sorting. The syntax is very simple, but the layouts can be really dynamic and intelligent. And also, there is progressively enhanced for CSS3 transforms and transitions. However, please note that it is free for … Continue Reading
JQuery says Bye Bye to javascript confirm box.
Tutorialzine are teaching us how to build a cross-browser, jQuery Custom Confirm Dialog Replacement. You can choose the text, buttons, and actions that will be executed when they are clicked. You can customize the appearance of the dialog by modifying jquery.confirm.css. As the message attribute of the dialog takes HTML text, you can further customize … Continue Reading
Simple modal with Jquery Reveal
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
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
SVG or VML Automated Translucent Activity Indicator
NETEYE Activity Indicator is a jQuery plugin that renders a translucent activity indicator (spinner) using SVG or VML. It is a resolution independent indicator that works in any browsers. The plugin requires jQuery v1.4.2 (or higher). Besides that, no other files are required, especially no style-sheets or images. Requirements: Firefox 2+, Safari 3.2.1+, IE 6+, … Continue Reading