image image image image image
Text Size

Students

For the last 8 years I have been lecturing to community college students at the H. Lavity Stoutt Community College. Although my area of expertise is databases and web design, I also lecture in the areas of computer networking and Java programming.

This area of my website is dedicated to my students. From here they can view and print handouts from classes that they may have missed or lost the handouts to. There is also an area where I publish papers that I write from time on issues pertinent to the field and of use to students.

 

LAN Transmission Media

The communications medium is the medium across which data communications occur between two computing devices.

There are two categories of communications medium: wire medium and wireless medium. Wire medium uses a physical medium to transmit the data over, whereas a wireless medium uses electromagnetic waves to transmit the data, and do so through the air.

Read more...

Web Page Design

While web site design deals with the structure and content of your entire site, web page design deals with the content and layout of the individual pages within your site. Web page design is concerned with what goes on the individual pages, how it is placed on the page, and where it is placed on the page.

Read more...

Messages

Software objects interact and communicate with each other by sending messages to each other. When object A wants object B to perform one of B's methods, object A sends a message to object B as shown in the following figure (diagram from The Java Tutorial):

Read more...