Category: Tutorial

  • Easily Integrate Paypal IPN in PHP

    Easily Integrate Paypal IPN in PHP

    We have already published a post on integrating PayPal with PHP. In this post we will see how to use PayPal IPN in PHP. PayPal IPN (instant payment notification) allows you to integrate PayPal payments with web application backend. As the name suggests it sends instant notification of the payment processed so that you can…

  • Read Google Maps Coordinates by Clicking on Map

    Read Google Maps Coordinates by Clicking on Map

    Hi Guys, we recently posted a tutorial on Using Google Maps API in PHP. This post received a lot of love from you guys as its one of the easiest tutorial to learn how to use Google Maps API  to display any location on Maps. In this post we will extend our previous post to…

  • Making Use of HTML5 History API for Manipulating Browser History

    Making Use of HTML5 History API for Manipulating Browser History

    Web development is an area with lots of scope and possibilities. They create a huge difference in the way information is provided to you and also in the way it has been perceived by the user. The increasing usage of web based applications has also triggered the growth of JavaScript and the way it is…

  • Using Google Maps API in PHP

    Using Google Maps API in PHP

    First of all, I would like to wish you guys Happy New Year. I have seen many developers find difficulty in implementing Google Maps API in PHP. So we have created this tutorial to make it easier to understand and use Google Maps API in your web projects. You can use this in forms where…

  • A Sneak Peek Into Building Responsive CSS3 Form Fields

    A Sneak Peek Into Building Responsive CSS3 Form Fields

    With the mobile-internet era showing no signs of fading away in the near future, it has actually been noticed that designers and developers are focusing their attention on creating websites that are friendly with the mobile phones. Websites that expect visitors to fill in a registration form, application form etc. require a high-level of designing…

  • Implementing Google’s New  No CAPTCHA reCAPTCHA  in PHP

    Implementing Google’s New No CAPTCHA reCAPTCHA in PHP

    So your visitors don’t like to enter those difficult to read distorted text as captcha in your forms? But you have to use them in order to prevent bots and spammers. If you are looking for a more human friendly way to prevent spamming then this post is for you. Google has introduced a new…