<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/1.9.3" -->
<rss version="0.92">
	<channel>
		<title>EMLS</title>
					  <link>http://hcmc.uvic.ca/blogs/index.php?blog=18</link>
			  <description>EMLS</description>
			  <language>en-CA</language>
			  <docs>http://backend.userland.com/rss092</docs>
			  			  <item>
			    <title>TASK: Tweak to JavaScript for showing notes</title>
			    <description> (Mins: 10) &lt;p&gt;I'm presuming I've completed this, because the code is working on all the current browsers...&lt;/p&gt;

&lt;p&gt;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 &lt;code&gt;offsetTop&lt;/code&gt; to position the note; that's probably a bit too loose, so we need to implement the &lt;a href=&quot;http://hcmc.uvic.ca/blogs/index.php?blog=25&amp;amp;p=1329&amp;amp;more=1&amp;amp;c=1&amp;amp;tb=1&amp;amp;pb=1&quot;&gt;solution&lt;/a&gt; from the Devonshire project, using the &lt;code&gt;findPos()&lt;/code&gt; function at the end of &lt;a href=&quot;http://lettuce.tapor.uvic.ca/cocoon/projects/devshire/notes.js&quot;&gt;this file&lt;/a&gt;.&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>TASK: Update on the innerHTML issue</title>
			    <description> (Mins: 20) &lt;p&gt;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 &lt;code&gt;application/xml+xhtml&lt;/code&gt;, so unfortunately the policy for the moment is to serve them as &lt;code&gt;text/html&lt;/code&gt; using the &lt;code&gt;xhtml11_compat&lt;/code&gt; serializer. See the following posts for more background:&lt;/p&gt;

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

&lt;p&gt;I need to check that EMLS is doing that for all pages, and check that the search works OK on all supported browsers.&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>Fixed a bad link in the menu</title>
			    <description> (Mins: 5) &lt;p&gt;The link to the blog was pointing at the old location instead of the current blog URL.&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>Found the cause of a Safari problem</title>
			    <description> (Mins: 90) &lt;p&gt;The search page was failing to show results in Safari. Running a search would result in &quot;DOM exception 7&quot;, which is &quot;NO_MODIFICATION_ALLOWED_ERR&quot;, whenever I the JavaScript tried to set the innerHTML of an element.&lt;/p&gt;

&lt;p&gt;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).&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>EMLS browser test</title>
			    <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>
			    <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>
			  </item>
			  			  <item>
			    <title>Discussions with Karin about remaining tasks</title>
			    <description> (Mins: 20) &lt;p&gt;Just posting minutes spent looking at what is completed, and discussing what should be done.&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>XML as corpus</title>
			    <description> (Mins: 5) Ray requested that a link to grab the entire xml corpus of the archive be added.</description>
			    <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>
			  </item>
			  			  <item>
			    <title>PDF request</title>
			    <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>
			    <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>
			  </item>
			  			  <item>
			    <title>Added alternate stylesheet link</title>
			    <description> (Mins: 10) &lt;p&gt;Karin's old stylesheet is still on the site, and is now available as an option in the browser View menu.&lt;/p&gt;</description>
			    <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>
			  </item>
			  			  <item>
			    <title>Changes to TOC</title>
			    <description> (Mins: 45) &lt;p&gt;Implemented these changes requested by Ray:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Remove the View column, in favour of...&lt;/li&gt;

  &lt;li&gt;The title of the article should click through to the XHTML version.&lt;/li&gt;

  &lt;li&gt;Give the XML and Text links a class, so they can be styled small and icon-like.&lt;/li&gt;

  &lt;li&gt;The Vol/Issue column can simply read Issue.&lt;/li&gt;&lt;/ol&gt;</description>
			    <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>
			  </item>
			  	</channel>
</rss>
