2012-06-29
Google I/O 2012, keynote day 2: the highlights
2012-06-28
Google I/O 2012, keynote day 1: the highlights
This blog post describes the highlights of the keynote of the first day of the Google I/O conference [1]. It does so from the vantage point of a developer and Apple user, so don’t be surprised to see developer information and comparisons with Apple.
2012-06-27
Mozilla’s next-generation web browser Servo is making progress
2012-06-26
The iPhone 5 to support NFC?
2012-06-23
Do we need a crisis to change?
2012-06-22
Asynchronous programming and continuation-passing style in JavaScript
2012-06-21
Windows Phone Summit: the highlights
2012-06-19
Microsoft’s new tablets: overview and thoughts
Yesterday, Microsoft introduced two new “Surface” tablets: One ARM-based version and one Intel-based version. This blog post summarizes the introductions and mentions a few thoughts of mine.
2012-06-18
2012-06-14
Reading RSS and Atom feeds on the iPad
2012-06-13
JavaScript: sparse arrays vs. dense arrays
2012-06-12
Apple’s WWDC announcements: a summary
This blog post summarizes what Apple has introduced at the World-Wide Developer Conference in San Francisco, yesterday.
2012-06-11
ECMAScript.next: for-of, iterators, generators
ECMAScript.next’s for-of loop will provide a new and quirk-free way of iterating over all kinds of data. This blog post explains how it works and how you can try out a prototype implementation in Firefox 13 and later.