Javascript My Way

Home

Lessons

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.

By the way...I lied...this bit of the site is even less than half completed.  But I hope the 5% will do some good, and I promise to add more asap.

 

 

Health Warnings
I am not a professional programmer, neither am I an expert in javascript....far from it.  This site is for people who want to get a taste for Javascript and write programs that work, whether or not they are strictly correct.  Once you get a basic understanding you can go back to the sites like MSDN and learn the correct way.

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!