Pretty printing of JSON using PHP and Javascript
In this post, I would like to explain how to display JSON data in a pretty way. In the earlier posts, I...
Read More
Cannot read property ‘settings’ of undefined – jQuery snippet to solve the issue
Hi All, In this post, I would like to share my thoughts how to resolve the issue Cannot read property ‘settings’ of...
Read More
How to integrate Google reCAPTCHA for your form with validation
In this post, I would like to explain about how to integrate Google reCAPTCHA for your form with validation. For that, we...
Read More
Case Study : Upload and crop images with specific dimensions
Case Study : Upload and crop images with specific dimensions Upload an image with 1500 pixels width and 1000 pixels height. But...
Read More
How to get browser name and version using JavaScript
Hi friends, In this post I am going to explain about how to get the browser name and there version using simple...
Read More
Code snippets of PHP and Javascript
Hi friends, this post explains about few code snippets used when we develop a web applications. Snippet 1 : Generate the random...
Read More
jQuery plugin for Text to Speech
070-341 exam Hi friends, this post explains about jquery plugin for converting text to speech. It is a simple plugin and it...
Read More
How to generate clean url with PHP or Javascript
Hi friends, this is very basic post but useful for many websites. Following scripts will convert text into clean url using php...
Read More
How to Build PHP application in Google App Engine
In this post i would like to explain about how to build PHP application in Google App Engine. In this PHP application...
Read More