Tag Archives: regex

Worldbank API World Country Reporting Regex Tutorial

Don’t know why, but have often equated regex work in Javascript or PHP with “RegEx Rangers”, or some such other “superhero” categorization. That is because to wield RegEx principles is a bit like swinging a sword through the “butter” of … Continue reading

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

PHP Themed Supervision Sixth Genericization Tutorial

Programming can be funny, on occasions, about things you think are going to be a doddle, quite often don’t turn out to be a doddle, and vice versa quite often too. Thought today’s task would only take a day, but … Continue reading

Posted in eLearning, ESL, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 5 Comments

Javascript DOM Big Changes Iframe Tutorial

The “onion of the 4th dimension” contribution today, to yesterday’s Javascript DOM Big Changes Primer Tutorial as shown below, revolves around the Sun … doh! … revolves around the relationship between child (HTML iframe element) and parent webpage regarding the … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , , | 13 Comments

Javascript DOM Big Changes Primer Tutorial

Hope you’ve been seeing the joys of web application programming using Javascript client logic regarding HTML DOM innerHTML property over the last couple of days. It occurs to us that we, perhaps, should step back a bit and go over … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , | 42 Comments

PHP/Javascript Find String File Browsing Tutorial

Today we give the media cross browser issues a break … phew! … but continue on file browsing … and today add in functionality to search how ever many interactively browsed in files for (a count of those) search strings … Continue reading

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

Javascript Form Required Fields Primer Tutorial

In tutorial here we use Javascript code to validate an HTML form element’s input tag data for Required Fields as a follow up to previous Javascript Form Validation Primer Tutorial as shown below. This tutorial’s methods differ in that the … Continue reading

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

Perl Form Validation Primer Tutorial

In tutorial here we use Perl code to validate an HTML form element’s input tag data using regular expressions, as described by Wikipedia below: In computing, a regular expression (abbreviated regex or regexp) is a sequence of text characters, some … Continue reading

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

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