Tag Archives: programming

HTML/Javascript MathML Primer Tutorial

The HTML5 specification allows for the use of mathematical symbology via MathML HTML tags. The display of mathematical symbology was not so easy to achieve very easily with older versions of HTML, and MathML makes this a lot easier for … Continue reading

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

HTML/Javascript Geolocation Primer Tutorial

At this blog we’ve mentioned quite a few times how good modern web software is about the “where” of life, and good Geolocation functionality exists right at the heart of basic Javascript functionality. Please enjoy today’s tutorial. Here today, we … Continue reading

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

HTML/Javascript Sentence Adjective Clause Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

Linux vi C make Primer Tutorial

The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading

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

Ajax All Textboxes All Mandatory Form Primer Tutorial

Was wondering, today, whether we’ve ever mentioned the very useful onblur event for the textbox input HTML tag, which fires after you leave a textbox, whether you have filled it in or not. It pans out we have, with the … Continue reading

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

MacPorts pdf2json Primer Tutorial

With a few previous tutorials, such as Wine Primer Tutorial as shown below, at this blog, we have used the brilliant MacPorts as a method of installing Open Source software on a Mac OS X operating system via the Terminal … Continue reading

Posted in eLearning, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , | 3 Comments

More About HTML Forms Tutorial

An HTML form element is often used to interact with a user to offer information about a product or service, and set up a dialogue of some sort should the user wish to enquire further. This often is useful for … Continue reading

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

Extended Linux Crontab Curl Tutorial

Sometimes for a website you only want to do a web server task once or a few times a day, and you, ideally, wouldn’t want to run into the remote possibility that two people could perform the task at precisely … Continue reading

Posted in Database, eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment