Monthly Archives: August 2014

Java Swing ActionListener KeyListener Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests your … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , | 3 Comments

Windows Command Line Start Primer Tutorial

A lot of Windows desktop processing tasks require you to do more than one thing at a time (calling all afficianados of multitasking). Windows (from Microsoft) caters well for people who multitask, and there is a cute keyboard shortcut for … Continue reading

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

HTML/Javascript Song Lyric Lines Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

HTML/Javascript Hit Counter Primer Tutorial

We discussed web page hit counters previously when we had the PHP/Javascript/HTML Hit Counter Primer Tutorial as shown below, up and going … and lo and behold it is still up and going. It dealt with hit counters on a … Continue reading

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

HTML/Javascript Probability Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can verify your calculation of the roots of a quadratic equation (if you believe in the tooth fairy) get you solving some mathematical probability questions, by filling … Continue reading

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

PHP/Javascript Geolocation Sharing Tutorial

At this blog we’ve mentioned quite a few times how good modern web software is about the “where” of life, and good Geolocation functionality exists right at the heart of basic Javascript functionality. Today we extend that a bit by … Continue reading

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

Gimp Animated GIF Overlay Tutorial

We’ve come full circle with the “overlay” concept blog posts and come back to Gimp to create an animated GIF today where the animation is all bundled up into the one image resource called an “animated GIF” … so loved … Continue reading

Posted in Animation, eLearning, GIMP, Photography, Tutorials | Tagged , , , , , , , , | 2 Comments

Ajax Div Overlay Primer Tutorial

Back to the recent overlay ideas (like PHP Iframe Overlay Primer Tutorial) we’ve been doing lately at this blog, we want to show you today, the melding of HTML/Javascript supervising Ajax PHP in a div HTML element. This is a … Continue reading

Posted in Ajax, eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , | 2 Comments