How to Zoom Image On Mouseover Using jQuery

Zooming image on mouseover feature make your website more fancy. You can implement this functionality via many ways like CSS, jQuery or JavaScript. In this article we are going to cover this topic.

PHP Currency Converter Example

In this tutorial we are going to explain how to create currency converter in website. We found plenty of tutorials on internet related this, but they are not working or updated. Most of the recommend Google API for currency converter. Google has depreciate this API service and no longer use anymore.

Google reCAPTCHA with Contact Form

Google reCAPTCHA is CAPTCHA like system which is completely free service and protect your website from spam bots submission. This service designed to validate that user is a human, just need one click to confirm it.

Paytm Payment Gateway Integration in PHP : Step by Step

In this tutorial, we have explained Paytm Payment Gateway Integration in PHP programming language. In today scenario Paytm is the most popular and trusted mobile wallet system. As per the Economic time’s survey Paytm reached approx 200 million registered users. Yes, that is a huge number.

Create Event Calendar Using jQuery, PHP and MySql

An event calendar is an intuitive feature for the web application. In this tutorial, we will learn how to create an event calendar using jQuery, PHP and MySQL. This feature provides user to an easy way to manage all-day events.

How to Call Restful Web Service Using jQuery Ajax

In this post we will demonstrate how to call Restful web service using jQuery ajax call. jQuery simplifies the calling process for a Restful service. If you trying to implement it on your page than this post will help you.