I’ve had this problem for a while, that Mac OS X Mail (the native mail client in OS X) sends emails that other email clients don’t recognize as attachments, but as embedded pictures. This has been really frustrating, because if I’m sending an image to a client that needs to be saved on the client’s… Continue reading Mac OS X Mail Problem: Attached Images Show Up Embedded In Outlook & Other Clients
Category: Bugtracking
Tips on Using the Outline CSS Property
Part 2 out of 2 (Part 1) The only time a web designer notices the Outline property is when you want to disable it, and you’re wondering how to do so or if it’s even possible. But you can actually use the property to do very clever things. At a first glance, the Border and… Continue reading Tips on Using the Outline CSS Property
IE6 & IE7 Doctypes problem
All browsers have their flaws, that’s for sure. But sometimes you see pure stupidity, and then it might be worth writing something about it. If a web page doesn’t have a doctype, it usually means that the page is either very old or created by someone that don’t care or doesn’t know anything about doctypes.… Continue reading IE6 & IE7 Doctypes problem
Annoying Firefox+Firebug anchor bug
UPDATE 2008-03-20: This bug is easily resolved by upgrading to the latest Beta version of Firebug (currently 1.1). Thanks to PatternHead! I’ve experienced this bug for quite a while now, and it is really annoying. Basically you can’t inspect an anchor in Firebug, and there’s no way around it. Today I had enough and decided… Continue reading Annoying Firefox+Firebug anchor bug
Flash Movie Controls – Play/Pause Button
I’m not very experienced in Flash. I can do basic movies with tweens, some playback buttons and maybe one or two animations, but that’s pretty much it. For a recent project however, I had to do a pause button. Now this might seem like an easy task, but it isnt. A pause button must both… Continue reading Flash Movie Controls – Play/Pause Button