Tag Archives: PHP

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

Yahoo YQL Web Service JSON FollowUp Tutorial

Here is a tutorial that introduces you to the Yahoo Web Services called YQL, building on the previous Yahoo YQL Web Service JSON Primer Tutorial as shown below. The name is the way it is because it simplified the API … Continue reading

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

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

Administration of VirtueMart eCommerce Primer Tutorial

Here is a tutorial that introduces you to eCommerce as an “out of the box” solution, should you, as a business, be heading that way. Earlier we talked a bit about CMS in the same way with Content Management System … Continue reading

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

PHP/Javascript/HTML Google Chart Diff Pie Chart Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Pie Chart functionality as outlined in previous PHP/Javascript/HTML Google Chart Pie Chart Tutorial (as shown below) is developed further here with the concept … Continue reading

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

Javascript Object Oriented Approach Primer Tutorial

Today’s tutorial builds on yesterday’s Javascript Array of Structures 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

Javascript Array of Structures Primer Tutorial

Today’s tutorial explores data structures in Javascript and shows the use of an array of these data structures. The subject matter of the resultant program is a Book Catalogue. The Javascript handles the storage of this Book information in keeping … Continue reading

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