Tag Archives: asynchronous

Media Capture Asynchronous Ajax FormData Upload Progress Tutorial

Onto the recent Image Capture Asynchronous Ajax FormData Upload Tutorial “Media Capture” web application (but a “spoiler alert” soon (maybe tomorrow) is that we will argue that this can become a mobile application for you mobile users too), today we … Continue reading

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

Image Capture Asynchronous Ajax FormData Upload Tutorial

Out of the recent Image Capture Ajax FormData Upload Canvas Tutorial HTML’s Javascript Ajax open statement asynchronous (third) argument … var xhr = new XMLHttpRequest(); xhr.open(‘post’, ‘mailto.php’, true); xhr.send(form); … being true (ie. asynchronous) not able to be changed to … Continue reading

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

CSS3 Animations Below the Fold Asynchronous Tutorial

Yesterday’s CSS3 Animations Below the Fold Tutorial got us talking about “below the fold” and that concept’s natural “partner”, to our mind, is talk of “asynchronous” processing. These two ideas are very powerful. If you can be arranging your webpages … 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

Javascript async and await Primer Tutorial

Related Javascript asynchronous functionality to that of Promise All Object Tutorial‘s Promise object is async and await Javascript keywords. As you can see in our David Walsh inspired Javascript function introduced into the Promise object code of recent times … … Continue reading

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

Promise All Object Tutorial

Building on yesterday’s Promise Object Primer Tutorial start to the Promise object asynchronous processing research we are up to, we move on to try David Walsh‘s Promise.all syntax … Promise.all([promise1, promise2]).then(function(results) { // method takes an array of promises and … Continue reading

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

Promise Object Primer Tutorial

The Promise Javascript object opens up methods where you, as a web application client side programmer, can end up with a single variable approach to the management of asynchronous processes … … but the use of this can’t hide the … Continue reading

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

PHP Wikipedia Australian List Integration Tutorial

Yesterday’s PHP Wikipedia Australian List Makeover Tutorial got us thinking more about “where of life” functionality integration possibilities. For us, with many “where of life” web applications, the Google Charts Map Chart is a core part of the functionality, as … Continue reading

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