What is the purpose of this thread? Easy, create a massive index of every tutorial, reference, and tips/tricks for every coding language out there. This way we don’t get multiple threads with scattered resources. I’m not a master at all coding languages, so you guys are going to have to help out by posting links to resources. Please specify if it is a tutorial or some kind of material when you want me to add something. Try to follow the outline I have done below for Java.

Java is by far one of my favorite languages; it’s not biased against any operating system, secure, and provides a multitude of resources for an applet or application based project.
What you need:
-JDK (Java development kit) Java SE Downloads - Sun Developer Network (SDN)
IDEs:
NetBeans Welcome to NetBeans
BlueJ BlueJ - Teaching Java - Learning Java
Eclipse Downloads
For Ubuntu: Geany : Releases - Courtesy of Osource
Where to start:
The Java™ Tutorials
Cool tricks and tutorials:
Basic:
Catching all Errors and Exceptions
Comparing Dates
Searching a String for a Character or a Substring
Moderate:
Implementing an Unbounded Work Queue
Advanced:
Intercepting All Accesses to External Entities During XML SAX Parsing
Getting the Attributes of an Element During XML SAX Parsing
Source: Exampledepot.com - Awesome place for just about any java tutorial.

Java is by far one of my favorite languages; it’s not biased against any operating system, secure, and provides a multitude of resources for an applet or application based project.
What you need:
-JDK (Java development kit) Java SE Downloads - Sun Developer Network (SDN)
IDEs:
NetBeans Welcome to NetBeans
BlueJ BlueJ - Teaching Java - Learning Java
Eclipse Downloads
For Ubuntu: Geany : Releases - Courtesy of Osource
Where to start:
The Java™ Tutorials
Cool tricks and tutorials:
Basic:
Catching all Errors and Exceptions
Comparing Dates
Searching a String for a Character or a Substring
Moderate:
Implementing an Unbounded Work Queue
Advanced:
Intercepting All Accesses to External Entities During XML SAX Parsing
Getting the Attributes of an Element During XML SAX Parsing
Source: Exampledepot.com - Awesome place for just about any java tutorial.
Comment