From the category archives:

Computer Language

Applescript Monday: Make a Clear Desktop Script

March 15, 2010

Often times with programming training it takes for ever for the course to get somewhere where we can do something practical. That’s why I like to do something practical, as soon as possible. So with what we know so far what can we do? I think we need a script to clear our desktop of [...]

AppleScript Mondays: Let’s Open a dictionary

March 8, 2010

As much as possible the developers of applescript tried to keep it as much like English as possible. In English we have parts of a sentence, but we also have a dictionary which tells us the meaning of the words. In AppleScript we have the same thing. Each application that wants to be AppleScriptable must [...]

What is a scripting language?

March 3, 2010

This is a topic suggested by a reader. The reader wants to know what is a scripting language? I will provide an answer after the break.

Instructor in a Box Classes

February 2, 2010

I am a computer programming trainer. I have developed several classes which are in the training menu at the top. These classes are provided for anyone who wants these classes. The provisos after the break.

How to make a Password Database with EagleFiler

December 21, 2009

Using Techniques I discovered we are going to make a password database using EagleFiler. These are the things I want this database to be. Secure Able to store basic set of data with more able to be added as neeed Easy to use After the break We’ll get started.

Demystifying Java Classpaths

December 15, 2009

This is a question that comes up a lot in my Java classes. Basically the students are a little bemused by the Classpath and what it is and how to use it. So My explanation is after the break

<