Tag Archives: programming

Scientific Research Game Primer Tutorial

We’ve got another ESL game, written in HTML and Javascript today, that we’ve called “Scientific Research Game” and its main feature is an HTML table element, whose contents is filled out via the data of … an array of Javascript … Continue reading

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

Close Relatives Game PHP Tutorial

We’re continuing on with the recent ESL “Close Relatives Game” because we want to … make the sharing functionality more enticing allow for (the possibility of) hugely more user-generated questions … the former of which is a Javascript client job … Continue reading

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

Close Relatives Game Sharing and Accountability Tutorial

Yesterday’s ESL “Close Relatives Game” lacked at least three qualities we try to improve on today, those being … ability to share personalization accountability … in that, with yesterday’s incarnation, respectively … there was no mechanism to share that game’s … Continue reading

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

Close Relatives Game Primer Tutorial

We’ve got an ESL game, written in HTML and Javascript today, that we’ve called “Close Relatives Game” and its main feature is an HTML table element, whose contents is filled out via the data of … an array of Javascript … Continue reading

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

List Web Application PHP Tutorial

Yesterday, with List Web Application Cookie Tutorial as shown below, we made a list … What about if I revisit the web application much later? Will it remember anything from that previous session using it? What if the amount of … Continue reading

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

List Web Application Cookie Tutorial

About 6pm Sydney, Australia time on 26th March, 2017, our latest “Make a List” web application became quite a bit more “accountable”, but even if you’ve been trying it out “in detail” it’s quite possible you didn’t notice. You see, … Continue reading

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

List Web Application Row Sorting Tutorial

Think “list”, think “sort”, too. Sorting a list is a very common, and often useful web application piece of functionality, as “sorting” often increases “order” for we humans. But, as with “order”, the idea of “sort” can be quite varied … Continue reading

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

List Web Application Row Swapping Tutorial

Think “list”, think “order”. So to have a web application involving a list where there is no possible way to reorder is not such a useful web application. Now, the word “order” can mean many things to many people, so … Continue reading

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