<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Facilitating web page error reporting</title>
	<atom:link href="http://stigl.wordpress.com/2009/03/22/facilitating-web-page-error-reporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://stigl.wordpress.com/2009/03/22/facilitating-web-page-error-reporting/</link>
	<description>To be continued</description>
	<lastBuildDate>Thu, 05 Nov 2009 00:16:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lars Marius Garshol</title>
		<link>http://stigl.wordpress.com/2009/03/22/facilitating-web-page-error-reporting/#comment-73</link>
		<dc:creator>Lars Marius Garshol</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://stigl.wordpress.com/?p=291#comment-73</guid>
		<description>We did this on Ontopia.net, very simply, by using the error page functionality in JSP. So any exception is mapped to an error page. Some, like OOM and NoSuchObjectException, give messages explaining the error to the user and giving some advice. The rest produce a &quot;would you like to report this error?&quot; page with a form that users can fill in. This automatically includes stack trace, server name, etc etc.

Unfortunately, it got picked up by robots at some point, and had to be extended with anti-spam protection.

Other than that it&#039;s worked very well for us.

http://code.google.com/p/ontopia/source/browse/trunk/ontopia/src/webapps/omnigator/error.jsp</description>
		<content:encoded><![CDATA[<p>We did this on Ontopia.net, very simply, by using the error page functionality in JSP. So any exception is mapped to an error page. Some, like OOM and NoSuchObjectException, give messages explaining the error to the user and giving some advice. The rest produce a &#8220;would you like to report this error?&#8221; page with a form that users can fill in. This automatically includes stack trace, server name, etc etc.</p>
<p>Unfortunately, it got picked up by robots at some point, and had to be extended with anti-spam protection.</p>
<p>Other than that it&#8217;s worked very well for us.</p>
<p><a href="http://code.google.com/p/ontopia/source/browse/trunk/ontopia/src/webapps/omnigator/error.jsp" rel="nofollow">http://code.google.com/p/ontopia/source/browse/trunk/ontopia/src/webapps/omnigator/error.jsp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dagfinn</title>
		<link>http://stigl.wordpress.com/2009/03/22/facilitating-web-page-error-reporting/#comment-58</link>
		<dc:creator>Dagfinn</dc:creator>
		<pubDate>Sun, 22 Mar 2009 08:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://stigl.wordpress.com/?p=291#comment-58</guid>
		<description>This would indeed be very useful, but I&#039;ve not seen any standard implementation so far. 

I believe ranking information for the content on the page (like 5 stars) could be used as one entry point for this functionality. However, in other cases it makes sense to have a separate &quot;report bug&quot; link.

Wrt state it probably wouldn&#039;t make sense to dump the html DOM, and in most cases you have no state on the server side either that it could be related to. 
Is it possible to standardize what kind of state information to collect? I think not
However, there are some general information of the client such as browser, os and resolution which is very useful.

For allowing the user to indicate where the problem is on the page, you could use the same functionality as http://userfly.com/ does through javascripting. Basically, http://userfly.com/ allows you to view exactly how users have interacted with your webpage. You could turn on this functionality briefly and ask the user to indicate with their mouse pointer where the problem is. 

Regards
Dagfinn</description>
		<content:encoded><![CDATA[<p>This would indeed be very useful, but I&#8217;ve not seen any standard implementation so far. </p>
<p>I believe ranking information for the content on the page (like 5 stars) could be used as one entry point for this functionality. However, in other cases it makes sense to have a separate &#8220;report bug&#8221; link.</p>
<p>Wrt state it probably wouldn&#8217;t make sense to dump the html DOM, and in most cases you have no state on the server side either that it could be related to.<br />
Is it possible to standardize what kind of state information to collect? I think not<br />
However, there are some general information of the client such as browser, os and resolution which is very useful.</p>
<p>For allowing the user to indicate where the problem is on the page, you could use the same functionality as <a href="http://userfly.com/" rel="nofollow">http://userfly.com/</a> does through javascripting. Basically, <a href="http://userfly.com/" rel="nofollow">http://userfly.com/</a> allows you to view exactly how users have interacted with your webpage. You could turn on this functionality briefly and ask the user to indicate with their mouse pointer where the problem is. </p>
<p>Regards<br />
Dagfinn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
