Java Programming Chapter 2 Help Part 2

Here is some help to create your own application and applet based on Chapter 2 in Shelly Cashman series text Java Programming Comprehensive.Duration : 0:8:42

Posted on January 10th, 2008 by admin

Filed under Applets | No Comments »

Java Programming Chapter 2 Help Part 1

Here is a helpful video for students doing their first Java application from the Shelly Cashman Java Programming Comprehensive text third edition.Duration : 0:6:24

Posted on January 10th, 2008 by admin

Filed under Java | No Comments »

Java Programming TextPad Help

A video for my NMSU-Grants OECS216 Programming for the Web course showing how to install TextPad to complete a Chapter 2 assignments in the text (Java Programming Shelly Cashman series)Duration : 0:5:0

Posted on January 9th, 2008 by admin

Filed under Java | No Comments »

HTML Tutorial 2 - How to include images in HTML (Basic)

Tutorial No. 2 - How to put images into HTML

Level - Basic

Teaches You - How to add images to an HTML web page.Duration : 0:5:40

Posted on January 6th, 2008 by admin

Filed under HTML | 17 Comments »

Perl Tutorial 63 - CGI.pm - Return an Image From a Script

http://www.ScriptSocket.com/
Part 63 of the Perl Tutorial explores the CGI.pm module to return an image from a script.Duration : 0:7:16

Posted on January 4th, 2008 by admin

Filed under CGI | No Comments »

HTML Tutorial 1 - How To Make Your First Website (Basic)

Tutorial No. 1 - The basics of web designing.

Level - Basic

Teaches You - How to write your first webpage.Duration : 0:3:38

Posted on January 3rd, 2008 by admin

Filed under HTML | 9 Comments »

Perl Tutorial 61 - CGI.pm - File Uploads via Upload Form

http://www.ScriptSocket.com/
Part 61 of the Perl Tutorial explores the CGI.pm module to create an upload form and upload files to your server.Duration : 0:9:36

Posted on January 3rd, 2008 by admin

Filed under CGI | No Comments »

CNC Basics E-Course 3 | CAD | Learn CAD Video | CAD/CAM Tips

In this CNC Basics Video we go over CAD. CAD Stands for Computer Aided Design. During the CAD step we take our initial design and translate it into the computer. We do this CNC Step so we can change the design, resize it, save it, transfer it to someone else, etc. Recording our CNC Design into CAD gives us flexibility.
During CAD we learn we first design parts, then assemblies, then groups, then machines. We also learn there are different types of CAD Software. 2D, 2.5D and 3D. These types also come in different software packages from inexpensive to expensive. You can spend up to the sky if you want.
The trick is to match the CAD Software Capabilites with your CNC Needs. You don’t need high power 3D Modeling CAD if you make simple parts day in and day out.
Tomorrow’s lesson is CAM. Computer Aided Manufacturing.Duration : 0:8:43

Posted on January 1st, 2008 by admin

Filed under AutoCAD | 1 Comment »

Perl Tutorial 59 - CGI.pm - Generate an Image Map

http://www.ScriptSocket.com/
Part 59 of the Perl Tutorial explores the CGI.pm module to generate an image map.Duration : 0:9:58

Posted on January 1st, 2008 by admin

Filed under CGI | No Comments »

Python tutorial for beginners

This is my 1st video of my currently non-existent series. Comment on what I should change for the next video and please rate.

Thank you
Below is the C2F conversion calculator, keep in mind it is only 4 lines long.

def C2F():
Celsius = input(’Enter degrees in Celsius: ‘);
Fahrenheit = (9.0 / 5.0) * Celsius +32;
print Celsius, ‘Celsius =’, Fahrenheit, ‘Fahrenheit’;Duration : 0:10:49

Posted on December 31st, 2007 by admin

Filed under Python | 11 Comments »