Tag Archives: HTML

PHP/Javascript Spelling Game Tutorial

Do you like word games? Today’s game tests your spelling skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. Programmers often use … Continue reading

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

PHP/Javascript Derivations Game Tutorial

Do you like word games? Today’s game takes Latin and Greek root words, shows you their meaning, and asks you for a derived English Word based on this Latin or Greek root word … we’re going to call the game … Continue reading

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

PHP/Javascript Decoding Scrambled Words Game Tutorial

Do you like word games? Today’s game takes four randomly generated words, encodes them, and asks you to decode them … the words have 4 to 9 characters in them … mind you, out of them, you’d have 奇怪的字符 or … Continue reading

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

PHP/Javascript Can You See Any Words Game Tutorial

Do you like word games? Today’s game takes 81 randomly generated letters in a 9×9 grid and asks you to make as many words from its letters as you can that are unique and 3 or more characters long which … Continue reading

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

PHP/Javascript Words Within Words Game Tutorial

Do you like word games? Today’s game takes a randomly generated word and asks you to make as many words from its letters as you can that are 4 or more characters long and are not the original word … … Continue reading

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

PHP/Javascript Hangman Game Tutorial

Do you like word games? Today’s game is well known to lots of people … Hangman. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. … Continue reading

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

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

Javascript Object Oriented More Tutorial

Today’s tutorial builds on previous Javascript Object Oriented Approach Primer Tutorial (as shown below) to start to explore an Object Oriented design approach for data objects in Javascript and shows the use of an array of these data object data … Continue reading

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