questionscan anyone recommend good training courses for…

vote-for15vote-against
vote-for3vote-against

It may be advisable to look into using PHP for working with data manipulation if that is an option.

vote-for2vote-against

@lichme: Thanks, but I have no options regarding what's available and what I can use. It's straight HTML and Javascript, nothing else. And given how the installations are set up, in many cases I have nothing better than notepad for editing the HTM files.

vote-for2vote-against

@lichme: Besides PHP is for server side processing and Javascript is for client side processing -- whole different ballpark there.

vote-for4vote-against

Regarding Javascript training, I like this site:

http://www.w3schools.com/js/

I learned Javascript around 1993 and cannot remember how but I still use this site for reference whenever I have questions about syntax or parameters.

vote-for4vote-against

@cengland0: I second w3schools.com. Once you have the barest, barest of basics, you need a reference more than you need training. They have little demo boxes so you can type in HTML/Javascript and click a button to see the result.

vote-for2vote-against

If you're working to printed output, Print CSS syntax is very helpful (and probably isn't used at all in the legacy system you've inherited).

Here's a nice random article to get your start:
http://www.onextrapixel.com/2009/05/05/how-to-create-a-simple-print-css-for-your-site/

vote-for2vote-against

A relatively simple place to start learning JavaScript is Code Academy.

And I second (third?) W3Schools.com; I do a bit of composition of HTML and correct, well organized reference material is essential for me.

vote-for1vote-against

Thanks all. I see the w3schools has actual training courses as well. Can anyone recommend their courses, beyond recommending the site as a source of reference material?