9
votes
23answers
968 views
What is Web 3.0?
My boss asked me this yesterday just to gauge my response. Apparently, some of our clients are asking for "Web 3.0"
I told him I really didn't know.
He said when he's asked around the consensus is …
7
votes
4answers
242 views
Anyone out there implement(ing) microformats? is this useful?
I've seen the MF people talk and have heard my own fair share of MF evangelism, yet haven't done anything about it fearing the gains aren't really worth the hassle. Does anyone use this?
BTW, from …
6
votes
0answers
383 views
Operator user script for Stack Overflow [closed]
Inspired by this post, I've knocked together a user script to add Stack Overflow tag search to Operator (a microformat plugin for firefox).
Put this code
var stackoverflow = {
description: …
5
votes
5answers
431 views
Does Google ‘understand’ microformats and will it help my SEO?
Semantic HTML makes it easier for Google to crawl and 'understand' a website but what about microformats? Are microformats any more semantic/crawlable then standard HTML markup?
4
votes
4answers
143 views
Most common standard to provide a feed of upcoming events via web
What are common methods / official standards for surfacing event or calendar data?
My use case is that I want to aggregate event information from several different websites into a single calendar …
3
votes
3answers
93 views
RDFa vs. microformats
What do you think is best? RDFa or microformats?
In the future what do you think: Will prevail both (using tools like GRRDL to make them "talk") or only one (like what happen with HD-DVD and …
3
votes
3answers
120 views
Is there a Microformat for the Hours a Business is open?
I was wondering if there was yet a Microformat for a business's hours of operation.
If not, who do I submit a standard to?
3
votes
6answers
241 views
Do you use Microformats, RDF, Dublin Core or another type of sematic markup?
Do you use any of these technologies? Which ones are current and hence sensible to include in a site?
Documentation on any seems to be relatively sparse, and usage of any of them limited, as search …
3
votes
3answers
249 views
Is there a way to validate hAtom microformat?
I have implemented hAtom microformat on my blog. At least, I think I have, but I can't find any validator (or any software that uses hAtom) in order to determine if I have done this correctly. A …
2
votes
3answers
85 views
what is the correct way to include license information on an element within a microformated block of xhtml?
Seems like rel-license only applies to pages not to specific elements... anyone spotted usage for page elements in the wild?
1
vote
3answers
91 views
What microformats have you had the most uptake with?
Microformats feel as though they want to be popular but I'm not hearing too much about them; maybe I travel in the wrong circles.
I'm keen to know if you are using them on your site and whether they …
1
vote
1answer
57 views
Is there a vCalendar microformat validator/sanity checker?
I just put up a new calendar in the vCalendar microformat on one of my websites. However, I don't know how I can check if the format is valid and the dates are right. Apparently, I can't import it …
1
vote
1answer
42 views
Will Googlebot read microformat data inserted via javascript?
I have already tried Google's microformat testing tool, but it's not clear to me that it works the same way as Googlebot -- it seems reasonable that Googlebot would have more features than a simple …
1
vote
2answers
47 views
“id” attribute in microformats
Is the "id" attribute allowed in microformats? Example (hCard microformat):
<div class="tel" id="voice">
<span class="type">Voice</span>
<span class="value">(206) …
1
vote
6answers
151 views
Html for Snail Mail Addresses
What do you think is the best way to markup a snail mail address? I found some different options such as:
<div class="address">
<span class="name">Mr. Bob</span><br/>
<span …
