Category Archives: CSS

Responsive HTML5 Canvas Background Image | A Pure CSS Solution

Hi all, The responsive HTML canvas background is very important in web application. Sometimes it’s very difficult task to achieve this problem. First we simply need to define height and width of #canvas_image in order for the background-image. Table of Content The CSS The HTML The HTML We will use the CSS background-size property to… 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 »

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 »