>> Brian said:
 
>>1) the class="fn" is manditory for hCards (that is a requirement of
>>vCards not just hCards). ...
 
 Doh! I knew I forgot something basic. Thanks.

>>A few minor other things:
>><span class="region">CA</span> can be changed to:
>><abbr title="California" class="region">CA</abbr>
>>this is not required, nor is it super important, it is just more
>>semantic and is personal preference.

 Very good idea. Will do.
 
 
>>In your ORG example you have it split into two sections (which is fine)
>><div class="oragnization-name">Sprinkler Fitters U.A. Local 483</div>
>><div class="organization-unit">Apprenticeship Training Center</div>

>>i wonder if what you are marking up as organization-unit should be
>>part of the address. There is an 'extended-address' so maybe
>>"apprenticeship training center" is best encoded that way.

>>   <div class="adr">
>>      <div class="extended-address">Apprenticeship Training Center</div>
>>    <div class="street-address">2531 Barrington Court</div>
>>    <span class="locality">Hayward</span>,
>>    <span class="region">CA</span>
>>    <span class="postal-code">94545</span>
>></div>

 I was looking for something like that in the wiki examples, but didn't see it. 
I tried reading the vCard spec, but it was too late at night for that.
 
 
>>You are also correct in that reoccuring dates are still up for debate
>>about how/if/the best way to encode them.

 Good. I'll skip this for now then.
 
 >>i hope this helps,
>>-brian
 
 As always Brian, extremely helpful. Thanks a ton.
 
 Should I add the org address as an example on the wiki? The hcard-examples 
page has an org definition, but not full address. 
 
 ~Tim


On 5/5/06, Tim White <[EMAIL PROTECTED]> wrote:
> I'm slowly working microformats onto pages at work (in fact, I included it in 
> my performance goals for the year!) and in my freelance work.
>
>
> For one site I'm working on, I've got an organization contact coded as:
>
> <div class="vcard">
>  <div class="org">
>      <div class="oragnization-name">Sprinkler Fitters U.A. Local 483</div>
>      <div class="organization-unit">Apprenticeship Training Center</div>
>   <div class="adr">
>    <div class="street-address">2531 Barrington Court</div>
>    <span class="locality">Hayward</span>,
>    <span class="region">CA</span>
>    <span class="postal-code">94545</span>
>   </div>
>  </div>
> </div>
>
> I'm not sure if I've got all the bits in the right spot, especially the 
> "org". Comments?
>
>
> Also, on the same page is
> "every 2nd and 4th Wednesday of each month between the hours of 12:00 TO 5:00 
> P.M. ".
>
> Is this something that can / should be coded with hCalendar? I don't quite 
> see how recurring items should be coded. And this being an open-ended 
> schedule, perhaps it is outside the scope of mf?
>
> (Page is available at: 
> http://www.sprinklerfitters483.org/apprenticeship/index.htm)
>
> Thanks in advance,
>
> ~ Tim
> www.tjameswhite.com
>
>
>
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss@microformats.org
> http://microformats.org/mailman/listinfo/microformats-discuss
>


--
brian suda
http://suda.co.uk




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

Reply via email to