Tag Archives: programming

Java CSV File Read and Process Primer Tutorial

Here is a tutorial that reads an input CSV file which is entirely numeric and uses ArrayList structures in Java on a Mac laptop to store the data of the file. It is generic in the sense that integer or … Continue reading

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

ASP.Net VS 2013 Express Wcf Service Primer Tutorial

For today’s tutorial we show a skeletal ASP.Net Web Service making use of SOAP messages mentioned previously in the ASP.Net Web Service Primer Tutorial as shown below. The Web Service makes use of Windows Communication Foundation (Wcf) functionality, and with … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , | 9 Comments

PHP/Javascript Can You See Any Words Game Tutorial

Do you like word games? Today’s game takes 81 randomly generated letters in a 9×9 grid and asks you to make as many words from its letters as you can that are unique and 3 or more characters long which … Continue reading

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

PHP/Javascript Words Within Words Game Tutorial

Do you like word games? Today’s game takes a randomly generated word and asks you to make as many words from its letters as you can that are 4 or more characters long and are not the original word … … Continue reading

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

PHP/Javascript Hangman Game Tutorial

Do you like word games? Today’s game is well known to lots of people … Hangman. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. … Continue reading

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

ASP.Net .Net 4.5 VS Web Express 2013 Primer Tutorial

The previous ASP.Net Hello World Primer Tutorial … … Visual Studio Express as shown below involved the use of Visual Studio 2010 Express on a Windows laptop. Today we zoom forward to Visual Studio Web Express 2013 for .Net 4.5 … Continue reading

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

HTML/Javascript Egg Timer Game Tutorial

Javascript includes two very useful timer functions called setTimeout and setInterval which, respectively, fork off functionality after a time period once and continuously. Today we use setInterval as the basis of an Egg Timer game. Did you ever teach yourself … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , | 15 Comments

Javascript/CSS Lightbox Primer Tutorial

The brilliant Lokesh Dhakar is the inventor of Lightbox which is a small Javascript library allowing for overlayable images on top of the current webpage … told you it was brilliant. Am sure you’ve seen Lightbox, or its incarnations, all … Continue reading

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