View allAll Photos Tagged javascripts
11th APRIL, LONDON - Damjan Vujnovic shares when he decided to build mindmup.com. The two main goals, to learn cool stuff and have fun. What went right? What went wrong? What was most surprising? How did they test, monitor & troubleshoot? See the SkillsCast recording (film, code, slides) at bit.ly/16V3t3p
Simon Tegg of the Enspiral Dev Academy on "'Mutable identities and coupled concepts' - Teaching and learning on a fullstack, bootcamp, JavaScript course" at nz.js(con);
Impressions from the first nz.js(con); conference.javascript.org.nz/ organized by the JavaScript Society of New Zealand. javascript.org.nz/
the default implementation for handling ajax has to be jquery's ajax component.
it. is. awesome. it smooths over browser quirks to provide one API for several transports, including XHR and JSONP. it's even more flexible now with a 'promise' API that makes it easier to handle async logic.