Facebook Style Mention System with PHP, MYSQL & jQuery

Facebook Twitter Style Mention System with PHP, jQuery & PDO

Facebook / Twitter style mention system with PHP is one of the cool implementation in the social networks. It is used to mention the particular user by adding @ symbol infront of the username. When you start typing @ followed by username, social networks automatically suggests the users via autocomplete … Read more

How to Implement Memcached in PHP CodeIgniter

Memcached in Codeigniter

In this post I would to share how to install memcached caching system in amazon ec2 cloud server and access it via php codeigniter framework. We can store any data like plain text, json, array & html contents into the server memory. Stored can be accessible by using . About … Read more

Facebook Wall Script using PHP Laravel Framework

Today I’m going to share my views on New Laravel Facebook Wall Script which is done by using Most Popular PHP Framework called “LARAVEL” This Laravel Facebook Wall Script has been done by my friend who is the founder at wsnippets.com. Hearty congrats to Mr Azhagupandian K. Last year I released … Read more

Facebook Url Expander with jQuery Ajax and PHP

Facebook Url Expander using jQuery and PHP

I hope everyone noted this feature in Facebook. If you copy and paste any facebook url in your status, facebook will display the exact data from the url you have shared. I have used facebook social embed plugin to achieve what we need in this tutorial Previously I had published … Read more

Google OAuth 2.0 Ajax Login using jQuery, PHP & MYSQL

Last week one of my reader asked me that how to Implement Google OAuth 2.0 Ajax Login using jQuery, PHP with Javascript SDK without Page Refresh and also data should be stored on MYSQL database as well. So I thought this is the time to write a tutorial for this. Millions … Read more

Instant Soundcloud Search using PHP & jQuery Ajax

Soundcloud Search in PHP

Instant Search is one of the most popular term in the internet search, that shows you results as you type. I found that there are no more articles on Searching Souncloud Audios using PHP in the internet. So In this tutorial, I will tell you how to search audios in Soundcloud database … Read more

Facebook Style Cover Image Reposition using jQuery & PHP

Facebook Style Cover Page Reposition

My tutorials on Facebook Style Scripts was very well appreciated. When I was in facebook site, I found one cool feature that is called “Cover Image Reposition“. In this post, I’m very glad to explain you how to Reposition cover image using jQuery UI & PHP I have used jQuery, … Read more