Re: [uf-discuss] include pattern proxy

2006-06-07 Thread Michael Leikam
--- Scott Reynen <[EMAIL PROTECTED]> wrote: > On Jun 7, 2006, at 11:57 AM, Michael Leikam wrote: > > > Since the X2V parser is not producing > > what I'd hoped, I'd like some feedback on how the > > markup > > could be improved. > > I don't think you should be changing your code to suit a > pars

[uf-discuss] include pattern proxy

2006-06-07 Thread Scott Reynen
On Jun 7, 2006, at 9:43 AM, Tantek Çelik wrote: Those of you who have written parsers out there (Scott Reynen, Assaf Arkin, Tails/Flocktails folks, Reevoo, etc.), if you could please take a look at modifying your code to implement object-include support for the microformats you parse (e.g.

[uf-discuss] Microformats collection and VoteFor

2006-06-07 Thread Sven Fuchs
I am currently playing around with an application for collecting VoteFor links for some kind of "distributed votings" I envision. This is my first experience with a microformat-targeted app and it's definitely fun. I've chosen the FIFA worldcup for a first test voting and (not really in time)

[uf-discuss] Copying rows and columns separately in Gecko

2006-06-07 Thread Chris Messina
Not sure if y'all were familiar with this, but it might present some interesting challenges for table-based hcal and hcard data: http://actsofvolition.com/archives/2006/june/selecting Chris ___ microformats-discuss mailing list microformats-discuss@mic

Re: [uf-discuss] vjournal?

2006-06-07 Thread Ryan King
On Jun 3, 2006, at 10:00 AM, Hans Gerwitz wrote: Thanks for replying, Ryan. That's exactly what I suspected had occurred and is completely reasonable. Would you mind sharing your thoughts on formatting records like "I met Ryan today for lunch at The Pink Door"? It looks like if I want t

Re: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Stephen Farrell
Dimitri, You can do it cross-site if you data is available as JSON. See here for details: http://developer.yahoo.com/common/json.html Dimitri Glazkov wrote: Can't do that without involving server side. Cross-domain security will getcha. :DG< On 6/7/06, Chris Messina <[EMAIL PROTECTED]> wr

RE: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Phil Haack
Thanks! I forwarded these suggestions to Travis. Does anyone have code for parsing hCard info in javascript to point him to? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Farrell Sent: Wednesday, June 07, 2006 12:47 PM To: Microformats Discuss

Re: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Stephen Farrell
Phil, I'd also suggest that microtemplates (http://microtemplates.org) would allow you to declaratively construct the content of these contact cards rather than doing so inside javascript as here (http://www.paraesthesia.com/js/contactcard.js) Chris Messina wrote: It would be interesting to

Re: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Dimitri Glazkov
Can't do that without involving server side. Cross-domain security will getcha. :DG< On 6/7/06, Chris Messina <[EMAIL PROTECTED]> wrote: It would be interesting to extend your highlighter script to actually grab the linked page via an AJAX request and look for hcards... Here's an idea for your

Re: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Chris Messina
It would be interesting to extend your highlighter script to actually grab the linked page via an AJAX request and look for hcards... Here's an idea for your blogroll: http://factoryjoe.com/hcard.html"; rel="me">Chris Messina http://factoryjoe.com/blog/#hcard"; rel="friend met">Tantek Celik If y

Re: [uf-discuss] mf-dev

2006-06-07 Thread Scott Reynen
On Jun 7, 2006, at 11:09 AM, Drew McLellan wrote: The link to the signup page is here: http://microformats.org/discuss/ That's the Discuss page of microformats.org - it's on every page as part of the main navigation bar. I'd like to be able to suggest ways to make it easier to find, but I'm

[uf-discuss] include-pattern implementation - please check

2006-06-07 Thread Michael Leikam
Here is a page with a group of people whose contact information is marked up as hCards: http://daf.csulb.edu/organization/telecom_hcard-test.html Each contact row makes fairly heavy use of the include-pattern. Since the X2V parser is not producing what I'd hoped, I'd like some feedback on how th

Re: [uf-discuss] mf-dev

2006-06-07 Thread Drew McLellan
On 7 Jun 2006, at 16:46, Scott Reynen wrote: On Jun 7, 2006, at 9:52 AM, Tantek Çelik wrote: Perhaps this should be an FAQ with more explanation, but the microformats-dev list is open for subscription to only those with a public implementation. FYI, I have two microformat parsers. I've r

Re: [uf-discuss] Re: DOM scripting as an alternative to include-pattern? (possible FAQ)

2006-06-07 Thread Michael Leikam
Everybody, Thanks for your feedback and comments. I think I hadn't fully appreciated the declarative nature of the format, probably because I'd been using it within a browser environment that already supports javascript and the DOM API. The steamroller was at hand and I know how to (mis-)use it

RE: [uf-discuss] ContactCard DHTML Contact Info

2006-06-07 Thread Phil Haack
Saw an interesting javascript demo for FOAF data based on my XFN Highlighter script. http://www.paraesthesia.com/blog/comments.php?id=1019_0_1_0_C The only thing is, he's creating the data using the equivalent of a javascript recordset. I suggested he use a microformat and thought I would post i

Re: [uf-discuss] mf-dev

2006-06-07 Thread Scott Reynen
On Jun 7, 2006, at 9:52 AM, Tantek Çelik wrote: Perhaps this should be an FAQ with more explanation, but the microformats-dev list is open for subscription to only those with a public implementation. FYI, I have two microformat parsers. I've read multiple suggestions that I should join t

Re: [uf-discuss] hCard: indistinguishable address parts problem

2006-06-07 Thread Drew McLellan
On 5 Jun 2006, at 19:53, Ryan King wrote: On Jun 5, 2006, at 8:06 AM, Drew McLellan wrote: I have a data set of companies with neat fields for name, phone, postcode and geo. The address for each is one big string including number, street, town, and sometimes route-road names and direction

Re: [uf-discuss] mf-dev

2006-06-07 Thread Tantek Çelik
On 6/6/06 10:57 PM, "Michael MD" <[EMAIL PROTECTED]> wrote: > >> I think I know where the people in the mf-dev conversation think >> about this (Dan, Tantek, Brian and myself) , but I'd like to open >> this discussion up to more people, as it was the potential to impact >> publishers. >> > > I'

Re: [uf-discuss] include pattern

2006-06-07 Thread Tantek Çelik
As the author of the include-pattern spec, I did always intend for it to be referenced elements and their children, as it is in the spec. This decision was based on experience marking up *real examples* with it. (an excellent test for data format decisions in general). There is a proposal to rest