How to Mask an input box in jQuery
Today i have some requirement for masking on one of my project and i have used a masking lightweight library and i love it. So i have decided to write about it on PHPGang.
Masking allows users to easily fix width of input boxes where you require input from user in a pacific format like dates, phone numbers etc.
[ Read More ]
How to block Inappropriate content with javascript validation
If you are making a system where peoples come and give there reviews or accept content from public post, there is always some bad peoples write bad words and you have to manually manage these posts. Now with this article you will be able to manage inappropriate words and restrict peoples to write on website.
Its a simple and easy to implement program hope you enjoy it.
[ Read More ]
How to Crop Image with jQuery and PHP
I have received many requests from my readers to write something on image crop in php, so today I am going to write this tutorial on PHPGang how to crop images with jQuery and PHP.
I have used jCrop javascript library to perform this task with PHP its a very easy to implement and very useful for thumbnail generation.
Hope you love this tutorial.
[ Read More ]
How to Integrate jQuery Scroll Paging with PHP
I have received many request from my readers that how to load page on scroll down like now days many websites doing specially Facebook and Twitter so i have decided to write this helpful article.
It uses jQuery and php to load page on scroll down, we have 2 pages one for first time load and second page can be loaded on scroll.
[ Read More ]
Bug Reporting with Windows Program Steps Recorder (PSR)
Today i am going to tell you about a nice bug reporting tool given by windows 7 and above. Most of us don't know about this application its a very smart way of presenting your problems to someone or make step by step tutorial for someone.
Its called Windows Program Steps Recorder in order to run PSR type psr search in or type psr.exe in run window. Press record and do what ever you want to do on your computer it will record all the steps with description and complete documentation must try it.
[ Read More ]
How to Configure Google Cloud API in PHP
Google has many amazing services and today i have chosen Google cloud printing its a really amazing service for offices to manage there printings etc.
You have to set a printer with a computer and connect it with Google cloud printer and use this library on you web so any one can easily print from that website by uploading a file.
[ Read More ]
How to convert text to MP3 speech/Voice using Google API
Today i am going to give you a great article on text to voice conversion. To convert text to voice i have used Google TTS (Text to Speech) it will create an mp3 file and play it its a very simple script you must try its written in PHP it can convert almost 50+ languages.
[ Read More ]