TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
I don't know of any tutorials that are particularly useful. I can offer
my *advice*, though.
1. As someone else already said, look for examples, then copy and paste.
2. Most of the time, you use Javascript to retrieve and store
information by using the API/Object
Model. Several object models may be available to you, depending on
what you're doing.
3. The most common object model is the HTML Object Model aka Document
Object Model (DOM) aka
client-side Javascript. This is simply an API that allows you to
manipulate things inside
your HTML code in an object-oriented way.
4. Therefore, if you don't know much about object-oriented programming,
start there. All you
need is the basics.
5. The basics are:
1. what objects, attributes, and methods are
2. how to refer to them in code.
3. understanding inheritance, so you can find object, method, or
attribute definitions in
the documentation you have.
Joe
-----Original Message-----
From: bounce-techwr-l-216553 -at- lists -dot- techwr-l -dot- com
[mailto:bounce-techwr-l-216553 -at- lists -dot- techwr-l -dot- com] On Behalf Of
tom -dot- green -at- iwon -dot- com
Sent: Wednesday, May 11, 2005 7:50 AM
To: TECHWR-L
Subject: Javascript
Well, I started a new job and I love it but there is a new task I have
to do that I have managed to avoid until now. I will have to use
Javascript with some website content. Does anyone know of a quickie
tutorial that I can find to help me get started?
New from Quadralay Corporation: WebWorks ePublisher Pro!
Completely XML-based online publishing. Easily create 14 online formats, including 6 Help systems, in a streamlined project-based workflow. Word version ships in June, FrameMaker version ships in July. Sign up for a live, online demo! http://www.webworks.com/techwr-l
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- techwr-l -dot- com
Send administrative questions to lisa -at- techwr-l -dot- com -dot- Visit http://www.techwr-l.com/techwhirl/ for more resources and info.