How to login with Instagram OAuth using PHP
We have created many open login systems like Facebook, Google, twitter, Microsoft and Linkedin etc and now we are going to give you an article on login with Instagram, Instagram is an online photo-sharing application which beautify your memories in pictures.
[ Read More ]
How to create Responsive Header Menu with CSS
Now days responsive themes are very important for web development because many users use only mobile to check websites and i am also working on new theme of PHPGang on responsive rules and created a smart and responsive header with CSS media option.
[ Read More ]
How to create forget password recovery procedure in PHP
Few days ago we post and tutorial on login and signup procedure and today i am going to write an other element of that login procedure for PHP Developers which is recover your password using email verification with encrypted key.
[ Read More ]
How to create Login and Signup System in PHP
Received many request from php web developer for very basic article to create login and signup page in php. This article is totally for php developers who is very new in programming. In this tutorial I have created 2 forms for login and signup with code download and a demo.
[ Read More ]
How to publish status on Facebook with Graph API
Few days ago I have started working on status publishing on Facebook using PHP and faced few problems to do that so, today I have decided to write an article on it how to publish status on Facebook using graph API with source code download and a demo so you never face any issue next time to make something like that.
[ Read More ]
How to create Drop Down Menu with jQuery and CSS
In this simple tutorial i will show you how to create a drop down menu with jQuery and CSS and its a very easy to configure you must try this on your web sites. This menu show items onClick event with jQuery and CSS its a very basic jQuery and CSS hope you like it.
[ Read More ]
How to delete comments with jQuery
Few days ago I wrote an article on how to comment with jQuery and after that received some requests from my readers to write something on comment deletion. Here I am going to write this article on how to remove comments with jQuery without loading complete page. I hope it will help you in your projects.
[ Read More ]