1. Stupid Ways to Hinder Market Adoption

    January 29, 2007 by Craig

    Guy Kawasaki is another one of my favorite bloggers (of the ones I don’t know personally). He’s a technically-savvy business guy and venture capitalist. To me, he represents the “other side” (ie: marketing) to a business (versus the technical/implementation/operational side that I’m on most of the time). Unlike many people in that industry though, he’s thoughtful, logical, and eloquent. Today he writes about the things websites/companies do to ensure that potential users leave and current users remain frustrated. Here’s an excerpt:

    2. The long URL.When you want to send people an URL the site generates an URL that’s seventy characters long – or more! When you copy, paste, and email this URL, a line break is added, so people cannot click on it to go to the intended location.

    The justification often goes like this: “We create a long URL because people with Crays might break our code and see private pages. Seventy characters that can be twenty-six lower case letters, twenty-six upper case letters, or ten numbers ensures that no one can break our code since the possible combinations outnumber the quantity of atoms in the universe.” This is what keeps sites like TinyUrl and SnipURL in business.

    This is the sort thing that usability evangelists like Jakob Neilsen have been saying for a while now. The significance, I think, is that now marketing-focused people like Guy are beginning to take it seriously, and speak of it in terms of customers, competition, and money. Guy reaches a different audience than do those that normally speak on subjects like this, and so it helps spread the word to the people that matter. That’s a good thing.


  2. Technorati

    January 13, 2007 by Craig

    I’m signing up for Technorati. On one of the configuration pages I see this:

    Quick Claim

    What is it?

    It’s quick! Just enter the username and password for your blog. This information will only be used to verify that you own the blog, and it won’t be shared or stored.

    Dear lord, who are they kidding?

    In any case, they do offer a sane alternative:

    Technorati Profile


  3. Feeds

    by Craig

    RSS is a wonderful thing. Here’s the URLs for the feeds:

    I guess I should be asking you to prefer the FeedBurner URL over the others, as it gives me all sorts of nifty statistics. That would be hypocritical of me though; whenever I grab a feed I cut out the middleman an go straight for the Atom feed (which is standardized and supposedly a big improvement over the mess that is RSS). So, take your pick.


  4. Theme Change #2

    January 12, 2007 by Craig

    Get rid of the top and bottom default margins on header elements


  5. Theme Changes

    by Craig

    Theme Change #0: Check to see if “Shaded Grey” is free-license enough for me to edit it. (I think about that sort of thing a lot these days). Hrm, looks like it isn’t; at least it’s not clearly demarcated enough for me to chance it.

    Theme Change #0.5: Start working on a custom theme.

    Theme Change #1: Get rid of the ugly border that’s the HTML/CSS default on hyperlinked images.


  6. WordPress

    by Craig

    WordPress is a pretty impressive piece of web software. It’s pretty easy to use and has a lot of nice AJAX-y features. The WYSIWYG post editor is nifty although a little troublesome where it comes to paragraph and headline formatting (it reminds me a lot of Microsoft Word in that regard).

    By far the most impressive feature though is the post preview window. Click the image below for some Hofstadtery goodness:


    It shows you how your post will appear on your site, using the theme you have installed. That’s a pretty piece of web programming.

    I remember doing a “corporate preview” page for my previous company. Basically all we did was recursively call the rendering engine from the target page, regex the hyperlinks into dead underlines, and spit it out. It worked, but it was mighty ugly, and the HTML it generated would make your eyes bleed. Times have changed.


  7. Six Degrees

    by Craig

    First person whom I don’t already know who asks for a link exchange gets a gold star.


  8. Irony

    by Craig

    WordPress’s Meta section has a boastful Validate XHTML link… but if you click it, you’ll find that it fails (Transitional even) with 7 validation errors. Nice.