Archive for September, 2007



Missing apps on the iPod Touch

I confirmed with folks at Apple yesterday that the new iPod Touch does not include the email client application that is on the iPhone. Not having an email app makes this appealing device far less useful. Also be aware that while the Touch has a calendar application, you can’t use the Touch to add appointments – only to view them.

As the folks at iProng say:

Steve Jobs seemed to imply in his keynote that the iPod touch only has wifi so you can buy music from iTunes, and it only has a web browser so you can sign onto public wifi hotspots and then proceed to buy music from iTunes.

That’s too bad – it could’ve been a really useful general purpose wifi communication device.

Technorati Tags: , , ,

[CalConnect Fall 2007] vCard – Related standards

Cyrus is running through related standards.

Liberty Alliance has an ID_SIS Contact Book Service. Uses XML abstraction of vCard and XPATH-based queries. Web services infrastructure used for the service itself. Liberty also has a people profile.

OASIS: CIQ (Customer Information Quality) Defines XML based formats for names, addresses, and relationships. Doesn’t have any direct correspondence with vCard. Has a much richer format for mailing address information and relationships between different contacts.

LDAP – well established directory service application protocol. Used for much more than just contact information. Uses a “tree” model for relationships/boundaries. White Pages schema used for representing contacts. RFC2798 is a common one. Compared CardDAV to LDAP at the BOF in Chicago. COnclusion was that mapping vCard into LDAP is hard and you can’t get a good mapping – so it’s worthwhile to have a vCard-serving service.

hCard – 1-to01 mapping between vCard and semantic XHTML. Suitable for embedding in XHTML, Atom, RSS, and XML. One of several microformats.

CardDAV – WebDAV-based address book access protocol. Uses vCard as the data exchange format. Similar to CalDAV. Uses proven web technology to provide a low barrier to entry.

Jon Miner notes in the back channel that there’s a RDF vcard format at:
http://www.w3.org/TR/vcard-rdf

Technorati Tags: ,

[CalConnect Fall 2007] OMA DS and VCard

Mark Paterson from Oracle is talking about the relationship between OMA DS (the standard formerly known as SyncML) and vCard. We asked the OMA Data Sync group about what the issues are with vCard in that world.

it’s a method for synchronizing contact and calendar information between a handheld device and a computer. You can use it for syncing any data.

OMA doesn’t want to be in the business of defining information payloads – wants to use existing information. For instance, supports vCal and iCal. Supports vCard 2.1 or 3.0. So any problem in vCard affects synchronization.

There are too many Type combination possibilities in vCard. Would be nice if there were a more stringent definition of order of types and possible combinations.

There’s no good way of knowing what a device can store or provide.

There’s no support for enumerating contact methods.

Phone number formats aren’t probably defined, nor are addresses.

Formats for numbers, addresses, date/time stamps aren’t specified enough.

Obsolete methods of communication are supported while new methods are not.

OMA DS would like a Vcard standard that solved these issues (like calsify for vCard) and test suites that help with conformance and interoperability. So if CalConnect could sponsor some vCard exchange events that would probably help.

Despite its problems, vCard has been successful and is supported in lots of places.

Chris is talking about the vCard BOF at the recent IETF. To have a successful working group in the IETF there needs to be one or two chairs. Allowed up to two BOFs to form work. There was quite a bit of interest, but a little short of people with the energy to keep the work happening. He’s looking for the second co-chair. Then charter can be completed and a working group can be formed pretty quickly. Next IETF is first week of December in Vancouver.

Google releases Presentations

Nice to see Google Presentations join the Google Docs family! It doesn’t have all the bells and whistles that Powerpoint does – bug or feature?

[CalConnect Fall 2007] vCard Workshop – Intro and Overview

Dave Thewlis, in his intro to the day, notes that vCard is one of those things that everyone complains about, but nobody has stepped up to try to fix. The goal of the day is to try to understand what the problems are and what some likely approaches might be to solve them.

Cyrus is giving the Overview of where we are today with vCard.

vCard history – was developed by Versit Consortium in 1995, based on X.500, brought into text format as IETF standard.

Transferred rights to Internet Mail Consortium in 1996. Vcard 2.1.

Later IETF standardized vCard 3.0 in 1998. A few IETF extensions have been done since then to add specific fields like Jabber ID etc. But hasn’t been any formal enhancement work since then.

vCard is in heave use today as a contact interchange formate – most desktop email programs support it, mobile devices, etc. There are spinoffs like hCard microformat standards, Jabber XML variant. The hCard people did a detailed analysis of the vCard format and what the problems are with it.

Issues – Interoperability – we need all apps and devices to exchange data without loss or corruption in either direction. That’s where users experience problems.

We’re seeing new technologies that need to use contact info in new ways – like social networking. We need extensibility in the format that allows adding new parameters while maintaining interoperability. Lack of formal extensibility (e.g. a registry for new properties) has led to loss of intereop.

Why are we here? Various groups interested in improving the state of vCard interoperability. The IETF are also assessing interest. Goal is to determine what the interest is and what steps we should take to move the work forward.

Experiment – let’s all exchange vCards right now…. We ought to be able to easily do this. Instead we all still have paper business cards – our goal should be to put the business card scanner people out of business.

Questionnaire comments – about 20 received.

Multiple vCards in one file is not always supported

Better UTF-8 support. Relates to internationalization issues.

Easier way to drag and drop vCards between apps

Incompatible TEL attributes on mobiles. Or work, home, preferred, etc. Attributes don’t make sense together.

What extensions are supported? distinguished name. lists of x- properties, many IM related. Do we want to go out and survey what x- properties are out there and figure out which should be standardized?

What are the alternative contact formats? XML formats with SDKs. CSV variants (Outlook, Tbird, et al), LDIF, Updateable vCard (goes back to an address book service – keeping vcards up to date over time), LDAP schema, RDF/XML.

Things to consider: Consider issues arising from use of hCard microformat; Sync IOP issues caused by current limitations; Lack of groups; Linking vCard info to other directories and repositories; get vCard IM and Calendar extensions deployed.

Other issues: Get everybody on same version (mobile systems still tend to use vCard 2.1); Use for things other than people (organizations, venues, etc).

Technorati Tags: ,

[CalConnect Fall 2007] vCard Workshop – Intro and Overview

Dave Thewlis, in his intro to the day, notes that vCard is one of those things that everyone complains about, but nobody has stepped up to try to fix. The goal of the day is to try to understand what the problems are and what some likely approaches might be to solve them.

Cyrus is giving the Overview of where we are today with vCard.

vCard history – was developed by Versit Consortium in 1995, based on X.500, brought into text format as IETF standard.

Transferred rights to Internet Mail Consortium in 1996. Vcard 2.1.

Later IETF standardized vCard 3.0 in 1998. A few IETF extensions have been done since then to add specific fields like Jabber ID etc. But hasn’t been any formal enhancement work since then.

vCard is in heave use today as a contact interchange formate – most desktop email programs support it, mobile devices, etc. There are spinoffs like hCard microformat standards, Jabber XML variant. The hCard people did a detailed analysis of the vCard format and what the problems are with it.

Issues – Interoperability – we need all apps and devices to exchange data without loss or corruption in either direction. That’s where users experience problems.

We’re seeing new technologies that need to use contact info in new ways – like social networking. We need extensibility in the format that allows adding new parameters while maintaining interoperability. Lack of formal extensibility (e.g. a registry for new properties) has led to loss of intereop.

Why are we here? Various groups interested in improving the state of vCard interoperability. The IETF are also assessing interest. Goal is to determine what the interest is and what steps we should take to move the work forward.

Experiment – let’s all exchange vCards right now…. We ought to be able to easily do this. Instead we all still have paper business cards – our goal should be to put the business card scanner people out of business.

Questionnaire comments – about 20 received.

Multiple vCards in one file is not always supported

Better UTF-8 support. Relates to internationalization issues.

Easier way to drag and drop vCards between apps

Incompatible TEL attributes on mobiles. Or work, home, preferred, etc. Attributes don’t make sense together.

What extensions are supported? distinguished name. lists of x- properties, many IM related. Do we want to go out and survey what x- properties are out there and figure out which should be standardized?

What are the alternative contact formats? XML formats with SDKs. CSV variants (Outlook, Tbird, et al), LDIF, Updateable vCard (goes back to an address book service – keeping vcards up to date over time), LDAP schema, RDF/XML.

Things to consider: Consider issues arising from use of hCard microformat; Sync IOP issues caused by current limitations; Lack of groups; Linking vCard info to other directories and repositories; get vCard IM and Calendar extensions deployed.

Other issues: Get everybody on same version (mobile systems still tend to use vCard 2.1); Use for things other than people (organizations, venues, etc).

Technorati Tags: ,

eMusic to offer DRM-free audiobooks

I’m glad to see that eMusic will be offering audiobook downloads with no copy protection.

I’m not a major audiobooks listener, though we do tend to listen to them on long car trips a few times a year, and Michele likes to listen to books when she exercises. I’ve been frustrated by trying to get audio book content into the digital shape I want – which is on an iPod. Ripping CDs from the library is a royal pain because many of the audiobook CDs either aren’t in or are inconsistently coded in Gracenote, which means you have to manually edit all the track information in iTunes. The format of online audiobooks that the King County and Seattle Public libraries offer has Windows DRM encoding, which doesn’t work at all on Macs or iPods, and buying the books from iTunes at $20 or more a pop seems way out of line to me.

eMusic has been my major source of new music for a while now, and I’ve been really happy with the selection – for my eclectic taste the lack of major label content is mostly a feature rather than a bug.

This quote from the New York Times story on the new audiobooks rings true to me:

“Our customers don’t steal music,” said David Pakman, chief of eMusic, of the company’s 300,000 subscribers, who pay from $9.99 (for 30 songs) to $19.99 (for 75 songs). “A lot of them are technically sophisticated, but they’re not prone to piracy.”

I have to say that to my mind, $10 for one book a month still seems a bit pricey – I would think that they’d at least undercut the price of a paperback the market for audiobooks would really take huge leaps.

Technorati Tags: ,

eMusic to offer DRM-free audiobooks

I’m glad to see that eMusic will be offering audiobook downloads with no copy protection.

I’m not a major audiobooks listener, though we do tend to listen to them on long car trips a few times a year, and Michele likes to listen to books when she exercises. I’ve been frustrated by trying to get audio book content into the digital shape I want – which is on an iPod. Ripping CDs from the library is a royal pain because many of the audiobook CDs either aren’t in or are inconsistently coded in Gracenote, which means you have to manually edit all the track information in iTunes. The format of online audiobooks that the King County and Seattle Public libraries offer has Windows DRM encoding, which doesn’t work at all on Macs or iPods, and buying the books from iTunes at $20 or more a pop seems way out of line to me.

eMusic has been my major source of new music for a while now, and I’ve been really happy with the selection – for my eclectic taste the lack of major label content is mostly a feature rather than a bug.

This quote from the New York Times story on the new audiobooks rings true to me:

“Our customers don’t steal music,” said David Pakman, chief of eMusic, of the company’s 300,000 subscribers, who pay from $9.99 (for 30 songs) to $19.99 (for 75 songs). “A lot of them are technically sophisticated, but they’re not prone to piracy.”

I have to say that to my mind, $10 for one book a month still seems a bit pricey – I would think that they’d at least undercut the price of a paperback the market for audiobooks would really take huge leaps.

Technorati Tags: ,

On the road to MIT

I’m off to MIT for two consecutive weeks of meetings.

This week it’s the CalConnect get-together, starting with a workshop on the state of the vCard standard tomorrow. It seems inevitable that a group dealing with calendaring and scheduling would at some point have to start asking questions about the lamentable state of interoperable ways to store and use information on contacts and address books, and this is the start of that conversation. The rest of the week will be taken up with the CalConnect Roundtable.

The following week is the Common Solutions Group meeting, including workshops on Shared Media & Data Repositories, and What’s New in Scholarly Systems (that’s all one workshop), Google Apps and the Like, and Data Management / Data Governance.

I’ll be blogging the conversations from the meetings as we go.

I also hope to catch up with colleagues from Boston while I’m there – if you’re around in Boston over the next two weeks, drop a line!

Technorati Tags: , ,

On the road to MIT

I’m off to MIT for two consecutive weeks of meetings.

This week it’s the CalConnect get-together, starting with a workshop on the state of the vCard standard tomorrow. It seems inevitable that a group dealing with calendaring and scheduling would at some point have to start asking questions about the lamentable state of interoperable ways to store and use information on contacts and address books, and this is the start of that conversation. The rest of the week will be taken up with the CalConnect Roundtable.

The following week is the Common Solutions Group meeting, including workshops on Shared Media & Data Repositories, and What’s New in Scholarly Systems (that’s all one workshop), Google Apps and the Like, and Data Management / Data Governance.

I’ll be blogging the conversations from the meetings as we go.

I also hope to catch up with colleagues from Boston while I’m there – if you’re around in Boston over the next two weeks, drop a line!

Technorati Tags: , ,

« Previous PageNext Page »


subscribe

Pages

Latest tweets

interesting links

What I’m listening to

 

September 2007
M T W T F S S
« Aug   Oct »
 12
3456789
10111213141516
17181920212223
24252627282930

Follow

Get every new post delivered to your Inbox.