Archive for May, 2008

How to avoid automatic type conversion in JavaScript

Published on Friday, May 16th, 2008

A very common problem when people code JavaScript, is that they don’t take automatic type conversion into account. As a result, there are numerous weird errors and JavaScript is getting a lot of blame for being loosely typed. Therefore, I’d like to show you an easy way to avoid that problem.

Continue reading

DZone article about AJAX and element selection with DOMAssistant

Published on Thursday, May 15th, 2008

DZone asked me to write an article about DOMAssistant, so I chose to give an introduction to how to work with element selection and especially different ways of making AJAX calls. Please read Making Element Selection and AJAX simple with DOMAssistant for more information.

How to hide and show initial content, depending on whether JavaScript support is available

Published on Tuesday, May 13th, 2008

Many people ask me how I choose to address an situation where all content in a web should be available without JavaScript, but certain parts hidden if JavaScript is enabled.

Continue reading

Are you a woman reading this?

Published on Monday, May 12th, 2008

Ok, this is probably one of those publishings that will be a miserable failure, a crash-and-burn post. But hey, we learn from our mistakes, right? :-)

Continue reading

Posted in Developing | 25 Comments

Improve your web site performance - tips & tricks to get a good YSlow rating

Published on Friday, May 9th, 2008

When YSlow was released to indicate how well a web site performed, there were a lot of people disappointed, and perplexed, by their own score. Overall, I think performance is underrated, so I thought I’d give you some short guidelines how to improve the performance of your web site.

Continue reading

PictureSlides plugin released for DOMAssistant

Published on Tuesday, May 6th, 2008

We have just released a PictureSlides plugin for DOMAssistant, with which you can create picture slideshows, image presentations and also complete picture galleries.

Continue reading

Sweden’s best developers

Published on Monday, May 5th, 2008

Swedish magazine Computer Sweden has appointed who they think are the 75 best developers in Sweden In Swedish, and I was ranked number 19.

Continue reading

Event delegation with JavaScript

Published on Sunday, May 4th, 2008

There has been a fair share about JavaScript and event delegation, but since a lot of people doesn’t seem to have read it, I thought I’d re-iterate the point here. The more the merrier, right? :-)

Continue reading

Top results