5 useful JavaScript libraries that will help in your day to day programming tasks. Using these libraries you can do much more in your front-end development.
How to create sliding feedback form using jQuery
Learn how to create the sliding fancy form which shows up from your website’s left or right side. Few lines of code and you own it all.
[Solution] HTML validation fail for AddThis buttons
The W3C validator does not pass the attributes for social media share buttons like fb:like or g:plusone. This blog posts discuss the hack to validate this.
Ajax:Quickly submit a form in JQuery using serialize
I am sure you often do a form submission via Ajax and more easily using JQuery. But did you know using a simple method called serialize in JQuery form submission could be more easier.
Decoding Art Clokey Google Doodle
How Google Doodle utilizes Javascript, CSS sprite and shows animation without having to use Flash.
Show loading icon in JQuery Ajax request
JQuery code to show the loading icon when an Ajax request is processing.
Asynchronous and Synchronous AJAX calls
What is the difference between Asynchronous and Synchronous AJAX call ?
Change onclick function for anchor tag using JavaScript
In this post we will learn how to change or add JavaScript function on the onclick event for the anchor tag. Infact, you can use this methodology add/change JavaScript function for almost any event and on elements which support such events. In usual scenario one tends to change/add JavaScript function
What is self executing function in Javascript
What are self executing functions in Javascript and what is the purpose of self executing function.
Getting started with Google map API v3
Getting started with Google Map API v3. Shows you the current location on the map center
How to detect screen or browser size in JavaScript
How to detect screen or browser size in JavaScript
Web Workers – Another leap in JavaScript
Web Workers – Another leap in JavaScript
Drag an element,image etc using javascript,html,css
Learn how to make an element draggable using javascript,html,css.
Check username availability and validation using ajax,php
Simple ajax validation for checking available username, can be used in coding a Signup form.
Simple tabs using Javascript and CSS
Create your own Simple tabs using Javascript,html and CSS