10 most Useful resources for jQuery across the web

Wednesday, June 10th, 2009

While skimming the internet and searching for good learning resources for jQuery i found amazing links which can help anybody using or learning jQuery. Below are the 10 very useful resource’s list. I hope it will be helpful to others. Let’s start of with the link which can give us head start to our jQuery [...] Read more »

What is Jquery

Monday, June 1st, 2009

jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. jQuery is an amazing JavaScript library that makes it easy to create wonderful web effects in just a few lines of code. jQuery is a new type of Javascript library. It is not a huge, bloated framework promising the best in AJAX [...] Read more »

Vertical Text Scroller in Javascript

Wednesday, April 1st, 2009

Well the task is to create a vertical text scroller. It can be done using the javascript code. Let me explain the process: First of all lets make the form scrolling. So,In the html form do the following add the following attributes to the body tag onMouseover=”scrollspeed=0″ onMouseout=”scrollspeed=current” OnLoad=”NewsScrollStart();” And the javascript functions used above [...] Read more »