Tag Archives: hierarchy

PHP/Javascript Dynamic Slideshow Primer Tutorial

The design of today’s PHP Dynamic Slideshow tutorial has so much in common, as far as inputs and process go, with PHP HTML/XML to Text Conversion Tutorial as shown below, that we base the software coding on it, happily building … Continue reading

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

PHP HTML/XML to Text Conversion Tutorial

The design of today’s tutorial has so much in common, as far as inputs and process go, that we base the software coding on yesterday’s PHP Nested Elements Report Client Files Tutorial as it is easier to plug in new … Continue reading

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

PHP Nested Elements Report Client Files Tutorial

“Tomorrow” is now “today”, and the Earth has had another roll … just like my dog in the park when there is “good stuff” present … please don’t ask?! Maybe yesterday’s blurb got you looking at PHP/Javascript Replace String File … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , | 2 Comments

PHP Nested Elements Report Follow Up Tutorial

Sometimes to make a program practically useful you have to take a pause after the proof of concept stage and ask “would you be happy using this program if there was a deadline”. Yesterday’s version of our “Tags Within Tags” … Continue reading

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

PHP Nested Elements Report Primer Tutorial

Lots of data is hierarchical by nature. Examples are HTML or XML or JSON data, and to get a report on tag types nested within other tag types can be a useful tool to sanity check that your data is … Continue reading

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

Java Swing JTree Primer Tutorial

Here is another tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests the … Continue reading

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

Python List Primer Tutorial

In this tutorial we examine some functionality code snippets suiting Python list data structure, in response to, really, and extending, a Yahoo Answers question. Lists, like tuples, are interesting in that different base data types that can’t cohabit an array … Continue reading

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

HTML/Javascript Animal Categorization Tutorial

A lot of the issues worth thinking about in the world can not be reduced to yes/no or 0/1 decisions. Even so, we often yearn to model it that way. After all, a computer is really a supermachine reducing problems … Continue reading

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