March 26th, 2010 | In JavaScript, Programming, Projects | No Comments »
RaphaelJS is an interesting SVG based javascript graphics library for the web browser, provides an intuitive and easy to use way to draw elements, animate them, add event handlers, etc. It even lets us plug in event handlers from other…
Tags : canvas, fun project, JavaScript, jQuery, raphaeljs, snake game, svg
February 17th, 2009 | In JavaScript, Tutorials, jQuery | 9 Comments »
This simple jquery tutorial will guide you through creating pretty news scrollers / tickers which are of common sight on many websites. I have added detailed comments for each and every line for your understanding.
HTML Code :
<div class='news_scroller'>
<div class="newsitems">…
Tags : JavaScript, jQuery, news scroller, ticker, Tutorials
December 7th, 2008 | In JavaScript, Tutorials, jQuery | 13 Comments »
Here goes another tutorial to create a simple overlay box using jQuery, which can be used to display info text, full size images of thumbnails, anything that can be represented in html can be used. This simple tutorial takes you…
November 29th, 2008 | In JavaScript, Tutorials, jQuery | 6 Comments »
Most of us even though we may have heard of jQuery, may not have tried their hand at it. probably like me untill sometime ago. This tutorial is really simple for anyone who knows jQuery, but for those who don’t…