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
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.
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
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
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
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
Published on Monday, May 5th, 2008
Swedish magazine Computer Sweden has appointed who they think are the 75 best developers in Sweden
, and I was ranked number 19.
Continue reading
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