bebhbo
January 8th, 2005, 06:38 AM
Where do I start ? what books I should read ?
I'd like to scirp webpages as many as possible, page like yahoo.com or a page like codeguru.com...(shy)
Thanks
--bebhbo
Dr. Script
January 8th, 2005, 10:24 AM
Assuming you mean JavaScript:
Javascript Resources/Tutorials
http://www.w3schools.com/js/default.asp (*)
http://www.wdvl.com/Authoring/JavaScript/Tutorial/ (*)
http://www.webteacher.com/javascript/ (*)
http://javascript.internet.com/
http://www.javafile.com/
http://www.webdevfaqs.com (*)
NOTE: In regards to online sources of JavaScripts. These sources take scripts from mostly beginners who are not at all experts by any means. The (*) sign above means that the source contains reliable information which is truthful. Other sources may contain scripts which are not accessible, and are IE-only. They are not recommended as tutorials.
The only good book is JavaScript: The Deifnitive Guide (http://www.oreilly.com/catalog/jscript4/)
Dr. Script