Category Archives: Software

Computer software, or just software, is any set of machine-readable instructions (most often in the form of a computer program) that directs a computer’s processor to perform specific operations. ( Wikipedia )

GitHub Source Control Primer Tutorial

Source Control does not just apply to software. Any concept that you can apply the terms “draft” and “revision” to, could have source control applied to it. Our source control software we talk about today is generally associated with software, … Continue reading

Posted in eLearning, Software, Tutorials, Xcode | Tagged , , , , , , , , | 2 Comments

Yii MVC PHP Framework Hello World Tutorial

Today’s tutorial is a Hello World tutorial for Yii, to quote Wikipedia … Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as “Yee” or [ji:] and in Chinese it means “simple and evolutionary” … Continue reading

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

PHP Writes PHP Vertical TextBoxes Primer Tutorial

Is there any use for PHP to write out PHP? We think so, though we readily admit such an “onion of the 4th dimension” type of concept can be worked another way. However, let me set a scenario for you … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , , | 18 Comments

PHP Desktop Command Line Follow Up Tutorial

Yesterday we started on some PHP desktop tutorials for a XML Chapter Changes via the Substitution of Strings desktop job when we presented PHP Desktop Command Line Primer Tutorial as shown below. Of the three web modes of use today’s … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , | 6 Comments

PHP Desktop Command Line Primer Tutorial

Sometimes you have desktop program requirements involving files and the operating system. If the job is quite large you’d probably want to involve one of the well known IDEs like Xcode for Mac or Visual Studio for Windows or perhaps … Continue reading

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

External Javascript Genericity Follow Up Tutorial

Today we want to follow up on yesterday’s External Javascript Genericity Primer Tutorial talk about some External Javascript usage tactics by providing a practical (yet quirky) example of its usage. As you may have gleaned from yesterday the Javascript DOM … Continue reading

Posted in eLearning, Event-Driven Programming, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | 11 Comments

External Javascript Genericity Primer Tutorial

We want to talk about some External Javascript usage tactics today in the context of toggling the HTML sup element’s .innerHTML (ie. wording) specifically (we’ll explain why, later). External Javascript (as distinct from “inline” or Internal Javascript) gathers your client … Continue reading

Posted in eLearning, Event-Driven Programming, Software, Tutorials | Tagged , , , , , , , , , , , , , , | 18 Comments

PHP usort in Slideshow Animation via Image Visibility Tutorial

Was a bit of a surprise to learn that we have not mentioned much about PHP sorting techniques … so let’s get that sorted now. You may recall the (Microsoft) C “qsort” method we talked about here at this blog … Continue reading

Posted in eLearning, Event-Driven Programming, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 30 Comments