<?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: Send javascript errors by mail</title>
	<atom:link href="http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/</link>
	<description>Random code-snippets and tips</description>
	<lastBuildDate>Tue, 17 Aug 2010 19:16:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philipp.keller</title>
		<link>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/comment-page-1/#comment-17691</link>
		<dc:creator>philipp.keller</dc:creator>
		<pubDate>Thu, 18 Oct 2007 13:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/#comment-17691</guid>
		<description>Thanks!

I had the same fear: A flood of emails will welcome me every morning. But as I just have about 90 users I got 20 mails maximum a day. The positive effect is, that if I get many mails, I know my users have a problem as a javascript error most possibly hinders them to use my site properly. And as they often don&#039;t report errors because they think they are doing something wrong I can get a lot more fixed this way.

Whenever you have your implementation, let me know. I wanted to do the stack trace as well but smelled too much work.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I had the same fear: A flood of emails will welcome me every morning. But as I just have about 90 users I got 20 mails maximum a day. The positive effect is, that if I get many mails, I know my users have a problem as a javascript error most possibly hinders them to use my site properly. And as they often don&#8217;t report errors because they think they are doing something wrong I can get a lot more fixed this way.</p>
<p>Whenever you have your implementation, let me know. I wanted to do the stack trace as well but smelled too much work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/comment-page-1/#comment-17385</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 10 Oct 2007 19:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/#comment-17385</guid>
		<description>Very nice.  I&#039;ve wanted to do this for some time, but mentally I got hung up on the &quot;but JavaScript can&#039;t send email&quot; concept, that this type of thing just never came to fruition. :-(

I quite like your implementation, and plan to make my own (PHP wise), possibly including a bit more stack trace (from browsers that support it (e.g. Firefox/Safari))

I guess my other fear on this one, has been the potential for a flood of email... but I suppose that would only happen if tons of users hit (or the same user repeatedly) the issue... alas, a few dozen emails is nothing, if I can get a &quot;real-time&quot; bug reporting system in place, such that I can find/fix a problem even before the end user has a chance to &quot;officially&quot; report it.

Thanks for the inspiration!</description>
		<content:encoded><![CDATA[<p>Very nice.  I&#8217;ve wanted to do this for some time, but mentally I got hung up on the &#8220;but JavaScript can&#8217;t send email&#8221; concept, that this type of thing just never came to fruition. <img src='http://code.pui.ch/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I quite like your implementation, and plan to make my own (PHP wise), possibly including a bit more stack trace (from browsers that support it (e.g. Firefox/Safari))</p>
<p>I guess my other fear on this one, has been the potential for a flood of email&#8230; but I suppose that would only happen if tons of users hit (or the same user repeatedly) the issue&#8230; alas, a few dozen emails is nothing, if I can get a &#8220;real-time&#8221; bug reporting system in place, such that I can find/fix a problem even before the end user has a chance to &#8220;officially&#8221; report it.</p>
<p>Thanks for the inspiration!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
