Tag Archives: programming

HTML/Javascript Canvas Tic Tac Toe Game Drag and Drop 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 show some image Drag and Drop functionality … Continue reading

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

PHP Where is Wally Test Primer Tutorial

Today, was going to show you comparisons of PHP[/HTML] versus Javascript/Ajax/HTML versus Javascript/HTML methodologies to have a password protected report only reported, securely (or not), to interested parties … ie. bits of talk regarding “security” … but today there is … Continue reading

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

More on Linux Crontab Curl Tutorial

Sometimes for a website you only want to do a web server task once or a few times a day, and you, ideally, wouldn’t want to run into the remote possibility that two people could perform the task at precisely … Continue reading

Posted in Database, eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , | 1 Comment

HTML/Javascript Canvas Image Drag and Drop 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 show some image Drag and Drop functionality … Continue reading

Posted in eLearning, Event-Driven Programming, Photography, Tutorials | Tagged , , , , , , , | Leave a comment

HTML Image Map About Us Tutorial

Let’s revisit the HTML image map tag talked about previously, specifically, with HTML Image Map Primer Tutorial as shown below. This HTML element has good practical use with maps, as you can imagine, and we love it here at this … Continue reading

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

Linux awk Primer Tutorial

The Linux (or unix) command awk is a powerful command line tool which opens up a whole world of possibilities on the command line and is specially suited to be part of a piped command. The use of awk allows … Continue reading

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

C++ MultiDimensional Array istringstream Tutorial

Today, building on previous C++ Formatting cout Primer Tutorial as shown below, and inspired by a Yahoo Answers question (thanks) we take a look at the reading of file data into a two dimensional (scores) array, featuring: cout and cin … Continue reading

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

HTML/Javascript Sentence Preposition +ing 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 , , , , , | 20 Comments