Tag Archives: programming

Java Http Client Primer Tutorial

With a Mac laptop you have a Linux (Bash) environment you can access via the Terminal application. From there, if you have Java installed you can compile Java programs using the javac compiler command and then execute the resultant Java … Continue reading

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

HTML/Javascript Three Sentence Story 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 Imaginary Numbers Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can verify your calculation of solutions to imaginary number equations, by filling in a missing bit of information in a three-part “imaginary number sentence”, and today we … Continue reading

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

Static HTML Javascript Primer Tutorial

Very simple static HTML that has not been readied for Javascript DOM manipulations can still be dynamically changed and worked with to turn your “sow’s ear” into your “silk purse” (even if the pigs are flying?!). The only real requirement … Continue reading

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

HTML/Javascript Overlay Primer Tutorial

Today we’re continuing on with the HTML overlay ideas and showed, yesterday, with HTML/CSS Overlay Primer Tutorial, some CSS to do with the idea of overlaying HTML elements, and today we give Javascript a turn, and show some animation as … Continue reading

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

HTML/CSS Overlay Primer Tutorial

A previous Gimp Layers Primer Tutorial (as shown below) gave you an insight into the massive possibilities of using a sophisticated image editor and use layers with various amounts of transparency, especially suited to use with png image files, and … Continue reading

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

HTML/Javascript Quadratic Equations 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, by filling in a missing bit of information in a three-part “quadratic equation sentence”, and today … Continue reading

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

Static HTML Based PHP Primer Tutorial

Today’s tutorial is like a step back … a woah! … to people familiar with PHP. Even so, those PHP experts may like to rethink on things back to the day they first took it up … did you skirt … Continue reading

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