<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: DOM Image Annotation</title>
	<atom:link href="http://www.kryogenix.org/days/2004/11/09/annotation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2004/11/09/annotation</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Thu, 08 Jan 2009 01:21:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mac Steve</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1167</link>
		<dc:creator>Mac Steve</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1167</guid>
		<description>&lt;p&gt;This is very nice. However I found the annotations are likely to be offset if text size is changed. Have a look at the following screenshot&lt;br /&gt;
&lt;a href="http://flickr.com/photos/mac/1363730/"&gt;http://flickr.com/photos/mac/1363730/&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This is very nice. However I found the annotations are likely to be offset if text size is changed. Have a look at the following screenshot<br />
<a href="http://flickr.com/photos/mac/1363730/">http://flickr.com/photos/mac/1363730/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1168</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1168</guid>
		<description>&lt;p&gt;Ouch. Not sure I can easily fix that. The annotations are absolutely positioned, which means that if the image moves around &lt;em&gt;after&lt;/em&gt; the annotation nodes are created, it&#8217;ll break. Hm. I suppose I could calculate them on the fly each time you mouse-over the image; I wonder how much more slow that would make it?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Ouch. Not sure I can easily fix that. The annotations are absolutely positioned, which means that if the image moves around <em>after</em> the annotation nodes are created, it&#8217;ll break. Hm. I suppose I could calculate them on the fly each time you mouse-over the image; I wonder how much more slow that would make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1169</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1169</guid>
		<description>&lt;p&gt;I lied. It was easy to fix, and is now fixed. Thanks for the tip, Steve: it now works!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I lied. It was easy to fix, and is now fixed. Thanks for the tip, Steve: it now works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1170</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1170</guid>
		<description>&lt;p&gt;Want to do some work on &lt;a href="http://www.kanzaki.com/docs/sw/img-annotator.html"&gt;Kanzaki&#8217;s image annotator script&lt;/a&gt; so the image map can be dynamically generated? That would be great!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Want to do some work on <a href="http://www.kanzaki.com/docs/sw/img-annotator.html">Kanzaki&#8217;s image annotator script</a> so the image map can be dynamically generated? That would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1171</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1171</guid>
		<description>&lt;p&gt;Pail: Interesting. I&#8217;ve got some reservations about the usability of that script; for a start, you can&#8217;t delete an annotation without starting again, which is pretty darn annoying. I&#8217;d be loath to create a &lt;span class="caps"&gt;DHTML&lt;/span&gt; application which wasn&#8217;t easy to use&#8230;.but I&#8217;ve been thinking about writing an image annotator, I must admit :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Pail: Interesting. I&#8217;ve got some reservations about the usability of that script; for a start, you can&#8217;t delete an annotation without starting again, which is pretty darn annoying. I&#8217;d be loath to create a <span class="caps">DHTML</span> application which wasn&#8217;t easy to use&#8230;.but I&#8217;ve been thinking about writing an image annotator, I must admit :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1172</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1172</guid>
		<description>&lt;p&gt;(er, Phil, not Pail&#8230;)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>(er, Phil, not Pail&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1173</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1173</guid>
		<description>&lt;p&gt;Sweet! One step closer to the perfect photo gallery. :-)&lt;/p&gt;

	&lt;p&gt;I have a friend who already did a &lt;span class="caps"&gt;DHTML&lt;/span&gt; image annotator, but never released the source code (as he had promised to do). I&#8217;ll talk with him again.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Sweet! One step closer to the perfect photo gallery. :-)</p>
<p>I have a friend who already did a <span class="caps">DHTML</span> image annotator, but never released the source code (as he had promised to do). I&#8217;ll talk with him again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pascal</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1174</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1174</guid>
		<description>&lt;p&gt;Uh. Looks pretty ugly with IE&#8230; you could use the &lt;code&gt;filter&lt;/code&gt;-&#8220;CSS&#8220;, too, so IE-Users won&#8217;t see just white Rectangles&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Uh. Looks pretty ugly with IE&#8230; you could use the <code>filter</code>-&#8220;CSS&#8220;, too, so IE-Users won&#8217;t see just white Rectangles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pascal</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1175</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1175</guid>
		<description>&lt;p&gt;oh, sorry &#8211; it &lt;em&gt;is&lt;/em&gt; already using &lt;code&gt;filter&lt;/code&gt; &#8211; my [...] IE just ignores it?!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>oh, sorry &#8211; it <em>is</em> already using <code>filter</code> &#8211; my [...] IE just ignores it?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/11/09/annotation/comment-page-1#comment-1176</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/11/09/annotation/#comment-1176</guid>
		<description>&lt;p&gt;Hm. It &lt;em&gt;should&lt;/em&gt; work in IE. It&#8217;s a bit difficult to test here, because I&#8217;m using IE as emulated by Wine, so I assumed that the &lt;code&gt;filter&lt;/code&gt; stuff just didn&#8217;t work in that environment&#8230;&lt;/p&gt;
 
</description>
		<content:encoded><![CDATA[<p>Hm. It <em>should</em> work in IE. It&#8217;s a bit difficult to test here, because I&#8217;m using IE as emulated by Wine, so I assumed that the <code>filter</code> stuff just didn&#8217;t work in that environment&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
