le blog

12Jul/070

IE7 CSS filters

I use the underscore filter to apply CSS styles to only IE browsers, but with the advent of IE7, that no longer works. Fun Fun. Thankfully with the help of the centricle CSS filters chart, I discovered a new asterisk hack that works for IE7-IE5. It doesn't work on IE5/Mac, which the underscore hack did, but i'm not really caring to support that browser anymore. Die IE5/Mac, die.

Unfortunately, I needed to use the asterisk hack for a Facebook app I am working on, but their parser doesn't allow the asterisk hack and filters it out. Ug.

Filed under: Browsers No Comments
13Feb/070

My Firefox must-have plugins list

To follow-up on my previous post, here's some of my favorite Firefox extensions:

Filed under: Browsers No Comments
12Feb/070

Reordering Firefox toolbars

The most annoying thing about Firefox is that you can't rearrange the toolbars. **beats head on desk** You can move individual bits and pieces of a toolbar, but not the entire toolbar.

For example, I have the Yahoo, Google and Web Developer toolbars installed. I like to have the Web Developer toolbar as the bottom-most toolbar, but there is no easy way to do it like in Internet Explorer. I stumbled upon this Firefox extension, DragNDrop Toolbars, yesterday who's sole purpose is to do just that. Hallelujah!

Filed under: Browsers No Comments
8Feb/070

Disabling Firefox 2 image auto resize

Firefox 2 removed the image auto resize option from the options menu. If you're like me and don't like automatic resizing, here's how to get around it:

  1. In the address bar, type "about:config" (without the quotes)
  2. You'll see a whole list of preferences, and a "Filter:" field at the top. In the filter, type "browser.enable_automatic_image_resizing" (without the quotes)
  3. You should only see that preference now. Double click on it and you will toggle to "value" column from true to false.
  4. All done
Filed under: Browsers No Comments