Tag Archives: cross-browser

PHP Content Type Iframe Synchronize Tutorial

Today, again, we drill deeper into the scenario 3 of PHP Content Type Primer Tutorial as shown way below, two days ago. Today we put in functionality to place your URLs, the “s” of which was inspired by the work … Continue reading

Posted in Animation, eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 23 Comments

HTML/Javascript Colour Name Translation into RGB Tutorial

Sometimes you know a colour by a name, and perhaps that name is recognised as an RGB type of colour. Today we write some HTML and Javascript code, which, admittedly, does not work for all the web browsers (notably (not) … Continue reading

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

HTML5 Track Element Primer Tutorial

HTML5 brought in quite a few new HTML element types (which you can read more about here) and one very useful one appears in the HTML code snippet as below … <video controls> <source type=”video/ogg; codecs=”vp8, vorbis”” src=”http://www.rjmprogramming.com.au/PHP/videos/GoToMeeting.ogv”></source> <track kind=”subtitles” … Continue reading

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

HTML5 Meter Element Word Count Tutorial

HTML5 brought with it many great features to front-end work on the internet in HTML, and today, we continue on from the previous HTML5 Meter Element Progress Bar Tutorial as shown below, we talk about one of the newly introduced, … Continue reading

Posted in eLearning, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , | 33 Comments

HTML5 Dialog Element Primer Tutorial

HTML5 brought with it many great features to front-end work on the internet in HTML, and today we talk about one of the newly introduced, and very useful, elements called “<dialog>”. At its core the “<dialog>” element represents a popup … Continue reading

Posted in eLearning, Games, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , | 15 Comments

HTML5 Meter Element Progress Bar Tutorial

HTML5 brought with it many great features to front-end work on the internet in HTML, and today, we continue on from yesterday’s HTML5 Meter Element Primer Tutorial as shown below, we talk about one of the newly introduced, and very … Continue reading

Posted in eLearning, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , | 25 Comments

Internet Explorer 8 with No Canvas Primer Tutorial

Was gobsmacked the other day trying worldold.htm on Internet Explorer 8, because I’d forgotten that the “canvas” element is not supported in IE8 or below. This web application uses the HTML5 “canvas” element not natively available in IE8 or below. … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , | 1 Comment

Google Drive Embed Video CSS Rotation Code Tutorial

Sharing videos happens all the time now, especially from mobile phones, and sometimes they are “posterior around visage”, if you know what we mean. Never fear, CSS3 rotation is here! The video involved here came to me as an email, … Continue reading

Posted in Animation, eLearning, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 10 Comments