Category Archives: PHP

Restrict Number of Characters with Live Character counter using jQuery

In this post, I explain live character counter using jQuery. This is very simple and useful. Here I implement texarea character counter using jQuery. So you would have seen in various websites where users are not allowed to write messages/comments more than certain number of characters. It show you at run time how many characters… Read More »

Automatically Load Content and Refresh Div Using jQuery

Good Morning Guys, Automatically reload and displaying the content without reloading the page is very important in web application. Specially this technique is used in news or magazine website for latest news, organization website, banking site for notification etc. You can directly display content in your website from database and automatically change it after fixed… Read More »

Ajax Upload and Resize an Image with PHP

Hi Guys, Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using PHP and jquery. This article contains three folders called js,includes and uploads with PHP files. includes — getExtension.php — compressImage.php js — jquery.min.js — jquery.form.js uploads index.php ajaximageupload.php We can upload… Read More »