Archive for September, 2006

Charts with XML datasource + IE + caching = bad

I was having a devil of a time getting some graphs to work in Rails. I was using a flash graph tool that takes XML as input. So, I had a controller that handed out XML. No problem.

In Firefox, I didn’t have issues. But, Internet Explorer would randomly not show the graph and would show the ‘datasource not found’ error. Browsing to the datasource would work fine.

Well, it turns out that XML data and IE don’t play together nicely when you’re using caching. Thomas at lessrain.com came up with the solution I needed, which was to remove some of the caching headers for the XML actions.

Comments

Practical jokes for nerds

So, I’ve been messing with my coworker today.

We have a wireless point on our internet router and he’s the only one in our office using it. He just bought a new laptop and he’s been setting it up, so he’s still getting to know it.

I keep disabling the wireless connection from the router side, so his connection drops.

Maybe this is cruel, but it’s kinda funny.

Comments (1)

Seth Godin: The End of the Job Interview

http://sethgodin.typepad.com/seths_blog/2006/09/the_end_of_the_.html

Interesting article about interviewing. As I do more interviews, I become more frustrated with the way that the interview process works.

Comments