<?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: Summer of Code 2</title>
	<atom:link href="http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:07:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/comment-page-1/#comment-3749</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 01 Jun 2005 20:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/01/summer-of-code-2/#comment-3749</guid>
		<description>Martijn: no, that wouldn&#039;t work, since we would have to recreate the exact system (OS version, browser build).  We would need quite a bit of resources, and it wouldn&#039;t be accurate.

We need *accurate* data.</description>
		<content:encoded><![CDATA[<p>Martijn: no, that wouldn&#8217;t work, since we would have to recreate the exact system (OS version, browser build).  We would need quite a bit of resources, and it wouldn&#8217;t be accurate.</p>
<p>We need *accurate* data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/comment-page-1/#comment-3748</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Wed, 01 Jun 2005 20:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/01/summer-of-code-2/#comment-3748</guid>
		<description>About the screenshots: what would be really nice if the system could just create a screenshot itself. Assuming the website is publicly accessible all your system has to do is take the URL, load it in Firefox and create a screenshot of it. That would be the most user-friendly way of creating screenshots: not bothering users with it.
You could also do this only when no screenshot was provided by the user (to ensure that each website has a screenshot associated with it).

BTW, there have been online services with which one could view how a specific URL would look like in different browsers (like IE, Firefox, Netscape, Safari, etc). However, I cannot recall the name or URL of the service.</description>
		<content:encoded><![CDATA[<p>About the screenshots: what would be really nice if the system could just create a screenshot itself. Assuming the website is publicly accessible all your system has to do is take the URL, load it in Firefox and create a screenshot of it. That would be the most user-friendly way of creating screenshots: not bothering users with it.<br />
You could also do this only when no screenshot was provided by the user (to ensure that each website has a screenshot associated with it).</p>
<p>BTW, there have been online services with which one could view how a specific URL would look like in different browsers (like IE, Firefox, Netscape, Safari, etc). However, I cannot recall the name or URL of the service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/comment-page-1/#comment-3747</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 01 Jun 2005 20:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/01/summer-of-code-2/#comment-3747</guid>
		<description>Yes, I&#039;m doing it as a canvas element.  It won&#039;t hit the fan until 1.1 ships.  This is a 1.5 feature enhancement.  

I repeat this is not for 1.1.  As far as reporter is concerned, the feature set is frozen at this point.  Only bug fixes from here on out.

Of course we need it as rendered by gecko, and no extra tools.  It needs to be cross platform too.

Don&#039;t worry, I&#039;ve been planning since I started to see roc&#039;s work.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m doing it as a canvas element.  It won&#8217;t hit the fan until 1.1 ships.  This is a 1.5 feature enhancement.  </p>
<p>I repeat this is not for 1.1.  As far as reporter is concerned, the feature set is frozen at this point.  Only bug fixes from here on out.</p>
<p>Of course we need it as rendered by gecko, and no extra tools.  It needs to be cross platform too.</p>
<p>Don&#8217;t worry, I&#8217;ve been planning since I started to see roc&#8217;s work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens.b</title>
		<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/comment-page-1/#comment-3746</link>
		<dc:creator>jens.b</dc:creator>
		<pubDate>Wed, 01 Jun 2005 20:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/01/summer-of-code-2/#comment-3746</guid>
		<description>I hope you are also planning to integrate support for the canvas element and its drawWindow() function. This way, you could capture the web page exactly as it is rendered by Gecko, without the need for external tools or the clipboard. Of course, this won&#039;t be available before the next Deer Park alpha release or Fx1.1, but IMO Reporter should be ready for it.

Only thing that&#039;s missing is the ability to get the image data in a canvas as a PNG file, but roc said it would be ready for Gecko 1.8.
https://bugzilla.mozilla.org/show_bug.cgi?id=291218</description>
		<content:encoded><![CDATA[<p>I hope you are also planning to integrate support for the canvas element and its drawWindow() function. This way, you could capture the web page exactly as it is rendered by Gecko, without the need for external tools or the clipboard. Of course, this won&#8217;t be available before the next Deer Park alpha release or Fx1.1, but IMO Reporter should be ready for it.</p>
<p>Only thing that&#8217;s missing is the ability to get the image data in a canvas as a PNG file, but roc said it would be ready for Gecko 1.8.<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=291218" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=291218</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://robert.accettura.com/blog/2005/06/01/summer-of-code-2/comment-page-1/#comment-3745</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Wed, 01 Jun 2005 18:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2005/06/01/summer-of-code-2/#comment-3745</guid>
		<description>If you want to allow submitting a screenshot, the best would be to be able to take it from the copy/paste buffer. That would make it very easy to submit one. 

Joel (as in Joel On Software) described a similar tool they wrote to ease bug report submission.</description>
		<content:encoded><![CDATA[<p>If you want to allow submitting a screenshot, the best would be to be able to take it from the copy/paste buffer. That would make it very easy to submit one. </p>
<p>Joel (as in Joel On Software) described a similar tool they wrote to ease bug report submission.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

