Category Archives: Ajax

Asynchronous JavaScript and XML ( Wikipedia )

Google Geo Chart Co-ordinate Ajax Tutorial

We’re joining … placenames … to … latitude and longitude geographical (co-ordinates) … adding onto yesterday’s Google Geo Chart Co-ordinate Marker Tutorial‘s work meaning that the modified title rules regarding this now go … … and/or &aregeographicals=y (or instead of … Continue reading

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

NetBeans Java RESTful Message Board Update Tutorial

Yesterday’s NetBeans Java RESTful Message Board Primer Tutorial had us set up a Message Board web service application in Java and built via the NetBeans IDE. Did the look of its functionality remind you of the basics of SQL DML … Continue reading

Posted in Ajax, eLearning, Event-Driven Programming, 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

Mac OS X Do Not Sleep MAMP Tutorial

The Mac OS X command line (accessible via its Terminal desktop application) is not exactly Unix nor Linux, but more BSD. As such, it has developed some interesting command line commands, some of which we’ve mentioned in the past, and, … Continue reading

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

Weather API via Iframe jQuery Ajax Map Tutorial

We’re still trying out the exciting, the wonderful Weather API by Weather Underground today, building on the start we made to our “Weather API Project” when we presented yesterday’s Weather API via Iframe jQuery Ajax Tutorial primarily concentrating on AutoComplete. … Continue reading

Posted in Ajax, eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , | 2 Comments