Product Comparison & Pricing Table using CSS3

If you are involved in any business having multiple products, then Pricing Tables will play a important role in your company that simply differentiate the product features & prices in a comparison table. A elegant Pricing Table will help visitors / buyers to choose the best product for them. Here … Read more

Smiley Parser with PHP

Smiley Parser with PHP

Today I am going to share How to make a smiley parser in PHP with few lines of code. A simple array with key as smiley symbol & value as image is used to parse a smiley using php’s str_replace function These little tricks  will spice up your IM conversations … Read more

Amazon Style Search Box using jQuery & CSS

Amazon Style Search Box with jQuery

Today I am going to tell you how to create Amazon Style Search Box with filter options using jQuery & CSS code. This tutorial will help you to implement search box with dropdown option in your ecommerce projects like amazon.com In my previous post. I had explained how to create … Read more

Animated Search Box using CSS3

Animated Search Box

Today I am going to tell you how to create Animated Search Box with CSS3 with various colors. You can simply copy the code and use it in your web projects immediately. Search Box with Animation effect is always nice to have in your webpage. CSS3 Code to Animate Search … Read more

How to reduce web page loading time with jQuery

Page Loading Time – Why It Matters and How To Fix It

Nowadays, everybody is obsessed with speed. Internet Connections, computers, 3G, browsers… Phrases like: “I sent you an email a minute ago. What do you mean you haven’t received it yet?” or “Our international Skype free video conference has a 1 second lag between the image and the sound. Sooo annoying!”are part of today’s world. … Read more

Animated Tabs with jQuery & CSS3

Animated Tabs using jQuery & CSS3

Tabs – used to toggle between several item contents in a minimal space.  In this tutorial I am going to tell you how to create Animated Responsive Tabs using jQuery & CSS3 effects. jQuery Code HTML Code Please don’t forget to share and subscribe to latest updates of the blog.  Comments … Read more

Getting Facebook Fan Page Details using jQuery

Facebook Fan Page Details using jQuery

In my previous post I had explained about how to fetch facebook cover page using jQuery.  Now I am going to explain how to get facebook fan page details using jQuery Ajax Method called  – jQuery.getJSON() jQuery Code will get you Fan Page Name Fan Page Cover Page People Talking about … Read more