HTML
Jquery Multiple Effect Slide Show Plugin
by admin on Aug.19, 2010, under HTML, jQuery





| Download Plugin | View all sample |
This plugin is designed for rapid development. This is a very quick and easy to implement of slideshow/Rotator dynamically. You can add image or even text content into the rotation with less coding. You can change the effect you want. It supports fading, slideLeft, slideTop effects. You can adjust also the speed of rotation. You don’t need to use CSS, but if you know CSS, much better. (continue reading…)
HTML Forms: jQuery Basics - Getting Started
by admin on Aug.01, 2010, under HTML, jQuery
So what is jQuery? From the jQuery web site: “jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.”
Okay, but what does that mean to me? Put simply, jQuery will help you write JavaScript faster using a simpler syntax. Instead of writing extra lines of code or the writing the same code over and over, you can use jQuery to consolidate the code. jQuery will do the heavy lifting while you can concentrate on the more important stuff.
jQuery also supports the idea of plugins. Plugins allow people to create mini-libraries that complement jQuery. The plugins can be anything from form validation to picture slide shows. We will look at plugins in future articles. (continue reading…)