Tagged Questions
The hcard tag has no wiki summary.
2
votes
2answers
540 views
Usage of <address> tag in HTML: copyright or webmaster?
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 ...
1
vote
0answers
103 views
library for clientside vcard creation
I would like my site visitors to be able to create a vCard, with all supported properties, notes, and some custom properties. Similar to what this website called vacrdmaker offers. I have found a php ...
1
vote
2answers
87 views
Microformats Semantics Questions
I'm trying to get into adding microformats to my site, but I'm still confused about a couple of things.
Do microformats always have to be within an hcard or vcard element?
Can I have multiple hcards ...
1
vote
1answer
55 views
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.
0
votes
0answers
28 views
Scout organization in a school. How to get save button work correctly?
I'm building a scout organization website. This organization is part of a high school, and located inside the school building.
I want to integrate foursquare save button. Because it is located in the ...
0
votes
2answers
272 views
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 ...
0
votes
1answer
52 views
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 ...
0
votes
2answers
141 views
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 ...
0
votes
1answer
73 views
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 ...
0
votes
1answer
114 views
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 ...
0
votes
1answer
59 views
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 ...
0
votes
2answers
741 views
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 ...
0
votes
6answers
2k views
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, ...