Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are some good intro javascript resources?

Status
Not open for further replies.

okpeery

Instructor
Joined
Dec 29, 2005
Messages
102
Location
US
As I delve further and further into web design and include more and more javascripts I realize that I need to be more proficient at javascript. Sometimes I cobble a few scripts together that I found. Sometimes they work together and sometimes they don't. I am looking for resources and tutorials you'd suggest for someone who is a beginner at writing javascript but a hard worker and a fast learner. I can do a search myself but that doesn't give me quality sites necessarily. I don't want just sites that offer scripts, I want to understand how they are written and maybe write some of my own. The only place I regularly look is w3 schools for javascript. I don't want to burdon this board with too many basic questions. Thanks for all the help that has been offered so far.
 
I used w3schools.com to get an idea of how to write my own JavaScripts. The pages on w3schools outline most (all?) of JavaScript's functions, and plenty of information on document objects (window, document, event, etc.) which is necessary for JavaScript to actively interact with the visible webpage.

Beyond that, if you're a visual learner like me you could read over the sources of scripts from sites like dynamicdrive.com or javascriptkit.com and see if you can't understand how they work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top