Basic GUI in Java

A tutorial showing you basic GUI in JavaDuration : 0:3:57

Posted on September 30th, 2007 by admin

Filed under Swing | 3 Comments »

Domainer: Web Application Developer

Domainer.com, a newly funded software company building innovative solutions for the domain name industry, is seeking a Web Application Developer to add to its team.

For more information, please see: http://blog.standoutjobs.com/domainer-web-application-developer/Duration : 0:3:58

Posted on September 19th, 2007 by admin

Filed under HTML | No Comments »

Java 11: Swing GUI Intro

Using Netbeans 5.5.1 & Java 1.6:

Code:
—————
int tempFahr = (int) ((Double.parseDouble(degreesTextField.getText()))
* 1.8 + 32);
fahrenheitLabel.setText(tempFahr + ” Fahrenheit”);Duration : 0:9:1

Posted on August 29th, 2007 by admin

Filed under Swing | 17 Comments »

EJB

This is a cool video to learn Enterprise Java Bean.In fact I found a very helpful stuff on EJB.This is so nice and helpful that I created the video so that it becomes visible to maximum people.The author is from “Mr. Kanti Prasad” . Authors email is at the end of the video.I just compiled it into a video format.Duration : 0:10:30

Posted on August 20th, 2007 by admin

Filed under EJB | 3 Comments »

Java ME Introduction

Java ME IntroductionDuration : 0:2:8

Posted on August 6th, 2007 by admin

Filed under J2ME | 3 Comments »

c++ Programming Tutorial 5

Continuation of 4 so to speak, going through pointers a little more in depth as people didnt really seem to get it.Duration : 0:7:1

Posted on July 27th, 2007 by admin

Filed under C | 25 Comments »

c++ Programming tutorial 4 (part 2 of 2)

continuation of part 1 of 2Duration : 0:4:58

Posted on July 13th, 2007 by admin

Filed under C | 25 Comments »

c++ Programming Tutorial 4 (Part 1 of 2)

BROUGHT TO YOU BY RECONNETWORKS.COM

Going through the use of functions, pointers, how to make fullscreen, and changing colors per lineDuration : 0:6:59

Posted on July 13th, 2007 by admin

Filed under C | 23 Comments »

c++ Programming Tutorial 3

BROUGHT TO YOU BY RECONNETWORKS.COM
Going through some new stuff, including randDuration : 0:9:58

Posted on July 3rd, 2007 by admin

Filed under C | 25 Comments »

Jcombo jdbc Model

Both the combo box’s and table have jdbc database connections, one combo filters the others query and both effect the tables queryDuration : 0:0:16

Posted on June 18th, 2007 by admin

Filed under JDBC | No Comments »