Re: [uf-discuss] Reading Microformats from a Flash app?

2007-07-02 Thread Thom Shannon
write some js to use the dom to find the microformats and pass to flash 
via the externalinterface object.


Charles Iliya Krempeaux wrote:

Hello,

Does anyone here have experience reading Microformats and semantic
HTML from a Flash app?

Specifically, reading them from the HTML page the Flash app is 
embedded into?



I know there's various techniques for communicating to and from the
Flash app and the HTML page the Flash app is contained within... but
what have people found is the best method?


Thanks.


___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Benjamin West

http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
and human friendliness.

One question invisible metadata raises is if it's not worth seeing,
why is it worth publishing?

-Ben

On 6/30/07, Andy Mabbett [EMAIL PROTECTED] wrote:


Several editors on Wikipedia are calling for the modification of the
templates which implement microformat, to use hidden metadata.

I thought there was a prohibition on hidden metadata in the specs, or at
least somewhere on the wiki, but all I Can find now is:

visible data is much better for humans than invisible metadata
on:

 http://microformats.org/wiki/microformats#the_microformats_principles

Can someone remind me what I'm missing, please?

--
Andy Mabbett
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


RE: [uf-discuss] hCalendar question

2007-07-02 Thread Costello, Roger L.
How about this:

div class=vevent
div class=summaryA Special Event/div
div class=location adr
span class=localityLondon/span, span
class=regionEngland/span
/div
abbr class=rdate title=2007-09-21T19:00:00Z, 
   2007-09-22T19:00:00Z,
   2007-09-22T20:00:00Z
   Sept. 21 @ 7:00pm, Sept. 22 8:00am  7:00pm
/abbr
/div 

You might find this tutorial helpful:
http://www.xfront.com/microformats/hCalendar_part2.html

/Roger

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Brandon Richards
Sent: Monday, July 02, 2007 2:44 PM
To: microformats-discuss@microformats.org
Subject: [uf-discuss] hCalendar question

I was wondering if anyone would know how to handle an hCalendar event
that spans 2 days with 3 sessions that have no end times?

Such as,

A Special Event
London, England
Sept. 21 @ 7:00pm, Sept. 22 8:00am  7:00pm

I haven't found a good example and I'm not sure which way to go with
this as in create 3 single entries or combine it somehow.

-- 
Brandon Neil Richards
mailto:[EMAIL PROTECTED]
http://www.brandonrichards.com/
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Confused about telephone numbers in hCard

2007-07-02 Thread Mike Kaply

On 7/1/07, Paul Wilkins [EMAIL PROTECTED] wrote:

The trouble you're facing is that Tails is at version 0.3. The author says
 Thanks all for the feedback. I'm trying to construct a list . . .

At this stage, Tails is incomplete and you will either need to be paitent
until it works more properly, or for the interim, find some other solution
than Tails.


Just to be clear. This is not really a bug in Tails, it's a bug in the
XSLT engine in Firefox. Since Tails uses XSLT, it has this problem.
The problem has to do with case sensitivity in nodenames if I remember
correctly

Operator uses JavaScript to parse the DOM, so we don't have the problem.

Mike
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Patrick H. Lauke

Benjamin West wrote:

http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
and human friendliness.

One question invisible metadata raises is if it's not worth seeing,
why is it worth publishing?


Because tools/extensions expose them to end users in a way that is far 
more user/human friendly than merely making the raw metadata visible. 
Whether or not authors forget to update the metadata, or purposely try 
to game it, if it's not visible is an authoring/policy issue, not a 
technical issue that should be solved by a language's specification 
(because some bad people tried to do bad things with it, we're just not 
giving you the opportunity, full stop).


P
--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Co-lead, Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__
Take it to the streets ... join the WaSP Street Team
http://streetteam.webstandards.org/
__
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


RE: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Ted Drake
I've used some invisible data with micro formatting on Yahoo! pages. 

Sometimes, you build a page a module at a time and you don't need to
visually repeat information in the microformatted module when it is present
elsewhere on the page. So, I use a class=microformatdetail 
.microformatdetail {display:none}. 

So, the answer is that I'm not trying to hide the information, I'm just
trying to avoid visual repetition without having to resort to the proposed
include pattern.

Ted Drake
Yahoo! Tech, Finance, Food, Answers, and soon European Finance...



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Reynen
Sent: Monday, July 02, 2007 3:04 PM
To: Microformats Discuss
Subject: Re: [uf-discuss] Hidden metadata no microformats

On Jul 2, 2007, at 3:13 PM, Patrick H. Lauke wrote:

 Benjamin West wrote:
 http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
 and human friendliness.
 One question invisible metadata raises is if it's not worth seeing,
 why is it worth publishing?

 Because tools/extensions expose them to end users in a way that is  
 far more user/human friendly than merely making the raw metadata  
 visible. Whether or not authors forget to update the metadata, or  
 purposely try to game it, if it's not visible is an authoring/ 
 policy issue, not a technical issue that should be solved by a  
 language's specification (because some bad people tried to do bad  
 things with it, we're just not giving you the opportunity, full  
 stop).

Microformats are built around an assumption of visibility, so if a  
publisher doesn't want something visible, they probably don't want  
microformats.  It's tempting to argue about the virtues of  
visibility, but I think it's ultimately a waste of everyone's time.   
For those of us who value visible data, there's no shortage already  
out there waiting to have microformats applied.  And for those of us  
who value invisible data, there are other formats better suited to  
that than microformats.

Peace,
Scott

___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Benjamin West

On 7/2/07, Patrick H. Lauke [EMAIL PROTECTED] wrote:

Benjamin West wrote:
 http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
 and human friendliness.

 One question invisible metadata raises is if it's not worth seeing,
 why is it worth publishing?

Because tools/extensions expose them to end users in a way that is far
more user/human friendly than merely making the raw metadata visible.
Whether or not authors forget to update the metadata, or purposely try
to game it, if it's not visible is an authoring/policy issue, not a
technical issue that should be solved by a language's specification
(because some bad people tried to do bad things with it, we're just not
giving you the opportunity, full stop).

P
--
Patrick H. Lauke


I'm not sure what you mean.  We aren't talking about raw data.  We are talking
about data that has been marked up.  In addition, no one has said there is
some kind of mutually exclusive relationship between authors of visible vs
invisible data.  FWIW, nothing in microformats actually prohibits invisible
metadata.  It's certainly possible to set display:none.  In fact, the
phrasing quoted by Andy was visible data is much better for humans than
invisible metadata.

-Ben
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Alex Faaborg

One question invisible metadata raises is if it's not worth seeing,
why is it worth publishing?


I can imagine Web designers wanting to associate invisible metadata  
with a button (that says Add to Calendar or Map), so that a  
microformat aware Web browser would detect the metadata and register  
down clicks on the button as acting on the metadata.  This  
information would likely appear elsewhere on the page (probably also  
using microformats), but the button provides a visual affordance for  
the action.


In our current designs, we are considering changing the mouse cursor  
when the user hovers over microformatted content, but that doesn't  
present the user with any indication that they can act on the data  
until after they have moved the mouse over it.


So in this particular case, I think leveraging invisible metadata  
makes the interface more usable overall.


-Alex


On Jul 2, 2007, at 11:41 AM, Benjamin West wrote:


http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
and human friendliness.

One question invisible metadata raises is if it's not worth seeing,
why is it worth publishing?

-Ben

On 6/30/07, Andy Mabbett [EMAIL PROTECTED] wrote:


Several editors on Wikipedia are calling for the modification of the
templates which implement microformat, to use hidden metadata.

I thought there was a prohibition on hidden metadata in the specs,  
or at

least somewhere on the wiki, but all I Can find now is:

visible data is much better for humans than invisible  
metadata

on:

 http://microformats.org/wiki/ 
microformats#the_microformats_principles


Can someone remind me what I'm missing, please?

--
Andy Mabbett
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Hidden metadata no microformats

2007-07-02 Thread Paul Wilkins

From: Andy Mabbett [EMAIL PROTECTED]

Benjamin West [EMAIL PROTECTED] writes

I thought there was a prohibition on hidden metadata in the specs, or at
least somewhere on the wiki, but all I Can find now is:
visible data is much better for humans than invisible metadata
 http://microformats.org/wiki/microformats#the_microformats_principles

Can someone remind me what I'm missing, please?



http://tantek.com/log/2005/06.html#d03t2359 Principles of visibility
and human friendliness.


Thank you, but I was after something canonical, not an op-ed.
Please don't top-post, and please don't quote sigs. Thank you.


You could try the FAQ.
http://microformats.org/wiki/faq

Where it says:

Q. Given that Google now looks at hidden content as potential spam, will 
invisible microformats be considered spam?


A. It is advisable not to hide information in your site, regardless of 
whether it is microformated or not. Microformats provide a mechanism for 
marking up visible content. Any mechanism for embedding invisible or hidden 
content risks being considered spam due to the fact that invisible 
(meta)data inevitably ends up being abused. Avoid invisible (meta)data. 
Publish visible data.


--
Paul Wilkins 


___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss