Tag Archives: HTML5

XML to HTML PHP Three Ways Translation Tutorial

One of the great things about PHP programming is the proliferation of solutions which are out there in the Open Source world for various problems you want to solve. With yesterday’s XML to HTML PHP Simplexml Translation Tutorial as shown … Continue reading

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

XML to HTML PHP Simplexml Translation Tutorial

Yesterday’s HTML Data Intelligence More Like XML Primer Tutorial as shown below, talked about the HTML5 Global Attributes under the umbrella of HTML data-* Attribute usage. You might remember from that … Along the way doing this we want to … Continue reading

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

XML to HTML Data Intelligence Translation Tutorial

Yesterday, with HTML Data Intelligence More Like XML Primer Tutorial as shown below, we talked about the HTML5 Global Attributes under the umbrella of HTML data-* Attribute usage. You’d be right in guessing that now we want to try some … Continue reading

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

HTML Data Intelligence More Like XML Primer Tutorial

Today we wanted to start you thinking on the subject of “data with intelligence”. Maybe you think of HTML as representing “data with intelligence” because it brings you, via the Internet so much great information. That is true, but generally … Continue reading

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

CSS Before and After Content Primer Tutorial

The “#element:before { content: ‘Some starting content’; }” and “#element:after { content: ‘Some optional ending content’; }” CSS syntax (to populate the innerHTML “content” of HTML element id=’element’) is fascinating to me, because it feels like breaking the rules somehow. … Continue reading

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

Dynamic Javascript and CSS Primer Tutorial

The Head tag of an HTML webpage can be thought of as containing … Javascript scripting (though other types may work too) CSS (Cascading Style Sheets) … as well as optional meta tags and title tag … and am sure … Continue reading

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

Dynamic Javascript Primer Tutorial

Javascript is the HTML scripting language … it’s official in HTML5 where the “type=’text/javascript’” in <script type=’text/javascript’> … </script> is no longer needed. Without Javascript web pages would be pretty mundane, but the use of Javascript DOM and various Javascript … Continue reading

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

PHP and Javascript and CSS WebGL Prism Tutorial

To infinity and beyond!! … well, at least to the 3rd dimension … yes, we’re rejoining our Geometry and Land Surveying theme today, rejoining the discussion of PHP and Javascript and CSS Shape Rotation Tutorial as shown below, but giving … Continue reading

Posted in eLearning, Games, GUI, Land Surveying, Tutorials | Tagged , , , , , , , , , , , , , , | 19 Comments