Hawk Eye on Windows Live Favorites

After installing the new Windows Live Toolbar, I installed some of the add-ins that I usually wouldn’t. Things like the Phishing Filter, Games and the Windows Live Favorites. I’m not sure when Live Favorites was refreshed, but the new version is much better. It support both folders and tags – previously it just supported folders. There’s a reason why tagging has taken off – it makes sense to people. I started using Live Favorites but gave up because the folder approach is so much less flexible.

The other new feature is that the Live Favorites Add-in now sync’s your local favorites with your Live Favorites. Not sure how that will work if you primarily use tags on Live Favorites, but I guess I’ll see.

Finally, Live Favorites can be shared, but there doesn’t appear to be any way to search shared favorites. Am I missing something?

Hawk Eye on Live Toolbar First Run Experience

Now that I’m back in the office with an external monitor, I’m able to use my laptop again. While I was waiting for the help desk tech to show up, I installed the new Live Toolbar. I was immediately thrown however, because it comes with basically no default installed features. It was strange to have to install basic features like tabbed browsing and desktop search. On the other hand, it was nice not to have the previously default features that I don’t use uninstalled (i.e. popup blocker, form fill, msn extensions). There needs to be a better first-run experience that presents the user a list of options to install (along with the standard ones pre-selected). Otherwise, so far so good.

ETech Day Three Quick Thoughts

After my marathon blogging session last night and taking notes all day, I’m a bit burnt out on writing. But here are a few quick thoughts. More details to follow.

  • I’m digging the Live.com home page and the integrated Live Search. Since I’m on a rented laptop, Live Toolbar will have to wait. Coolest new feature IMO is the Search Macros, though it’s a tight race with the new image search interface.
  • Jon Udell and Michael Goldhaber spoke about attention economy today. I still don’t get it, though Jon had some interesting ideas about metadata. I’ll believe that attention is a currency when I can buy a car with it.
  • I liked the session on the Yahoo! Design Patterns, though the title and abstract of the session were awful. The title was “The Language of Attention: A Pattern Approach“. The inclusion of attention just confused the issue. Why couldn’t they just call it “A Pattern Language for User Experience”? Because it doesn’t have the concept of attention shoehorned into it.
  • I really like Eventful, even though I’m on record as thinking their business model doesn’t work. Their new demand feature is pretty cool, though it doesn’t really help their business model any.
  • George Dyson’s session on “Turing’s Cathedral” was fascinating, though he tried to cover too much ground in the time alloted.
  • I’m not sure what the point of Joel Spolsky’s Blue Chip Report Card was. Apparently the alien from Reddit is cute and Motorola newer cell phones (RAZR and PEBL) are taking Joel’s advice on becoming “blue chip”. This is somewhat related to points the folks from Adobe (previously Macromedia) made, except much more obtuse.
  • I have no idea what the point or business model of Plum is, even though it was featured as a keynote (a last minute promotion it appears from the conference guide). Seems too complex and centralized to actually work.
  • I wrote last night that Casting Words isn’t really a business because nothing stops me from going directly to Mechanical Turk and getting the transcription services myself. Today, I found a Casting Words task on Mechanical Turk so I decided to figure out how much they’re making. The task I found was to transcribe about 28 minute podcast and they were offering $5.41 for anyone willing to do it. That’s about 19.5 cents per minute. Tack on Amazon’s 10% charge brings the total to around 21.5 cents a minute that Casting Words is paying for transcription services. Given that they’re charging 42 cents a minute, that’s just under a 49% profit margin. Exactly what are they doing to earn that profit? What’s their value add and is really worth a 100% markup?
  • Anyone want to start “Cheap Casting Words” with me? We’ll pay 22 cents a minute (11% more than Casting Words) and charge 36 cents a minute (14% less than Casting Words) and keep the 12 cents a minute markup (a 33% markup). 😄

Update: Added Quick Thoughts on Yahoo!, Eventful, George Dyson, Joel Spolsky and Plum. Added more detail about the attention economy sessions from today.

Microformats Panel

I still haven’t seen a good general session on microformats. I’m thinking it’s because any one given microformat is so simple that you can’t really fill more than about ten minutes talking about it. So this panel was about six or seven different microformats. The format of the panel stunk – I lost track of what was being discussed pretty quickly so I spent the time surfing the microformats website.

The idea of microformats is to adorn visual markup (i.e. xhtml) with semantic information about the data underneath. Probably the best example of this is hCard, the microformat version of vCard. Here’s the markup for my hCard (as produced by the hCard Creator)

<div class="vcard">
    <a class="url fn" href="http://devhawk.net">Harry Pierson</a>
    <div class="org">Microsoft</div>
    <a class="email" href="mailto:hpierson@microsoft.com">hpierson@microsoft.com</a>
    <div class="adr">
        <div class="street-address">One Microsoft Way, 18/2194</div>
        <span class="locality">Redmond</span>,
        <span class="region">WA</span>
        <span class="postal-code">98052</span>
    </div>
    <div class="tel">425/705-6045</div>
</div>

See how the class attributes provide the semantics for the underlying text? Cool.

I’m beginning to get microformats. At first, I was bothered because I thought they were hijacking the semantics of the class attribute. But I didn’t realize the class attribute could be used for “general purpose processing by user agents”. And the link microformats like XFN and rel-tag are even simpler than hCard.

So again, bad session but cool concept. I really see potential for mashing up Ray Ozzie’s Live Clipboard with microformats.

Michael Kunivsky and Matt Cottam on Sketching in Hardware

For a while, I really didn’t understand where this session was going. Michael spent a bunch of time on the issues of user experience design that I’m not familiar with. I still don’t know why he was talking about the Cuddle Chimp. But then he started talking about the importance of the sketching process to the practice of design. His meta point is that sketching is the root design tool, and different mediums are better or worse at supporting sketching. Drawing, as you might expect, is the best medium for sketching. Hardware is the worst. Michael rated a variety of sketching mediums based on Speed, Provisionality and History Preservation. By this time I figured out they were talking about enabling sketching of hardware.

Then Matt got up. I didn’t get his bio written down, but he is a professor of experience design. And he was talking about a product he’s been involved in to enable rapid sketching of hardware user experiences using simple sensors and motors. The product is called Nada and it supports Flash and Java. No .NET? Nope, but I spoke to Matt after the session about it. The demos were pretty cool. He controlled the opacity of an element in Flash with a hardware potentiometer. He controlled the speed of a fan based on the current temperature reported via a website. He showed a variety of other sensors like light sensors and flex resiststors. These demos weren’t that compelling, but the potential is huge. It can connect to variety of hardware systems including serial port devices, MIDI devices, plus kits like Teleo and Phidgets. I’m thinking Scott needs to check this out for a future installment of Some Assembly Required.