<?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=AlexanderMuse</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=AlexanderMuse"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/AlexanderMuse"/>
	<updated>2026-04-27T03:32:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6648</id>
		<title>hresume-feedback</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6648"/>
		<updated>2006-05-12T01:27:26Z</updated>

		<summary type="html">&lt;p&gt;AlexanderMuse: &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;/div&gt;</summary>
		<author><name>AlexanderMuse</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6334</id>
		<title>hresume-feedback</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6334"/>
		<updated>2006-05-12T01:25:48Z</updated>

		<summary type="html">&lt;p&gt;AlexanderMuse: &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;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Alexander Muse|Alexander Muse]] 08&lt;br /&gt;
:54, 11 May 2006 (GMT)&lt;/div&gt;</summary>
		<author><name>AlexanderMuse</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6333</id>
		<title>hresume-feedback</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hresume-feedback&amp;diff=6333"/>
		<updated>2006-05-11T21:41:00Z</updated>

		<summary type="html">&lt;p&gt;AlexanderMuse: /* 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;
&lt;br /&gt;
*how do you represent current positions that have no end date?  Maybe lack of date means present?&lt;/div&gt;</summary>
		<author><name>AlexanderMuse</name></author>
	</entry>
</feed>