background preloader

JAVAScript

Facebook Twitter

Namespaces

Java. Introduction Java is a technology originally developed by Sun Microsystems, and acquired by Oracle.

Java

The following are the prevalent implementations: OpenJDK: The OpenJDK project is an open-source implementation of the Java SE Platform. This is the default version of Java that is provided from a supported Ubuntu repository. Currently, there are two versions available, openjdk-6 and openjdk-7. Learning JavaScript: Essentials And Guidelines. This is a selection of most popular and useful Smashing Magazine’s articles on learning JavaScript and jQuery published over all the years here, on Smashing Magazine.

Learning JavaScript: Essentials And Guidelines

My Favorite Programming Mistakes Over my programming career, I have made a lot of mistakes in several different languages. In fact, if I write 10 or more lines of code and it works the first time, I’ll get a bit suspicious and test it more rigorously than usual. I would expect to find a syntax error or a bad array reference or a misspelled variable or something.