Facebook Wall Script 4.0 with PHP Codeigniter MVC Framework

Facebook Wall Script - Codeigniter MVC Framework

Previously I had published Facebook Wall Script 3.0 with normal PHP. After that people are asking me to develop wall script in MVC framework. So I choosed one of the popular PHP framework among web developers called Codeigniter (CodeIgniter). Why Codeigniter Wall Script? You prefer nearly zero configuration. Security SEO friendly Url Exceptional performance. … Read more

Facebook Style Profile Info Tooltip using jQuery & CSS

Facebook Style Profile Tooltip with add as friend button

I have got lots of emails from my readers asked that how to design a facebook style profile tooltip with cover page,profile picture, name, headline, add as friend & send message button.. Here I had explained a very basic version of facebook profile tooltip with all features they have asked. … Read more

Multiple Images Upload to Amazon S3 using PHP & jQuery

Multiple Image Upload to Amazon S3 using Php& jQuery

I am going to explain jQuery Multiple File upload to Amazon S3 bucket without refreshing a page using PHP & jQuery. Most of the social networking sites are storing files/images in Amazon servers only. Let me explain why do we need Amazon S3 Amazon S3 (Simple Storage Service) is an … Read more

Animated Windows Metro Boxes using CSS3

Windows Metro Boxes CSS3

Everyone knows that Windows Metro UI is very popular among web developers. Because of its powerful User Interface with nice animations. Here I am going to tell you how to develop a Animated Metro style UI boxes with CSS3 This Metro Boxes is inspired by Microsoft Windows 8 Operating System … Read more

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