Monthly Archives: May 2014

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

Apache CentOS WebServer and The Three Ps Primer Tutorial

Today’s tutorial shows a web scenario that utilizes The Three P’s with the rjmprogramming.com.au Apache CentOS web server ( at http://www.rjmprogramming.com.au/ ), building on the previous relevant Apache WebServer on Mac and The Three P’s Primer Tutorial, as shown below, … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , | 5 Comments

Python List Primer Tutorial

In this tutorial we examine some functionality code snippets suiting Python list data structure, in response to, really, and extending, a Yahoo Answers question. Lists, like tuples, are interesting in that different base data types that can’t cohabit an array … Continue reading

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

MySql Repair Table Primer Tutorial

Today’s tutorial continues the MySql (command line) discussion last heard about with MySql Stored Procedures Primer Tutorial as shown below, to illustrate that MySql has functionality to repair database tables, if they run into trouble. When you troubleshoot a problem … Continue reading

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