Posts in the "" Category

Geek Meet in northern Sweden

For anyone interested in Geek Meet, but living far up north in Sweden, there now seems to be an option. Damian is thinking about putting one together and is trying to find like-minded people. It will, it seems, most likely take place in Skellefteå or Umeå, and you can visit his post A geek meet in Northern Sweden to sign up or express interest in general.

Thoughts on HTML 5

People have asked of my opinions about HTML 5 and the road they’re taking. Basically, I feel that you need to do a lot of reading up to actually be eligible to have an opinion, so I’ll try tread lightly with mine, and only cover certain areas.

Continue reading

Get a Joost invite

Updated June 18th

As I won’t be following the comments here anymore, I recommend you to get your invites through the Joost GigaOM invitations page. I’ve asked Joost for a page of my own, but still haven’t heard from them, so I’m sorry…

You can always write a comment here, and if I ocassionally read the comments here, I will send an invitation, but please don’t count on it.

Want to test Joost to watch streaming TV over the Internet, but haven’t got an invite? Write a comment with a valid e-mail address, and I’ll send one to you!

Related reading

What are Web Standards? A comprehensive explanation of what is comprised in the term

This article is also available in Brazilian-Portuguese and in Spanish.

The term Web Standards is featured prominently all over the web, in meetings with customers and amongst web developers in general. However, the problem is that people have different views on what it actually means and encompasses.

Therefore, I will try to explain my views on it and what most people actually mean when they refer to Web Standards.

Continue reading

Not the Google love I was hoping for

You know, we all desire to get a good ranking with Google, right? Well, here’s one search scenario where I’m really proud to get so high up… 😉

PS. Only reason I found out was going through the stats and actually saw a visitor finding my web site through that… DS.

Ads are back

So, the ads are back now (and a few new ones). If you like their suggestions, please click on them!

All the proceeds from ad clicks will go to charity.

Today’s day: Go-back-to-the-old-theme-day

As you know, people all over the Internet declare different days to be a certain kind of day. Therefore, I dub this day Go-back-to-the-old-theme-day. 🙂

(and yes, this is only for today)

Movies that made me gasp

Yes, apparently it’s casual Friday here today with the topics. 🙂 Let me be a male pig, just this one time, and just list some of the movies that made me gasp (and some of them were also good movies overall):

Continue reading

Bob Dylan post helped me peak

I just wanted to say thanks to the Bob Dylan fans giving me a new peak. I’m usually blessed with a fair amount of visitors, but my post about the Bob Dylan club gig in Stockholm helped me reach almost 5300 unique visitors the same day at the end of March. Thank you!

What editor do you use?

I’ve been working with the web for almost 9 years now, and I’ve encountered a spectrum of web developers and their preferred tools during that time. Therefore, it’s always interesting to ask for someone’s favorite editor.

Continue reading

FlashReplace – A light-weight JavaScript to insert Flash movies into your web page

Updated April 20th

I’m so used to having a $ method for accessing elements. Nevertheless, the idea is of course that FlashReplace should be stand-alone, so I replaced it with the standard document.getElementById.

Updated April 20th

Although I didn’t encounter any problems with not using an embed element (to have valid HTML code output), it has been strongly recommend that I use it to ensure maximum compatibility. Therefore, it has been added and the file size is now 2.1 kb.

Updated June 3rd

I’ve gotten a few e-mails asking how to add variables to the Flash movie, so here are some options:

The simplest way is to just do it through a querystring. I.e. “movieFileName.swf?testVar=hello”.

Another option is to reference the movie and do it something like this:

document.getElementById("movieName").SetVariable("testVar", "hello");

Ok, everyone and his mother are creating scripts to include Flash into a web page. I wanted to have my own version, but with less and more readable code, so here’s my JavaScript to include flash : FlashReplace.

Continue reading

Popular doesn’t equal good

Something I find increasingly annoying is the fear most companies have when developing a new web site. They don’t dare to try new things, and more importantly, they don’t even want do offer something good. It’s a copy-cat syndrome holding us all back.

Continue reading