<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Send Email Notifications for Broken Images Using MooTools&#160;AJAX</title> <atom:link href="http://davidwalsh.name/email-image-error-mootools/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/email-image-error-mootools</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Tue, 22 May 2012 16:21:46 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Simone Bowe</title><link>http://davidwalsh.name/email-image-error-mootools#comment-17342</link> <dc:creator>Simone Bowe</dc:creator> <pubDate>Thu, 29 Apr 2010 23:28:12 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-17342</guid> <description>Superb Post. Better then the simillar post I seen couple of days ago online. Keep up the good work.</description> <content:encoded><![CDATA[<p>Superb Post. Better then the simillar post I seen couple of days ago online. Keep up the good work.</p> ]]></content:encoded> </item> <item><title>By: Olivier Refalo</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4244</link> <dc:creator>Olivier Refalo</dc:creator> <pubDate>Wed, 17 Dec 2008 20:11:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4244</guid> <description>Interesting, it works with http://dummysite/image.jpg but fails with image.jpgscratching my head to figure what&#039;s going on....</description> <content:encoded><![CDATA[<p>Interesting, it works with <a
href="http://dummysite/image.jpg" rel="nofollow">http://dummysite/image.jpg</a> but fails with image.jpg</p><p>scratching my head to figure what&#8217;s going on&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Mte90</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4081</link> <dc:creator>Mte90</dc:creator> <pubDate>Wed, 03 Dec 2008 21:14:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4081</guid> <description>Good script!
But a version with jquery it&#039;s possible?
Thanks,Mte90</description> <content:encoded><![CDATA[<p>Good script!<br
/> But a version with jquery it&#8217;s possible?<br
/> Thanks,Mte90</p> ]]></content:encoded> </item> <item><title>By: Seth</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4079</link> <dc:creator>Seth</dc:creator> <pubDate>Wed, 03 Dec 2008 19:41:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4079</guid> <description>I love this site!  Not because I necessarly have a use for this myself, but I didn&#039;t know about the error event.  That is huge!  Keep it up</description> <content:encoded><![CDATA[<p>I love this site!  Not because I necessarly have a use for this myself, but I didn&#8217;t know about the error event.  That is huge!  Keep it up</p> ]]></content:encoded> </item> <item><title>By: umo</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4074</link> <dc:creator>umo</dc:creator> <pubDate>Wed, 03 Dec 2008 15:10:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4074</guid> <description>Great post, never thought about this. The concept is great, however I must agree with &quot;anon&quot; that an active site might spanban the server smtp.Why not complete the email code with a seperate log entry, or a database entry? With a database entry, just one email could be sent at the first broken image hit, and the image path could serve as an identifier for the log entry.</description> <content:encoded><![CDATA[<p>Great post, never thought about this. The concept is great, however I must agree with &#8220;anon&#8221; that an active site might spanban the server smtp.</p><p>Why not complete the email code with a seperate log entry, or a database entry? With a database entry, just one email could be sent at the first broken image hit, and the image path could serve as an identifier for the log entry.</p> ]]></content:encoded> </item> <item><title>By: keif</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4071</link> <dc:creator>keif</dc:creator> <pubDate>Wed, 03 Dec 2008 04:56:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4071</guid> <description>I think that this article (and Benajmin Sterling&#039;s comment) hits it on the head - this is a simple, interesting approach to an issue, and can be applied more than one way.This method? Anyone can handle implementing (okay, anyone with some basic code knowledge) - grepping your error log or doing custom 404 pages isn&#039;t exactly something anyone can do.That, and this is a very simple method to apply to pretty much any loaded method on a page (SWF, JS, CSS....) very cool idea.</description> <content:encoded><![CDATA[<p>I think that this article (and Benajmin Sterling&#8217;s comment) hits it on the head &#8211; this is a simple, interesting approach to an issue, and can be applied more than one way.</p><p>This method? Anyone can handle implementing (okay, anyone with some basic code knowledge) &#8211; grepping your error log or doing custom 404 pages isn&#8217;t exactly something anyone can do.</p><p>That, and this is a very simple method to apply to pretty much any loaded method on a page (SWF, JS, CSS&#8230;.) very cool idea.</p> ]]></content:encoded> </item> <item><title>By: anon</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4070</link> <dc:creator>anon</dc:creator> <pubDate>Wed, 03 Dec 2008 02:44:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4070</guid> <description>why not just grep your logfiles? iif the page with the broken image gets dugg then your going to get a bunch of emails.</description> <content:encoded><![CDATA[<p>why not just grep your logfiles? iif the page with the broken image gets dugg then your going to get a bunch of emails.</p> ]]></content:encoded> </item> <item><title>By: Benjamin Sterling</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4012</link> <dc:creator>Benjamin Sterling</dc:creator> <pubDate>Mon, 01 Dec 2008 14:38:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4012</guid> <description>Oh that is perfect!  Nice and simple.</description> <content:encoded><![CDATA[<p>Oh that is perfect!  Nice and simple.</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4011</link> <dc:creator>david</dc:creator> <pubDate>Mon, 01 Dec 2008 14:29:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4011</guid> <description>&lt;p&gt;@Иван:  Note that this is about broken images, not broken pages.  Good idea about a custom missing images image.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Иван:  Note that this is about broken images, not broken pages.  Good idea about a custom missing images image.</p> ]]></content:encoded> </item> <item><title>By: Иван</title><link>http://davidwalsh.name/email-image-error-mootools#comment-4010</link> <dc:creator>Иван</dc:creator> <pubDate>Mon, 01 Dec 2008 14:17:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=820#comment-4010</guid> <description>I have only one question -- why do it client side? I mean, since you can make a custom e404 page (or any error) you can make the error page to handle the emails.Further more to avoid the &quot;missing image&quot; issue, you could return a 1x1 transparent gif / jpg / png to e404 requests for images. Or to make it even more advance, you could customize the return image depending on the path of the image, say 100x75 jpg if the request matches /images/thumbs.Of course the above mentioned approach reqiers more code.On a side note -- is this post related to &lt;a href=&quot;http://alistapart.com/articles/amoreuseful404&quot; title=&quot;this article&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt;?</description> <content:encoded><![CDATA[<p>I have only one question &#8212; why do it client side? I mean, since you can make a custom e404 page (or any error) you can make the error page to handle the emails.</p><p>Further more to avoid the &#8220;missing image&#8221; issue, you could return a 1&#215;1 transparent gif / jpg / png to e404 requests for images. Or to make it even more advance, you could customize the return image depending on the path of the image, say 100&#215;75 jpg if the request matches /images/thumbs.</p><p>Of course the above mentioned approach reqiers more code.</p><p>On a side note &#8212; is this post related to <a
href="http://alistapart.com/articles/amoreuseful404" title="this article" rel="nofollow">this article</a>?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.008 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-22 17:25:10 -->
