<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/1.9.3" -->
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"					xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
		<channel rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18">
			<title>EMLS</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18</link>
			<description>EMLS</description>
			<dc:language>en-CA</dc:language>
			<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.9.3"/>
			<sy:updatePeriod>hourly</sy:updatePeriod>
			<sy:updateFrequency>1</sy:updateFrequency>
			<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
			<items>
				<rdf:Seq>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_tweak_to_javascript_for_showing_not&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_update_on_the_innerhtml_issue&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=fixed_a_bad_link_in_the_menu&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=found_the_cause_of_a_safari_problem&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=emls_browser_test&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=discussions_with_karin_about_remaining_t&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=xml_as_corpus&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=pdf_request&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=added_alternate_stylesheet_link&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
									<rdf:li rdf:resource="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=changes_to_toc&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
								</rdf:Seq>
			</items>
		</channel>
		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_tweak_to_javascript_for_showing_not&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>TASK: Tweak to JavaScript for showing notes</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_tweak_to_javascript_for_showing_not&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-04-05T15:11:02Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 10) I'm presuming I've completed this, because the code is working on all the current browsers...

James C. on the TEI list suggested that clicking again on a note anchor should hide the note that was shown; look at implementing that. Also, the code uses offsetTop to position the note; that's probably a bit too loose, so we need to implement the solution from the Devonshire project, using the findPos() function at the end of this file.</description>
			<content:encoded><![CDATA[<p>Mins: 10</p>I'm presuming I've completed this, because the code is working on all the current browsers...

James C. on the TEI list suggested that clicking again on a note anchor should hide the note that was shown; look at implementing that. Also, the code uses offsetTop to position the note; that's probably a bit too loose, so we need to implement the solution from the Devonshire project, using the findPos() function at the end of this file.</description>
			<content:encoded><![CDATA[<p>I'm presuming I've completed this, because the code is working on all the current browsers...</p>

<p>James C. on the TEI list suggested that clicking again on a note anchor should hide the note that was shown; look at implementing that. Also, the code uses <code>offsetTop</code> to position the note; that's probably a bit too loose, so we need to implement the <a href="http://hcmc.uvic.ca/blogs/index.php?blog=25&amp;p=1329&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">solution</a> from the Devonshire project, using the <code>findPos()</code> function at the end of <a href="http://lettuce.tapor.uvic.ca/cocoon/projects/devshire/notes.js">this file</a>.</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_update_on_the_innerhtml_issue&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>TASK: Update on the innerHTML issue</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=task_update_on_the_innerhtml_issue&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-04-05T15:04:22Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 20) I've gradually evolved a policy for handling XHTML and its mime type. We've determined that there's no reliable way to get good results if you serve XHTML as application/xml+xhtml, so unfortunately the policy for the moment is to serve them as text/html using the xhtml11_compat serializer. See the following posts for more background:


This post
This post
This post


I need to check that EMLS is doing that for all pages, and check that the search works OK on all supported browsers.</description>
			<content:encoded><![CDATA[<p>Mins: 20</p>I've gradually evolved a policy for handling XHTML and its mime type. We've determined that there's no reliable way to get good results if you serve XHTML as application/xml+xhtml, so unfortunately the policy for the moment is to serve them as text/html using the xhtml11_compat serializer. See the following posts for more background:


This post
This post
This post


I need to check that EMLS is doing that for all pages, and check that the search works OK on all supported browsers.</description>
			<content:encoded><![CDATA[<p>I've gradually evolved a policy for handling XHTML and its mime type. We've determined that there's no reliable way to get good results if you serve XHTML as <code>application/xml+xhtml</code>, so unfortunately the policy for the moment is to serve them as <code>text/html</code> using the <code>xhtml11_compat</code> serializer. See the following posts for more background:</p>

<ul>
<li><a href="http://hcmc.uvic.ca/blogs/index.php?blog=13&amp;p=853&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">This post</a></li>
<li><a href="http://hcmc.uvic.ca/blogs/index.php?blog=13&amp;p=950&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">This post</a></li>
<li><a href="http://hcmc.uvic.ca/blogs/index.php?blog=13&amp;p=965&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">This post</a></li>
</ul>

<p>I need to check that EMLS is doing that for all pages, and check that the search works OK on all supported browsers.</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=fixed_a_bad_link_in_the_menu&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>Fixed a bad link in the menu</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=fixed_a_bad_link_in_the_menu&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-04-05T14:52:54Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 5) The link to the blog was pointing at the old location instead of the current blog URL.</description>
			<content:encoded><![CDATA[<p>Mins: 5</p>The link to the blog was pointing at the old location instead of the current blog URL.</description>
			<content:encoded><![CDATA[<p>The link to the blog was pointing at the old location instead of the current blog URL.</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=found_the_cause_of_a_safari_problem&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>Found the cause of a Safari problem</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=found_the_cause_of_a_safari_problem&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-02-12T18:46:23Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 90) The search page was failing to show results in Safari. Running a search would result in "DOM exception 7", which is "NO_MODIFICATION_ALLOWED_ERR", whenever I the JavaScript tried to set the innerHTML of an element.

This flummoxed me for ages, until I finally figured out that it's caused by the response header of the page. If the page is server as application/xhtml+xml then Safari presumably considers innerHTML inappropriate, since the page is not HTML. If the page is served as text/html, then it works. This is logical, if rather infuriating. For now, I've set the search page to serve as text/html using the xhtml11_compat serializer. I'll now go and investigate ways to use proper DOM methods rather than innerHTML, which is a non-standard hack in any case (although it's supported by all browsers).</description>
			<content:encoded><![CDATA[<p>Mins: 90</p>The search page was failing to show results in Safari. Running a search would result in "DOM exception 7", which is "NO_MODIFICATION_ALLOWED_ERR", whenever I the JavaScript tried to set the innerHTML of an element.

This flummoxed me for ages, until I finally figured out that it's caused by the response header of the page. If the page is server as application/xhtml+xml then Safari presumably considers innerHTML inappropriate, since the page is not HTML. If the page is served as text/html, then it works. This is logical, if rather infuriating. For now, I've set the search page to serve as text/html using the xhtml11_compat serializer. I'll now go and investigate ways to use proper DOM methods rather than innerHTML, which is a non-standard hack in any case (although it's supported by all browsers).</description>
			<content:encoded><![CDATA[<p>The search page was failing to show results in Safari. Running a search would result in "DOM exception 7", which is "NO_MODIFICATION_ALLOWED_ERR", whenever I the JavaScript tried to set the innerHTML of an element.</p>

<p>This flummoxed me for ages, until I finally figured out that it's caused by the response header of the page. If the page is server as application/xhtml+xml then Safari presumably considers innerHTML inappropriate, since the page is not HTML. If the page is served as text/html, then it works. This is logical, if rather infuriating. For now, I've set the search page to serve as text/html using the xhtml11_compat serializer. I'll now go and investigate ways to use proper DOM methods rather than innerHTML, which is a non-standard hack in any case (although it's supported by all browsers).</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=emls_browser_test&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>EMLS browser test</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=emls_browser_test&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-02-12T18:42:59Z</dc:date>
			<dc:creator>karin</dc:creator>
			<dc:subject>Tasks</dc:subject>
			<description> (Mins: 0) The EMLS search capability doesn't work in Safari -- there's no response at all.  I also noticed that the logo is overlapping the text in IE7, but I'll try to fix that. Logo position is now fixed.</description>
			<content:encoded><![CDATA[<p>Mins: 0</p>The EMLS search capability doesn't work in Safari -- there's no response at all.  I also noticed that the logo is overlapping the text in IE7, but I'll try to fix that. Logo position is now fixed.</description>
			<content:encoded><![CDATA[The EMLS search capability doesn't work in Safari -- there's no response at all.  I also noticed that the logo is overlapping the text in IE7, but I'll try to fix that. Logo position is now fixed.]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=discussions_with_karin_about_remaining_t&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>Discussions with Karin about remaining tasks</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=discussions_with_karin_about_remaining_t&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-01-30T20:31:08Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 20) Just posting minutes spent looking at what is completed, and discussing what should be done.</description>
			<content:encoded><![CDATA[<p>Mins: 20</p>Just posting minutes spent looking at what is completed, and discussing what should be done.</description>
			<content:encoded><![CDATA[<p>Just posting minutes spent looking at what is completed, and discussing what should be done.</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=xml_as_corpus&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>XML as corpus</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=xml_as_corpus&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-01-30T19:17:00Z</dc:date>
			<dc:creator>karin</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 5) Ray requested that a link to grab the entire xml corpus of the archive be added.</description>
			<content:encoded><![CDATA[<p>Mins: 5</p>Ray requested that a link to grab the entire xml corpus of the archive be added.</description>
			<content:encoded><![CDATA[Ray requested that a link to grab the entire xml corpus of the archive be added.]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=pdf_request&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>PDF request</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=pdf_request&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-01-30T19:14:46Z</dc:date>
			<dc:creator>karin</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 5) Ray has requested PDF output of each article and issue. Page numbering should be disregarded, as they are not present in the original. </description>
			<content:encoded><![CDATA[<p>Mins: 5</p>Ray has requested PDF output of each article and issue. Page numbering should be disregarded, as they are not present in the original. </description>
			<content:encoded><![CDATA[Ray has requested PDF output of each article and issue. Page numbering should be disregarded, as they are not present in the original. ]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=added_alternate_stylesheet_link&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>Added alternate stylesheet link</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=added_alternate_stylesheet_link&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-01-30T00:12:31Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 10) Karin's old stylesheet is still on the site, and is now available as an option in the browser View menu.</description>
			<content:encoded><![CDATA[<p>Mins: 10</p>Karin's old stylesheet is still on the site, and is now available as an option in the browser View menu.</description>
			<content:encoded><![CDATA[<p>Karin's old stylesheet is still on the site, and is now available as an option in the browser View menu.</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=changes_to_toc&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
			<title>Changes to TOC</title>
			<link>http://hcmc.uvic.ca/blogs/index.php?blog=18&amp;title=changes_to_toc&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
			<dc:date>2007-01-29T22:14:40Z</dc:date>
			<dc:creator>mholmes</dc:creator>
			<dc:subject>Activity log</dc:subject>
			<description> (Mins: 45) Implemented these changes requested by Ray:


  Remove the View column, in favour of...

  The title of the article should click through to the XHTML version.

  Give the XML and Text links a class, so they can be styled small and icon-like.

  The Vol/Issue column can simply read Issue.</description>
			<content:encoded><![CDATA[<p>Mins: 45</p>Implemented these changes requested by Ray:


  Remove the View column, in favour of...

  The title of the article should click through to the XHTML version.

  Give the XML and Text links a class, so they can be styled small and icon-like.

  The Vol/Issue column can simply read Issue.</description>
			<content:encoded><![CDATA[<p>Implemented these changes requested by Ray:</p>

<ol>
  <li>Remove the View column, in favour of...</li>

  <li>The title of the article should click through to the XHTML version.</li>

  <li>Give the XML and Text links a class, so they can be styled small and icon-like.</li>

  <li>The Vol/Issue column can simply read Issue.</li></ol>]]></content:encoded>
		</item>

		</rdf:RDF>
