Archive | December 2006

Frank’s New Business Model

Frank just announced InkOogle for tablet pcs. InkOogle makes it a lot easier to search Wikipedia, Amazon and Google on a UMPC. That’s great news in itself, but the thing I find most interesting is how users pay for the app.

The app is free. Customers trigger micropayments in the form of affiliate payments each time they buy something from one of the online stores listed in InkOogle. That’s a win-win situation! Customers pay nothing for the app and the developer still gets paid!

Selling my eo UMPC on ebay…

Unfortunately, the last time I put it up for auction, the winner couldn’t pay. So the auction is up again!

eo UMPC 7110

UPDATE: Sold!

It’s getting crazy out there.

No, I’m not talking about the shopping scene. I was at Target last night and it was very tame.

I’m talking about the blogging / gaming / tech world. Some examples:

Well, at least there are some sane people this week:

Ok, yeah. Even the sane stuff is pretty wild.

Spore Interview

There’s a great interview at PC Gamer with Morgan Roarty of the Spore team. The primary topic is the vehicle editor, but there’s also bits and peaces about the status of the overall game. I hope they are merciful and release a demo at the beginning of next year so we don’t have to wait till mid-07 to get our hands on it.

Spore - vehicles

Firebug 1.0 beta

The new version of Firebug is awesome. Joe revved it to 1.0 beta and there are a ton of new features and lots of nice improvements. If you write or debug Javascript (AJAX include), CSS, or HTML, Firebug is a must. I can’t find the release notes, but here’s a list of what I think is new after a few minutes of testing:

  • New font (smaller and more readable)
  • The breadcrumb of the selected dom item (during inspection) is now interactive. You can highlight and select any ancestor of the currently selected item.
  • The inspected item now has a graphical depiction of its box model (‘layout’ in the right pane).
  • All CSS lines in the CSS tab and the Style tab of the inspected item can now be toggled on and off just by clicking them.
  • Editing the CSS and HTML now seems smoother somehow – before the feedback didn’t seem as immediate.
  • The net tab gives a graphical representation of requests to the server. And it’s not just XMLHTTPRequests anymore – it’s everything.
  • You can turn firebug on for one site only, now, rather than for everything. Nice.