Category Archives: Javascript

JavaScript Object Notation (JSON) – Introduction

Good Morning to all, Today we discuss JSON related topic like introduction, advantage, syntax etc. The light-weight text-data interchange format is a JavaScript Object Notation or short form is JSON. It is used to store the information in an organized manner. It helps to transmit data between web application and server. It is designed for… 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 »

Best JavaScript Libraries for Developers

Hi all, Today we are discussing one important and lated topic for developers related to JavaScript Library. A JavaScript library is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies. The following JavaScript Libraries are useful almost every purpose for developers. They are: Stretchy… Read More »