Tag Archives: get

Python and Perl ftp Download Tutorial

The Three Ps ride again today, building on yesterday’s Perl ftp and the Three Ps Tutorial and adding in the ability to download a single file at a time as a “Download” scenario … in modern parlance … though in … Continue reading

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

Javascript Promises Object and async Genericization Tutorial

Today, we’re pulling together two recent threads of blog posting ideas … Promise object … and … async (and await) … both controllers of “asynchronicity in web application” tools, building on yesterday’s Javascript async and await Primer Tutorial. They are … Continue reading

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

XML Subtraction and Addition Processing Tutorial

Many projects that involve data will surprise you when you get to the phase of running your planned code over real data. Real business data can throw up surprises like … the length of time to process the data or … Continue reading

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

XML Subtraction and Addition Accountability Tutorial

We like to make our web applications “accountable” to those users using them. Often “sharing” functionality features when improving the “accountability” of a web application, at least for us. We’re trying to improve on the “accountability” of yesterday’s XML Subtraction … Continue reading

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

XML Subtraction and Addition Modes of Use Tutorial

Today’s job is to extend the modes of functionality for the “XML Subtraction and Addition” PHP web application we’ve been developing off yesterday’s XML Subtraction and Addition Genericization Tutorial. You may recall from a few tutorials at this blog that … Continue reading

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

XML Subtraction and Addition Genericization Tutorial

If you are a programmer not interested in “genericization”, and that’s because you can think on your feet without the “label” … “I tips my hats to ya” … well done. Think, though, that most of us, myself included, don’t … Continue reading

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

Regular Expression Object Primer Tutorial

When you are gathering information from an HTML form and want to make sure the information is likely to be valid before moving on you will often want to call on … HTML form method=’GET’ (so that we can stick … Continue reading

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

HTML Form Get and Post via PHP Priority Tutorial

As we stated yesterday, with HTML Form Get and Post via PHP Primer Tutorial … An HTML form element allows for method property values of … GET POST … the latter of which requires a server-side language to glean the … Continue reading

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