Tag Archives: setTimeout

Mobile Friendly Meta Viewport Tag Primer Tutorial

A couple of days ago we cautioned against thinking the HTML meta tag was a “cure all” to make a web application mobile friendly. Well, lately we’ve had a web application where it made ALL the difference, and so, today, … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , | Comments Off on Mobile Friendly Meta Viewport Tag Primer Tutorial

Intelligent Hashtagging Primer Tutorial

The HTML hashtagging navigation technique off an HTML a tag like … <a href=’#page3′ title=’Go to page 3 via hashtagging’>Go to page 3 via hashtagging navigation</a> … does not involve a rerun of the Javascript DOM document.body’s onload event, and … Continue reading

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

HTML/Javascript Canvas Arithmetic Keyboard Game Tutorial

Perhaps you were around when we presented HTML/Javascript Canvas Chalkboard Game Tutorial quite some time back. It was an arithmetic tester with degrees of difficulty. Today we add to the functionality of this mathematical game by adding a default new … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Tutorials | Tagged , , , , , , , , , , , | 2 Comments

Javascript Writes Javascript Iframe Overlay Tutorial

Yesterday’s Javascript Writes Javascript Primer Tutorial, as shown below, got us started on our Javascript writes Javascript research project. Today we extend that to catering for Javascript writes Javascript within an HTML iframe element, adding to our line of tutorials … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , | 8 Comments

Javascript Writes Javascript Primer Tutorial

Some days back we discovered a use for PHP writing out PHP, though we readily admit there would have been other ways to achieve the same, or a similar solution, when we presented PHP Writes PHP Vertical TextBoxes Primer Tutorial. … Continue reading

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

Leap Second Game Primer Tutorial

Maybe we owe you an apology today if you’ve come here looking for high tech information about the Leap Second, but our cheeky blog post title today is a “play on words” regarding this most momentous event, while not being … Continue reading

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

HTML5 Canvas Map Clickaround Onresize Tutorial

Yesterday we came back after quite some time in the (PHP) server world to some client (Javascript and HTML) work, and today, after yesterday’s HTML5 Canvas Map Clickaround Overlay Tutorial as shown below, we tackle a client Javascript event, the … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , , , | 11 Comments

HTML/Javascript Egg Timer Game Tutorial

Javascript includes two very useful timer functions called setTimeout and setInterval which, respectively, fork off functionality after a time period once and continuously. Today we use setInterval as the basis of an Egg Timer game. Did you ever teach yourself … Continue reading

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