|
Javascript My Way |
|
|
|
When I was setting out trying to learn JavaScript, all I could find were deeply technical and involved sites, that more often than not, left me with the feeling that JavaScript was very complicated and not to be touched by the uninitiated. After finally struggling to get to grips with these sites, I realised that
javascript is actually very easy! So here is my attempt to explain it in a
way that I wish it was explained to me when I was learning.
|
|
Health Warnings I write all my code for an intranet where all the users have IE5, hence much of my code (especially the DHTML stuff) will only work with Internet Explorer. Netscape users, please do not flame me. It was hard enough learning one language, without me having to learn a second one!
|