Forum Moderators: open
What is this?
This thread serves to become a quick reference thread on JavaScript. If you see a phrase you do not understand or recognize, you can turn to this thread to either:
a) find the meaning
b) ask about the meaning, if it has not been covered before
The first post will contain a linked Table of Contents to each question and its answer.
What is this NOT?
This thread is not a place to discuss specific quirks or problems related to a given script. General compatibility questions may be asked, as long as they are generic, and not specific to certain code. Like any other threads in this forum, all posts must adhere to the WebmasterWorld TOS [webmasterworld.com] and the JavaScript Forum Charter [webmasterworld.com].
Only questions and answers should be posted. All other posts may be removed without notice at the best judgement of the moderators.
How will it work?
If you have a question: Simply post your question using as few words as possible. Please label your post with "Question:" so that it can be easily identified. LIMIT ONE QUESTION PER POST.
Example:
Question:
What is the DOM?
If you have an answer: Before posting your answer, please locate the post number for the question you are about to answer. This can be found on the left hand side of the post itself. The post number for this post, for example, is: 3899868
Please label your post with "Answer to post #0000000:" where 0000000 is the post number.
Example:
Answer to post #3899868:
Your detailed (albeit as short as possible) and correct answer goes here.
The original question will be updated with your answer, giving you credit for the answer. Each question will also be linked to below. There will be a separate section for answered and unanswered posts.
Table of Contents
<nothing yet>
Unanswered Questions
<nothing yet>
[edited by: DrDoc at 6:15 pm (utc) on April 24, 2009]
Answer: (by httpwebwitch [webmasterworld.com])
None of the above. Start by learning core JavaScript! You need your JS license before you're allowed to use power tools. That said, three years ago (2006) I would have evangelized Prototype. It was the first really great JS library. Now I'm inclined to recommend either Mootools or JQuery, both are excellent libraries, both borrowed concepts from Prototype; they have comparable features and capabilities.
[edited by: DrDoc at 8:49 am (utc) on April 26, 2009]
[edit reason] Answer added [/edit]
You need your JS license before you're allowed to use power tools.
Wait, do I need my C license before I'm allowed to use a power tool like Javascript? Do I need my assembly language license before I can use a power tool like C? Paul Graham would say to always use the highest level tools that can get the job done (which is why he uses LISP).
(loc+"../","http://www.anywhere.com/","uk_sf_vnavbar_b2",131,32,"Forum","",0);writeButton
can anybody help please?
[edited by: St3v3n at 3:36 am (utc) on April 30, 2009]
<body>
<b>Mouse over the image:</b><br />
<img id="image" src="bulbon.gif"
onmouseover="moveover()"
onmouseout="moveback()"
width="100" height="180" />
</body>
</html>