Wordpress Featured Content Slideshow Gallery Plugin

Wordpress Featured Content Slideshow Gallery Plugin

With the upcoming days wordpress is becoming more popular than just a blogging system. Developers and designers are creating their themes more likely to be used as a pure CMS.
Featured post slideshow or slider is one of the primary element of a premium wordpress theme. Slideshows can be built very easily but turning them into [...]

Read Full Post


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


5 great css and javascript dropdown menus for your web applications

5 great css and javascript dropdown menus for your web applications

A website have no look without a cool navigation menu. Depends on the number of pages on your website, you might need to use a single or multi-level dropdown menu. Again, a look of website is nothing with a cool dropdown menu . Dropdown menus can be made simply with CSS and no javascript. [...]

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


Best ajax frameworks & Tools

Best ajax frameworks & Tools

Ajax is one of the most important web 2.0 element. But other than that, it is the basic tool used for rich backend interfaces. You may have seen the simple but powerful gMail webmail , microsoft live or some other popular website which are all based on ajax technologies. Ajax is not a language, but [...]

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


5 amazing javascript tabbed interfaces for your web applications

5 amazing javascript tabbed interfaces for your web applications

Tabbed interfaces are one of most demanding web interfaces these days. Everyone loves to make more things in less space. Tabs panels do the job for you. Sometimes you have to split a collection of text material and rotate them though simple tabs while sometimes you use tabs in your main navigation to switch between [...]

Read Full Post