Five Bad Things about Firefox
Firefox rocks on Windows, but there are a few things about it that bother me. Especially on the Mac platform.
- <input type="hidden"> are not hidden. If you style a page with a rule that adds a border around all inputs, it affects hidden input fields and creates a visible border. The fix is to manually add a CSS declaration like:
input[type=hidden] { visibility: hidden; }
Continue reading Five Bad Things about Firefox
- Posted on
- 2006-01-12
- under:
- Life in General
- Web Development
- Comments:
- 12
Macintel is finally here.
When it was announced some time ago, I didn't give much thought to Apple using Intel processors, but now that it's real and I've seen pictures, it's a weird feeling.
Don't get me wrong, I don't care what kind of processor makes my Mac go, it's just that I've been taught to think of Intel as garbage for so long, it's odd seeing one in a machine that I want.
Continue reading Macintel is finally here.
- Posted on
- 2006-01-10
- under:
- Life in General
- Comments:
- 1
Do you feel a chill?
I'm not going to go on and on with this, but I have a confession to make.
Today I had my first chance to run InDesignCS2. I'm a long time XPress user -- on a Mac -- and using InDesign on the PC was a daunting thought. At work today I had to use it, so no more procrastinating. It is totally and completely awesome. It has to be the single best application on the Windows platform.
Continue reading Do you feel a chill?
- Posted on
- 2005-11-17
- under:
- Art and Design
- Comments:
- 2
Vector art for clean web graphics
If you've ever used vector art in either Photoshop or Illustrator for the web, you may have been frustrated that your lines aren't clean, and a 65 pixel wide rectangle doesn't necessarily slice down to a neat 65 pixel wide image. When I was made aware of the cause, it felt like a no-brainer. But I figure it's a good time to pass along what I've learned should some one else find it as useful as I have.
Continue reading Vector art for clean web graphics
- Posted on
- 2005-11-16
- under:
- Web Development
On motivation and IE7
Despite my apathy towards IE7, I was intrigued after recently reading an article on positioniseverything about its planned CSS
Continue reading On motivation and IE7
- Posted on
- 2005-11-08
- under:
- Web Development
- Comments:
- 0