Tag Archives: programming

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

Survey Related Topic or Poll Sankey Diagram Primer Tutorial

Continuing on (very closely to yesterday‘s Histogram method) with ideas for Google Charts software integration, today, by adding a Google Sankey Diagram Chart, we create a webpage application that asks for numerical findings, and creates a “Moving” Sankey Diagram (sort … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , , , | 17 Comments

Survey Topic or Poll Histogram Primer Tutorial

Continuing on with ideas for Google Charts software integration, today, by adding a Google Histogram Chart, we create a webpage application that asks for numerical findings, and creates a “Moving” Histogram (sort of like the Moving Average algorithm thought patterns) … Continue reading

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

Integrating a Google Map Chart with Geographicals Tutorial

Today we revisit the Geographicals suite of webpages here at this blog, which we last talked about with Integrating Global Weather Ajax with Geographicals Tutorial as shown below. Lately we’ve been thinking about software integration projects, particularly with respect to … Continue reading

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