Monthly Archives: May 2015

HTML/Javascript Colour Name Translation into RGB Tutorial

Sometimes you know a colour by a name, and perhaps that name is recognised as an RGB type of colour. Today we write some HTML and Javascript code, which, admittedly, does not work for all the web browsers (notably (not) … Continue reading

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

Ajax Auto-completion Internationalization Tutorial

Yesterday’s tutorial (called PHP Gettext Internationalization Primer Tutorial) reignited something I’ve been curious about for ages … and knew it was out there … the notion of linking “country codes” to “language codes” and coming up with more informed thoughts … Continue reading

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

PHP Gettext Internationalization Primer Tutorial

Our (Mac OS X laptop) local MAMP web server is an Apache/PHP/MySql web server. In this environment you can find out a lot with some PHP code as per … <?php phpinfo(); ?> … and if, in doing this, you … Continue reading

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

PHP Bcmath Primer Tutorial

Today we have an unusual linkage of tutorials, where we link our tutorial here, today, called “PHP Bcmath Primer Tutorial” with one from some time back (and I.T. historically speaking, a really long way back) called Lisp Primer Tutorial as … Continue reading

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

PHP GD and Image Functions Primer Tutorial

The PHP GD library is great for image drawing. The huge advantage with having this “talent” in PHP is that PHP is a serverside language capable of “talking” to your web server, and save files there, so you can download … Continue reading

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

Javascript jQuery More Filtering Tutorial

The web (design and) styling and Javascript client event functionality worlds can feel more united using jQuery (they all being aspects to web front-end (client) programming). We are not going to extend the jQuery much on yesterday’s Javascript jQuery Filter … Continue reading

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

Javascript jQuery Filter by Type Tutorial

Today’s tutorial builds on yesterday’s Javascript jQuery Traversing Primer Tutorial as shown below … Javascript brings great things to the client side of web applications. And within this Javascript world a wonderful library of functionality is jQuery. The jQuery library … Continue reading

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