Friday, July 9, 2010

AutoCAD 2006 Free Download 3D Video Tutorials.

Basic AutoCAD 3D commands.

Command: Boundary................Shortcut key= bo
Command: Extrude...................Shortcut key= ext

Note: If you make a mistake, you can use the undo icon, or press U or press CTRL+Z
Free download video


Thursday, July 8, 2010

AutoCAD 2006 Free Download Video Tutorials.

Basic AutoCAD Commands.
  1. Command: Line .....................Shortcut key: l
  2. Command: Offset ................... Shortcut Key: o
  3. Command: Fillet .....................Shortcut Key: f
  4. Command: Linear ...................Shortcut Key: dli

Note: If you make a mistake, you can use the undo icon, or press U or press CTRL+Z

Free download video

Sunday, July 4, 2010

Hello World Java Example

I am going to teach you how to make a simple hello world java program. Java is a very good programming language and you should learn it because it has got huge scope all over the world. For this hello world program, you need to install JDK in order to compile and run it.
public class HelloWorldDemo{
public static void main(String [] args){
System.out.println("Hello World Demo");
}
}

This program will print "Hello world Demo" on command prompt screen.
You can develop desktop, mobile and web applications in java. You should learn J2SE, J2EE, J2ME, struts, hibernate, spring etc.