Monthly Archives: October 2015

HTML/Javascript Hearing and Listening Primer Tutorial

We’ve got a web application on the theme of Listening and Hearing, today, written such that it doesn’t need serverside (in our case, PHP) constituents, just HTML and Javascript and CSS, with a lot of help from various sources as … Continue reading

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

Image Arc Distortion via ImageMagick Primer Tutorial

ImageMagick is a really very very useful PHP class to manipulate image files on a web server, ours at rjmprogramming.com.au being an Apache/PHP/MySql web server. That arrangement makes PHP (and the ImageMagick class) a serverside processing constituent. It is most … Continue reading

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

Animated GIF Slides via ImageMagick Primer Tutorial

Animated GIFs are a means to store a slideshow or visual performance of some kind, that consists of several photograph stills, into the one image GIF file, which displays as an animation. The last time we talked about Animated GIFs … Continue reading

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

ImageMagick and Three Ps Affine Transformation Tutorial

It’s a common requirement with Information Technology programming to want to transform an image file. With CSS there are mechanisms to display images in a (affine) transformed way regarding … rotation scale … for display purposes, without altering the image … Continue reading

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

HTML/Javascript/PHP Broadcast and Listen CSS Tutorial

Today with the Broadcasting and Listen web application we’ve been developing we turn our attention more to styling and CSS issues, building on yesterday’s HTML/Javascript/PHP Broadcast and Listen Mailbox Tutorial as shown below. To summarise the Broadcasting and Listen web … Continue reading

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

HTML/Javascript/PHP Broadcast and Listen Messaging Tutorial

Yesterday, with HTML/Javascript/PHP Broadcast and Listen Mailbox Tutorial as shown below, we gave a mailbox functionality to our ongoing Broadcaster and Listener project to allow for the third of the functionalities below … broadcasting of messages listening to messages regarding … Continue reading

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

HTML/Javascript/PHP Broadcast and Listen Mailbox Tutorial

Yesterday, with HTML/Javascript Broadcast and Listen Primer Tutorial as shown below, we started our Broadcaster and Listener … … and we use the HTML canvas element as a “videogame captioner” (somehow we think of the word “teletext”er) type of letter … Continue reading

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

HTML/Javascript Broadcast and Listen Primer Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we mainly use the strokeText function to create … Continue reading

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