Remember when Apple computers used to have the bumps on the 'd' and 'k' instead of the 'f' and 'j'? When I would sit down, my brain would just switch to fit whichever keyboard I was at... I didn't have to think about it. When I use synergy between my workstation and tablet at work, my mind just flips the keyboard shortcuts needed based on the UI. I rarely have to think about it.
Now, keeping that in mind: ever since I installed Firefox 3 beta 5 on my laptop, I have a difficult time telling if I'm in Firefox or Safari. This comes into play when I need to switch tabs (command-alt-arrow vs. command-shift-arrow) or view source (command-u vs. command-alt-u).
I want the old theme back.
Sean Bonner recently wrote a post about managing communications and relationships.
Depending on the kind of relationship I have with someone they have different priorities in my life at different times. If a business contact e-mails me during the week I’d like to see that relatively quickly, where as if they e-mail me on a Saturday I’d be perfectly happy not even knowing about it until Monday. If my family calls me I want my phone to ring, if the dry cleaner calls I’d prefer if that went stright to voicemail. If a friend IM’s me I don’t mind being interupted, however if someone I’ve only just met pings me I’d like them to see that I’m busy and will be back in touch later. What kind of relationship I have with these people isn’t really as important as what priority I’ve placed on their contact with me.
I agree with that, (All except for the part about voicemail; I hate voicemail. But I'm getting ahead of myself...) but I think the method of communication plays a bigger role in it. Anyone who knows me knows that I loathe my telephone. The only person who has a guarantee that I'll answer my phone is Nicole. Everyone else is managed. Work exists between 0730 and 1630 on weekdays, and not a minute outside thereof. My voicemail message advises people to hang up and send me a text message. My text messages are returned at my earliest convenience. Instant Messenger requests are almost always dealt with immediately. I propose the following guideline for telephone communication:
I mean, it sounds really coarse, condescending and/or shallow, but it's the truth. Nobody can be 100% accessible all the time. My friend Dave once told me that he rarely answers his phone because "it's for my convenience, not the caller's." True that. Once you get over the shock of how mean it feels, your life really is less stressful when you don't feel tied to your phone.
The CSS 2.1 spec recommends 96dpi as the reference pixel resolution for rendering dimensions, but what are the real resolutions of displays these days? Obviously, the days of 72dpi are gone, and have been for years now. I did some looking this morning, and here are the results of my anecdotal sample (of the displays on my desk).
| Display | Diagonal size | Pixel dimensions | Physical resolution |
|---|---|---|---|
| Dell Ultrasharp 1901FP | 19 in. | 1024 x 1280 | 86.8 dpi |
| Apple iMac (2.16GHz Core 2 Duo) |
24 in. | 1920 x 1200 | 94.6 dpi |
| Motion 1600LE View Anywhere® | 12.1 in. | 1024 x 768 | 106.4 dpi |
| Apple MacBook (1.83GHz Core Duo) |
13.3 in. | 1280 x 800 | 114 dpi |
So that gives us about a 100dpi average with a standard deviation of about 12. Fin.
Some folks in #symfony were talking about CSS "frameworks" today, and I am in awe.
This is such a horribly bad idea. The whole point of CSS is to separate the content from its display. Using a class of "span-4" has absolutely no semantic value at all, and is tantamount to a named style attribute. This project is clearly run by people who have completely missed the point. If it weren't such a comical failure, it would almost make me sad.The first thing you do, is surround your grid with a container:
<div class="container"> <p>Here's my site!</p> </div>You then use div's with one of the .span-x classes to set how many columns the elements should span.
Here are some examples:<div class="container"> <div class="span-24"> Header </div> <div class="span-4"> Left sidebar </div> <div class="span-16"> Main content </div> <div class="span-4 last"> Right sidebar </div> </div>Notice the "last" class, which every last element inside a container or another column needs.
[ home - archives - quoteboard - blogger decoder - wishlist ]
This work is licensed under a
Creative Commons License.