
Just found this great image of the protests in Thailand from a few months ago.

Just found this great image of the protests in Thailand from a few months ago.
This is some of the best reportage I’ve seen on the recent white supremacists rally downtown.
The LAPD look thrilled.
White House contributes to Drupal CMS.
By releasing some of our code, we get the benefit of more people reviewing and improving it. In fact, the majority of the code for WhiteHouse.gov is already open source as part of the Drupal project.
via WhiteHouse.gov Releases Open Source Code | The White House.
I’ve been getting a Flash issue in IE. The problem only appeared in IE (all versions) and not in any of the other browsers. I’m not sure if this is because Microsoft’s jScript engine is super-compliant or super-buggy. But we figured out what the problem was.
The issue we were having dealt with the HTML we used to instantiate the Flash file as an object in the DOM. We wrap an embed element in an object element, becuase IE likes one and most other broswers like the other.
The fix was simple. Without getting into too much detail, just make sure that your object and embed tags have unique and valid id attributes. There is some hidden JavaScript that the Flash player calls and if you don’t have these attributes IE chokes when it tries to call these “secret” JavaScript libraries.