Okay now you know that I am using the word animation for any live update on a web page you do with jQuery.
Here is a progressbar animation. http://awrdev.g3tech.in/progressbar.html The code is easy. I am using a plugin here. Many of my jQuery classes will use certain jQuery plugins that you can download either from my website as I indicated last time or even from the other websites out there. I am using the jqueryprogressbar.js plugin here. Also it is worthy of mention that the spidermonkey package can help you learn javascript. You can try out many different things using the js> prompt that you can get on any UNIX box. It is not a browser environment but you can certainly benefit by the logic of javascript and its syntax. Always remember. Javascript is an ASYNCHRONOUS programming language. Everything that you do it does in parallel. This is unlike any other programming paradigm. This makes javascript coding very complex and challenging. But we are beginners now. Let us first get our feet wet. Learning CSS is not easy. I have still not learnt it. It can be fun. So don't feel bad if you are having trouble mastering it. It is not just UI design or artistic. CSS is the heart of web programming. So be cool and learn it. -Girish -- Gayatri Hitech http://gayatri-hitech.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
