How to Resize text using jQuery
If you are working on a blog where people come and read your article then you must add a resize text option on your website, because you don't know what size of fonts usually your readers love to read.If you have resize option readers can adjust the size of font they love and read your blog posts.Usually people increase and decrease text size with ctrl + + or ctrl + - zoom in zoom out browser window.Here you can only increase and decrease only text not the whole browser window, I am going to show you how to resize text using jQuery its very simple to integrate it with your new and existing projects.
[ Read More ]
How to Integrate live search in PHP and MySQL with jQuery
I have received many requests from my readers for live search in PHP and MySQL with jQuery, so today i have decided to write a tutorial how to integrate live search in PHP and MySQL with jQuery. Searching is one of the most required feature in web sites and if it will be live searching it will show you fast result on page. In this tutorial we will create a database and a table insert records and start searching in it.
[ Read More ]
How to implement jquery Timeago with php
In social media we can see that posting time changes frequently seconds ago, minutes ago and hours ago etc, so today i am going to write a tutorial on timeago jquery and its easy implementation with php.Please follow the instruction given in download package to implement it in your web applications.
[ Read More ]
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 ]