jQuery

jQuery Scrollable - One Plugin to make gallery , tabber, carousel

jQuery Scrollable - One Plugin to make gallery , tabber, carousel

Today I was making a bunch of different animated features on a blog. The job was to make a photo blog and to add different widgets like gallery, tabbed widget, carousel widget. The problem was that it have to be done all with one jquery plugin. In past i had to use different jquery plugins [...]

Read Full Post


Color Pickers for jQuery lovers

Color Pickers for jQuery lovers

jQuery is an amazing and very helpful javascript library that I always use in my web projects. Beauty of jQuery is its plugins which are available in a large number and free. jQuery makes the javascript work 70 times faster and easier. Sometimes when you have to let people or yourself add web color codes [...]

Read Full Post


How to Perform Ajax and Javascript actions from PHP

How to Perform Ajax and Javascript actions from PHP

Ajax is a combination of javascript and xml technologies. There can be many things we can perform with ajax from simpler form validation to complex user interface design. For all these, we need to have javascript, xml and some of back end programming language knowledge. Ajax is mostly used to perform actions without loading a [...]

Read Full Post


Implementing Ajax with jQuery

Implementing Ajax with jQuery

Once again I would say jQuery is my favorite javascript library. Not because its tiny but because it makes the things easier for me. In Past i was only building ajax applications with regular xmlHttp code which is tough to build again and again differently for each application.
Thanks to jQuery it makes the things easier. [...]

Read Full Post


How to make everything rounded corner with jQuery

How to make everything rounded corner with jQuery

Web elements with rounded corner is always a beauty of a cleaner and appealing web interface. If your template is rounded corner, people will like it more and it will be eye catching than regular squared designs. Rounded corners was never been so easy with CSS because if you are going to make rounded corners [...]

Read Full Post


Best 3 jQuery Books For Web Designers & Developers

Best 3 jQuery Books For Web Designers & Developers

jQuery - Yeah the one of the best and fastest javascript client libraries these days. Although prototype, yahoo UI and motools are also good but jQuery is fastest to load and easiest to learn as compared to other JS libraries.
Beauty of jQuery is its simplicity. We can create complex javascripts in minimal length of code. [...]

Read Full Post


Creating DOM Elements on the fly with jQuery

Creating DOM Elements on the fly with jQuery

Jquery is one of my most favorite javascript client library. It is extremely faster than any other library and very much easy to use. I can reduce very much complex code of my regular javascript now with the help of jQuery as i am converting all of my project’s front end from regular javascripting native [...]

Read Full Post


jQuery Boxy Plugin - Facebook style modal dialog box

jQuery Boxy Plugin - Facebook style modal dialog box

The beauty of jQuery is that we can create flexible and eye catching effects and controls easily. Sometimes when developers are fed up of default and rough pop up boxes, modal boxes or dialog boxes, Then boxy is a perfect solution for them. Boxy is a jQuery plugin that is used to create flexible, facebook [...]

Read Full Post


10 great jQuery Form plugins

10 great jQuery Form plugins

jQuery is one of my favorite javascript client library. We can do more with writing minimal code. Nearly in every project I need to style up web forms or create rules for validation on form elements. Without jQuery it was very harder and longer way to do by writing a lot of lines of code. [...]

Read Full Post


jquery - Create a Simple hand coded accordion

jquery - Create a Simple hand coded accordion

The beauty of jQuery is that we can create complex things in minimal code. We don’t need to be an expert javascript coder for creating complex widgets. Here is a simple way to create accordion control of your own. You can style up this widget per your requirements. Here are the steps.
Here is a demo
Include [...]

Read Full Post