<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>watch this &amp;amp;nbsp;</title>
    <description>the official mrchucho blog</description>
    <link>http://www.mrchucho.net/posts.rss</link>
    <item>
      <title>Ending support for Next Image</title>
      <description>&lt;p&gt;As of today, I am no longer maintaining or supporting the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/next-image/&quot;&gt;Next Image&lt;/a&gt; extension for Firefox.&lt;/p&gt;
&lt;p&gt;I don&amp;#8217;t use Firefox anymore and, honestly, it&amp;#8217;s just too much effort supporting a Firefox extension. Also, most of the functionality in this extension can be accomplished with a &lt;a href=&quot;javascript:(function(){ var e,s; IB=1; function isDigit(c) { return (%220%22 &lt;= c &amp;&amp; c &lt;= %229%22) } L = location.href; LL = L.length; for (e=LL-1; e&gt;=0; --e) if (isDigit(L.charAt(e))) { for(s=e-1; s&gt;=0; --s) if (!isDigit(L.charAt(s))) break; break; } ++s; if (e&lt;0) return; oldNum = L.substring(s,e+1); newNum = %22%22 + (parseInt(oldNum,10) + IB); while (newNum.length &lt; oldNum.length) newNum = %220%22 + newNum; location.href = L.substring(0,s) + newNum + L.slice(e+1); })();&quot;&gt;bookmarklet&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have posted the code on &lt;a href=&quot;https://github.com/mrchucho/nextimage&quot;&gt;github&lt;/a&gt; for anyone who is interested in reviving this project. However, most of the effort is administrative. Thanks to everyone who used and reviewed Next Image. Hopefully you will find an acceptable alternative.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt; Here&amp;#8217;s a bookmarklet that works well as a &lt;a href=&quot;javascript:(function(){ var e,s; IB=1; function isDigit(c) { return (%220%22 &lt;= c &amp;&amp; c &lt;= %229%22) } L = location.href; LL = L.length; for (e=LL-1; e&gt;=0; --e) if (isDigit(L.charAt(e))) { for(s=e-1; s&gt;=0; --s) if (!isDigit(L.charAt(s))) break; break; } ++s; if (e&lt;0) return; oldNum = L.substring(s,e+1); newNum = %22%22 + (parseInt(oldNum,10) - IB); while (newNum.length &lt; oldNum.length) newNum = %220%22 + newNum; location.href = L.substring(0,s) + newNum + L.slice(e+1); })();&quot;&gt;Previous&lt;/a&gt; button.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Feb 2011 20:57:39 -0600</pubDate>
      <link>http://www.mrchucho.net/2011/02/10/ending-support-for-next-image</link>
      <guid>http://www.mrchucho.net/2011/02/10/ending-support-for-next-image</guid>
    </item>
    <item>
      <title>Next Image Updated for Firefox 3.5</title>
      <description>&lt;p&gt;Ready for Firefox 3.5:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/7824&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/7824&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 15:01:44 -0500</pubDate>
      <link>http://www.mrchucho.net/2009/07/09/next-image-updated-for-firefox-35</link>
      <guid>http://www.mrchucho.net/2009/07/09/next-image-updated-for-firefox-35</guid>
    </item>
    <item>
      <title>Next Image Firefox 3.5 Update Coming Soon</title>
      <description>&lt;p&gt;Submitted to &lt;span class=&quot;caps&quot;&gt;MDC&lt;/span&gt;, awaiting approval.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/7824&quot;&gt;Next Image&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 11:34:36 -0500</pubDate>
      <link>http://www.mrchucho.net/2009/07/09/next-image-firefox-35-update-coming-soon</link>
      <guid>http://www.mrchucho.net/2009/07/09/next-image-firefox-35-update-coming-soon</guid>
    </item>
    <item>
      <title>Infinite Summer Reading Progress Tracker</title>
      <description>&lt;p&gt;I&amp;#8217;m reading David Foster Wallace&amp;#8217;s &lt;em&gt;Infinite Jest&lt;/em&gt; this summer as part of &lt;a href=&quot;http://www.infinitesummer.org&quot;&gt;Infinite Summer&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Since I love &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt; so much, I figured it would be fun to write a little app for tracking my progress in reading all 981 pages of IJ. Since Infinite Summer is a group effort, I&amp;#8217;d also like to know who is ahead and who is behind.&lt;/p&gt;


	&lt;p&gt;So, check out the &lt;a href=&quot;http://infinite-summer.appspot.com&quot;&gt;Infinite Summer Reading Progress Tracker&lt;/a&gt;. Because it runs on Google App Engine, you can login with any valid Google account.&lt;/p&gt;</description>
      <pubDate>Fri, 19 Jun 2009 00:32:55 -0500</pubDate>
      <link>http://www.mrchucho.net/2009/06/19/infinite-summer-reading-progress-tracker</link>
      <guid>http://www.mrchucho.net/2009/06/19/infinite-summer-reading-progress-tracker</guid>
    </item>
    <item>
      <title>JSON (and JSON-P) Weather Alerts</title>
      <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://simonwillison.net/&quot;&gt;Simon Willison&amp;#8217;s&lt;/a&gt; JSON micro-apps: &lt;a href=&quot;http://json-time.appspot.com&quot;&gt;json-time&lt;/a&gt;, &lt;a href=&quot;http://json-head.appspot.com&quot;&gt;json-head&lt;/a&gt;, and &lt;a href=&quot;http://json-tinyurl.appspot.com&quot;&gt;json-tinyurl&lt;/a&gt;, I created another &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt; powered site that produces Weather Alert information as &lt;span class=&quot;caps&quot;&gt;JSON&lt;/span&gt; and &lt;span class=&quot;caps&quot;&gt;JSON&lt;/span&gt;-P.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://json-alerts.appspot.com/&quot;&gt;http://json-alerts.appspot.com/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Given a common place name (e.g. city, state or county name) or &lt;span class=&quot;caps&quot;&gt;ZIP&lt;/span&gt; code, the current weather alerts for that zone will be returned along with location and timezone information. Place names are mapped to a county and timezone using the &lt;a href=&quot;http://developer.yahoo.com/geo/&quot;&gt;Yahoo! GeoPlanet&lt;/a&gt; web service. Weather alerts are provided by the &lt;span class=&quot;caps&quot;&gt;NOAA&lt;/span&gt;&amp;#8217;s state-by-state &lt;span class=&quot;caps&quot;&gt;CAP&lt;/span&gt; feed.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Nov 2008 09:43:11 -0600</pubDate>
      <link>http://www.mrchucho.net/2008/11/11/json-(and-jsonp)-weather-alerts</link>
      <guid>http://www.mrchucho.net/2008/11/11/json-(and-jsonp)-weather-alerts</guid>
    </item>
    <item>
      <title>Next Image with configurable bindings</title>
      <description>&lt;p&gt;Next Image has been updated to a new version with configurable key bindings. It is now available via the official Firefox add-on site.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/7824&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/7824&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:35:38 -0500</pubDate>
      <link>http://www.mrchucho.net/2008/10/14/next-image-with-configurable-bindings</link>
      <guid>http://www.mrchucho.net/2008/10/14/next-image-with-configurable-bindings</guid>
    </item>
    <item>
      <title>The correct way to override ActiveRecord::Base#destroy</title>
      <description>&lt;p&gt;In order to correctly override #destroy in an ActiveRecord model, you actually need to implement #destroy_without_callbacks like so:&lt;/p&gt;


&lt;pre&gt;
&lt;code&gt;
def destroy_without_callbacks
  unless new_record?
    # do your custom stuff here, then save
  end
  freeze
end
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;Simply implementing #destroy will short-circuit the callback chain and skip the destroy method on any associations marked :dependent =&amp;gt; :destroy.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 12:04:20 -0500</pubDate>
      <link>http://www.mrchucho.net/2008/09/30/the-correct-way-to-override-activerecordbasedestroy</link>
      <guid>http://www.mrchucho.net/2008/09/30/the-correct-way-to-override-activerecordbasedestroy</guid>
    </item>
    <item>
      <title>Times Tables</title>
      <description>&lt;p&gt;To help my daughter practice multiplication and to experiment with &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt;, I created a small app for doing your times tables.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://times-tables.appspot.com/&quot;&gt;http://times-tables.appspot.com/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m pretty impressed with &lt;acronym title=&quot;Google App Engine&quot;&gt;GAE&lt;/acronym&gt;. It&amp;#8217;s very easy to use, the Mac App Launcher is helpful and the online Dashboard is well done. I especially like the ability to upload and stage multiple versions.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Aug 2008 10:21:07 -0500</pubDate>
      <link>http://www.mrchucho.net/2008/08/23/times-tables</link>
      <guid>http://www.mrchucho.net/2008/08/23/times-tables</guid>
    </item>
    <item>
      <title>Next Image on AMO</title>
      <description>&lt;p&gt;I&amp;#8217;ve started the process of having Next Image hosted on the official Mozilla Add-ons site. Once it receives enough ratings, it can be nominated for the public site.&lt;/p&gt;


	&lt;p&gt;Please rate or review Next Image via it&amp;#8217;s sandbox page:&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/7824&quot;&gt;Next Image :: Firefox Add-ons&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:22:17 -0500</pubDate>
      <link>http://www.mrchucho.net/2008/06/24/next-image-on-amo</link>
      <guid>http://www.mrchucho.net/2008/06/24/next-image-on-amo</guid>
    </item>
    <item>
      <title>Next Image Updated for Firefox 3</title>
      <description>&lt;p&gt;I&amp;#8217;m in the process of updating my extensions to support Firefox 3. Unfortunately, there were some significant changes in how extensions can be served. So, at this point, only my Next Image plugin is working. Also, it might not show up via the Add-ons manager &amp;#8220;Find Update&amp;#8221;, so please install it directly.&lt;/p&gt;


	&lt;p&gt;Project Page: &lt;a href=&quot;http://www.mrchucho.net/pages/projects#nextimage&quot;&gt;http://www.mrchucho.net/pages/projects#nextimage&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Direct Link: &lt;a href=&quot;http://www.mrchucho.net/downloads/nextimage-0.9.xpi&quot;&gt;http://www.mrchucho.net/downloads/nextimage-0.9.xpi&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Updated&lt;/strong&gt; &amp;#8211; My second extension, This Window, is now up-to-date and available, too.&lt;/p&gt;


	&lt;p&gt;Project Page: &lt;a href=&quot;http://www.mrchucho.net/pages/projects#thiswindow&quot;&gt;http://www.mrchucho.net/pages/projects#thiswindow&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Direct Link: &lt;a href=&quot;http://www.mrchucho.net/downloads/thiswindow-0.8.xpi&quot;&gt;http://www.mrchucho.net/downloads/thiswindow-0.8.xpi&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jun 2008 12:21:51 -0500</pubDate>
      <link>http://www.mrchucho.net/2008/06/23/next-image-updated-for-firefox-3</link>
      <guid>http://www.mrchucho.net/2008/06/23/next-image-updated-for-firefox-3</guid>
    </item>
  </channel>
</rss>

