Monthly Archives: November 2013

HTML/Javascript Simultaneous Line Equations Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can solve a pair of Simultaneous Linear Equations. The inspiration for this came from the tutorial here. Sometimes a graphical representation of the Line Equations can help … Continue reading

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

PayPal eCommerce Website Button Primer Tutorial

There are new eCommerce websites by the day. These websites have various degrees of sophistication but a lot will have used PayPal’s HTML website button functionality to make the collection of money easier. So visit the PayPal information page here … Continue reading

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

PHP/Javascript/HTML Public JSON ICC Usage Tutorial

Here is a tutorial that introduces you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. Today we look at International Calling Code information useful when making international phone … Continue reading

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

PHP MVC Primer Tutorial

Today’s tutorial creates an MVC website in PHP. MVC stands for Model/View/Controller web design architecture methodology. Even if you lack skills in the M[odel] bit of this software technique (and the experts recommend a “fat” M[odel] element to your design … Continue reading

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

Javascript Debug via Firefox and Firebug Primer Tutorial

Today’s tutorial (live run) shows some debugging techniques for Javascript work that involved the use of Firefox and its wonderful Firebug plugin (instigated via Firefox menu Tools->Web Developer->Firebug->Open Firebug), and builds on your knowledge from previous relevant Firefox and Favourite … Continue reading

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

Java HTML Parsing Primer Tutorial

Here is a tutorial that parses HTML in a Java console application overseen by the Eclipse IDE. For this tutorial, where we parse an HTML url via a parent HTML element of a designated HTML element type and class, and … Continue reading

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

Xcode Debug C Strings Program Tutorial

Have a bit of an esoteric C programming scenario today, and because it is esoteric, and some or all of you may fall asleep, am also going to show you how to debug in Xcode … and only now just … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | 8 Comments

Windows Major Web Browsers Tutorial

Yesterday’s tutorial had us in the position to test all major web browsers on a Mac laptop for our web work. The same can be done for Windows and want to show that here with this tutorial where we show … Continue reading

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