With your Java environment now properly configured, in this tutorial you will learn how to code the traditional “Hello World” program in Java. The Hello World program will be coded and then explained line by line. You can code along with me as we then compile and run the program using the Java Virtual Machine. If you haven’t worked from the command line before, this is an interesting opportunity to put the command line in to action and run this below the Operating System layer.
I am getting a lot of requests for some Java videos, so this is the first in a new, ambitious series.
In this tutorial you will learn how to properly configure the Java environment. Java is not exactly plug and play, but getting the JDK (Java Development Kit) to work is not hard to do if you follow the steps in this video!
In this video we will download the Java JDK, install it, and then configure it. If you’ve been mystified by instructions to set up the PATH variable, this video will show you that too! Finally we’ll test the configuration with the traditional Hello World Program.
One of the most common questions I get is “What Programming Language Should I Learn First?” Others have attempted to answer this question, however, I’m not sure there really is a definitive answer.
Tables and the table tag are a great way to display information in columns and rows. While tables appear tricky at first, this tutorial will show you how to easily construct tables
If you’re tired of rebooting when you need to switch operating systems, or just want to give Linux a try without committing a hard drive partition, this tutorial is for you.
I’m not an instructional designer, however, I do teach and have an expertise in the technologies used to produce eLearning, so, hopefully, you’ll find these tips useful!
Learning to Program is easy if you study code others have written. This entry includes two sample programs…
This tutorial will take you through creating your first application with Adobe Flex. Adobe Flex is a great environment for creating Rich Internet Applications. In this tutorial you’ll learn how to write both some MXML code and some Actionscript code to develop a simple, interactive Flex application. Instructions for downloading your free Flex trial in the tutorial
This tutorial covers how to use the hr tag to create a horizontal rule. Following discussion of the hr tag, the tutorial demonstrates the use of HTML formatting tags including em, strong, big, small, blockquote and others.