<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=StrawBleu</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=StrawBleu"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/StrawBleu"/>
	<updated>2026-04-27T03:32:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=11440</id>
		<title>hresume-feedback</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=11440"/>
		<updated>2006-12-15T12:08:08Z</updated>

		<summary type="html">&lt;p&gt;StrawBleu: /* General Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hresume-feedback =&lt;br /&gt;
&lt;br /&gt;
This document is for keeping track of feedback about [[hresume]], one of several [[microformats]].&lt;br /&gt;
&lt;br /&gt;
== Feedback ==&lt;br /&gt;
=== General Questions ===&lt;br /&gt;
See the [[hresume-faq|hresume FAQ]].&lt;br /&gt;
&lt;br /&gt;
=== General Comments ===&lt;br /&gt;
&lt;br /&gt;
* Upon implementing [[hresume]] at [http://davecardwell.co.uk/cv/ http://davecardwell.co.uk/cv/], I had the following observations:&lt;br /&gt;
&lt;br /&gt;
** I used [[hcalendar]]'s optional &amp;quot;description&amp;quot; element to include a short paragraph of text about each section of education/employment.  The examples on the [[hresume]] page could be updated to mention this ability.&lt;br /&gt;
&lt;br /&gt;
** A richer way of marking up qualifications would have been nice.  If you view the source of my resume you'll see I marked up each subject as a &amp;quot;skill&amp;quot;.  This, however, doesn't convey any information about the level or grade achieved.  The minimal set for the main educational qualifications in England seems to be qualification(level, subject(s), grade(s)).  A section from my resume would then be:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &amp;lt;tbody class=&amp;quot;qualification&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td class=&amp;quot;level&amp;quot; rowspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;abbr title=&amp;quot;Advanced&amp;quot;&amp;gt;A&amp;lt;/abbr&amp;gt; Level&lt;br /&gt;
            &amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;th class=&amp;quot;subject&amp;quot; scope=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
                Business Studies&lt;br /&gt;
            &amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td class=&amp;quot;grade&amp;quot;&amp;gt;&lt;br /&gt;
                B&lt;br /&gt;
            &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;th class=&amp;quot;subject&amp;quot; scope=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
                Computing&lt;br /&gt;
            &amp;lt;/th&amp;gt;&lt;br /&gt;
            &amp;lt;td class=&amp;quot;grade&amp;quot;&amp;gt;&lt;br /&gt;
                A&lt;br /&gt;
            &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;/tbody&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Further investigation might show the need for optional information about awarding bodies and such.  Not sure if a qualification element would satisfy the 80/20 condition.&lt;br /&gt;
&lt;br /&gt;
[[User:Dave Cardwell|Dave Cardwell]] 06:53, 19 Feb 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
* I and others on the #microformats IRC channel have expressed a concern about the way skills are represented.  Introducing unnecessary links into a resume is undesirable, especially when you have to link to a page like [http://en.wikipedia.org/wiki/Perl http://en.wikipedia.org/wiki/Perl] to conform to the rel-tag standard while [http://www.perl.org/ http://www.perl.org] might be more intuitive.  Non-visual user agents like screen readers will have a great deal of meaningless links to trawl through, and search engines may infer relationships that do not exist.&lt;br /&gt;
&lt;br /&gt;
[[User:Dave Cardwell|Dave Cardwell]] 04:54, 22 Feb 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Our thoughts:&lt;br /&gt;
We would love to be able to mark-up the following data:&lt;br /&gt;
&lt;br /&gt;
Contact Info = hCard&lt;br /&gt;
&lt;br /&gt;
Experience (our issue is with current employment)*&lt;br /&gt;
  [company name]&lt;br /&gt;
  [position/title]&lt;br /&gt;
  [dates]&lt;br /&gt;
  [location]&lt;br /&gt;
  [Description]&lt;br /&gt;
&lt;br /&gt;
Education&lt;br /&gt;
  [school]&lt;br /&gt;
  [major]&lt;br /&gt;
  [degree]&lt;br /&gt;
  [dates]&lt;br /&gt;
  [location]&lt;br /&gt;
&lt;br /&gt;
Accreditation &lt;br /&gt;
  [type] (PD, CPA, JD and so on)&lt;br /&gt;
  [date]&lt;br /&gt;
&lt;br /&gt;
*how do you represent current positions that have no end date?  Maybe lack of date means present?&lt;br /&gt;
&lt;br /&gt;
Here is our hResume plugin for WordPress (in development):&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/alexmuse/144781779/&amp;quot; title=&amp;quot;Photo Sharing&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://static.flickr.com/44/144781779_ddc4d07460_o.jpg&amp;quot;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Alexander Muse|Alexander Muse]] 08:54, 11 May 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
*Suggestion: Reference information - should there be a field of &amp;quot;References&amp;quot;, where hCard information would be held for references? Also, perhaps a distinction between three types (e.g. personal (a friend), professional (e.g. previous boss), educational (e.g. university lecturer)) in a similar method to hCard's telephone type distinctions?  If this is already accounted for, what method would you suggest for implementing this?&lt;br /&gt;
&lt;br /&gt;
*When working on my resume I tried to mark it up as hResume but I hit a couple of show-stoppers for me. If I had the choice of marking it up to look and behave like I wanted or be a valid hResume I'd chose for former and that's what I ended up having to do. My issues were:&lt;br /&gt;
**It's recommended to put the contact hCard in an &amp;amp;lt;address&amp;amp;gt; but address is inline and I wanted to put block elements in there. I could have worked around that with CSS display: but I wanted to be able to render to text with links or w3m which don't support enough CSS for that.&lt;br /&gt;
*** Actually, &amp;amp;lt;address&amp;amp;gt; is a block-level element. And the spec says that is &amp;lt;strong&amp;gt;should&amp;lt;/strong&amp;gt; be used, but not that it &amp;lt;strong&amp;gt;must&amp;lt;/strong&amp;gt; be used.&lt;br /&gt;
**hResume builds on rel-tag for describing skills, but I didn't want my skills section filled with links (no matter how they're rendered - I don't want them clickable).&lt;br /&gt;
*** Skills are optional, as are linking them.&lt;br /&gt;
[[User:Ianloic|Ianloic]] 15:58, 10 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
Question: has any consideration for hr-xml (www.hr-xml.org) been given in the production of hResume Microformat? I tried looking around the site but couldn't find anything specific. As someone working in the recruitment marketing industry I can see distinct benefits for the two formats converging.&lt;br /&gt;
[[User:Strawbleu|Strawbleu]] 12:09, 15 Dec 2006 (GMT)&lt;/div&gt;</summary>
		<author><name>StrawBleu</name></author>
	</entry>
</feed>