Tag Archives: HTML5

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

HTML Form Events Primer Tutorial

The study of events, in regard to web applications, is an important part of the study of front-end client functionality, so let’s again (after yesterday’s HTML Table Events for Colspan and Rowspan Tutorial as shown below) talk about the client … Continue reading

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

HTML Canvas Memories Game Drag and Drop Tutorial

The Canvas HTML element tag combines with some drag and drop event Javascript logic today with our revised Memories Card Game we first developed some time back with HTML/Javascript Canvas Memories Card Game Primer Tutorial as shown below. In the … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Tutorials | Tagged , , , , , , , , , | 4 Comments

HTML Colour Coded Tic Tac Toe Drag and Drop Tutorial

Today we revisit the Javascript client drag and drop events for non-mobile platforms. Do you remember when we presented HTML/Javascript Canvas Tic Tac Toe Game Drag and Drop Tutorial as shown below, where we created a drag and drop game … Continue reading

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