Getting Started With Node.js on Windows

Node JS is a Server Side Javascript Framework. Getting Started With Node.js on Windows is pretty simple. With Node JS in place we can create web applications that uses javascript for both client side as well as for Server side. Node JS Acts as a Web server. Getting Started With Node.js on Windows development Environment:- Step 1:- To … Continue Reading

Percentage loader with jQuery plugin & HTML 5

jQuery.PercentageLoader is a jQuery plugin for displaying a progress widget in more visually striking way than the ubiquitous horizontal progress bar / textual counter. The plugin takes miniminal installation and is simple and flexibile to use. It makes use of HTML 5 canvas for a rich graphical appearance with only a 10kb (minified) javascript file … Continue Reading

How to create Singly LinkedList in Javascript

Linked lists are among the simplest and most common data structures. A Linked List contains 2 parts data and the link(pointer) to the next data element Though coding of linked list is common in languages such as C, PHP. We will see how to implement in Javascript.

Easy Auto Suggest with jQuery plugin

AUSU Ajax Auto Suggest jQuery Plugin has the usual functionality with a little extra flexibility: multiple instances, passing custom parameters, the id and the value are returned, keyboard-controlled, and a few others… Almost anything you need from an autosuggest plugin you can do with the built-in options! The CSS file is small and very easily … Continue Reading

jQuery plugin with fancy selection like Facebook friend selection

Nowadays almost everyone knows about Facebook, and its daily innovation on user interaction attracts the entire world. All Website Owners likes to have the same functionality of facebook in their website . jQuery Plugin fcbkListSelection allows you to easily create the friends selection functionality in your apps. You can use this feature for any action you wish … Continue Reading

Good Maps with HTML5 and jQuery

Have you ever create a really good looking interactive map using HTML5 and jQuery? MigrationsMap.net allows you to see for every country X in the world either the top ten providing countries of lifetime migrants to X or the top ten receiving countries of lifetime migrants from X. On top of that, when you let … Continue Reading