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.
> 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?
First, congrats on your new job and good luck to you.
JavaScript is a huge topic, believe it or not. What you're asking is
like asking for a quickie Java tutorial. There isn't one because it's an
entire language that has many components. You need to focus on a few
important components of the language that will help you develop a
broader undestanding. I would break up my learning process into the
following parts:
1: Learn the basic syntax rules
2: Learn the DOM
3: Learn the event model
4: Learn CSS
You can probably skip #1. You'll learn the syntax from looking at
examples, unless you have no programming experience whatsoever, in which
case maybe you have the wrong job :)
Then find out what you'll be doing with JavaScript, and you'll have a
pretty good base-line. BTW, if you've ever used Flash, then you already
have some JavaScript syntax knowledge (ActionScript is very close to
ECMAScript/JavaScript).
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.