Monthly Archives: April 2013

Perl Primer Tutorial

Here is a tutorial that introduces you to some aspects of Perl. Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym,[4] there are various backronyms in use, such as: Practical Extraction and Reporting … Continue reading

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

C++ Xcode OOP Composite Objects Tutorial

Here is a tutorial that introduces you to some aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming. Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data … Continue reading

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

Present Perfect Tense in English Learning

Present Perfect Tense Visit this link … Present Perfect Tense When you have finished above click Present Perfect Verb Story Construction … Topic 1 Experience   Pick the sentences in order and change them to Present Perfect below …“No, I … Continue reading

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

Google Chart Tools Primer Tutorial

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

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

Java ArrayList Primer Tutorial

Here is a tutorial that uses ArrayList structure in Java via XCode on a Mac laptop. This program counts the occurrence of characters within the contents of a text file. We have one input text file which we are going … Continue reading

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