Hi, I'm Henrik Joreteg
I'm a happy (despite the serious pic), geeky, husband, web developer, skier, and independent thinker.
Joreteg.com is where I blog about the web, entrepreneurship, iPhones, tech-news, marketing and whatever else comes spilling out of my brain.
Contact
Email:
Or you can just push this big button to call me:
Links to My Other Stuff
Latest From Twitter
11th
2010
My Buzz Feedback
I just submitted feedback to Google regarding Buzz. Here’s what I said, if you agree, please do the same:
I’m a fan of Buzz so far. One request though:
If I follow a user with a lot of followers such as Seesmic founder Loic Lemur, they will inevitably get tons of comments on their posts. I don’t want them at the top of my list just because anybody has commented on their post. I just end up seeing the same Buzz post over and over again at the top. That’s too much noise and is not helpful.
I don’t think they should end up at the top of the list unless I’m part of the comment stream. Until that changes it will be hard for Buzz to replace Twitter for me.
I also included this screenshot. I really don’t care about 62 people saying hi to Loic. No reason to put it at the top. Sorry Google, please change this!

Google chart API simple and sweet
So, in my humble opinion Google’s chart api is genius. I know some of this has been around for a while. But I’ve never really looked at it till now.
You just pass in paramaters and Google draws and serves up your charts super fast. In it’s most basic form, all you gotta do is put the paramaters in your image tag.
Here’s a couple of simple examples:
<img src="http://chart.apis.google.com/chart?chs=250x100
&chd=t:60,20,20&cht=p3&chl=Pure|Genius|Yo"/>
<img src="http://chart.apis.google.com/chart?cht=bvs&chco=4D89F9,C6D9FD
&chd=t:10,50,60,80,40|50,60,100,40,20&chds=0,160&chs=200"/>
There’s a lot more too it. Just read the chart docs API.
We web developers are doing an amazingly lousy job right now. We have to start serious mobile testing instead of just playing around with our iPhone for a few minutes before declaring our site fit for mobile.
Supporting all browsers is the whole f*ing point of being a good web developer, and I’m going to force you to do it even if I have to personally swear at each of you individually.
This is from an article on QuirksMode about how we developers are treating the iPhone web browser much like IE6 when it first came out. We can’t treat it like it’s the only compatibility check necessary. It’s something I’m personally a bit guilty of. Let’s not go down that road again, the web is open by nature. Let’s not pigeonhole ourselves by overly emphasizing one browser.
The full article is here (lots of less-than-clean language, but he’s making a solid point): http://www.quirksmode.org/blog/archives/2010/02/the_iphone_obse.html
26th
2010
Dear Google, please add the web-app meta tag to mobile apps
Google just built a sweet mobile version of Google voice for iPhone.

I have but one complaint about all the awesome HTML5 mobile webapps that Google has been releasing lately.
They open in Safari on my iPhone
That means that each time I want to access it even if I save a shortcut to my homescreen on the iPhone it opens in a new window in Safari. This gets annoying in a hurry and actually stops me from using the other mobile web apps like Gmail from my phone (I use the built in mail program instead).
The silly thing is this is sooooo easy to fix!
All they would have to do is add the following meta tag to their mobile apps:
<meta name="apple-mobile-web-app-capable" content="yes" />
Problem solved, now if I saved it to my homescreen it would open as if it were a stand-alone application. Why Google, why?
There must be a reason, but it makes no sense to me.
24th
2010
Awesome stop-motion video
I was really blown away by the creativity of this video. Very cool.
11th
2010
New Years Resolutions
Definitely a bit late, but nonetheless, here’s a few resolutions for 2010
- Get 100 churches signed up for my new BulletinApp.com service.
- Make 50% of my household income from passive (or at least semi-passive) sources.
- Do 100 pushups in a row.
- Learn how to hold a hand-stand for more than 1 minute.
- Take my home office as close to paperless as possible. (Evernote rocks!)
- Buy a house.
It’s a start… I may add to this list, but I’m not gonna take anything off!