2011-10-31
What Steve Jobs and Apple are and aren’t
2011-10-30
A quick overview of JavaScript
This post gives an overview of JavaScript that is as short as possible, but explains every major feature. Give the language a chance! You have to learn its quirks, but then it is fun to program in.
2011-10-29
Real-world Twitter
2011-10-28
JavaScript: Why the hatred for strict mode?
2011-10-27
Wall Street isn’t successful
Mobile apps – dead within three years?
Prediction: Mobile apps are dead in 3 yrs - mobile web wins. Faster cloud connection and faster chips. PCs all over again. Implications?This tweet packs a lot of stuff into very few characters. Let’s look at the assertions.
2011-10-25
String concatenation in JavaScript
2011-10-24
Three recommended articles on Steve Jobs
Enums for JavaScript
2011-10-23
Printing objects on Node.js
2011-10-22
Siri versus Google Voice Actions
2011-10-20
Universal modules (browser, Node.js): imports and universal tests
This post explains how to write modules that are universal – they run on browsers and Node.js. A previous post showed a simple way of doing so, this post presents a more sophisticated solution that also handles modules importing other modules. Additionally, we use the unit test framework Jasmine to write tests for those modules that are equally universal.
Will Intel’s Tizen mobile operating system succeed where MeeGo failed?
2011-10-19
Four statistics that explain the “Occupy” protests
Quoting “Here Are Four Charts That Explain What The Protesters Are Angry About...” by Henry Blodget for Business Insider:
2011-10-18
Universal unit testing (browser, Node.js) with Jasmine
This post gives a quick introduction to the JavaScript unit test framework Jasmine. It has the advantage of allowing tests to be run both in browsers and on Node.js.
2011-10-17
What’s new in Firefox 8 for end users and developers
A JavaScript class pattern that starts with a function
2011-10-14
Why do people queue up to buy the iPhone 4S?
The power of the Asynchronous Module Definition
This post explains Asynchronous Module Definition (AMD), a standard for defining modules in JavaScript and contrasts it with the currently very popular CommonJS synchronous modules.
2011-10-13
2011-10-10
Google Dart – overview and comments
“Buck (2011)” – of horses and men
2011-10-06
Apple’s introductions: is the iPhone 4S disappointing?
This post gives and overview of the introductions that Apple has made on Oct. 4, 2011. It will also tackle the question whether the iPhone 4S is disappointing.