Apple embraces HTML4
Back in 2010, Apple released a demo page supposedly demonstrating the power of HTML 5. The demo was restricted to webkit/safari although it did not use any webkit-specifics nor any HTML 5. Using the very...
Continue...Back in 2010, Apple released a demo page supposedly demonstrating the power of HTML 5. The demo was restricted to webkit/safari although it did not use any webkit-specifics nor any HTML 5. Using the very...
Continue...JavaScript: a single-threaded language with many asynchronous calls JavaScript is a single-threaded language: it means that at a given time, only one script is being executed but a lot of things are asynchronous: you call...
Continue...