Tag Archives: Apache

Google Charts Emailing Primer Tutorial

The Google Charts (derived) webpages here at this rjmprogramming.com.au WordPress blog have all changed to add functionality for emailing snapshots of the Google Charts “midstream”. You can see a table of tutorials, and corresponding PHP code (with the last row … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Projects, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 19 Comments

Language Word Association Game Tutorial

Yesterday we created English Word Association Game Primer Tutorial as shown below, to show a draft English only version of a Word Association game good for ESL purposes. Today we build on that functionality by allowing Word Associations in French … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , | 18 Comments

English Word Association Game Primer Tutorial

With yesterday’s Yahoo YQL Web Service JSON Thesaurus Tutorial, using Yahoo Web Services called YQL, as shown below, building on previous ones here at this blog, we effectively signed off on the final (supplementing recent PHP/CSS Sentence Auxiliary Verb Game … Continue reading

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

PHP/CSS Sentence Auxiliary Verb Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

PHP ob_start and Linux tee Primer Tutorial

Today we set up a performance timer for the use or not of the PHP ob_start() / ob_end_flush() buffering method duo (plus other related methods, as you will read from these links, and, later, below, hopefully). Tests seem to show … Continue reading

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

Apache .htaccess Prevent Directory Listing Tutorial

Today’s tutorial continues some of this blog’s discussions regarding a big area (of knowledge) of Apache and PHP website usage, about the use of .htacccess files we last talked about with the previous Apache .htaccess Autoprepend Autoappend Primer Tutorial as … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , | 33 Comments

Virtual Hosts with EasyPHP Primer Tutorial

Just supposing you run one web server, and want to handle more than one domain name, with control over the handling of each name (today we end up with a url of “quiz” which means something!). This is the concept … Continue reading

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

Apache/PHP/MySql phpBB Forum Primer Tutorial

Here is a tutorial that introduces you to an “out of the box” forum and message box solution (or bulletin board), should you, as a business, be heading that way. Let’s see our tutorial stream of consciousness view of the … Continue reading

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