Saturday, August 9, 2008

Java (programming language)

Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.

GOTO core java

Core

The Advanced Java/J2EE Tutorial

Tutorials & Code

C++ Language Tutorial

These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.

GOTO Lessons

C Language Tutorial

This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C.

The best way to learn a new ``human'' language is to speak it right from the outset, listening and repeating, leaving the intricacies of the grammar for later. The same applies to computer languages--to learn C, we must start writing C programs as quickly as possible.

An excellent textbook on C by two well-known and widely respected authors is:

click here for Full tutorial

C wikibooks

Introduction to HTML

What is an HTML File?

* HTML stands for Hyper Text Markup Language
* An HTML file is a text file containing small markup tags
* The markup tags tell the Web browser how to display the page
* An HTML file must have an htm or html file extension
* An HTML file can be created using a simple text editor
click here to read more

HTML TUTORIAL

You can use this tutorial either as a complete introduction or as an A-Z reference to HTML.

The pages are packed with:
Easy to understand explanations, massive examples, tips, smart workarounds and useful quick references.

If you're completely new to HTML you should start with the section that covers HTML Basics.

to read more click here