Year: 2013

PHP Script – Text to Speech using Google API

In this tutorial we are going to see how to a do a Text to Speech PHP Script using Google Speech API. Its pretty easy and very good If you want to have a ‘Text to Speech’ functionality in …

Simple Graph Animation using only CSS3

In this tutorial we are going to see how to do a Graph Bar Animation using pure CSS3, no JavaScript used in this tutorial. Its very simple if you already good at CSS techniques.

Because we have used CSS3 in …

Learn how to stop long running SQL query in MySQL

Sometimes when you Run a SQL join query in phpMyAdmin, there will be a situation where the entire server will go down because of the long running SQL query.

To kill this long running SQL query, you need to access …

Learn to Unzip a Zip file using PHP Script!

This post shows you how to Unzip a Zipped file using PHP. Its really simple using PHP ZIP extension.

Note this: This script works only If the ZIP extension installed in your PHP server.

PHP has built-in extensions for dealing …

Learn how to prevent executing php file in a particular Folder / Directory!

Learn how to prevent executing php file in a particular Folder / Directory!

Today we are going to see how to prevent executing PHP file / PHP code in a particular Folder. This is really important if you have an Upload file option in your website. Upload option could be any file or …

Create and Download as Zip files using PHP tutorial!

Create and Download as Zip files using PHP tutorial!

phpzip

In this tutorial we are going to see how to create and download multiple files as ZIP using PHP.
Note this: ZIP extension should be installed in your PHP server for this Script to work correctly.

Here is the create_zip() …

How to add Option to a Select Box (Drop Down) using jQuery – Tutorial

How to add Option to a Select Box (Drop Down) using jQuery – Tutorial

In this tutorial we are going to see how to add a new <option> tag to an existing <select> drop down using jQuery.
Also we are going to learn how to add <option> to the top of the <select> drop …

Get current location Latitude and Longitude in HTML 5 – Tutorial!

Get current location Latitude and Longitude in HTML 5 – Tutorial!

html5-geo

This post is about to teach you how to get the latitude and longitude of the current location!. Its pretty simple in HTML 5. You actually don’t need any 3rd party API’s to get the current location instead you are …

Allow only Numbers (0-9) using jQuery – Useful Script!

Allow only Numbers (0-9) using jQuery – Useful Script!

This post shows you how to allow only numbers ie., (0-9) in a textbox. Often this code needed in a Registration form to avoid typing Alphabets.

You can see the demo of this script at the bottom of this post!

Theme: Overlay by Kaira
Agurchand