Skip to content

Categories:

My Blog Bores My Wife

My wife (whom I love immensely) was looking over my blog yesterday with little to no interest. Too nerdy perhaps? Too much code talk? Maybe. I could talk about how I have “Daylight Savings Time”-lag (like jetlag)… or how gas prices are on the rise and making me mad… or how my local post office frustrates me… or how I enjoy poker.

But chances are, I will continue to talk about code. Sorry honey. :-)

Posted in General.

“Click to activate and use this control” - Part 2

UPDATE:
Microsoft has removed the “Click to activate” behavior in IE.
http://blogs.msdn.com/ie/archive/2008/04/08/…now-available.aspx

UPDATE:
On November 8th, 2007, Microsoft announced on their blog that they have licensed the technology from Eolas and will be removing the “Click to activate” behavior in IE.

http://blogs.msdn.com/ie/archive/2007/11/08/…activex-update.aspx

In my original post, I discussed a method that involved searching for all of the ActiveX content and replacing it with it’s own outterHTML. As it turns out, I was on to something. But I lacked the need for this fix, and I always considered it to be somewhat experimental. I was never able to put much time into evolving it. Fortunately, I wasn’t the only one taking this approach.

I recently read an article at A List Apart called “Flash Embedding Cage Match“. It discusses some workarounds to the “Click to Activate” problem. One of them, ObjectSwap, takes the same approach I started on, but they’ve been able to extend it beyond what I had done. Also of interest is a new project from the creators of UFO and SWFObject called SWFFix. The “Flash Embedding Cage Match” article discusses some of the differences of each approach, including their strengths and weaknesses. I’m looking forward to seeing the results of the SWFFix project.

Long story short… don’t use my solution. It’s simple, barely tested, and (as I recently learned) has problems with Quicktime movies that autostart. Instead, use one of the methods listed above. Happy flashing!

Posted in General.

What are YOU Listening to?

I was recently given the Daughtry CD (as in, Chris Daughtry from American Idol). I have to say, I thought he was pretty good on the show, but I felt he tended to overdo it with the vibrato. When I got this CD, I expected it to be mediocre. Boy was I wrong!

Daughtry is the BEST CD I’VE LISTENED TO in a long, long time!

Fans of Nickelback or Matchbox Twenty will probably really like this albumn. The vocals are great, and the songs are well written and performed! Two thumbs up from me!

Posted in General.

10 Firefox Plugins I’m Using

#10 Quick Locale Switcher (useful for i18n testing)
#9 Html Validator
#8 Greasemonkey
#7 Lori (Life-of-request-info)
#6 MeasureIt
#5 ColorZilla
#4 Pearl Crescent Page Saver Basic
#3 DOM Inspector
#2 Firebug
#1 Web Developer toolbar
Without a doubt, this is the most useful plugin to have if you do any sort of web development.

Posted in General, Web Development.