Tag Archives: PHP

Integrating a Google Map Chart with Geographicals Tutorial

Today we revisit the Geographicals suite of webpages here at this blog, which we last talked about with Integrating Global Weather Ajax with Geographicals Tutorial as shown below. Lately we’ve been thinking about software integration projects, particularly with respect to … Continue reading

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

HTML Entities Primer Tutorial

As a programmer, when you deal with database issues and CSV you often come up with issues where you construct HTML or read HTML as part of the final solution, and you have to deal with the ambiguity of ‘ … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , | 5 Comments

PHP/Javascript/HTML Google Chart Treemap Chart Tutorial

 Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Treemap Chart functionality.  Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical … Continue reading

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

HTML/Javascript and PHP Quiz Tutorial

A quiz is a fairly common way to learn, and a short answer or multiple choice quiz is easy to design with HTML and Javascript. Today we show you a simple quiz consisting of ten questions with a button and/or … Continue reading

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

MySql on Command Line Primer Tutorial

Today’s tutorial follows up on MySql Stored Procedures Primer Tutorial as shown below, to illustrate that MySql database (and PHP server-side language) are friends of the command line, and you can use all these tools in batch processing, even though … Continue reading

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

PHP/Javascript Three to Six Letter 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, Games, Tutorials | Tagged , , , , , , , | Leave a comment

Web Server Access Primer Tutorial

When you maintain a Web Server there are lots of tools of use, but just what do you need to run an Apache/PHP/MySql web server? … Who’s smart idea was this? … … sun comes up … … sun goes … Continue reading

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

PHP/Javascript/HTML DateTime Period Primer Tutorial

Today’s tutorial shows some PHP and Javascript functionality building on a Yahoo Answers question asking about date (difference) functionality using PHP. There always appear to be lots of functionality in computer languages to do with dates and times, and that … Continue reading

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