<?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 for ThirdRoute</title>
	<atom:link href="http://thirdroute.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirdroute.com</link>
	<description>Brian Reavis&#039; rats nest of thoughts.</description>
	<lastBuildDate>Sat, 20 Feb 2010 14:06:15 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Captify 1.1.3 by crush</title>
		<link>http://thirdroute.com/captify-1-1-3/comment-page-1/#comment-246</link>
		<dc:creator>crush</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=585#comment-246</guid>
		<description>hey, great job!

i also have found a bug: in ff 3.6 the text is invisible when you use the option &#039;fade&#039; instead of &#039;slide&#039;...

and i also have a question / idea:

how can i change the script so that the caption layer only slides in when it isn&#039;t empty?</description>
		<content:encoded><![CDATA[<p>hey, great job!</p>
<p>i also have found a bug: in ff 3.6 the text is invisible when you use the option &#8216;fade&#8217; instead of &#8217;slide&#8217;&#8230;</p>
<p>and i also have a question / idea:</p>
<p>how can i change the script so that the caption layer only slides in when it isn&#8217;t empty?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing RRDTool for PHP on Ubuntu Server by Joe Linux</title>
		<link>http://thirdroute.com/installing-rrdtool-for-php-on-ubuntu-server/comment-page-1/#comment-245</link>
		<dc:creator>Joe Linux</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=415#comment-245</guid>
		<description>Hi,

The extension build fine, but when i tried to use the function rrd_create,  i got the following error :

Create error: can&#039;t parse argument &#039;net.rrd&#039;

The code used was : 
$fname = &quot;net.rrd&quot;;
$ret = rrd_create($fname, $opts, count($opts));

If anyone has an idea… seems there&#039;s something weird in the API… Something related to my versions ? RRDtool 1.3.1 and PHP 5.2.5, and i&#039;m on a 64-bits (AMD) plateform.

Thanks for any help,
regards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The extension build fine, but when i tried to use the function rrd_create,  i got the following error :</p>
<p>Create error: can&#8217;t parse argument &#8216;net.rrd&#8217;</p>
<p>The code used was :<br />
$fname = &#8220;net.rrd&#8221;;<br />
$ret = rrd_create($fname, $opts, count($opts));</p>
<p>If anyone has an idea… seems there&#8217;s something weird in the API… Something related to my versions ? RRDtool 1.3.1 and PHP 5.2.5, and i&#8217;m on a 64-bits (AMD) plateform.</p>
<p>Thanks for any help,<br />
regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Cross-domain JavaScript IFrame Communication by purab</title>
		<link>http://thirdroute.com/simple-cross-domain-javascript-iframe-communication/comment-page-1/#comment-243</link>
		<dc:creator>purab</dc:creator>
		<pubDate>Fri, 15 Jan 2010 07:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=313#comment-243</guid>
		<description>Is this possible to fetch elements from Cross domain iframe</description>
		<content:encoded><![CDATA[<p>Is this possible to fetch elements from Cross domain iframe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Captify 1.1.3 by FullTank</title>
		<link>http://thirdroute.com/captify-1-1-3/comment-page-1/#comment-242</link>
		<dc:creator>FullTank</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=585#comment-242</guid>
		<description>Hi, I&#039;ve got some problems with this plugin. I&#039;ve managed to fix some, but not all:

1) In IE6 &amp; IE7, line 96:

var topBorderAdj = o.position == &#039;bottom&#039; &amp;&amp; jQuery.browser.msie ? -4 : 0;

-4 is causing the caption to have a bottom margin (for &#039;bottom&#039; animation), so this check is not needed, if you put 0, everything is OK.
I&#039;ve tested in IE6 &amp; IE7.


2) Also, font sizes are wrecked if you don&#039;t remove line 39 :
	fontSize: 0.1
there is no need for this, as it is defined by CSS. Padding also.


3) Problems:
I wanted caption to slide from the top, so when I changed to &#039;top&#039;, it works fine in IE, but not in FireFox &amp; Opera:
caption block is 5 pixels down than it should be - how can I fix this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve got some problems with this plugin. I&#8217;ve managed to fix some, but not all:</p>
<p>1) In IE6 &amp; IE7, line 96:</p>
<p>var topBorderAdj = o.position == &#8216;bottom&#8217; &amp;&amp; jQuery.browser.msie ? -4 : 0;</p>
<p>-4 is causing the caption to have a bottom margin (for &#8216;bottom&#8217; animation), so this check is not needed, if you put 0, everything is OK.<br />
I&#8217;ve tested in IE6 &amp; IE7.</p>
<p>2) Also, font sizes are wrecked if you don&#8217;t remove line 39 :<br />
	fontSize: 0.1<br />
there is no need for this, as it is defined by CSS. Padding also.</p>
<p>3) Problems:<br />
I wanted caption to slide from the top, so when I changed to &#8216;top&#8217;, it works fine in IE, but not in FireFox &amp; Opera:<br />
caption block is 5 pixels down than it should be &#8211; how can I fix this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autumna &#8211; A style for Aptana IDE by Stephen</title>
		<link>http://thirdroute.com/autumna-a-style-for-aptana-ide/comment-page-1/#comment-241</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=266#comment-241</guid>
		<description>B.t.w I am using Aptana 2.0.2, thank you.</description>
		<content:encoded><![CDATA[<p>B.t.w I am using Aptana 2.0.2, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autumna &#8211; A style for Aptana IDE by Stephen</title>
		<link>http://thirdroute.com/autumna-a-style-for-aptana-ide/comment-page-1/#comment-240</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=266#comment-240</guid>
		<description>Hi, I got an issue when I try to install the php or phpdoc theme, I can&#039;t find an import button related to the color :).</description>
		<content:encoded><![CDATA[<p>Hi, I got an issue when I try to install the php or phpdoc theme, I can&#8217;t find an import button related to the color :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Camera + Lava Lamp + Frost in the Garage by Pasquale</title>
		<link>http://thirdroute.com/camera-lava-lamp-frost-in-the-garage/comment-page-1/#comment-239</link>
		<dc:creator>Pasquale</dc:creator>
		<pubDate>Tue, 05 Jan 2010 08:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=615#comment-239</guid>
		<description>Dude! I didn&#039;t even realise that you posted this here. I love this shot a lot in case I didn&#039;t already tell you :)</description>
		<content:encoded><![CDATA[<p>Dude! I didn&#8217;t even realise that you posted this here. I love this shot a lot in case I didn&#8217;t already tell you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on We played in the snow today by brianreavis</title>
		<link>http://thirdroute.com/we-played-in-the-snow-today/comment-page-1/#comment-238</link>
		<dc:creator>brianreavis</dc:creator>
		<pubDate>Tue, 29 Dec 2009 23:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=384#comment-238</guid>
		<description>According to Facebook</description>
		<content:encoded><![CDATA[<p>According to Facebook</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on We played in the snow today by Sebastian</title>
		<link>http://thirdroute.com/we-played-in-the-snow-today/comment-page-1/#comment-237</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 29 Dec 2009 23:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=384#comment-237</guid>
		<description>I do?</description>
		<content:encoded><![CDATA[<p>I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autumna &#8211; A style for Aptana IDE by brianreavis</title>
		<link>http://thirdroute.com/autumna-a-style-for-aptana-ide/comment-page-1/#comment-236</link>
		<dc:creator>brianreavis</dc:creator>
		<pubDate>Tue, 29 Dec 2009 23:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://thirdroute.com/?p=266#comment-236</guid>
		<description>Glad you like it!</description>
		<content:encoded><![CDATA[<p>Glad you like it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
