<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wendy Chisholm &#187; experiments</title>
	<atom:link href="http://sp1ral.com/category/experiments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sp1ral.com</link>
	<description></description>
	<lastBuildDate>Thu, 20 May 2010 01:09:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eating my own dog food</title>
		<link>http://sp1ral.com/2008/07/eating-my-own-dog-food/</link>
		<comments>http://sp1ral.com/2008/07/eating-my-own-dog-food/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 23:52:00 +0000</pubDate>
		<dc:creator>wendy</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[reflections]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://sp1ral.com/2008/07/eating-my-own-dog-food/</guid>
		<description><![CDATA[Yesterday, I presented as part of a social media event and had an awesome time. The other speakers were stimulating and fun.
For the first time, instead of creating my slides in XHTML/javascript (I like Eric Meyer&#8217;s S5), I used Open Office Impress.  I figured, &#8220;why not.&#8221;  We&#8217;re using Open Office for the book [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I presented as part of a social media event and had an awesome time. The other speakers were stimulating and fun.</p>
<p>For the first time, instead of creating my slides in XHTML/javascript (I like <a href="http://meyerweb.com/eric/tools/s5/">Eric Meyer&#8217;s S5</a>), I used Open Office Impress.  I figured, &#8220;why not.&#8221;  We&#8217;re using Open Office for the book and it works pretty well.  Plus, I noticed I could export my presentation in tagged PDF.  I assumed I would happily and easily generate a tagged PDF and that would be that.  So, on I trudged, delivering the file without testing it.</p>
<p>Today, I wanted to publish my slides on my website and on slideshare.  So, I opened Acrobat to take a look at the accessibility of the PDF.  I knew that the images would not have text equivalents so I was prepared to add those.  I was not prepared for the following 4 hours of frustration&#8230;which is resulting not in an accessible PDF but in this blog post.</p>
<p>First off, Open Office Impress did not generate a tagged PDF despite me checking the checkbox. boo!</p>
<p>Secondly, when I generated XHTML instead of PDF, I lost all of the formatting and images.  boo!</p>
<p>Thirdly, Acrobat only saves about 45 characters worth of each of the descriptions of the images despite giving me a text box that will allow me to enter at least 256 characters (I&#8217;m guessing because that&#8217;s the limit in the HTML 4.01 spec).  boo!</p>
<p>I learned a valuable lesson today:  all future decks will start and end in XHTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://sp1ral.com/2008/07/eating-my-own-dog-food/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flickr experiment</title>
		<link>http://sp1ral.com/2008/07/flickr-experiment/</link>
		<comments>http://sp1ral.com/2008/07/flickr-experiment/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:33:00 +0000</pubDate>
		<dc:creator>wendy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experiments]]></category>

		<guid isPermaLink="false">http://sp1ral.com/2008/07/flickr-experiment/</guid>
		<description><![CDATA[
Testing for text
Originally uploaded by anneke boudreau
The book&#8230;in process. This is a screen shot taken with my phone then emailed to flickr. I wanted to see what they would do with the text.
First, I edited the title of the photo on my phone from random text (imgnnn) to &#8220;Testing&#8221; then I created an email with [...]]]></description>
			<content:encoded><![CDATA[<div style="FLOAT: right; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 10px"><a title="photo sharing" href="http://www.flickr.com/photos/sp1ral/2629060470/"><img style="BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px solid; BORDER-BOTTOM: #000000 2px solid" src="http://farm4.static.flickr.com/3046/2629060470_1bd65b05a7_m.jpg" alt="" /></a><br />
<span style="MARGIN-TOP: 0px;font-size:0;"><a href="http://www.flickr.com/photos/sp1ral/2629060470/">Testing for text</a><br />
Originally uploaded by <a href="http://www.flickr.com/people/sp1ral/">anneke boudreau</a></span></div>
<p>The book&#8230;in process. This is a screen shot taken with my phone then emailed to flickr. I wanted to see what they would do with the text.</p>
<p>First, I edited the title of the photo on my phone from random text (imgnnn) to &#8220;Testing&#8221; then I created an email with &#8220;Testing for text&#8221; as the subject and &#8220;Will this text show as description?&#8221; in the body. Flickr used the email subject as the title of the photo and the body as description. Cool!</p>
<p>On the flickr page for this photo, the actual alt is null.  How do you folks feel about that?  Since the title is a good equivalent, does the image itself need an equivalent in the alt attribute?  I certainly want an alt present on the image element &#8211; even if it is null &#8211; to indicate that it has been considered.  I could repeat the title as the alt value, but that would be redundant.  Too bad there isn&#8217;t a way to associate the heading with the image to indicate they create a single semantic unit, but then again, this whole page is metadata for this image&#8230;in a sense the whole page is a single semantic unit.</p>
<p>If you all had this debate while I&#8217;ve been &#8220;away,&#8221; please point me to the archives. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://sp1ral.com/2008/07/flickr-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
