Tag Archives: programming

AngularJS Javascript Services Tutorial

Building on the previous AngularJS Javascript Custom Directives Tutorial as shown below, we continue our tutorial-based learning adventure into the front-end Javascript product AngularJS by examining the use of Modules and Services, the latter of which enables the separation of … Continue reading

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

PHP and MySql Three Ways Tutorial

A Yahoo Answers question here, thanks, reminded me of the fact that there are many more than one set of software components you can use to get similar results when using that dynamic Fred and Ginger team of PHP and … Continue reading

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

HTML/Javascript Jobs Match Game Tutorial

Do you like word games? Today’s game asks you to associate job descriptions with words … we’re going to call the game “The Jobs Match Game” (too snappy for you?!) … and you score points for correct word associations you … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , | 2 Comments

AngularJS Javascript Custom Directives Tutorial

Building on the previous AngularJS Javascript Form Tutorial as shown below, we continue our tutorial-based learning adventure into the front-end Javascript product AngularJS by examining the use of Custom Directives, to improve the readability and quality of your HTML and … Continue reading

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

Linux Crontab Korn Shell Script Primer Tutorial

Linux (or Unix) is a command line environment that supports interactive and non-interactive task management. Often non-interactive tasks are known as batch processes, often intended not to rely on any user intervention, unless there is a problem. Today, in this … Continue reading

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

AngularJS Javascript Form Tutorial

Building on the previous AngularJS Javascript Primer Tutorial as shown below, we continue our tutorial-based learning adventure into the front-end Javascript product AngularJS by examining the use of form HTML data in the eCommerce webpages being developed during this tutorial … Continue reading

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

HTML/Javascript Memory Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript using an HTML canvas element to test your memory and test your mathematics (or recall). If you answer exactly (and you might need a calculator (though you are … Continue reading

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

HTML/Javascript Canvas Strip Jack Naked Card Game Primer Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we mainly use the drawImage function to create … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , | 28 Comments