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 May 12, 2010, 14:22, by stefan, under
web.
I’m speaking at Optimera STHLM (that’s Optimize Stockholm) 31st of May about modern web architecture using JavaScript, Ajax and RESTful web services and what that means to both frontend and backend.
Posted on April 8, 2010, 23:22, by stefan, under
web.
I just did a short talk at the Google Technology User Group meetup in Stockholm this evening about the Google Maps API. The purpose of the talk was to give a quick introduction on how to get started as well as show off some of the features. I wanted to emphasize how easy, using only [...]
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: <input type="radio" name="myoptions" value="one"> First <input type="radio" name="myoptions" value="two"> Second <input type="radio" name="myoptions" value="three"> Third Get the currently selected value using only one line of code: [...]