Tag Archives: programming

PHP/Javascript Pascal Triangle Tutorial

Here is a tutorial showing some client-side basics in PHP, HTML and Javascript that can display Pascal’s Triangle. The inspiration for this came from a Yahoo Answers question here, so thanks for that. Link to some downloadable PHP programming code … Continue reading

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

Delphi Pascal++ Embarcadero XE6 Primer Tutorial

A new release of an IDE is often good news for programmers. There are often great new features and innovation. Just on an early first view of today’s follow up to Delphi Pascal Primer Tutorial (as shown below), so it … Continue reading

Posted in Android, Delphi, eLearning, Tutorials | Tagged , , , , , , , , , | 22 Comments

HTML/Javascript Volumes Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Volumes questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable HTML … Continue reading

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

HTML/Javascript Opposites Game Tutorial

Do you like word games? Today’s game takes a word and asks for words that are of an opposite meaning … we’re going to call the game “The Opposites Game” (too snappy for you?!) … and you score points (you … Continue reading

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

C File Write and Read Primer Tutorial

Today, inspired by a Yahoo Answers question (thanks) we take a look at some C code dealing with files (both writing, and then rereading) and interactive input and string functionality in the downloadable C programming code you could call filestuff.c: … Continue reading

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

HTML/Javascript Areas Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Areas questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable HTML … Continue reading

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

Java Player Class Primer Tutorial

An important part of the OOP design phase, here, today, using Java, is your imagination of which classes should exist, and then what their interaction should be. Sometimes you want to work on one class to completion and hope it … Continue reading

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

PHP/Javascript How Many Such Words Game Tutorial

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

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