Tag Archives: web browser

MAMP Virtual Hosting Primer Tutorial

Yesterday we talked about a Linux idea for backup on a MacBook Pro laptop with our Linux Backup via rsync Primer Tutorial as shown below. Today we are going to talk about virtual hosting on a MAMP Apache local web … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , | 26 Comments

PHP Content Type Download Tutorial

Today we add to the scenario 3 of PHP Content Type Iframe Synchronize Tutorial as shown below, from two days ago, by adding a new button for some Download functionality usage. With PHP, the difference between a download scenario, and … Continue reading

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

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

PHP Content Type Iframe Overlay Tutorial

Today we drill deeper into the scenario 3 of yesterday’s PHP Content Type Primer Tutorial as shown below. In the process we discover another concept for the “overlay” ideas we present at this blog. It is not that we haven’t … Continue reading

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

PHP Content Type Primer Tutorial

Today we want to start a discussion on a big topic in web programming, the webpage content type (or mime type). The normal association of webpages is with the … text/html … mime type. Server side languages such as PHP … Continue reading

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

AppleScript Surfing Primer Tutorial

What AutoHotKey is as a recording piece of functionality for Windows is, AppleScript is Mac OS X’s recording functionality equivalent. Today we shaped to want to show you the equivalent functionality AutoHotKey achieved surfing the net with Internet Explorer as … Continue reading

Posted in eLearning, Operating System, 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

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