Tag Archives: PHP

Google Chart Histogram Chart Pie Chart CSS Tooltips Tutorial

Today’s work is a combination of … CSS styling at the Pie Chart end … <style> div.google-visualization-tooltip { border-radius: 15%; background:linear-gradient(180deg, rgb(255,175,189), rgb(255,195,160)); filter: drop-shadow(-3px -2px 4px rgba(68,68,238,0.6)); } div.google-visualization-tooltip iframe { border-radius: 5%; } </style> tinkering with content sent … Continue reading

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

Google Chart Histogram Chart Pie Chart HTML Tooltips Tutorial

Yesterday’s Google Chart Histogram Chart Pie Chart Tooltips Tutorial got us going with tooltips, but with a limited “just text” feel to them, but if you have done some Google Charts tooltip research you’ll know the … tooltip: { trigger: … Continue reading

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

Google Chart Histogram Chart Pie Chart Tooltips Tutorial

The interface between Google Charts Histogram Chart interfaces to Pie Chart lost “data intelligence” that we want to pass on to the Pie Chart today. The mechanism by which we pass this list of Histogram data points (that go to … Continue reading

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

Google Chart Histogram Chart Pie Chart Interface Tutorial

When we presented Google Chart Histogram Chart Select Event Synergy Tutorial it represented a Google Charts … Histogram Chart interfaces to Pie Chart … tool. Recently, we revisited the interface (from Histogram … Roll of a Die Histogram Chart … … Continue reading

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

PHP Anagram Language Tutorial

Another mode of improvement on top of yesterday’s PHP Anagram Levels Tutorial, as flagged, is to add a new select (ie. dropdown) element with language codes, in order to facilitate … still pick an English word at the level of … Continue reading

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

PHP Anagram Levels Tutorial

We improve yesterday’s PHP Anagrams Tutorial with a level of difficulty extension of functionality today. We control difficulty via the length of selected anagram words, assuming shorter words will be easier to solve. With those shorter anagrams, and for longer … Continue reading

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

PHP Anagrams Tutorial

We like the design and basis of the NetBeans Java Swing Anagrams Tutorial‘s Anagram program. So, today, we’re developing a PHP version of that 10 to 12 letter word Anagram word game. As per all the inhouse PHP word games … Continue reading

Posted in Ajax, eLearning, Event-Driven Programming, Games, Operating System, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment

AppML Acronyms Hierarchy Tutorial

Yesterday’s AppML Acronyms Tutorial works in an HTML table by appml-repeating table cell content elements via an array. What happens if your JSON contains arrays within arrays, like our Acronym data’s “vars” members … [{“sf”: “BHP”, “lfs”: [{“lf”: “benign prostatic … Continue reading

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