How to create different patterns (like coverflow) in javascript? I don’t want to use the already existing plugins provided by JQuery and other frameworks.
I want to try developing from scratch. Any place where I can get documentation or tutorials to start with ?
How to create different patterns (like coverflow) in javascript? I don’t want to use
Share
http://www.learningjquery.com/2007/10/a-plugin-development-pattern
This article helped getting started with my first jquery plugin.
P.S.
Reading others code can help sometimes. Can be a great source of inspiration and motivation, too (because the the code you read is either so horrible or so shiny …)