bugs

Mac OS X Mail App: Deleted Messages Showing in Inbox

Earlier today, when I was working on fixing a few little inconsistencies in my mail inboxes (I currently sync 5 different accounts (with a plethora of email addresses feeding into the various accounts)), deleted messages started showing in some of my inboxes in Mac OS X's built in Mail app. They were greyed out, but not enough so that I could easily distinguish non-deleted messages...

After looking around online for a while, and not finding any fixes for this problem (I get so many emails that showing deleted messages basically makes my inbox unusable), I thought to search the Mail help for an answer.

Show Deleted Messages
Pesky little menu options!

I found a little menu item labeled "Show Deleted Messages" (Command-L keyboard shortcut), which somehow had been selected at some point (I can't think of why I would hit command-l in Mail... but I guess I did). Unchecking that hid the messages. Problem solved!

Internet Explorer Woes: Floating a Span using jQuery - Order Matters!

I spent the greater part of two hours trying to debug an Internet Explorer bug today. Basically, I wanted to get an image that I uploaded to have a caption applied through jQuery. I used the Image Caption module for Drupal to do this, and set it to grab the 'alt' text in a <span> underneath the image, and wrap both the image and caption inside another <span>, which would grab the float/alignment for the image, and use that to float it left or right (or neither).

Well, in Internet Explorer 6 and 7, the image would appear on its own line, as a block-level element. I tried everything short of throwing my computer against a wall to get this to work, but was unsuccessful. I finally went for broke and tried some thing so dumb that it couldn't possibly work—but it did.

I changed the order of the inline css properties in the script so the float would be applied before the "display: block" value. Bingo, IE works great!

Some things that I have to do to get things to work in Explorer... I hate you, Microsoft!!

You can view a page with the aforementioned image caption here: Featured in the St. Louis Review: Christian Marriage.

Subscribe to Reviews Subscribe to Articles Subscribe to All Content Subscribe to Blog Subscribe to RSS - bugs