Posted on November 28, 2010, 21:07, by stefan, under
coding.
Since I’ve got a Swedish keyboard on my MacBook Pro tab-indenting using “Shift Left ⌘[" and "Shift Right ⌘]” does not work (or actually only Shift Right works). The reason for this is that you must use the Alt-key to get a bracket [, and apparently Command-Alt-[ is already taken by toggling zoom on/off. To [...]
Posted on June 2, 2010, 14:46, by stefan, under
coding,
web.
Being very humbled to be part of the star struck lineup at The Scandinavian Web Developer Conference 2010 I did a talk about Developing Large-Scale JavaScript Web Sites (slides available here as PDF). The presentation is basically a quick high-level overview of some of the main points I’ve encountered after several workshops at different clients [...]
Posted on June 2, 2010, 13:56, by stefan, under
coding,
web.
I did a presentation at Optimera STHLM entitled Faster websites with AJAX and REST architecture. The talk are more on an architecture level, rather than about implementation details. Slides are available as PDF here (this is an english version of what was presented). The demo I did of the Friendly Iframe ad-loading optimization by Tobias [...]
Posted on January 8, 2010, 23:39, by stefan, under
coding.
I recently read Coders at Work (published by Apress), here is a quick book review… One way to describe this book, in a somewhat generalized way, is to say “Old people talking about when they were programmers”. The book is a collection of transcript style interviews with some of the most protruding people in the [...]
Posted on December 10, 2009, 12:31, by stefan, under
coding,
web.
Getting the value of a the currently selected radio button may be done in a couple of ways. This is one approach using YUI 3. Here is the HTML: Get the currently selected value using only one line of code: Unfortunately, this does not work in Internet Explorer, so another (not as tight) approach is: