Category Archives: Web Development

How to Rename Uncategorized Category in WordPress

Hi all, If you want to rename the uncategorized category in wordpress or you can rename the existing category name through wordpress dashboard. We can add category, edit category, delete existing category through wordpress dashboard. In this article, we will show you how to rename the uncategorized category or rename the existing category name in… Read More »

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 »

Facebook Style Background Image Upload and Position Adjustment

Hi all, I share somany article related to web development. Many people use my article for their professional growth. I got many tutorial requests from my readers related to web development using php, wordpress, mysql, ajax, jquery, javascript etc. From their request, one of my readers asked to me “ how to design facebook style… Read More »