I would be more than happy to hear from you any time! You are welcome to e-mail me at [email protected]

Now, on to your reference to Java... What I think you are wanting to learn is NOT Java, but JavaScript. Java was developed by Sun Microsystems for applications, and server side scripting. Because Java applets take so much time to load, many people don't use them. In addition, Java is a difficult language to learn if you have never learned any languages before.

JavaScript was developed by Netscape (with the help of Sun) and was loosely based off of Java. JavaScript is a much easier language to learn. JavaScript is a Client side scripting language, and doesn't take any noticiable loading time.

There, that is your first lesson in JavaScript! I recomend spending the money on some good books, rather than going to classes. My 2 personal favorite JavaScript books are "JavaScript Bible 4th Edition" by Danny Goodman (ISBN:0-7645-3342-8) is a great advanced book, and "Sams Teach Yourself JavaScript 1.3 in 24 Hours" (ISBN: 0-672-31407-X) is a great beginners book.

Ok, Good luck, and feel free to contact me any time you need to!