Here I continue my Java Video Tutorial by covering methods, or functions in Java.
I spend a considerable amount of time on those things that tend to confuse people who are learning Java. I review how class variables differ from local variables and provide numerous examples of methods.
If you...
In part 4 of my Java Video Tutorial I cover looping in Java. This tutorial uses a lot of what I previously taught in the first Java Video Tutorial, so watch the previous parts first.
Here I start out explaining while loops. I provide numerous examples including how to calculate PI with a while...
In this tutorial I show you the if statement, relational operators, logical operators, ternary operator and the switch statement.
If you haven’t watched part 1 watch it first here Java Video Tutorial.
As you watch this video, you will be able to follow it easier if you have the commented...
In this video I continue where I left you in part 1 of the Java Video Tutorial. Definitely watch it first.
Here I show you how to import class libraries, except user input, check for valid input, catch errors in input, a bunch of math functions and more.
All of the code follows the video. You...
Here I begin what will be a massive Java Video Tutorial. I start with all you need to start writing Java programs.
I then cover just about anything you’d want to know about Javas primitive data types. I cover declaration statements, expression statements, all the types and how to convert...
Posted by
Derek Banas on Dec 13, 2011 in
Web Design |
20 comments
I’m beginning a new Java tutorial using Eclipse as my IDE. Every time I have used Eclipse in the past there have been installation problems so, I’ll try to fix that issue here.
I use Eclipse because in my opinion it is the best free IDE available.
Also note that I’ll provide...
Posted by
Derek Banas on Dec 11, 2011 in
Web Design |
8 comments
Here I show you how to properly set all of the settings for our WordPress Shopping Cart. If you missed part 1 check out WordPress Shopping Cart Tutorial.
All of the possible settings for the WP E-Commerce Plugin are covered in the tutorial below. It’s awesome and completely useable even in...
Posted by
Derek Banas on Dec 7, 2011 in
Web Design |
24 comments
In my search to create a fully functional shopping cart application I found the WP-eCommerce Plugin for WordPress. This plugin handles orders, works with most every payment service, handles shipping, inventory, etc!
The only thing people don’t like is that it...
Posted by
Derek Banas on Dec 3, 2011 in
Web Design |
32 comments
I continue showing how I design websites in this video tutorial. If you missed part one check it out first here How to Design a Website.
In this tutorial, I really focus in on how to correct errors in a web design. I look for errors using the Developer Tools inside of...
Posted by
Derek Banas on Dec 1, 2011 in
Web Design |
30 comments
I’ve received a few requests on how to put an Image Map in a WordPress Post. So, in this tutorial I’ll show you.
WordPress is a bit picky about how you create your image map, but by copying the code below you’ll be making image maps in no...