Tag Archives: Linux

PHP Modes of Use Follow Up Tutorial

PHP is a very flexible programming language, as we saw during the previous PHP Modes of Use Primer Tutorial as shown below, where, below, we quote from this blog post largely, and highlight ideas that do not always work in … Continue reading

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

PHP Blog Summary Primer Tutorial

There are two things that often happen for programmers: they break a job into its components (often immediately jumping to list the biggest “worry”) they look for ways to achieve the job faster and more reliably (ideas regarding code reuse … Continue reading

Posted in eLearning, Operating System, Projects, Software, Tutorials | Tagged , , , , , , , , , , , , | 3 Comments

PHP Modes of Use Primer Tutorial

PHP is a very flexible programming language. It is probably best known as a server-side language called by a web browser using the http transport layer (ie. web browsing, or “surfing the net”). Let’s list three modes of use of … Continue reading

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

Linux Korn Shell Interactive Primer Tutorial

Linux (or unix) support a number of shell command line environments, the default being Bash for Mac OS X and its Terminal application. My favourite shell is called Korn shell, because I got used to it a lot doing work … Continue reading

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

Java Swing ActionListener KeyListener Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests your … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , | 3 Comments

Java Http Client Primer Tutorial

With a Mac laptop you have a Linux (Bash) environment you can access via the Terminal application. From there, if you have Java installed you can compile Java programs using the javac compiler command and then execute the resultant Java … Continue reading

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

Linux vi C make Primer Tutorial

The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | 5 Comments