Tag Archives: operator

HTML/Javascript Area Derivation Tutorial

In this wooorrrrllllddd where so much information is available online, that old adage espoused by mathematics teachers ahead of examinations that went … You’ll get part marks if you can show your working … is more apt than ever. To … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Javascript Incrementing and Decrementing Suffix Tutorial

The recent Javascript Incrementing and Decrementing Primer Tutorial broached … prefix syntactical Javascript Incrementing and Decrementing of variables … and, today, we extend that to … suffix syntactical Javascript Incrementing and Decrementing of variables … and to … both … … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Javascript Incrementing and Decrementing Primer Tutorial

Sometimes writing Javascript code we’ve let code like … <script type=’text/javascript’> var counter=null; function initializeCounter() { counter=0; } function incrementCounter() { if (counter == null) { counter=0; } ++counter; } if (eval(Math.floor(Math.random() * 1746765765) % 2) == 1) { initializeCounter(); … Continue reading

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

PHP Image Dimensions Linux and Windows Glob Curl Tutorial

Yes, we do believe that of the PHP modes of use, those being … surfing the net command line curl … there can be a role for curl as that hybrid “bit of both worlds” mode of use with today’s … Continue reading

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Image Dimensions Linux and Windows Glob Command Line Tutorial

Yesterday’s PHP Image Dimensions Linux Find File Awk Sed Javascript Tutorial helped out a PHP … “surfing the net” mode of use … but what if you are on Windows? (well, today we link up PHP’s glob‘s organizational skills with … Continue reading

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

PHP Image Dimensions Linux Find File Awk Sed Javascript Tutorial

It’s a little bit funny, this feeling inside, how yesterday’s PHP Image Dimensions Linux Find File Awk Sed UX Tutorial was about UX (or user experience), what to our eyes very much involves “front-end” concepts, yet the vast majority of … Continue reading

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

PHP Image Dimensions Linux Find File Awk Sed UX Tutorial

Yesterday’s PHP Image Dimensions Linux Find File Awk Sed Primer Tutorial set the scene for a new approach to an Image by Dimension Size web application idea. Today we turn our attention to … user experience (ie. UX) functionality improvements … Continue reading

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

PHP Image Dimensions Linux Find File Awk Sed Primer Tutorial

We’ve written web applications to list image files via their dimension, based on the incredible ImageMagick, when we presented the blog post thread ending with PHP ImageMagick Image Dimensions Sort Tutorial. But ImageMagick, alas, does not come out of the … Continue reading

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