Posted on November 7, 2009, 6:56, by stefan, under
coding,
web.
Using plugins in YUI 3 is a way to add functionality to existing objects in YUI (very much like you would use prototype to augment a function to a normal JavaScript object). Objects in YUI all derive from Y.Base. Note that this post is about YUI 3 and not YUI 2. However, the current YUI [...]
Posted on October 18, 2009, 21:55, by stefan, under
coding,
web.
It is clear that IE6 is not going away just yet, at least not for mainstream websites targeting a large (and non-tech) audience. Quite some time and effort is put into making design and functionality work in IE6 which otherwise works perfectly well in more modern browsers. This is inefficient, but just because IE6 support [...]
Posted on October 2, 2009, 22:34, by stefan, under
coding,
misc.
Just organized the first meetup of Sweden iPhone Developer User Group in Stockholm. Presentations available here and a report from the evening at iphone24.se (in Swedish).
Posted on August 13, 2009, 8:49, by stefan, under
coding.
After updating to iPhone 3.0.1 (the SMS security fix) Xcode refuses to build and deploy to the iPhone, claiming it doesn’t support that version. However, 3.0 (and not 3.0.1) is currently the latest supported version. To fix this, execute the following (everything in one line) in a terminal to create a softlink for 3.0.1 to [...]
Posted on February 24, 2009, 16:11, by stefan, under
coding.
Finally I managed to reproduce something that have been annoying me for several months while using NetBeans as my primary JavaScript editor: Filed as issue #159060. Update: Fixed in trunk and available in 6.7 M2.