hcard

Address book DB schema

I need to store contact information for users. I want to present this data on the page as an hCard and downloadable as a vCard. I'd also like to be able to search the database by phone number, email, etc. What do you think is the best way to store this data? Since users could have multiple addresses, etc complete normalization would be...

Parsing vCards on web pages into a MySQL DB

I have a client who is using a separate vCard on a separate page. These are being pasted into a wordpress text field. (Not the most efficient way to maintain a list of people, but I won't editorialize after the fact.) My mission is to write something to parse through all the addresses in the vCards and to dump the information into a c...

hCard microformats and windows

i marked up an address with microformats on my site (http://wwww.richardjanzenarchitect.com) and when you click the link on the mac it imports to contacts. when you click in windows vista (ie7) it imports just the name, no other info. when i validated it, it comes out valid. anybody know what gives? i am no microformats expert and have n...

Social Data API

I'm wanting to build an app that lets you input your name/date of birth/location, and searches the web for public data of others who have something in common with you. The idea is to then create an infographic with this data, i.e. Average Age of John Smith: 48 Any suggestions as to what api's/techniques I could use to do this? ...

Formatting Microformat Umlauts broken in Firefox Operator Plugin

Did anybody successfully manage to correctly export a vcard from a Website containing Microformats (hcard) with this Firefox Plugin? When doing so, I end up with weird characters instead of (german/spanish) Umlauts. While it's really easy to provide vcards as well, I would like to know if someone managed to correct the charset/character ...

hCard: listing contact form as email property

Is it possible to include an email in the hCard micro-format by linking to an contact form, instead of directly listing the email-address? I would prefer this because of spam concerns. ...

Is it bad to have the <link> tag for hCard when there is no hCard on that page?

I'm just wondering if it is bad practice to put the <link> tag for hCard profile on every page, if you don't know that the page being rendered has an hCard. My site has hCards - is it worth trimming the link tag out of the pages that don't have them? <link rel="profile" href="http://microformats.org/profile/hcard"&gt; Does this mean t...

Get an article's title/author/date info with Javascript

I'm trying to build a bookmarklet that will get the current page/article's author and date information, for referencing purposes. I know that I can get the Page title and url with document.title and document.URL but I'm drawing a blank when it comes to the other information. Any ideas? ...

Usage of <address> tag in HTML: copyright or webmaster?

Hello. On the footer of my client’s website I have his address and copyright notice, and under there is the address of the webmaster. With both I will use the hCard microformat. With which of them I should use the <address> tag? Thanks. ...

hCard address with a 'care of' (c/o) element

Say I've got an address like this: Foobar Widget Team c/o ACME Widgets Inc. 123 The Drive Someplace Town BN1 1AB I want to mark this up as an hCard but I am not sure what class names I should apply to the two organisation names. Foobar Widget Team might be a group of employees who get together and run a local football team,...

Which 'contact information' format has the broadest support for mobile phone QR code scanners?

vCard? mecard? hCard? Is there a de facto standard at this point? I've never personally owned a 'smartphone' -- is there a format that's supported 'out-of-the-box' for either iphone, android or blackberry? edit: found this discussion from last year. Any thoughts? this reader appears to be multiplatform and uses mecard mecard sp...