Tag Archives: programming

Android Studio Primer Tutorial

Our Android mobile app tutorial today uses Java but we do not use Eclipse IDE … gasp! Today we introduce Android Studio IDE (and we figure this is an opportunity to have a recap of Android Development, particularly past Eclipse … Continue reading

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

C++ Formatting cout Primer Tutorial

C++ uses iostream.h methods to format command line output. Programmers with a background in C may think the iostream.h “cout” stream output methods are a little harder to use (compared to C’s printf and sprintf and fprintf (which, of course, … Continue reading

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

Rename Scenarios in Linux Shell Script Primer Tutorial

Linux (or Unix) is a command line environment that is really powerful regarding file management. This power is no surprise as the basis of Unix and hence, Linux, is that files are at the heart of the design of the … Continue reading

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

Yahoo YQL Web Service JSON Next Tutorial

Here is a tutorial that introduces you to the Yahoo Web Services called YQL, building on the previous Yahoo YQL Web Service JSON FollowUp Tutorial as shown below. The name is the way it is because it simplified the API … Continue reading

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

PHP/Javascript Crossword Game Tutorial

Do you like word games? Today’s game tests your crossword skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to help learn some English vocabulary. Programmers … Continue reading

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

PHP/Javascript Spelling Game Tutorial

Do you like word games? Today’s game tests your spelling skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. Programmers often use … Continue reading

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

PHP/Javascript Derivations Game Tutorial

Do you like word games? Today’s game takes Latin and Greek root words, shows you their meaning, and asks you for a derived English Word based on this Latin or Greek root word … we’re going to call the game … Continue reading

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

PHP/Javascript Decoding Scrambled Words Game Tutorial

Do you like word games? Today’s game takes four randomly generated words, encodes them, and asks you to decode them … the words have 4 to 9 characters in them … mind you, out of them, you’d have åĨ‡æ€Šįš„å­—įŽĶ or … Continue reading

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