Easy! Reader


Saturday, May 28, 2005

I wanna be a big player

I opened the latest issue of Baseline to find a giant 2-page spread for 1&1 (a hosting company), touting their "Dynamic Content Catalog" and it's ability to give you "website content like the big players." Basically, they are offering to syndicate content (news, sports, games, etc.) onto your site, so you no longer have to worry about keeping your site fresh or interesting.

I feel like this is an attempt to reintroduce the idea that every site needs to be a portal (why that concept is still floating about I'll never know). I also see this as as flying in the face of one of the most important business objectives: establishing a brand, voice, etc. through copywriting. If all you have to offer your clients is data with no distillation, why bother?

Posted by Aaron Gustafson in • business
Permalink

Thursday, May 26, 2005

Trash + DOM = Treasure?

I was browsing the popular links on del.icio.us today and stumbled onto Nifty Corners and (via that page) More Nifty Corners. I have to say that I am incredibly impressed with the scripting, but I fear there is something wrong with this picture.

Lately, there have been some border wars over the CSS :hover pseudo-class and its forays into the behavior layer. Sure, it's easier to have CSS do the work sometimes, but that doesn't make it right. Frankly, I agree with the concept that behavior should be separated from presentation, just as presentation should be separated from content (which is why I use JavaScript to open and close the faux-<select> in my <select> Something New series).

I am also a big believer in clean, semantic markup, so I become concerned when anyone is adding superfluous code to the document to force a design issue. I know some might say I live in a glass house, but when I see someone putting code like this

<div id="container">
  <b class="rtop">
    <b class="r1"></b> <b class="r2"></b>
    <b class="r3"></b> <b class="r4"></b>
  </b>
  <!--content goes here -->
  <b class="rbottom">
    <b class="r4"></b> <b class="r3"></b>
    <b class="r2"></b> <b class="r1"></b>
  </b>
</div>

into their document (even if it is via the DOM), I begin to shudder. Maybe it's the nagging purist in me, but that just seems wrong.

Are we falling into the old patterns again, forcing design issues through hacky markup? Does the use of non-semantic markup (taking a page from Eric, no doubt) make it OK? Does the fact that it's inserted via the DOM make it any more valid? Where do we draw the line?

I don't have the answer, but I think we need to have the conversation.

Posted by Aaron Gustafson in • design & developmentdesignprogramming
Permalink

Wednesday, May 25, 2005

Say what you mean

While doing some DNS modifications (for this site, in fact) on AIT Domains, I received the following error message when trying to update the nameservers:

Failed to modify domain nameservers! Error: NameServer not added to easy-reader.net Invalid old value for an attribute.

The site's programmers may know what that means, but I certainly don't. That's not the kind of error message that should be public-facing. These guys really need to read Defensive Design for the Web.

-----

Posted by Aaron Gustafson in • businessdesign & developmentprogrammingusability
Permalink
Previous Next Page 1 of 3