Click to See Complete Forum and Search --> : Good JavaScript Training??


Paul_83uk
11-02-2006, 03:38 AM
Hello everyone,

Does anybody know any companies out there that give good JavaScript training for server side and client side? I need to book some for myself and a few work collegues. (located around the oxfordshire area would be handy)

also any suggestions of good online courses or books (I have done all courses on W3C)

bathurst_guy
11-02-2006, 03:40 AM
Well consider this your first lesson; JavaScript is Client side only.

Paul_83uk
11-02-2006, 03:50 AM
Yeah I know that but this new tool we use called Hyperwave uses JavaScript to talk to the server and seems to use it as much server side as it can I haven't looked at it too properly yet its def not JAVA it does seem to use JavaScript to build the whole application, and through all there training books refers to it as "server side"

Kor
11-02-2006, 05:17 AM
In fact there are 3 types of javascript, upon my knowledge:

1. the core Javascript (the base language)
2. client-side Javascript (extended for client)
3. server-side Javascript (extended for back-end access to server)

The most used is, of course, the wellknown client-side type