<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andr3</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andr3"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Andr3"/>
	<updated>2026-04-21T12:21:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=h2vx&amp;diff=43804</id>
		<title>h2vx</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=h2vx&amp;diff=43804"/>
		<updated>2011-04-06T11:05:30Z</updated>

		<summary type="html">&lt;p&gt;Andr3: /* Missing data/Wrong encoding */  Adding a vote/report.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;H2VX&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;dfn&amp;gt;[http://h2vx.com H2VX]&amp;lt;/dfn&amp;gt; is a production deployment of the [[X2V]] hCard and hCalendar conversion transforms.&lt;br /&gt;
&lt;br /&gt;
It converts [[hCard]] contacts and [[hCalendar]] events on web pages to .vcf and .ics respectively for use in desktop and other client software applications.&lt;br /&gt;
&lt;br /&gt;
== documentation ==&lt;br /&gt;
To convert hCards to vCards, go http://h2vx.com/vcf/ and enter the URL to the hCards.&lt;br /&gt;
&lt;br /&gt;
To convert hCalendar to iCalendar, go http://h2vx.com/ics/ and enter the URL to the hCalendar events.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
Links to H2VX.com to convert a URL (like &amp;lt;nowiki&amp;gt;http://microformats.org/wiki/events&amp;lt;/nowiki&amp;gt; ) can be constructed as follows:&lt;br /&gt;
&lt;br /&gt;
You may omit the leading &amp;quot;http://&amp;quot; from the URL to be converted for a briefer more readable URL:&lt;br /&gt;
&lt;br /&gt;
;download vCards from hCards&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;download iCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;subscribe to hCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt; &amp;lt;span style=&amp;quot;margin-left:2em;display:block&amp;quot;&amp;gt;for systems which don't support auto-linking of webcal: URLs, e.g. MediaWiki, Twitter.&amp;lt;/span&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== user agent strings ===&lt;br /&gt;
H2VX uses two user agent strings, when retrieving hCards and hCalendars respectively:&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
You may see occurrences of these in your web server logs when users of H2VX convert hCards and hCalendar events on your pages.&lt;br /&gt;
&lt;br /&gt;
=== built ===&lt;br /&gt;
H2VX is built and maintained by [[User:Tantek|Tantek]] with:&lt;br /&gt;
* [[X2V]] XSLTs by [[User:Brian|Brian Suda]]&lt;br /&gt;
* PHP get-contact.php get-cal.php originally written by Brian, updated/factored by Tantek with various improvements. [[to-do]]: open source these.&lt;br /&gt;
* PHP common.php (and Javascript common.js) by Tantek which incorporate CASSISv0 open source from http://cassisproject.com/&lt;br /&gt;
* XHTML1+CSS+JS front-end design/interface by Tantek (view source of h2vx.com in your browser for more).&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Have feedback on H2VX? Feel free to add to the top of this list and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-feedback]]&lt;br /&gt;
&lt;br /&gt;
* Have been getting an error where it says that its a &amp;quot;empty document; no HTML can be found&amp;quot; from [https://arjw.ifmw.mobi/index.php my site]. As with the comment below, there are no issues with using Operator to extract. I used to use this service a good while ago, but since moving to PHP/HTML5 for this page, I'm getting this error. [[User:ARJWright|Antoine RJ Wright]] 04:17:49, 7 January 2010 (UTC)&lt;br /&gt;
* The last few days I've not been able to retrieve vCards from hCards on [http://www.marinersmexico.com/contact/ this site] using H2VX yet Operator is nicely extracting them.  Comments and insights appreciated. [[User:ChipD|ChipD]] 05:13, 12 November 2010 (UTC)&lt;br /&gt;
* Can't seem to get #hcard-ids working with the /referrer option. [[User:Jnpcl|Jnpcl]] 00:01, 14 October 2010 (UTC)&lt;br /&gt;
** Could you provide the URL you are having trouble with? [[User:Tantek|Tantek]] 18:51, 29 October 2010 (UTC)&lt;br /&gt;
* It would be very useful to be able to POST or GET an HTML snippet to request a conversion. I have created a Javascript button that will easily rip out the code and send it to H2VX.com: http://1daylater.com/H2VX_snippets.html useful for dynamic or password protected webpages&lt;br /&gt;
* As a Web page author I find the H2XV site a bit awkward to use -- it's difficult to find the URLs to use in my Web page. As an end-user it fine to have the H2VX bookmarklets in my toolbar, but as a page author I can't be sure everyone has the bookmarklets or Operator installed. [[User:Bob Jonkman|Bob Jonkman]] 00:56, 10 November 2009 (UTC)&lt;br /&gt;
* &amp;quot;Also, a short 'about' page would be worthwhile IMO, especially for adding to the homepage.&amp;quot; - Norm on microformats-discuss.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Found a problem with H2VX? Please note it here at the top of this list (consider grouping it under an existing subhead or introduce a new subhead if necessary) and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-issues]]&lt;br /&gt;
&lt;br /&gt;
=== Date incorrect when not using abbr element for dtstart ===&lt;br /&gt;
&lt;br /&gt;
I had a date marked up like so &amp;amp;lt;em class=&amp;quot;detail dtstart&amp;quot; title=&amp;quot;2010-10-20&amp;quot;&amp;gt;Wednesday, October 20, 2010&amp;amp;lt;/em&amp;gt;. It was not being parsed correctly until I changed it to use &amp;amp;lt;abbr&amp;gt;, but the element shouldn't really make any difference.&lt;br /&gt;
&lt;br /&gt;
=== .vcf not formed properly ===&lt;br /&gt;
&lt;br /&gt;
When opening the resultant .vcf files with Outlook, all non-standard characters are not shown correctly, due to the fact that the returned file is not encoded as UTF-8 without the BOM. Thus, these files are useless for use with Outlook - one of the most used e-mail clients.&lt;br /&gt;
&lt;br /&gt;
Can we get a UTF-8 file returned without the BOM?&lt;br /&gt;
&lt;br /&gt;
=== Missing data/Wrong encoding ===&lt;br /&gt;
&lt;br /&gt;
* We'd like to use your service for the new version of our location list ([http://www.freewave.at/en/ Free WiFi Hotspots in Austria]) but ran into problems:&lt;br /&gt;
** After importing the vCard, the Mac OS X Address book showed only the phone number (not as work), the URL, zip code and city. No name and no street.&lt;br /&gt;
** The vCard itself is encoded in ISO-8859-1, although having “CHARSET=utf-8” instructions. The source is also encoded in UTF-8.&lt;br /&gt;
** Here's the HTML code, we've been using:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;fn org&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=&amp;quot;http://static.freewave.at/logos/testa_rossa_caffe_150.gif&amp;quot; alt=&amp;quot;Testa Rossa Caffèbar Logo&amp;quot; /&amp;gt;Testa Rossa Caffèbar&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;adr work&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Mahlerstraße 4 &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;1010&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Wien&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Österreich&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;tel work&amp;quot;&amp;gt;+43 699 161 616 61&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url work&amp;quot; href=&amp;quot;http://www.testarossawien.at/&amp;quot;&amp;gt;http://www.testarossawien.at/&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;email work&amp;quot; href=&amp;quot;mailto:&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;geo&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;48.20275&amp;lt;/span&amp;gt;,&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;16.37079&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks! --[[User:Vividvisions|Vividvisions]] 17:25, 4 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the same type of problem with non ASCII content. Don't know which part is responsible, though. --[[User:jlgeering|Jean-Luc Geering]] 2010-05-10&lt;br /&gt;
&lt;br /&gt;
+1, I was coaching the dudes at http://hagreve.com/ implementing hCalendar and they reached the roadblock of having the accented chars wrongly encoded on the .ics  They resorted to using other ways of building an ics. :sadface:&lt;br /&gt;
Thanks. -- [[User:andr3|andr3]]&lt;br /&gt;
&lt;br /&gt;
=== HTML5 support ===&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;amp;lt;meta charset=utf-8&amp;amp;gt;&amp;lt;/code&amp;gt; isn't recognized so the output is double encoded. [[User:Greut|Greut]] 11:12, 4 January 2010 (UTC)&lt;br /&gt;
* new HTML5 elements (such as header, footer, section) are not supported (this is because they are stripped out by PHP Tidy and thus ignored). [[User:Tantek|Tantek]] 16:13, 19 January 2010 (UTC) &amp;lt;br /&amp;gt; possible solutions:&lt;br /&gt;
** UPDATE: new HTML5 elements and time datetime preliminary support added to http://dev.h2vx.com/ - try it out - give feedback!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
'''Please give feedback on the http://dev.h2vx.com/ HTML5 support here:'''&lt;br /&gt;
&lt;br /&gt;
Is there a timeout/throttling on requests to dev.h2vx? I've been getting inconsistent returns on ics and webcal requests from the same markup. Don't know what else could be the issue. When it works, it works great though!&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Previously: &lt;br /&gt;
* Possible options&lt;br /&gt;
** 1. Use a proper PHP html5lib (being coded by the HTML5 community, but not available/functional yet AFAIK) - still might do this long term.&lt;br /&gt;
** 2. Add a flag to the H2VX processing URL which says &amp;quot;I'm a crazy XML person and my markup is 100% well formed XML, please don't tidy, please break and fail to process if it's not well formed&amp;quot;.&lt;br /&gt;
** in either case, new special HTML5 elements (like time) will require an update to [[X2V]] to know to properly handle/parse new semantic attributes (like datetime).&lt;br /&gt;
&lt;br /&gt;
=== mouse events ===&lt;br /&gt;
* The &amp;quot;what are microformats?&amp;quot; style descriptions only appear on mouse-over of the trigger terms (those with class=&amp;quot;term&amp;quot;). It does not appear at all when keyboard navigation is used, making it somewhat inaccessible. The problem here is that the trigger elements are the ones that should receive focus, but not being links they are not in the tabbing order so do not, hence the helper text never appears for keyboard users. [[User:Norm|Norm]] 10:39, 6 November 2009 (UTC)&lt;br /&gt;
** Quick fix: remove '''visibility:hidden''' from '''.term .info'''. [[User:Andr3|Andr3]]&lt;br /&gt;
&lt;br /&gt;
=== page semantics ===&lt;br /&gt;
* &amp;amp;lt;i class=&amp;quot;term&amp;quot;&amp;gt; should be made into &amp;amp;lt;em&amp;gt;'s for semantic reasons. ;) [[User:Andr3|Andr3]]&lt;br /&gt;
** Note that the &amp;lt;code&amp;gt;&amp;amp;lt;i&amp;gt;&amp;lt;/code&amp;gt; element is used deliberately for &amp;quot;instance&amp;quot; of a term - this is an [[HTML5]] semantic, and is more accurate in this instance than &amp;quot;em&amp;quot;phasis. — [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== not possible to use dtstart with timezone in abbr title ===&lt;br /&gt;
* Adding a timezone to dtstart using abbr pattern leads to The Shining-style debug output repeating “Object is a string”. I tried adding a time with timezone via the value class pattern, and while the vcard downloads the time is incorrect ~~[[User:Oli|Oli]] 00:53 15 February 2010 (+09:00)&lt;br /&gt;
** Oli, could you provide a URL to a live example/test case that you were using so we can test with it to try to see exactly what is going on? Thanks! [[User:Tantek|Tantek]] 17:35, 15 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== resolved ===&lt;br /&gt;
Resolved issues are moved to this section. If this grows too big we can move it to [[h2vx-issues-resolved]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
* 2009-11-11 We were using the Technorati hosted service. Surprised to see it redirected to H2XV, took a minute to realize what was going on. Thanks for picking up the service! Both the hosting provider and the new user agent are blocked by default on our side to prevent scraping. To be more transparent, maybe you could change the UA similar to the old one: from &amp;lt;nowiki&amp;gt;&amp;quot;Technorati contacts proxy (http://technorati.com/contacts/)&amp;quot;&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;&amp;quot;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;quot;&amp;lt;/nowiki&amp;gt; [[User:DineMonkey|DineMonkey]] 15:47, 11 November 2009 (UTC)&lt;br /&gt;
** I've updated the user agent strings per your recommendation and documented them above as well. [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== closed ===&lt;br /&gt;
Once a resolved issue has no further actions (and ideally is verified by the issue reporter), it can be closed and moved to this section. If this grows too big we can move it to [[h2vx-issues-closed]]&lt;br /&gt;
* 2009-11-04 It would be good to have the option to pass &amp;quot;referer&amp;quot; instead of a URL. [[User:Adactio|Adactio]] 10:47, 4 November 2009 (UTC)&lt;br /&gt;
** http://h2vx.com/vcf/referrer and http://h2vx.com/ics/referrer are now up and running. Example of /vcf/referrer is live on http://tantek.com/ and the alternate spelling /vcf/referer is used live on http://clearleft.com/ - as such, closing this issue. [[User:Tantek|Tantek]] 20:25, 5 November 2009 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[X2V]]&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2011-03-14-future-of-microformats&amp;diff=43733</id>
		<title>events/2011-03-14-future-of-microformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2011-03-14-future-of-microformats&amp;diff=43733"/>
		<updated>2011-03-14T15:49:43Z</updated>

		<summary type="html">&lt;p&gt;Andr3: /* Q&amp;amp;A */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;The Future of Microformats - SXSW Interactive 2011&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== Details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2011-03-14&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;500 E Cesar Chavez Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Texas&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;78701&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;The Future of Microformats - SXSW Interactive Session&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/7697872/&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.facebook.com/event.php?eid=199322750085180&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://plancast.com/p/3q33&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://austin2011.sched.org/event/7fd1f13aec1a51466384a986cf6da1b3&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''[http://h2vx.com/ics/microformats.org/wiki/events/2011-03-14-future-of-microformats  Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;Google, via its rich snippets, has reported that microformats has a 94% usage share (as compared with RDFa etc.). So how does the future look for microformats? In this session, we'll look closely at real problems with implementing microformats in [[HTML5]] and how this can be done, and whether there will be a continuing place for them. We'll also look at emerging technologies and techniques, such as [[RelMeAuth]] and discuss advanced user techniques.&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''microformats-session'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''futuremf'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;austin&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;tx&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;texas&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxsw&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxswi&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxsw2011&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxswi2011&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''microformats-session-2011-03-14''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=7697872''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
&lt;br /&gt;
== Attendees ==&lt;br /&gt;
Add yourself alphabetically sorted by family name if you plan on attending or attended this event.&lt;br /&gt;
 &lt;br /&gt;
* [[User:Phae|Frances Berriman]]&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
* [[User:YourName|You]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
 &lt;br /&gt;
Topics Discussed:&lt;br /&gt;
 &lt;br /&gt;
* ...&lt;br /&gt;
 &lt;br /&gt;
== Q&amp;amp;A ==&lt;br /&gt;
&lt;br /&gt;
Not going to be in the panel or too shy to step up to the mic?  Add your question below by 2pm on the day, or email frances@fberriman.com, or tweet us using the hashtag #futuremf&lt;br /&gt;
* Question... From Your Name&lt;br /&gt;
* Q: What are the most creative and inspiring uses you've seen, from all this Webby data? (Sorry I can't be there to ask in person...) -- Dan Brickley&lt;br /&gt;
* Q: Nowadays, we have to choose the *format* in which we add semantics to our pages or fall into a vortex of repetition. Microformats, rdfa, pure rdf and/or microdata. What will be microformat's (project, community) role in the near future? Be responsible for the vocabularies used in microdata or be an alternative to microdata? -- andr3&lt;br /&gt;
&lt;br /&gt;
== Photographs ==&lt;br /&gt;
 &lt;br /&gt;
* Search for photographs from this event on Flickr: [http://flickr.com/photos/tags/microformats-session-2011-03-14 Photographs tagged microformats-session-2011-03-14] or for [http://flickr.com/photos/tags/microformats-session all photographs from microformats sessions].&lt;br /&gt;
 &lt;br /&gt;
''Add a photograph from this event here''.&lt;br /&gt;
 &lt;br /&gt;
== Articles and Blog Posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below:&lt;br /&gt;
 &lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Also, find posts on this meetup on [http://blogsearch.google.com/blogsearch?q=microformats-session-2011-03-14 Google Blog Search] or [http://technorati.com/search/microformats-session-2011-03-14 Technorati].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2011-03-14-future-of-microformats&amp;diff=43731</id>
		<title>events/2011-03-14-future-of-microformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2011-03-14-future-of-microformats&amp;diff=43731"/>
		<updated>2011-03-13T20:33:41Z</updated>

		<summary type="html">&lt;p&gt;Andr3: /* Q&amp;amp;A */  Adding a question for the panel.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;The Future of Microformats - SXSW Interactive 2011&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== Details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2011-03-14&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;500 E Cesar Chavez Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Texas&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;78701&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;The Future of Microformats - SXSW Interactive Session&amp;lt;/span&amp;gt;&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/7697872/&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.facebook.com/event.php?eid=199322750085180&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://plancast.com/p/3q33&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://austin2011.sched.org/event/7fd1f13aec1a51466384a986cf6da1b3&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''[http://h2vx.com/ics/microformats.org/wiki/events/2011-03-14-future-of-microformats  Add this event to your calendar]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;Google, via its rich snippets, has reported that microformats has a 94% usage share (as compared with RDFa etc.). So how does the future look for microformats? In this session, we'll look closely at real problems with implementing microformats in [[HTML5]] and how this can be done, and whether there will be a continuing place for them. We'll also look at emerging technologies and techniques, such as [[RelMeAuth]] and discuss advanced user techniques.&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&lt;br /&gt;
tags:&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''microformats-session'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''futuremf'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats-meetup&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;austin&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;tx&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;texas&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxsw&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxswi&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxsw2011&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;sxswi2011&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''microformats-session-2011-03-14''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=7697872''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
&lt;br /&gt;
== Attendees ==&lt;br /&gt;
Add yourself alphabetically sorted by family name if you plan on attending or attended this event.&lt;br /&gt;
 &lt;br /&gt;
* [[User:Phae|Frances Berriman]]&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
* [[User:YourName|You]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
 &lt;br /&gt;
Topics Discussed:&lt;br /&gt;
 &lt;br /&gt;
* ...&lt;br /&gt;
 &lt;br /&gt;
== Q&amp;amp;A ==&lt;br /&gt;
&lt;br /&gt;
Not going to be in the panel or too shy to step up to the mic?  Add your question below by 2pm on the day, or email frances@fberriman.com&lt;br /&gt;
* Question... From Your Name&lt;br /&gt;
* Q: What are the most creative and inspiring uses you've seen, from all this Webby data? (Sorry I can't be there to ask in person...) -- Dan Brickley&lt;br /&gt;
* Q: Nowadays, we have to choose the *format* in which they add semantics to our page or fall in a vortex of repetition. Microformats, rdfa, pure rdf and/or microdata. What will be microformat's (project, community) role in the near future? Be responsibile for the vocabularies used in microdata? Or be an alternative to microdata? -- andr3&lt;br /&gt;
&lt;br /&gt;
== Photographs ==&lt;br /&gt;
 &lt;br /&gt;
* Search for photographs from this event on Flickr: [http://flickr.com/photos/tags/microformats-session-2011-03-14 Photographs tagged microformats-session-2011-03-14] or for [http://flickr.com/photos/tags/microformats-session all photographs from microformats sessions].&lt;br /&gt;
 &lt;br /&gt;
''Add a photograph from this event here''.&lt;br /&gt;
 &lt;br /&gt;
== Articles and Blog Posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below:&lt;br /&gt;
 &lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Also, find posts on this meetup on [http://blogsearch.google.com/blogsearch?q=microformats-session-2011-03-14 Google Blog Search] or [http://technorati.com/search/microformats-session-2011-03-14 Technorati].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Related Pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=h2vx&amp;diff=41277</id>
		<title>h2vx</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=h2vx&amp;diff=41277"/>
		<updated>2009-11-06T11:10:30Z</updated>

		<summary type="html">&lt;p&gt;Andr3: Adding a quick fix for one issue. Adding another issue.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;H2VX&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dfn&amp;gt;[http://h2vx.com H2VX]&amp;lt;/dfn&amp;gt; is a production deployment of the [[X2V]] hCard and hCalendar conversion transforms.&lt;br /&gt;
&lt;br /&gt;
It converts [[hCard]] contacts and [[hCalendar]] events on web pages to .vcf and .ics respectively for use in desktop and other client software applications.&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Have feedback on H2VX? Feel free to add to the top of this list and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-feedback]]&lt;br /&gt;
* &amp;quot;Also, a short 'about' page would be worthwhile IMO, especially for adding to the homepage.&amp;quot; - Norm on microformats-discuss.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Found a problem with H2VX? Please note it here at the top of this list and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-issues]]&lt;br /&gt;
* The &amp;quot;what are microformats?&amp;quot; style descriptions only appear on mouse-over of the trigger terms (those with class=&amp;quot;term&amp;quot;). It does not appear at all when keyboard navigation is used, making it somewhat inaccessible. The problem here is that the trigger elements are the ones that should receive focus, but not being links they are not in the tabbing order so do not, hence the helper text never appears for keyboard users. [[User:Norm|Norm]] 10:39, 6 November 2009 (UTC)&lt;br /&gt;
** Quick fix: remove '''visibility:hidden''' from '''.term .info'''. [[User:Andr3|Andr3]]&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;lt;i class=&amp;quot;term&amp;quot;&amp;gt; should be made into &amp;amp;lt;em&amp;gt;'s for semantic reasons. ;) [[User:Andr3|Andr3]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== resolved ===&lt;br /&gt;
Resolved issues are moved to this section. If this grows too big we can move it to [[h2vx-issues-resolved]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== closed ===&lt;br /&gt;
Once a resolved issue has no further actions (and ideally is verified by the issue reporter), it can be closed and moved to this section. If this grows too big we can move it to [[h2vx-issues-closed]]&lt;br /&gt;
* It would be good to have the option to pass &amp;quot;referer&amp;quot; instead of a URL. [[User:Adactio|Adactio]] 10:47, 4 November 2009 (UTC)&lt;br /&gt;
** http://h2vx.com/vcf/referrer and http://h2vx.com/ics/referrer are now up and running. Example of /vcf/referrer is live on http://tantek.com/ and the alternate spelling /vcf/referer is used live on http://clearleft.com/ - as such, closing this issue. [[User:Tantek|Tantek]] 20:25, 5 November 2009 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[X2V]]&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39481</id>
		<title>WYSIWYG-plugins</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39481"/>
		<updated>2009-07-06T22:05:45Z</updated>

		<summary type="html">&lt;p&gt;Andr3: /* FCKEditor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of WYSIWYG editors and the plugins to be developed and translated so that it is easy to add microformats into CMS systems.&lt;br /&gt;
&lt;br /&gt;
==TinyMCE==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
* Plugins to Create&lt;br /&gt;
** rel-license&lt;br /&gt;
** rel-tag&lt;br /&gt;
** (more)&lt;br /&gt;
&lt;br /&gt;
==FCKEditor==&lt;br /&gt;
* [http://www.fckeditor.net/ Homepage]&lt;br /&gt;
* [http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide Developer notes]&lt;br /&gt;
* Notes: has a 3.x version under development.&lt;br /&gt;
&lt;br /&gt;
==(more???)==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
&lt;br /&gt;
=Icons=&lt;br /&gt;
We will need some standardized icon styles for these buttons. Recommendations? Styles?&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39480</id>
		<title>WYSIWYG-plugins</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=WYSIWYG-plugins&amp;diff=39480"/>
		<updated>2009-07-06T22:05:18Z</updated>

		<summary type="html">&lt;p&gt;Andr3: adding fckeditor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of WYSIWYG editors and the plugins to be developed and translated so that it is easy to add microformats into CMS systems.&lt;br /&gt;
&lt;br /&gt;
==TinyMCE==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
* Plugins to Create&lt;br /&gt;
** rel-license&lt;br /&gt;
** rel-tag&lt;br /&gt;
** (more)&lt;br /&gt;
&lt;br /&gt;
==FCKEditor==&lt;br /&gt;
* [[http://www.fckeditor.net/ Homepage]]&lt;br /&gt;
* [[http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide Developer notes]]&lt;br /&gt;
* Notes: has a 3.x version under development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==(more???)==&lt;br /&gt;
* Homepage link&lt;br /&gt;
* Developer notes&lt;br /&gt;
&lt;br /&gt;
=Icons=&lt;br /&gt;
We will need some standardized icon styles for these buttons. Recommendations? Styles?&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=value-class-pattern-issues&amp;diff=34197</id>
		<title>value-class-pattern-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=value-class-pattern-issues&amp;diff=34197"/>
		<updated>2008-11-07T16:38:26Z</updated>

		<summary type="html">&lt;p&gt;Andr3: adding a (possible) problem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Value Excerption Pattern Issues&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open issues concerning the parsing of the value excerption pattern.&lt;br /&gt;
&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
==Open Issues==&lt;br /&gt;
&lt;br /&gt;
These issues are awaiting resolution and reflection in the specification, but may not be blockers on the implementation of the specification.&lt;br /&gt;
&lt;br /&gt;
===Excluded Fields===&lt;br /&gt;
&lt;br /&gt;
There seem to be some properties within which value excerpting is NOT allowed (or ''should not'' be allowed!) e.g. &amp;quot;type&amp;quot; in hCard. [[User:TobyInk|TobyInk]] 07:38, 22 May 2008 (PDT)&lt;br /&gt;
* You mean &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; as a sub-property of &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt;? That's one of the identified [[machine-data]] items that needs a means of including the publisher's choice text along with the microformat specified one. Not to conflate two separate issues, but just noting that separation of &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; text and &amp;lt;code&amp;gt;type value&amp;lt;/code&amp;gt; needs to be handled somewhere, and value-excerption-pattern ''could'' be considered as part of the solution. [[User:BenWard|BenWard]] 07:54, 22 May 2008 (PDT)&lt;br /&gt;
* Some fields make sense to exclude this, as it seems unintuitive, and can be used to avoid many of nested-microformat problems that may avoid a messier mfo pattern. E.g. &amp;lt;code&amp;gt;entry-summary&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;entry-content&amp;lt;/code&amp;gt; in [[hAtom]], both could very feasibly have nested formats or any kind, but doesn't strike me as useful to segregate into &amp;quot;value&amp;quot; at all. [[User:BenWard|BenWard]] 10:41, 6 Jun 2008 (PDT)&lt;br /&gt;
* Total other alternative, make value-excerption opt-in. Would need a bit of effort to go through all the specs and clarify, but actually might make more sense. It's a useful pattern for some properties (especially those with data patterns). [[User:BenWard|BenWard]] 10:41, 6 Jun 2008 (PDT)&lt;br /&gt;
* Setting the rules over depth-of-parsing (see below) to children-only would obviate the remaining need for this issue.&lt;br /&gt;
&lt;br /&gt;
===White-space behaviour when concatenating value nodes===&lt;br /&gt;
&lt;br /&gt;
We specify that no characters get inserted between concatenated occurrences of ‘value’. Need to audit all properties to ensure that this behaviour would be correct in all cases.&lt;br /&gt;
&lt;br /&gt;
Possibly specify that individual properties can override this behaviour, specifying a separator character. Possibly specify that this should be a provision of parsing implementations, so as to maintain flexibility for future publishing.&lt;br /&gt;
&lt;br /&gt;
===Depth of Parsing===&lt;br /&gt;
&lt;br /&gt;
Currently any descendent is parsed, which causes issues if a microformat field using the value-excerption-pattern is nested within another. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;hentry vevent&amp;amp;quot;&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;h1 class=&amp;amp;quot;entry-title summary&amp;amp;quot;&amp;amp;gt;Party on Sunday!&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;div class=&amp;amp;quot;updated published&amp;amp;quot;&amp;amp;gt;Tuesday &amp;amp;lt;span class=&amp;amp;quot;value&amp;amp;quot;&amp;amp;gt;2008-06-17&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;p class=&amp;amp;quot;entry-content description&amp;amp;quot;&amp;amp;gt;We&amp;amp;#x27;re having a party on &amp;amp;lt;span class=&amp;amp;quot;dtstart&amp;amp;quot;&amp;amp;gt;Sunday, at 7pm! &lt;br /&gt;
        &amp;amp;lt;span class=&amp;amp;quot;value&amp;amp;quot;&amp;amp;gt;2008-06-22T19:00:00+0100&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;. Please bring your friends!&amp;amp;lt;/p&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, hAtom and hCalendar are interleaved. The DTSTART property of the event is contained within the entry-content of the hAtom entry, using the value-excerption-pattern to include the machine-data datetime. However, with full descendent parsing, the hAtom model will come out as the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ENTRY&lt;br /&gt;
    ENTRY-TITLE=Party on Sunday!&lt;br /&gt;
    UPDATED= 2008-06-17&lt;br /&gt;
    PUBLISHED=2008-06-17&lt;br /&gt;
    ENTRY-CONTENT=2008-06-22T19:00:00+0100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* e.g. an [[hCalendar]] &amp;lt;code&amp;gt;vevent&amp;lt;/code&amp;gt; nested inside [[hAtom]] &amp;lt;code&amp;gt;entry-content&amp;lt;/code&amp;gt; must not result in &amp;lt;code&amp;gt;entry-content&amp;lt;/code&amp;gt; parsing as &amp;lt;code&amp;gt;20080627T12:34:00+100&amp;lt;/code&amp;gt;.&lt;br /&gt;
* e.g. [[hCalendar]] defines &amp;lt;code&amp;gt;organizer&amp;lt;/code&amp;gt;, which may be an [[hCard]], which may have a &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; property containing a sub-property &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;. Under these parsing rules, the entire &amp;lt;code&amp;gt;organizer&amp;lt;/code&amp;gt; field would be parsed as the telephone number.&lt;br /&gt;
&lt;br /&gt;
* [http://buzzword.org.uk/cognition/ Cognition] copes with this OK -- the organizer is parsed as a full contact with an hCard - not just a number. [[User:TobyInk|TobyInk]] 07:38, 22 May 2008 (PDT)&lt;br /&gt;
** Ah, but if a parser were written just as an hCalendar parser, with no hCard support? Cognition already understands that hCard is something special. [[User:BenWard|BenWard]] 07:54, 22 May 2008 (PDT)&lt;br /&gt;
*** Hence [[mfo]] [[User:TobyInk|TobyInk]] 11:19, 22 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Possible resolutions:&lt;br /&gt;
&lt;br /&gt;
* Specify the &amp;lt;code&amp;gt;mfo&amp;lt;/code&amp;gt; (‘microformat object’) class be used when nesting microformats, as a processing instruction to parsers not to parse unrelated nested items&lt;br /&gt;
* Specify that &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; must only be read from &amp;lt;em&amp;gt;children&amp;lt;/em&amp;gt;, not from &amp;lt;em&amp;gt;all descendants&amp;lt;/em&amp;gt;. Restrictive, unlikely to work for existing hCard TEL usage.&lt;br /&gt;
* Specify the above (&amp;lt;q&amp;gt;parse &amp;lt;em&amp;gt;children&amp;lt;/em&amp;gt;, not &amp;lt;em&amp;gt;all descendants&amp;lt;/em&amp;gt;), but allow individual properties (such as &amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; to override and parse all descendants. This would result in a parse-depth flag on all fields, and many getting overridden for all descendants, but again, seems to be a well structured solution. Property name dictionaries in parsers would have to include the depth flag with the property.&lt;br /&gt;
** This may break existing published microformats. [[User:TobyInk|TobyInk]] 07:25, 22 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Parsing &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; from Empty &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; Elements===&lt;br /&gt;
&lt;br /&gt;
As a solution to the invisible data requirements sometimes presented by [[machine-data]] in microformats, a parsing rule is proposed where the &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; element is &amp;lt;em&amp;gt;empty&amp;lt;/em&amp;gt; (contains no non-whitespace characters), the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute instead be parsed.&lt;br /&gt;
&lt;br /&gt;
e.g. &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;Tuesday the 24th at 6pm &amp;amp;lt;span class=&amp;quot;value&amp;quot; title=&amp;quot;20080624T180000+1000&amp;quot;&amp;gt;&amp;amp;lt;/span&amp;gt;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that due to a quirk in parsers, this technique can already be used in some parsers where the empty &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; node is also an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element. That is semantically incorrect use of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt;, though.&lt;br /&gt;
&lt;br /&gt;
====Resolution Notes====&lt;br /&gt;
&lt;br /&gt;
* This is parsable, but needs to be specced precisely.&lt;br /&gt;
* Suggest restricting to instances where a single &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; element exists, e.g. &lt;br /&gt;
** Disallow concatenation of multiple non-visible embedded values&lt;br /&gt;
** Disallow embedded non-visible values from being appended to visible data.&lt;br /&gt;
* This pattern exists to solve the [[machine-data]] problem, and restricting it more will discourage it being mis-used for hiding other, useful data&lt;br /&gt;
** Restrict the value element to be the first-child (excluding white-space text-nodes) of a µf property element, forcing the data to be kept physically close to the µf property in code. Keeps data close, helps maintenance issues. Intends to alleviate some invisible data principal concerns.&lt;br /&gt;
** Require that only the machine-data value  and its human form be contained within the microformat property; the µf property should not include arbitrary date&lt;br /&gt;
*** Include something to effect of ‘parsers may attempt to validate the human form against the machine form’ (PHP has a human date parsing function, for example)&lt;br /&gt;
** Restrict opt-in to specific properties. Do not allow it to be parsed globally. Fail parsers which implement it globally.&lt;br /&gt;
* Regarding accessibility, have confirmation that the empty element will be ignored (''Thank you'': James Craig, Gez Lemon, Bruce Lawson): “JAWS and Window-Eyes announce the title attribute&lt;br /&gt;
for an empty abbr is used and verbosity is set to ‘expand abbreviations’, but neither read the title attribute on an empty span.”&lt;br /&gt;
====Problems====&lt;br /&gt;
&lt;br /&gt;
* '''Violates the microformats [[principle]] of visible data.''' Numerous previous efforts (e.g. markup in comments etc.) have walked down that path of &amp;quot;dark data&amp;quot; and failed in practice. We must hold ourselves to higher standards than any XML/RDF solution.  It's part of what sets microformats apart from so many other failed efforts at data representation on the web. We must not go down the path of dark data. IMHO that principle is inviolable for [[microformats]]. [[User:Tantek|Tantek]]&lt;br /&gt;
** The approach here is that we have ''exceptional'' situations where we are requiring data to be duplicated for machines. They are exceptions which have existed in microformats since hCard, and this is a pattern to handle those exceptions and '''only''' those exceptions in response to the problems people have publishing them. The specification for this could be written to make it a per-property opt-in device, only for those properties identified above. ''This is not a ‘generic data embedding’ device'' and in line with the cited principals, should not be allowed to become one. --[[User:BenWard|BenWard]] 05:17, 25 Jun 2008 (PDT)&lt;br /&gt;
** An alternative, I suppose, would be to recognise all of the above data format examples as being in violation of the microformats principal, since authors are hiding them in favour of their own content. Every instance of fixed data formats in microformats that force authors to break the invisible data principal would need to be eliminated in favour of accessible, i18n compatible replacements, including those in hCard which are 1:1 mappings from vCard. We _could_ undertake that, but previous discussions (people being advised to misuse ABBR for translation of the vCard telephone types, for example) have already suggested that supporting the visible publishing is too complex. --[[User:BenWard|BenWard]] 05:17, 25 Jun 2008 (PDT)&lt;br /&gt;
** Additionally, the use of terms such as ‘dark data’ is inappropriate for this discussion, which is focused on functional, practical solutions to the identified problem. The term is emotive, and aggressive toward other, completely unrelated technologies (such as RDF) which is irrelevant to this solving this issue. Precisely, the machine-data in this technique is ‘non-visible machine-data’, and is being approached with specific regard to the microformats principal of ''design for humans first''. --[[User:BenWard|BenWard]] 05:34, 26 Jun 2008 (PDT)&lt;br /&gt;
* '''Worsens the [[principles#related|DRY]] violation''' by separating the human visible version and machine readable version into separate elements.  Duplicate data itself is bad, but at least by keeping the duplicates local on the same element (as the existing abbr-pattern does), the risk of drift/divergence is reduced. The greater the distance in content of the duplicates, the greater the risk of drift/divergence, and thus the lower the quality of data. This has been illustrated by the divergence of invisible metadata in the head of a document versus the content in the body, and even more so across documents.&lt;br /&gt;
**The machine-data form is kept as a sibling of the human form, and in distance in code, is not much further away than the data stored on a single elements &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute. Further, the specification for this could demand the value element be placed as the _first child_ of the parent property, forcing it to be published immediately after the property element. --[[User:BenWard|BenWard]] 05:17, 25 Jun 2008 (PDT)&lt;br /&gt;
* '''Some parsers may strip empty inline elements''' (particularly those that run incoming HTML through [http://tidy.sf.net Tidy] to convert it into well-formed XML). A workaround may be to allow (or even require) hard white space (i.e. &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;) within the element with class='value&amp;quot;.&lt;br /&gt;
**It is, however, trivial to patch and build Tidy not to do this (keeping empty elements where that element also has a class attribute). Parser writers need to feed back on whether using a custom build is impossible to their solution, but since Tidy can be made to work, the problem can likely be alleviated. Ben Ward has put up an experimental build of Tidy with patched element-dropping behaviour here: [http://ben-ward.co.uk/files/tidy-microformats.zip tidy-microformats.zip]&lt;br /&gt;
*** Tidy is not just used in parsers, but also by publishers, as part of CMSes, etc.&lt;br /&gt;
* '''WYSIWYG editors''' - this might present a problem in these editors in terms of allowing the user to change the value of the title of an empty span. Some of them allow editing title attributes of some elements, namely &amp;lt;A&amp;gt;, &amp;lt;IMG&amp;gt; and not much more. Needs to be properly researched, but is this an issue? Should we care about default WYSIWYG deployments? Or leave that for microformats-aware WYSIWYG versions, they would allow editing this span somehow... [User:Andr3|Andr3]] 04:38, 7 Nov 2008 (GMT)&lt;br /&gt;
&lt;br /&gt;
===Parsing the value-excerption-pattern in combination with the ABBR-pattern===&lt;br /&gt;
&lt;br /&gt;
How does &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;&amp;amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;Great&amp;quot;&amp;gt;G&amp;amp;lt;/abbr&amp;gt; &amp;amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;Britain&amp;amp;lt;/span&amp;gt;&amp;amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; parse?&lt;br /&gt;
&lt;br /&gt;
* The main issue with this example is the lack of any explicit whitespace between the values. Under present parsing rules, this will parse as &amp;quot;GreatBritain&amp;quot;. [[User:TobyInk|TobyInk]] 15:20, 6 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Closed Issues==&lt;br /&gt;
&lt;br /&gt;
These issues are closed, and either dismissed with reason, or the specification has been updated in resolution.&lt;br /&gt;
&lt;br /&gt;
===Nested &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Should &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;Foo &amp;amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;Bar&amp;amp;lt;/span&amp;gt;&amp;amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; parse as &amp;lt;code&amp;gt;foo bar&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;bar&amp;lt;/code&amp;gt;? Should &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; elements be allowed to be nested within &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; elements?&lt;br /&gt;
&lt;br /&gt;
Resolution: Disallowed. Deemed complex to parse, and unnecessary when publishing.&lt;br /&gt;
&lt;br /&gt;
==Related Pages==&lt;br /&gt;
&lt;br /&gt;
* [[value-excerption-pattern]]&lt;br /&gt;
* [[machine-data]]&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mobile&amp;diff=28731</id>
		<title>mobile</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mobile&amp;diff=28731"/>
		<updated>2008-09-12T12:29:58Z</updated>

		<summary type="html">&lt;p&gt;Andr3: adding link to kaywa reader&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;mobile&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''This page is a stub and would benefit from your contributions!'''&lt;br /&gt;
&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Mobile and microformats make for a particularly powerful combination. Microformats help users complete more tasks with fewer steps, and requiring fewer steps is especially important in mobile applications. This page lists current known mobile support of microformats, and ideas/suggestions for mobile applications that could use microformats.&lt;br /&gt;
&lt;br /&gt;
== mobile support ==&lt;br /&gt;
=== Treo ===&lt;br /&gt;
The Treo browser has good integration with the Treo address book and calendar.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCard]] support.''' Clicking on a &amp;quot;Add to Address Book&amp;quot; link (e.g. on [http://technorati.com/about/contact.html Technorati's contact page]) will prompt the user to add that [[hCard]] directly to their Treo address book.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCalendar]] support.''' Clicking on an &amp;quot;Add to Calendar&amp;quot; link (e.g. like on the [[events]] page) will prompt the user to add [[hCalendar]] events directly to their Treo calendar. (Note: the &amp;quot;Subscribe to&amp;quot; links that use &amp;lt;code&amp;gt;webcal:&amp;lt;/code&amp;gt; do not appear to currently work on the Treo.)&lt;br /&gt;
&lt;br /&gt;
=== BlackBerry ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in BlackBerry 8700, 81xx, 88xx models. Anybody have experience either way with BlackBerry 9000?&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== iPhone ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in first generation iPhone / Safari / Webkit. &lt;br /&gt;
No support on iPhone 3G software v2.0.2(5C1), clicking the &amp;quot;add to address book&amp;quot; link as above results in a message saying &amp;quot;Safari can't download this file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== Nokia ===&lt;br /&gt;
&lt;br /&gt;
* The S60 3rd generation browser can handle vcards and icals (as those generated by X2V and technorati) extracted from hcards and vcards very well.&lt;br /&gt;
&lt;br /&gt;
List of models: N80, ''(please update)''.&lt;br /&gt;
&lt;br /&gt;
== mobile application thoughts ==&lt;br /&gt;
If this section gets too big, we can move it to a separate page like [[mobile-user-interface]].&lt;br /&gt;
&lt;br /&gt;
=== browser address book integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCards]] and provide the user a simple/unobtrusive user interface to add them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing a business site, or business listings (e.g. on Google Maps) which list business name, telephone number, address, URL etc.  With a simple click or two, it should be possible to save those listings in your address book for future reference or navigation (see below).&lt;br /&gt;
&lt;br /&gt;
=== browser calendar integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCalendar]] events and provide the user a simple/unobtrusive user interface to add (or subscribe to) them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing an event site (e.g. Upcoming.org), or event listings on a business site, and see event names, start/end times, locations, etc. With a simple click or two, it should be possible to save those events in your calendar for future reference / alarms etc.&lt;br /&gt;
&lt;br /&gt;
=== mapping and navigation ===&lt;br /&gt;
[[adr]] and [[geo]] microformats are useful for mobile mapping and navigation applications. (from tweet: [http://twitter.com/microformats/statuses/916437155]).&lt;br /&gt;
&lt;br /&gt;
The most obvious thing to do is extending support for [[geo]] so you can get directions to places from browsers, so you could, for example, get off the train, go to Upcoming.org on your mobile, click the address and have the mobile mapping applications walk you there. (from tweets [http://twitter.com/markng/statuses/916433126], [http://twitter.com/markng/statuses/916436304]).&lt;br /&gt;
&lt;br /&gt;
=== url dialing ===&lt;br /&gt;
Most phones have a way of invoking a call from the browser or from applications built in the native languages (JavaME, Python etc.) - it'd be useful if you could have a really simple way of putting in a URI, and it finding the relevant hCard on the page and auto-dials it. I can remember &amp;quot;companyname.com&amp;quot; but not some long phone number. I'm thinking of building something broadly on this line using JavaME, backed by a web service to get the numbers and return them to the device (favouring hCards, but regexing for things that look like phone numbers if it doesn't find any). This came to me a while back when I was walking around London trying to find a shop - I knew their URL but had no idea of their phone number. --[[User:TomMorris|TomMorris]] 05:07, 12 Sep 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== effortlessly add a contact to the address book ===&lt;br /&gt;
By using a bit of URL voodoo we can provide a [http://en.wikipedia.org/wiki/QR_Code QR Code] (here's a [http://reader.kaywa.com/ reader])so that the user can point their phone at the image and following the URL, a popup appears prompting them to add the contact to their address book. '''Downside:''' It requires internet access.&lt;br /&gt;
&lt;br /&gt;
Example: [http://chart.apis.google.com/chart?chs=500x500&amp;amp;cht=qr&amp;amp;chl=http://suda.co.uk/projects/microformats/hcard/get-contact.php?uri=http://id.andr3.net] (Thank Brian Suda for X2V!) --[[User:Andr3|Andr3]] 01:19PM, 12 Sep 2008 (WEST)&lt;br /&gt;
&lt;br /&gt;
== thanks ==&lt;br /&gt;
* [http://twitter.com/bryanrieger @bryanrieger] for [http://twitter.com/bryanrieger/statuses/916416344 asking the question] on Twitter.&lt;br /&gt;
* [http://twitter.com/markng @markng] for providing some ideas with user scenarios.&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[advocacy]]&lt;br /&gt;
* [[mobile-advocacy]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[operator-phone-tests]]&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=mobile&amp;diff=28730</id>
		<title>mobile</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=mobile&amp;diff=28730"/>
		<updated>2008-09-12T12:24:54Z</updated>

		<summary type="html">&lt;p&gt;Andr3: added Nokia support and added a usecase, using QR codes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;mobile&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''This page is a stub and would benefit from your contributions!'''&lt;br /&gt;
&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Mobile and microformats make for a particularly powerful combination. Microformats help users complete more tasks with fewer steps, and requiring fewer steps is especially important in mobile applications. This page lists current known mobile support of microformats, and ideas/suggestions for mobile applications that could use microformats.&lt;br /&gt;
&lt;br /&gt;
== mobile support ==&lt;br /&gt;
=== Treo ===&lt;br /&gt;
The Treo browser has good integration with the Treo address book and calendar.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCard]] support.''' Clicking on a &amp;quot;Add to Address Book&amp;quot; link (e.g. on [http://technorati.com/about/contact.html Technorati's contact page]) will prompt the user to add that [[hCard]] directly to their Treo address book.&lt;br /&gt;
&lt;br /&gt;
* '''[[hCalendar]] support.''' Clicking on an &amp;quot;Add to Calendar&amp;quot; link (e.g. like on the [[events]] page) will prompt the user to add [[hCalendar]] events directly to their Treo calendar. (Note: the &amp;quot;Subscribe to&amp;quot; links that use &amp;lt;code&amp;gt;webcal:&amp;lt;/code&amp;gt; do not appear to currently work on the Treo.)&lt;br /&gt;
&lt;br /&gt;
=== BlackBerry ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in BlackBerry 8700, 81xx, 88xx models. Anybody have experience either way with BlackBerry 9000?&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== iPhone ===&lt;br /&gt;
No support for hCard/vCard/hCalendar/iCalendar in first generation iPhone / Safari / Webkit. &lt;br /&gt;
No support on iPhone 3G software v2.0.2(5C1), clicking the &amp;quot;add to address book&amp;quot; link as above results in a message saying &amp;quot;Safari can't download this file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* see [[mobile-advocacy]]&lt;br /&gt;
&lt;br /&gt;
=== Nokia ===&lt;br /&gt;
&lt;br /&gt;
* The S60 3rd generation browser can handle vcards and icals (as those generated by X2V and technorati) extracted from hcards and vcards very well.&lt;br /&gt;
&lt;br /&gt;
List of models: N80, ''(please update)''.&lt;br /&gt;
&lt;br /&gt;
== mobile application thoughts ==&lt;br /&gt;
If this section gets too big, we can move it to a separate page like [[mobile-user-interface]].&lt;br /&gt;
&lt;br /&gt;
=== browser address book integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCards]] and provide the user a simple/unobtrusive user interface to add them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing a business site, or business listings (e.g. on Google Maps) which list business name, telephone number, address, URL etc.  With a simple click or two, it should be possible to save those listings in your address book for future reference or navigation (see below).&lt;br /&gt;
&lt;br /&gt;
=== browser calendar integration ===&lt;br /&gt;
Every mobile browser should auto-detect [[hCalendar]] events and provide the user a simple/unobtrusive user interface to add (or subscribe to) them to their mobile address book.  &lt;br /&gt;
&lt;br /&gt;
Example: you are browsing an event site (e.g. Upcoming.org), or event listings on a business site, and see event names, start/end times, locations, etc. With a simple click or two, it should be possible to save those events in your calendar for future reference / alarms etc.&lt;br /&gt;
&lt;br /&gt;
=== mapping and navigation ===&lt;br /&gt;
[[adr]] and [[geo]] microformats are useful for mobile mapping and navigation applications. (from tweet: [http://twitter.com/microformats/statuses/916437155]).&lt;br /&gt;
&lt;br /&gt;
The most obvious thing to do is extending support for [[geo]] so you can get directions to places from browsers, so you could, for example, get off the train, go to Upcoming.org on your mobile, click the address and have the mobile mapping applications walk you there. (from tweets [http://twitter.com/markng/statuses/916433126], [http://twitter.com/markng/statuses/916436304]).&lt;br /&gt;
&lt;br /&gt;
=== url dialing ===&lt;br /&gt;
Most phones have a way of invoking a call from the browser or from applications built in the native languages (JavaME, Python etc.) - it'd be useful if you could have a really simple way of putting in a URI, and it finding the relevant hCard on the page and auto-dials it. I can remember &amp;quot;companyname.com&amp;quot; but not some long phone number. I'm thinking of building something broadly on this line using JavaME, backed by a web service to get the numbers and return them to the device (favouring hCards, but regexing for things that look like phone numbers if it doesn't find any). This came to me a while back when I was walking around London trying to find a shop - I knew their URL but had no idea of their phone number. --[[User:TomMorris|TomMorris]] 05:07, 12 Sep 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== effortlessly add a contact to the address book ===&lt;br /&gt;
By using a bit of URL voodoo we can provide a [http://en.wikipedia.org/wiki/QR_Code QR Code] so that the user can point their phone at the image and following the URL, a popup appears prompting them to add the contact to their address book. '''Downside:''' It requires internet access.&lt;br /&gt;
&lt;br /&gt;
Example: [http://chart.apis.google.com/chart?chs=500x500&amp;amp;cht=qr&amp;amp;chl=http://suda.co.uk/projects/microformats/hcard/get-contact.php?uri=http://id.andr3.net] (Thank Brian Suda for X2V!) --[[User:Andr3|Andr3]] 01:19PM, 12 Sep 2008 (WEST)&lt;br /&gt;
&lt;br /&gt;
== thanks ==&lt;br /&gt;
* [http://twitter.com/bryanrieger @bryanrieger] for [http://twitter.com/bryanrieger/statuses/916416344 asking the question] on Twitter.&lt;br /&gt;
* [http://twitter.com/markng @markng] for providing some ideas with user scenarios.&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[advocacy]]&lt;br /&gt;
* [[mobile-advocacy]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[operator-phone-tests]]&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=presentations&amp;diff=27906</id>
		<title>presentations</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=presentations&amp;diff=27906"/>
		<updated>2008-07-08T14:03:21Z</updated>

		<summary type="html">&lt;p&gt;Andr3: Adding a presentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; microformats presentations &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both [[microformats]] in general, and specific microformats.  Check out microformats [[events]] for upcoming presentations. See also microformats [[podcasts]] and [[screencasts]] for audio/video presentations and discussions.&lt;br /&gt;
&lt;br /&gt;
Most recent presentations/sessions listed first.&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal) &lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, Web Essentials 05 &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, Web Essentials 05 &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
This page was contributed from [http://developers.technorati.com/wiki/MicroFormatsPresentations the Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=irc-people&amp;diff=27506</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=irc-people&amp;diff=27506"/>
		<updated>2008-06-25T22:54:48Z</updated>

		<summary type="html">&lt;p&gt;Andr3: Adding myself.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars, sorted by nick, and their normal timezones (winter/summer).&lt;br /&gt;
&lt;br /&gt;
* {{irc user|Amodal1| amodal1|-0500/-0600}}&lt;br /&gt;
* {{irc user|Adam Ballai|AdamBallai|-700/-700}}&lt;br /&gt;
* {{irc user|Adam Craven|AdamCraven|+0000}}&lt;br /&gt;
* {{irc user|Alexander Graf|AlexanderGraf|+0100}}&lt;br /&gt;
* {{irc user|Tomasino|aloneone|-0500}}&lt;br /&gt;
* {{irc user|AmanuelTewolde|Amanuel|-0500/-0400}}&lt;br /&gt;
* {{irc user|Amette|amette|+1000}}&lt;br /&gt;
* {{irc user|Amir Guindehi|AmirGuindehi|+1000}}&lt;br /&gt;
* {{irc user|Andr3|andr3|+0000}}&lt;br /&gt;
* {{irc user|Ajaswa|Andrew Jaswa|-0500}}&lt;br /&gt;
* {{irc user|AndrewDisley|AndrewDisley|+0000}}&lt;br /&gt;
* {{irc user|AnselHalliburton|anselxyz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ashe Dryden|Ashe|-600}}&lt;br /&gt;
* {{irc user|Ashley|Ashley|+1000}}&lt;br /&gt;
* {{irc user|Azathoth|Florian Beer|+1000}}&lt;br /&gt;
* {{irc user|Tyler Roehmholdt|Baristo|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenjaminCarlyle|BenjaminCarlyle|+1000}}&lt;br /&gt;
* {{irc user|HenriBergius|bergie|+0200/+0300}}&lt;br /&gt;
* {{irc user|Ben Ward|BenWard|+0000}}&lt;br /&gt;
* {{irc user|BenWest|bewest|-0800/-0700}}&lt;br /&gt;
* {{irc user|B.K._DeLong|bkdelong|-0500/-0400}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|BluesMoon|bluesmoon|+0530}}&lt;br /&gt;
* {{irc user|BobChao|BobChao|+0800}}&lt;br /&gt;
* {{irc user|Bob Jonkman|BobJonkman|-0500/-0400}}&lt;br /&gt;
* {{irc user|Boneill|boneill|+0000}}&lt;br /&gt;
* {{irc user|Brian|briansuda|+0000}}&lt;br /&gt;
* {{irc user|TimT|bringo|-0800/-0700}}&lt;br /&gt;
* {{irc user|Briski|Briski|+0000}}&lt;br /&gt;
* {{irc user|BryanL|BryanL|-0500/-0400}}&lt;br /&gt;
* {{irc user|BryanRieger|Bryan Rieger|+0000}}&lt;br /&gt;
* {{irc user|Bug-E|Bug-E|+0200}}&lt;br /&gt;
* {{irc user|CarlaHufstedler|carlamagpie|-0500/-0400}}&lt;br /&gt;
* {{irc user|Colin_Barrett|cbarrett|-1000}}&lt;br /&gt;
* {{irc user|Cognizance|Cognizance|-0800/-0700}}&lt;br /&gt;
* {{irc user|ColinDDevroe|cdevroe|-0500/-0600}}&lt;br /&gt;
* {{irc user|Cgriego|cgriego|-0600/-0500}}&lt;br /&gt;
* {{irc user|Charlvn|Charl|+0200/+0200}}&lt;br /&gt;
* {{irc user|CharlesRoper|charles_r|0000/+0100}}&lt;br /&gt;
* {{irc user|ChristopherStJohn|cks|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeremyBoggs|clioweb|-5000/-4000}}&lt;br /&gt;
* {{irc user|Cloud|Cloud|+0000}}&lt;br /&gt;
* {{irc user|Cruster|cruster|+0200}}&lt;br /&gt;
* {{irc user|Csarven|csarven|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChrisBrentano|ctb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DanC|DanC|-0600/-0500}}&lt;br /&gt;
* {{irc user|DanielBurka|DanielBurka|-0400}}&lt;br /&gt;
* {{irc user|DanielJohnLewis|danieljohnlewis|0000}}&lt;br /&gt;
* {{irc user|DannyAyers|danja|+0100/+0200}}&lt;br /&gt;
* {{irc user|Dave Cardwell|davecardwell|+0000}}&lt;br /&gt;
* {{irc user|DavidMead|DavidMead|-0400}}&lt;br /&gt;
* {{irc user|DavidRussell|davidrussell|-0600/-0500}}&lt;br /&gt;
* {{irc user|DBounds|Darren Bounds|-0500&lt;br /&gt;
* {{irc user|DenisDefreyne|ddfreyne|+0100/+0200}}&lt;br /&gt;
* {{irc user|DeanEro|deanero|-0800/-0700}}&lt;br /&gt;
* {{irc user|DeepText|Deep Text|-0800/-0700}}&lt;br /&gt;
* {{irc user|DerrickPallas|DerrickPallas|-0800/-0700}}&lt;br /&gt;
* {{irc user|DimitriGlazkov|dglazkov|-0600/-0500}}&lt;br /&gt;
* {{irc user|DiegoBudny|DiegoBudny|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|DKerzman|DKerzman|-0600}}&lt;br /&gt;
* {{irc user|Dan Kubb|dkubb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrErnie|DrErnie|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrewMcLellan|drewinthehead|+0000/+0100}}&lt;br /&gt;
* {{irc user|DrewBell|droob|-0600/-0500}}&lt;br /&gt;
* {{irc user|DimitriosZachariadis|dzach|+0200/+0300}}&lt;br /&gt;
* {{irc user|DydimusTK|dydimustk|-0600}}&lt;br /&gt;
* {{irc user|Ed Summers|edsu|-0500/-0400}}&lt;br /&gt;
* {{irc user|Enric|Enric|-0800/-0700}} (alt sp &amp;quot;enric&amp;quot;)&lt;br /&gt;
* {{irc user|Evan|evanpro|-0500}}&lt;br /&gt;
* {{irc user|Evan|e_s_p|-0500}}&lt;br /&gt;
* {{irc user|EdwardWelker|ewelker|-0500}}&lt;br /&gt;
* {{irc user|ChrisMessina|factoryjoe|-0800/-0700}}&lt;br /&gt;
* {{irc user|Fil|Fil|+0200}}&lt;br /&gt;
* {{irc user|CFinke|Finke|-0700/-0600}}&lt;br /&gt;
* {{irc user|MarkoMrdjenovic|friedcell|+0100/+0200}}&lt;br /&gt;
* {{irc user|GarethR|garethr|+0000/+0100}}&lt;br /&gt;
* {{irc user|Grantbow|Grantbow|-0800/-0700}}&lt;br /&gt;
* {{irc user|Griffin|Griffin|-0600/-0500}}&lt;br /&gt;
* {{irc user|Guillaume Lebleu|glebleu|-0800}}&lt;br /&gt;
* {{irc user|Aubergine10|Guy Fraser|+0100/+0000}}&lt;br /&gt;
* {{irc user|HenrichPoehls|HenrichP|+0100}}&lt;br /&gt;
* {{irc user|IanHickson|Hixie|-0800/-0700}}&lt;br /&gt;
* {{irc user|Hlb|hlb|+0800-0700}}&lt;br /&gt;
* {{irc user|EdwardOConnor|hober|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ichigo|ichigo|+1000}}&lt;br /&gt;
* {{irc user|Alper|illustir|+0100}}&lt;br /&gt;
* {{irc user|Inkbase|inkbase|-0800/-0700}}&lt;br /&gt;
* {{irc user|IwaiMasaharu|iwaim|+0900}}&lt;br /&gt;
* {{irc user|Izo|IZO|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|JamieKnight|JamieKnight|+1000/0000}}&lt;br /&gt;
* {{irc user|JoeGregorio|jcgregorio|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|WizardIsHungry|jcw9|-0500/-0400}}&lt;br /&gt;
* {{irc user|Adactio|Jeremy Keith|+0000}}&lt;br /&gt;
* {{irc user|jrodgers|JesseRodgers|-0500}}&lt;br /&gt;
* {{irc user|JasonK|jkridner|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeffMcNeill|jeffmcneill|-1000}}&lt;br /&gt;
* {{irc user|JimboJW|jimbojw|-0600/-0500}}&lt;br /&gt;
* {{irc user|Jonathan_Arkell|jonnay|-0700/0600}}&lt;br /&gt;
* {{irc user|JosephHolsten|josephholsten|-0600/-0500}}&lt;br /&gt;
* {{irc user|JulianStahnke|julianstahnke|+0000}}&lt;br /&gt;
* {{irc user|Kapowaz|kapowaz|+0000/+0100}}&lt;br /&gt;
* {{irc user|Keri Henare|kerihenare|+1200}}&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* {{irc user|RyanKing|kingryan|-0800/-0700}}&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* {{irc user|Lachlan Hunt|Lachy|+1000/+1100}}&lt;br /&gt;
* {{irc user|Levitation|levitation[A]|+0200/+0300}}&lt;br /&gt;
* {{irc user|Linmic|linmic|+0800-0700}}&lt;br /&gt;
* {{irc user|MarkNg|madness|+0000/+0100}}&lt;br /&gt;
* {{irc user|Mark Mansour|Mark Mansour|+1100}}&lt;br /&gt;
* {{irc user|MarkNormanFrancis|Mark Norman Francis|+0000/+0100}}&lt;br /&gt;
* {{irc user|Maddiin|Martin Czura|+0100}}&lt;br /&gt;
* {{irc user|MattBowen|Matt Bowen|-0500/-0400}}&lt;br /&gt;
* {{irc user|MattisManzel|Mattis Manzel|+0100/+0200}}&lt;br /&gt;
* {{irc user|CiaranMc|McNulty|+0000/+0100}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[[mfbot]]&amp;lt;/span&amp;gt; - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&amp;lt;/span&amp;gt;&lt;br /&gt;
* {{irc user|Mike|Michael McCracken(mmc)|-0800/-0700}}&lt;br /&gt;
* {{irc user|MikeKaply|mkaply|-0600/-0500}}&lt;br /&gt;
* {{irc user|SteveIvy|monkinetic/redmonk|-0700}}&lt;br /&gt;
* {{irc user|MWTE|mwte|+0000/+0100}}&lt;br /&gt;
* {{irc user|RobManson|nambor|+1000}}&lt;br /&gt;
* {{irc user|Nelix|nelix|+1000}}&lt;br /&gt;
* {{irc user|neuro|neuro|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Niekie|niekie|+0100/+0200}}&lt;br /&gt;
* {{irc user|NTollervey|ntoll|+0000/+0100}}&lt;br /&gt;
* {{irc user|Andy Pemberton|pembertona|-0500/-0400}}&lt;br /&gt;
* {{irc user|Phae|Phae|+0000/+0100}}&lt;br /&gt;
* {{irc user|pius|Pius Uzamere|+0500}}&lt;br /&gt;
* {{irc user|PriitLaes|plaes|+0200/+0300}}&lt;br /&gt;
* {{irc user|ChrisCasciano|pnhChris|-0500/-0400}}&lt;br /&gt;
* {{irc user|PetarPopov|popov|-0800/-0700}}&lt;br /&gt;
* {{irc user|Pfefferle|pfefferle|+0100/+0200}}&lt;br /&gt;
* {{irc user|DavidOsolkowski|qid|-0500}}&lt;br /&gt;
* {{irc user|RCanine|RCanine|-0500/-0400}}&lt;br /&gt;
* {{irc user|Remi|Remi|-0500/-0400}}&lt;br /&gt;
* {{irc user|ZachCarter|riah|-0500/-0400}}&lt;br /&gt;
* {{irc user|RobertBachmann|RobertBachmann|+0100/+0200}}&lt;br /&gt;
** Office hours: &amp;lt;s&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/s&amp;gt; (Currently no office hours}}&lt;br /&gt;
* {{irc user|Ronnos|Ron Kok|+0000}}&lt;br /&gt;
* {{irc user|SarahWorsham|sazbean|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottNelle|snelle|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottRozic|gravitas|-0500/+0100}}&lt;br /&gt;
* {{irc user|Dana Benson|Snowden|-0800/-0700}}&lt;br /&gt;
* {{irc user|SinDoc|SinDoc|+0100/+0200}}&lt;br /&gt;
* {{irc user|Smackman|Steve Farrell|-0800/-0700}}&lt;br /&gt;
* {{irc user|SpikeUK|SpikeUK|+0000/+0100}}&lt;br /&gt;
* {{irc user|Steve Ganz|SteveGanz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Stii|Stii|+0200 GMT}}&lt;br /&gt;
* {{irc user|ReinierZ|surial|+0100 GMT}}&lt;br /&gt;
* {{irc user|SuperPhly|SuperPhly|-600/-500}}&lt;br /&gt;
* {{irc user|SyedSRahman|syedsrahman|+0530}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;sym[[User:LynX|lynX]]&amp;lt;/span&amp;gt; or (better) [[User:LynX|lynX]] on [http://about.psyc.eu PSYC] (+0100}}&lt;br /&gt;
* {{irc user|DavidLehn|taaz|-0500/-0400}}&lt;br /&gt;
* {{irc user|Tantek|Tantek|-0800/-0700}}&lt;br /&gt;
* {{irc user|Wojciech|theanxy|+0100/+0200}}&lt;br /&gt;
* {{irc user|TheJbf|thejbf|+0100/+0200}}&lt;br /&gt;
* {{irc user|TobyInk|tobyink|+0000/+0100}}&lt;br /&gt;
* {{irc user|Trovster|trovster|-0800/-0700}}&lt;br /&gt;
* {{irc user|Vadania|vadania|-0600/-0700}}&lt;br /&gt;
* {{irc user|Vant|vant|+0900}}&lt;br /&gt;
* {{irc user|Victor|victor|+0100/+0200}}&lt;br /&gt;
* {{irc user|V-I-P|V-I-P|+0100/+0200}}&lt;br /&gt;
* {{irc user|KrissWatt|VoodooChild|+0000/+0100}}&lt;br /&gt;
* {{irc user|WebOrganics|weborganics|+0100}}&lt;br /&gt;
* {{irc user|JacksonWilkinson|whafro|-0500/-0400}}&lt;br /&gt;
* {{irc user|Richard Conyard|WhiskeyM|+0000}}&lt;br /&gt;
* {{irc user|Veeliam|William Lawrence|-0800/-0700}}&lt;br /&gt;
* {{irc user|StevenWoods|woodss|+0000 GMT}}&lt;br /&gt;
* {{irc user|Ianloic|yakk|-0800/-0700}}&lt;br /&gt;
* {{irc user|LarsStrojny|mastaYoda|+0100}}&lt;br /&gt;
* {{irc user|ZimbaTm|zimbatm|+0100}}&lt;br /&gt;
* {{irc user|FoundAtion|Foundation|-0800}}&lt;br /&gt;
* {{irc user|PJKix|pjkix|-0800/-700}}&lt;br /&gt;
* {{irc user| ChrisBroadfoot|broady|+1000}}&lt;br /&gt;
* {{irc user|Natalie Downe|NatBat|+0000}}&lt;br /&gt;
* {{irc user|Dotjay|dotjay|+0000}}&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Andr3&amp;diff=33943</id>
		<title>User:Andr3</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Andr3&amp;diff=33943"/>
		<updated>2008-01-15T00:27:42Z</updated>

		<summary type="html">&lt;p&gt;Andr3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;André Luís&amp;lt;/span&amp;gt;&lt;br /&gt;
http://andr3.net | http://mobifeeds.net&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2008-01-15-hresume-webinar&amp;diff=32986</id>
		<title>events/2008-01-15-hresume-webinar</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2008-01-15-hresume-webinar&amp;diff=32986"/>
		<updated>2008-01-15T00:22:27Z</updated>

		<summary type="html">&lt;p&gt;Andr3: correcting dtend from 2007 to 2008.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hResume Webinar&amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Subscribe==&lt;br /&gt;
You can:&lt;br /&gt;
*Add this event to your Calendar: http://feeds.technorati.com/events/microformats.org/wiki/events/2008-01-15-hresume-webinar&lt;br /&gt;
*Subscribe to this event: webcal://feeds.technorati.com/events/microformats.org/wiki/events/2008-01-15-hresume-webinar&lt;br /&gt;
&lt;br /&gt;
== details ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2008-01-15T13:00:00-0500&amp;lt;/span&amp;gt;–&amp;lt;span class=dtend&amp;gt;2008-01-15T14:00:00-0500&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;gotowebinar.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Ryan King will be presenting [[hResume]] to the [http://www.hr-xml.org/ HR-XML] crowd. To join, register at [https://www1.gotomeeting.com/register/824414913] then go to [https://www1.gotomeeting.com/en_US/webinar/island/joinAWebinar.tmpl] and enter 824414913 as the webinar ID and your email address.&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[http://theryanking.com/ Ryan King]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://gotowebinar.com&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://technorati.com/events/microformats.org/wiki/events/http://microformats.org/wiki/events/2008-01-15-hresume-webinar Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Please use ''all'' of the following tags when tagging related content (blog posts, photos):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
(Event author: replace &amp;quot;EVENTSPECIFICTAG&amp;quot; in the below text with a tag unique to the event, i.e. short name of event + (optional location) + (full-year or sequence number), e.g. BarCampBlock2007, FooCampLondon2007, SHDH22, SXSW2008).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
tags: '''hresumewebinar microformats ... ...'''&lt;br /&gt;
&lt;br /&gt;
Please mention '''#hresumewebinar''' (with the &amp;quot;#&amp;quot;) in Twitter posts about the event. See [[twitter-syntax#Hash_tags|hash tags]] for more info.&lt;br /&gt;
&lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself alphabetically sorted by last name if you attended.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
*[xxxUrlxxx xxxNamexxx]&lt;br /&gt;
* [[User:RyanKing|RyanKing]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
Please use ''all'' of the following tags when tagging related photos:&lt;br /&gt;
&lt;br /&gt;
tags: '''microformats hresumewebinar hresume'''&lt;br /&gt;
&lt;br /&gt;
See [http://www.flickr.com/photos/tags/hresumewebinar hresumewebinar tag on Flickr].&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
Session comments and Q&amp;amp;A.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Newest first.&lt;br /&gt;
&lt;br /&gt;
Please use ''all'' of the following tags when tagging related blog posts:&lt;br /&gt;
&lt;br /&gt;
tags: '''microformats hresumewebinar hresume'''&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Andr3</name></author>
	</entry>
</feed>