Monthly Archives: June 2014

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

Local Webserver Search Engine Primer Tutorial

This topic got my immediate interest when reading a chapter (16) in Linux by Steve Oualline and Eric Foster-Johnson called “Setting Up a Search Engine”. As a creator of web content, who wouldn’t want to know something about this subject? … Continue reading

Posted in eLearning, Operating System, Software, 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

Windows Right Click Primer Tutorial

If you’ve used Windows (by Microsoft) as a desktop/laptop operating system a lot and then switch to a Mac OS X environment new to you, for a while, you miss a lot of the features of Windows. As with many … Continue reading

Posted in eLearning, GUI, Operating System, 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 Rummy 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 , , , , , , , | 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