Tag Archives: web browser

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

Windows Web Browser Home Page Primer Tutorial

If you use Windows a lot, and you are not yet up to the touch possibilities of Windows 8 (yet?), you will find right-clicking pretty natural, and then you may have got to the slightly advanced anticipation-of-what-would-(likely)-be-available-on-a-right-click “club” of users … Continue reading

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

CSS Float Right Blockquote Primer Tutorial

The tutorial called Multiple Background Image Primer Tutorial, as shown below, dealt with some styling issues to do with the blockquote HTML elements here at this blog. Today we add nuanced CSS styling functionality to allow for blockquotes that float … Continue reading

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

FFmpeg Image Optimization Primer Tutorial

The Linux FFmpeg command is so useful, and so modest. In its “man ffmpeg” it just describes itself as a video converter, but it does (eg. scaling) images as well …. guess the modesty could be that it thinks of … Continue reading

Posted in eLearning, Photography, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | 13 Comments

Xcode Swift iOS Application End Game Follow Up Tutorial

Lots of us hope to learn something new each day?! Overnight, was expecting the “Make Your Own Charts” iOS mobile application to go through to the Apple App Store for sale, and it didn’t, so, having read an email saying … Continue reading

Posted in eLearning, iOS, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 13 Comments