Tag Archives: local web server

Python Webserver Primer Tutorial

Today’s tutorial shows yet another approach regarding the creation of a local Web Server. Today we create a very simple Python Web Server, and give thanks to Python and XML by Christopher A. Jones and Fred E. Drake, for the … Continue reading

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

MySql on Command Line Primer Tutorial

Today’s tutorial follows up on MySql Stored Procedures Primer Tutorial as shown below, to illustrate that MySql database (and PHP server-side language) are friends of the command line, and you can use all these tools in batch processing, even though … Continue reading

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

Apache WebServer on Mac and The Three P's Primer Tutorial

Today’s tutorial shows a web scenario that utilizes The Three P’s with a local Apache web server (at http://localhost/) on a Mac laptop (Mac OSX 10.7.5, Apache/2.2.22 (Unix), mod_wsgi/3.3, Python/2.6.7, PHP/5.3.15) opening up its Web Sharing arrangements, building on the … Continue reading

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

EasyPHP Windows Framework for PHP/MySql Tutorial

Are you writing PHP with MySql bits, as well, maybe? Wonderful! Do you have a testing environment, or do you load everything live straight away? For simple things, the latter is tempting, but it is not great, and for complex … Continue reading

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

PHP and MySql via MAMP Primer Tutorial

PHP is a server-side language hankering to do database and file management at the server? Unfortunately this can not be done with a handkerchief alone, as you will also need a database like MySql. What else is needed? A framework … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | 1 Comment

MAMP Mac Framework for PHP/MySql Tutorial

Transcript: Are you writing PHP with MySql bits, as well, maybe? I like your style! Do you have a testing environment, or do you load everything live straight away? For simple things, the latter is tempting, but it is not … Continue reading

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