Tag Archives: programming

HTML/Javascript Number Sentence Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Number Sentences for the user. The inspiration for this came from some homework of a student. This HTML/Javascript solution uses an … Continue reading

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

HTML/Javascript Simultaneous Line Equations Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can solve a pair of Simultaneous Linear Equations. The inspiration for this came from the tutorial here. Sometimes a graphical representation of the Line Equations can help … Continue reading

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

PHP/Javascript/HTML Public JSON ICC Usage Tutorial

Here is a tutorial that introduces you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. Today we look at International Calling Code information useful when making international phone … Continue reading

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

PHP MVC Primer Tutorial

Today’s tutorial creates an MVC website in PHP. MVC stands for Model/View/Controller web design architecture methodology. Even if you lack skills in the M[odel] bit of this software technique (and the experts recommend a “fat” M[odel] element to your design … Continue reading

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

Javascript Debug via Firefox and Firebug Primer Tutorial

Today’s tutorial (live run) shows some debugging techniques for Javascript work that involved the use of Firefox and its wonderful Firebug plugin (instigated via Firefox menu Tools->Web Developer->Firebug->Open Firebug), and builds on your knowledge from previous relevant Firefox and Favourite … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 13 Comments

Java HTML Parsing Primer Tutorial

Here is a tutorial that parses HTML in a Java console application overseen by the Eclipse IDE. For this tutorial, where we parse an HTML url via a parent HTML element of a designated HTML element type and class, and … Continue reading

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

Xcode Debug C Strings Program Tutorial

Have a bit of an esoteric C programming scenario today, and because it is esoteric, and some or all of you may fall asleep, am also going to show you how to debug in Xcode … and only now just … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | 8 Comments

Java Threading Primer Tutorial

Here is a tutorial that uses Threads in Java for a console application in Terminal bash session on a Mac laptop. This program sets off 2 sets of 4 threads in two modes of operation, first using the freedom of … Continue reading

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