Christian Heilmann

You are currently browsing the Christian Heilmann blog archives for April, 2009.

Archive for April, 2009

TTMMHTM: 100% male, resumes, tuning Google Adsense, communication skills

Sunday, April 5th, 2009

Must-See-Videos: Nate Koechley on Professional Front-End engineering

Saturday, April 4th, 2009

I’ve just finished watching Nate Koechley’s talk on professional Front-End Engineering on the YDN Theater:


Nate Koechley: "Professional Frontend Engineering" @ Yahoo! Video

You can download the m4v for your ipod and read the transcription on Eric Miraglia’s blog.

I’ve seen Nate give this talk before in a shorter version at @media in London, but this version has the whole story from what frontend engineering is, over technologies and methodologies to use and avoid up to a very compelling argument why it all matters.

So if you can spare an hour and a half (or chunk it over two workout sessions in the gym like I did) go and watch this video before you start flaming on mailing lists, forums or flat out tell people that it doesn’t matter when something is incomprehensible or works by magic – as long as it works.

Thanks Nate for a great encapsulation of the whole frontend matter in one video.

Easing the transition from IE6 to using newer browsers…

Thursday, April 2nd, 2009

Here’s an idea to help those people in your office move away from IE6 to realmore modern browsers.

  1. Install FireFox or Opera on their machine
  2. Remove the Internet Explorer icon
  3. Replace the Opera or Firefox icon with the appropriate following ones
  4. Tell them when there’s any confusion that “Microsoft updated their browser, it looks different now!”

IEFox

Operexplorer

Who’s with me?

TTMMHTM:Macs, IE6, hacker spaces, pixar vs. dreamworks and travel nightmares

Thursday, April 2nd, 2009

Things that made me happy this morning:

Let’s start with filthy anti-propagandaa cool comic about macs:

Man gets electrocuted by his computer but fails to acknowledge it as it is a mac

New API limit policy for Yahoo made easier with the rate limit calculator

Wednesday, April 1st, 2009

Today the rate limitations of Yahoo APIs has been made much easier

The access allowance to the APIs is determined by your IP. Say you have the IP of 10.37.129.255 then you calculate your access like this:

  • Take the IP and remove all the dots, so 10.37.129.255 becomes 1037129255.
  • Divide the result by 2009
  • Divide this result by 4
  • Divide this result by 1 (this is to make it round up nicely, some computers have bugs when you don’t do this!)

To make this even easier, I’ve written a calculator API:

API limit calculator

You can use this to wrap it around the functionality you want to build: