Tag Archives: PHP

PHP Form Validation Primer Tutorial

In tutorial here we use PHP (writing its own Javascript … don’t know about you, but love it when the server-side meets the client-side, and vice-versa (if this is possible? … has anybody done work going document.write([some-php-code]); ?!)) code to … Continue reading

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

PHP/Javascript/HTML Google Parabola Line Chart Tutorial

Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Line Chart functionality. Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical … Continue reading

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

HTML and Javascript and CSS Survey Traverse Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript and CSS all in the one HTML file, to simplify concepts. The tutorial subject matter is a webpage to perform Survey Traverse calculations. A Survey Traverse is: Traverse … Continue reading

Posted in eLearning, Land Surveying, Tutorials | Tagged , , , , , , , , , | 2 Comments

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

Ajax Preview Window Tutorial

Ajax is a client-side meets server-side melding of PHP (or ASP.Net) and Javascript and HTML and CSS and allows you to stay on the web page you are on doing many more things, rather than constantly changing web pages the … Continue reading

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

PHP + JavaScript + HTML Primer Tutorial

PHP is a wonderful language to learn. It is usually associated with being a web server-side language (as with this tutorial, where it is being shown on a local MAMP web server) but can be a command line tool as … Continue reading

Posted in eLearning, Tutorials | Tagged , , , | Leave a 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