Tag Archives: programming

Linux Background Primer Tutorial

Linux (or Unix) is a command line environment that supports interactive and non-interactive task management. Often non-interactive tasks are known as batch processes, often intended not to rely on any user intervention, unless there is a problem. In the pre-GUI … Continue reading

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

Yahoo YQL Web Service JSON Primer Tutorial

Here is a tutorial that introduces you to the Yahoo Web Services called YQL. The name is the way it is because it simplified the API aspects of its functionality for the developer to concentrate on SQL, and I’m really … Continue reading

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

Ajax jQuery Primer Tutorial

A lot of the things people like about the Web are to do with Javascript and client-side activities. Adding to that experience are Javascript libraries packed full of features. Probably the best known of these is jQuery. It is very … Continue reading

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

PHP/Javascript/HTML Google Chart Intervals Chart Tutorial

The concepts of lines of best fit and confidence intervals can be important as a measure of the integrity of measured data. In the PHP/Javascript/HTML Google Chart Linear Trendline Tutorial as shown below we discuss trendlines and so, lines of … Continue reading

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

C, C++ NetBeans, gdbserver Debugging Primer Tutorial

Today’s tutorial is about debugging C (and C++ can be done too) using the gdbserver plugin in the NetBeans IDE, and its progression brought into play issues regarding the upgrade of Xcode 4 to Xcode 5 (and Mac OS 10.7.5 … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , , , , | 24 Comments

Touch Pinch Gesture Primer Tutorial

The Pinch Gesture on a tablet is pretty intuitive, and lots of people spend lots of time from then on “pinching” their way through the web … but watch out for angry spiders. The word “gesture” is fairly pertinent here … Continue reading

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

Ajax Global Weather Auto-completion Tutorial

Ajax techniques make your web pages very dynamic and useful, and there will be fewer changes of webpage required when using Ajax, because information derived from a data source (maybe a feed, maybe a database read, maybe a local source … Continue reading

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

PHP/Javascript/HTML Google Chart Histogram Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Histogram functionality. Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree … Continue reading

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