Tag Archives: software

Mac Linux DVD Troubleshooting Primer Tutorial

Troubleshooting is a term familiar to anybody supporting a product. That product in the Information Technology world can be hardware or software. We find the times when we are most seeking a “troubleshooting” piece of advice is when, perhaps (sometimes … Continue reading

Posted in eLearning, Hardware, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , | 4 Comments

Ansible Playbook TLS Tutorial

Yesterday saw this blog’s first Ansible Playbook to create an nginx web server on a VirtualBox virtual machine referenced by http://localhost:8080 but, did you notice, that https://localhost:8443 came up with, in Firefox, at least … Secure Connection Failed The connection … Continue reading

Posted in eLearning, Hardware, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 11 Comments

Ansible Playbook Primer Tutorial

As a programmer, as time goes on, I get the creeping feeling that more is being asked of our job description. Pretty sure am not alone, and hope world employment is not going to be too hard hit by similar … Continue reading

Posted in eLearning, Hardware, Installers, Networking, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , | 10 Comments

Ansible Hello World Primer Tutorial

The role of a programmer is expanding into deployment with software tools such as Ansible, because it has the capability of making the piloting of automation systems “approachable” as an “art”. Why would you want to “pilot an automation system”? … Continue reading

Posted in eLearning, Hardware, Installers, Networking, Operating System, Projects, Software, Tutorials | Tagged , , , , , , , , , , , , , | 4 Comments

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

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