Category Archives: Projects


March 15, 2024 4:01 am

How to create Social Slide Buttons with CSS Transitions


How to create Social Slide Buttons with CSS Transitions
In this tutorial I am going to give you a great social buttons options for web designers, social media buttons like Facebook like Google share and Twitter tweet buttons are very necessary for all the websites but due to there different sizes of all social buttons designers always face difficulties to look them pretty in there themes, so in this tutorial I am going to give you a very nice and CSS based buttons with every theme compatibility theme compatibility.

[ Read More ]


March 8, 2024 5:04 am

How to Publish Status on LinkedIn in PHP


How to Publish Status on LinkedIn in PHP
We have received many requests from my readers to write tutorial on LinkedIn status update in PHP so this tutorial going to solve your problems and its very easy to publish status on your LinkedIn wall. No need to go to LinkedIn and update your status from your website create a file on your web site which do this all stuff without going to LinkedIn.

[ Read More ]


March 1, 2024 5:02 am

How to post into a Facebook Page with PHP using Graph API


How to post into a Facebook Page with PHP using Graph API
We have published one article on How to publish status on Facebook with Graph API which post status on user's wall when user write , now I am going to show how to post status on pages to post status on Facebook page we use Facebook Graph API in PHP to perform this task.

[ Read More ]


January 3, 2024 5:01 am

PHP Server and Browser Cache


PHP Server and Browser Cache
I am writing this tutorial to increase speed of your web applications with server and browser cache. With caching your application become super lets come to the details of the procedure of cache.BasicsYou should have writing permission for the caching folder (eg. chmod 666 or 777). You should add attached value (for example cookie or session value ) for the logged users. The caching object should be added right after the initialization of cookie session.

[ Read More ]


January 2, 2024 5:04 am

How to Integrate Paypal Payment System in PHP & MySQL


How to Integrate Paypal Payment System in PHP & MySQL
I received a tutorial requests from my reader that asked to me how to implement payment gateway system with Paypal API. In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects.

[ Read More ]


January 1, 2024 5:06 am

How to Login with Microsoft Live OAuth Connect in PHP


How to Login with Microsoft Live OAuth Connect in PHP
We have covered almost all oAuth connects like Facebook, Linkedin, Twitter and Google now its time to connect with Microsoft using PHP.Microsoft has launched OAuth connect few months back, Now i am going to write this tutorial how to connect with Microsoft OAuth connect, using this you can get valid user detail from Hotmail and Outlook Database. I am sure this tutorial helps you in your registration systems.

[ Read More ]


December 31, 2023 5:01 am

Login with Google Plus Account OAuth


Login with Google Plus Account OAuth
We are going to cover all the Open Authentication (oAuth) login system for Twitter, LinkedIn, Facebook and now I am writing tutorial about Google Open Authentication login.in this tutorial i will explain how to implement Google oAuth for your web project, this script is very quick and sure it helps you to increase your web project registrations.

 

[ Read More ]