Category Archives: Tutorials

A tutorial is a method of transferring knowledge and may be used as a part of a learning process ( Wikipedia )

YouTube API SubRip Subtitles Creation Tutorial

Further to yesterday’s YouTube API SubRip Subtitles Hashtag Tutorial, it being based on … a user supplied SubRip subtitles filename URL … but, today, we want more “recallability” by … adding functionality to create the contents of a SubRip subtitles … Continue reading

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

YouTube API SubRip Subtitles Hashtag Tutorial

Yesterday’s YouTube API SubRip Subtitles Primer Tutorial had us allowing for a semi-integrated … recognition of SubRip subtitle file definition in the grandchild level inhouse YouTube API interfacing HTML and Javascript we have going, and testing in it’s “standalone” incarnation, … Continue reading

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

YouTube API SubRip Subtitles Primer Tutorial

We’re back at the YouTube API themes, like with Audio Stream of YouTube Video Play Safari Loading Tutorial, today, allowing for … SubRip subtitle … file reading and processing just on the client side, via Ajax methodologies, following up on … Continue reading

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

Landing Page Web Inspector iPhone CSS Styling Tutorial

We’ve put up with a Landing Page annoyance regarding iPhone Portrait viewing for some time now, but today we’ve bitten the bullet and attended to the issue whereby the last “g” in RJM Programming butted up to the right hand … Continue reading

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

Window Object Screen Member Variables Overlay Tutorial

Onto yesterday’s Window Object Screen Member Variables Tutorial we nuance … “overlay” if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i)) { document.body.innerHTML+='<span id=vertborder data-class=”hseparator” style=”color:transparent;position:absolute;left:91%;top:50%;z-index:99;transform:rotate(90deg);”>document.documentElement.clientHeight=’ + document.documentElement.clientHeight + ‘</span>’; } else { document.body.innerHTML+='<span id=vertborder data-class=”hseparator” style=”color:transparent;position:absolute;left:94.25%;top:50%;z-index:99;transform:rotate(90deg);”>document.documentElement.clientHeight=’ + document.documentElement.clientHeight + ‘</span>’; } and “flex” <style> .hseparator … Continue reading

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

Window Object Screen Member Variables Tutorial

We stumbled upon an excellent diagram image to explain some of the window object member variables available to Javascript DOM and describing the various dimensions of device screen parts at https://moo-you.tistory.com/882 … … thanks. Knowing that, we harnessed the great … Continue reading

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

Animated GIF versus PDF Presentation Considerations Tutorial

The RJM Programming web server is a Linux one, which means, in terms of it’s hard disk, file resource allocation limits happen regarding both … disk storage in bytes (affected by how large your files are/get) number of files in … Continue reading

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

Messages iOS App Photo Attachment Options Tutorial

We had a … Yeah, yeah, yeah. We know we should know that! … moment yesterday, communicating via SMS on our iPhone. The solution to our pickle ended up being that, amongst … 1 On iPhone, in Messages app, in … Continue reading

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