Tag Archives: programming

HTML/Javascript Opposites Game Tutorial

Do you like word games? Today’s game takes a word and asks for words that are of an opposite meaning … we’re going to call the game “The Opposites Game” (too snappy for you?!) … and you score points (you … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , | Leave a comment

C File Write and Read Primer Tutorial

Today, inspired by a Yahoo Answers question (thanks) we take a look at some C code dealing with files (both writing, and then rereading) and interactive input and string functionality in the downloadable C programming code you could call filestuff.c: … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , | Leave a comment

HTML/Javascript Areas Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Areas questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable HTML … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , | Leave a comment

Java Player Class Primer Tutorial

An important part of the OOP design phase, here, today, using Java, is your imagination of which classes should exist, and then what their interaction should be. Sometimes you want to work on one class to completion and hope it … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , | Leave a comment

PHP/Javascript How Many Such Words Game Tutorial

Do you like word games? Today’s game tests your vocabulary skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to help improve English vocabulary skills. Programmers … Continue reading

Posted in eLearning, ESL, Tutorials | Tagged , , , , , , | 1 Comment

Yahoo YQL Web Service JSON Another Tutorial

Here is a tutorial that re-introduces you to the Yahoo Web Services called YQL, building on previous YQL tutorials on this blog. The name is the way it is because it simplified the API aspects of its functionality for the … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | 1 Comment

HTML/Javascript Odd One Out Game Tutorial

Do you like word games? Today’s game asks for a word that is the odd one out in a list of words … we’re going to call the game “The Odd One Out Game” (too snappy for you?!) … and … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , | Leave a comment

Java Cut and Paste Primer Tutorial

The clipboard is an important part of the GUI aspects to Windows and Mac OS X, and even non-GUI DOS windows or Unix/Linux console windows would have functionality to cut, paste and copy string data. Today’s Java program shows cut … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , | 13 Comments