<?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: YASU &#8211; Spider 0.0.2.20</title>
	<atom:link href="http://bclary.com/blog/2009/03/17/yasu-spider-00220/feed/" rel="self" type="application/rss+xml" />
	<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/</link>
	<description>Bob Clary&#039;s ramblings about Mozilla, everything and nothing</description>
	<lastBuildDate>Sun, 27 Sep 2009 00:09:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bc</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-119</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-119</guid>
		<description>I&#039;ll look into why the resizing is occurring and see what I can do. I&#039;ll also think about adding a new command line argument to pass name/value pairs to the Spider.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll look into why the resizing is occurring and see what I can do. I&#8217;ll also think about adding a new command line argument to pass name/value pairs to the Spider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-118</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-118</guid>
		<description>Thanks. That fixes the resizing issue. The drawback with this method is that I could not find a way to pass any parameter to the user hook function.

With the chrome application, I could pass parameters as querystring via open.xul.</description>
		<content:encoded><![CDATA[<p>Thanks. That fixes the resizing issue. The drawback with this method is that I could not find a way to pass any parameter to the user hook function.</p>
<p>With the chrome application, I could pass parameters as querystring via open.xul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-117</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-117</guid>
		<description>try the command line arguments as described in help.

firefox -P test -spider -url http://bclary.com/ -domain bclary.com -depth 2 -timeout 120 -wait 5 -start</description>
		<content:encoded><![CDATA[<p>try the command line arguments as described in help.</p>
<p>firefox -P test -spider -url <a href="http://bclary.com/" rel="nofollow">http://bclary.com/</a> -domain bclary.com -depth 2 -timeout 120 -wait 5 -start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-116</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-116</guid>
		<description>When I invoke the spider from the command line in chrome mode passing parameters, the window resizes itself to a smaller dimension. If you don&#039;t pass any parameter, this does not happen.

For example, if you issue the command (the example you have provided in your help page) 
firefox -P test -chrome &quot;chrome://spider/content/spider.xul?url%3Dhttp%253A%252F%252Fbclary.com%252F%26domain%3Dbclary.com%26depth%3D2%26timeout%3D120%26waittime%3D5%26autostart%3Don%26restrict%3Don&quot;

you can see the window resizes itself. If you just call &quot;firefox -P test -chrome chrome://spider/content/open.xul&quot; no resizing occurs.

When used in automated environments, this resizing causes problems (Some web pages with new rich media content, for example, don&#039;t load properly when the window size is smaller).

Is there a remedy for this?

Thanks
Mohamed</description>
		<content:encoded><![CDATA[<p>When I invoke the spider from the command line in chrome mode passing parameters, the window resizes itself to a smaller dimension. If you don&#8217;t pass any parameter, this does not happen.</p>
<p>For example, if you issue the command (the example you have provided in your help page)<br />
firefox -P test -chrome &#8220;chrome://spider/content/spider.xul?url%3Dhttp%253A%252F%252Fbclary.com%252F%26domain%3Dbclary.com%26depth%3D2%26timeout%3D120%26waittime%3D5%26autostart%3Don%26restrict%3Don&#8221;</p>
<p>you can see the window resizes itself. If you just call &#8220;firefox -P test -chrome chrome://spider/content/open.xul&#8221; no resizing occurs.</p>
<p>When used in automated environments, this resizing causes problems (Some web pages with new rich media content, for example, don&#8217;t load properly when the window size is smaller).</p>
<p>Is there a remedy for this?</p>
<p>Thanks<br />
Mohamed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-113</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-113</guid>
		<description>I think the problem is that the original url is redirected, but Spider is seeing the original response where there are no links available. I&#039;ll have to handle redirected pages better I think. Sorry for the delay in responding, I missed the comments in my feeds somehow.</description>
		<content:encoded><![CDATA[<p>I think the problem is that the original url is redirected, but Spider is seeing the original response where there are no links available. I&#8217;ll have to handle redirected pages better I think. Sorry for the delay in responding, I missed the comments in my feeds somehow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

