<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Enpresiv Developers</title>
	<atom:link href="http://developersblog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://developersblog.wordpress.com</link>
	<description>Enpresiv developers blog</description>
	<lastBuildDate>Thu, 26 Mar 2009 00:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Hi-Res Backgrounds in CF PDF Generation by captainbenno</title>
		<link>http://developersblog.wordpress.com/2009/02/02/hi-res-backgrounds-in-cf-pdf-generation/#comment-73</link>
		<dc:creator>captainbenno</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=81#comment-73</guid>
		<description>Sorry for the delayed reply... sometimes (depending on your version of ColdFusion) you might need to use full paths to the images in the src attribute that look like:

file:///D:\websites\mysite\myimages\myimage.jpg

I found that I had to change the paths from my development machine to the live server but I can&#039;t recall what the different versions of CF were.</description>
		<content:encoded><![CDATA[<p>Sorry for the delayed reply&#8230; sometimes (depending on your version of ColdFusion) you might need to use full paths to the images in the src attribute that look like:</p>
<p>file:///D:\websites\mysite\myimages\myimage.jpg</p>
<p>I found that I had to change the paths from my development machine to the live server but I can&#8217;t recall what the different versions of CF were.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hi-Res Backgrounds in CF PDF Generation by bryan</title>
		<link>http://developersblog.wordpress.com/2009/02/02/hi-res-backgrounds-in-cf-pdf-generation/#comment-72</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Tue, 03 Mar 2009 20:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=81#comment-72</guid>
		<description>This is exactly what I&#039;ve been trying to do for quite some time, unsuccessfully.
I&#039;m trying to use the second example and keep getting an error...The document is damaged and cannot be repaired.
when I use a low res version of an image file I get no error but when I switch to 300dpi it cannot make the PDF.
any ideas?
thanks</description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;ve been trying to do for quite some time, unsuccessfully.<br />
I&#8217;m trying to use the second example and keep getting an error&#8230;The document is damaged and cannot be repaired.<br />
when I use a low res version of an image file I get no error but when I switch to 300dpi it cannot make the PDF.<br />
any ideas?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you fake your anchors? by Vincent Voyer</title>
		<link>http://developersblog.wordpress.com/2008/08/12/do-you-fake-your-anchors/#comment-26</link>
		<dc:creator>Vincent Voyer</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=40#comment-26</guid>
		<description>It is ok to add javascript to &quot;a&quot; tags but YOU have to make accessible links.

So no #, #null, &quot;&quot;, &quot;javascript:&quot; ETC...

If i click with middle button to open in a new tab, it has to WORK otherwise it&#039;s like the 90&#039;s of web</description>
		<content:encoded><![CDATA[<p>It is ok to add javascript to &#8220;a&#8221; tags but YOU have to make accessible links.</p>
<p>So no #, #null, &#8220;&#8221;, &#8220;javascript:&#8221; ETC&#8230;</p>
<p>If i click with middle button to open in a new tab, it has to WORK otherwise it&#8217;s like the 90&#8217;s of web</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you fake your anchors? by Scott Mebberson</title>
		<link>http://developersblog.wordpress.com/2008/08/12/do-you-fake-your-anchors/#comment-25</link>
		<dc:creator>Scott Mebberson</dc:creator>
		<pubDate>Tue, 19 Aug 2008 23:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=40#comment-25</guid>
		<description>Interesting comment Vincent, but I have to disagree with you. I don&#039;t think it is that dumb.

An a tag is used to link to something, therefore, respond to user interaction. That makes me think it is a great tag to use to invoke JavaScript as a response to a user action.

I also like the fact that the a tag acts like a span and doesn&#039;t require to much css manipulation to play nicely amongst other tags.

I suppose my final thought behind using the a tag in this manner, is that it is an easy point to move forward and program in some backwards functionality for those that don&#039;t have JavaScript. See my latest post: http://developersblog.wordpress.com/2008/08/20/accessible-javascript/</description>
		<content:encoded><![CDATA[<p>Interesting comment Vincent, but I have to disagree with you. I don&#8217;t think it is that dumb.</p>
<p>An a tag is used to link to something, therefore, respond to user interaction. That makes me think it is a great tag to use to invoke JavaScript as a response to a user action.</p>
<p>I also like the fact that the a tag acts like a span and doesn&#8217;t require to much css manipulation to play nicely amongst other tags.</p>
<p>I suppose my final thought behind using the a tag in this manner, is that it is an easy point to move forward and program in some backwards functionality for those that don&#8217;t have JavaScript. See my latest post: <a href="http://developersblog.wordpress.com/2008/08/20/accessible-javascript/" rel="nofollow">http://developersblog.wordpress.com/2008/08/20/accessible-javascript/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you fake your anchors? by Vincent Voyer</title>
		<link>http://developersblog.wordpress.com/2008/08/12/do-you-fake-your-anchors/#comment-24</link>
		<dc:creator>Vincent Voyer</dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=40#comment-24</guid>
		<description>Hey ! This is dumb ! You should always add a real href to a link tag otherwise use another tag ...

Also, in css : a { cursor:pointer }</description>
		<content:encoded><![CDATA[<p>Hey ! This is dumb ! You should always add a real href to a link tag otherwise use another tag &#8230;</p>
<p>Also, in css : a { cursor:pointer }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microformats and jQuery by Scott Mebberson</title>
		<link>http://developersblog.wordpress.com/2008/06/20/microformats-and-jquery/#comment-23</link>
		<dc:creator>Scott Mebberson</dc:creator>
		<pubDate>Mon, 11 Aug 2008 23:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=15#comment-23</guid>
		<description>Hey John,

Thanks for the comments. Those websites are really interesting... thanks for the links.

I&#039;ve got a couple more experiments planned. So I might post them shortly...</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Thanks for the comments. Those websites are really interesting&#8230; thanks for the links.</p>
<p>I&#8217;ve got a couple more experiments planned. So I might post them shortly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortening a string, but keeping the word intact by Ben Nadel</title>
		<link>http://developersblog.wordpress.com/2008/08/11/shortening-a-string-but-keeping-the-word-intact/#comment-22</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=22#comment-22</guid>
		<description>Oh man, messed up my own name again!</description>
		<content:encoded><![CDATA[<p>Oh man, messed up my own name again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortening a string, but keeping the word intact by Ben Nadek</title>
		<link>http://developersblog.wordpress.com/2008/08/11/shortening-a-string-but-keeping-the-word-intact/#comment-21</link>
		<dc:creator>Ben Nadek</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=22#comment-21</guid>
		<description>Niiice :)</description>
		<content:encoded><![CDATA[<p>Niiice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microformats and jQuery by westciv</title>
		<link>http://developersblog.wordpress.com/2008/06/20/microformats-and-jquery/#comment-20</link>
		<dc:creator>westciv</dc:creator>
		<pubDate>Sat, 21 Jun 2008 02:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=15#comment-20</guid>
		<description>Hope you enjoy the book!

There&#039;s also a microformats parser effectively built into Firefox 3, generic Javascript parsing libraries

http://www.danwebb.net/2007/2/9/sumo-a-generic-microformats-parser-for-javascript

And online parsing services like 

Optimus http://microformatique.com/optimus/
Cognition http://buzzword.org.uk/cognition/
X2V http://suda.co.uk/projects/X2V/

Which mean that you don&#039;t need to do any scraping and parsing yourself to build a service around microformats.

Something really cool along these lines is 

Mapanui http://www.mapanui.com/

which find microformatted locations addresses or geo data) on a page, and displays them in an in browser widget (in any browser), much like your first example.

Look forward to more experiements from you

john</description>
		<content:encoded><![CDATA[<p>Hope you enjoy the book!</p>
<p>There&#8217;s also a microformats parser effectively built into Firefox 3, generic Javascript parsing libraries</p>
<p><a href="http://www.danwebb.net/2007/2/9/sumo-a-generic-microformats-parser-for-javascript" rel="nofollow">http://www.danwebb.net/2007/2/9/sumo-a-generic-microformats-parser-for-javascript</a></p>
<p>And online parsing services like </p>
<p>Optimus <a href="http://microformatique.com/optimus/" rel="nofollow">http://microformatique.com/optimus/</a><br />
Cognition <a href="http://buzzword.org.uk/cognition/" rel="nofollow">http://buzzword.org.uk/cognition/</a><br />
X2V <a href="http://suda.co.uk/projects/X2V/" rel="nofollow">http://suda.co.uk/projects/X2V/</a></p>
<p>Which mean that you don&#8217;t need to do any scraping and parsing yourself to build a service around microformats.</p>
<p>Something really cool along these lines is </p>
<p>Mapanui <a href="http://www.mapanui.com/" rel="nofollow">http://www.mapanui.com/</a></p>
<p>which find microformatted locations addresses or geo data) on a page, and displays them in an in browser widget (in any browser), much like your first example.</p>
<p>Look forward to more experiements from you</p>
<p>john</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dates and File dates by captainbenno</title>
		<link>http://developersblog.wordpress.com/2008/05/19/dates-and-file-dates/#comment-6</link>
		<dc:creator>captainbenno</dc:creator>
		<pubDate>Tue, 20 May 2008 00:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://developersblog.wordpress.com/?p=8#comment-6</guid>
		<description>You&#039;re so hot right now!</description>
		<content:encoded><![CDATA[<p>You&#8217;re so hot right now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
