<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:mrchucho.net,2008:/posts</id>
  <link type="text/html" href="http://mrchucho.net" rel="alternate"/>
  <link type="application/atom+xml" href="http://mrchucho.net/posts.atom" rel="self"/>
  <title type="html">watch this &amp;amp;nbsp;</title>
  <updated>2011-02-10T20:57:39-06:00</updated>
  <entry>
    <id>tag:mrchucho.net,2008:Post/381</id>
    <published>2011-02-10T20:57:39-06:00</published>
    <updated>2011-04-20T08:56:30-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2011/02/10/ending-support-for-next-image" rel="alternate"/>
    <title>Ending support for Next Image</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/379</id>
    <published>2009-07-09T15:01:44-05:00</published>
    <updated>2010-07-05T10:51:43-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2009/07/09/next-image-updated-for-firefox-35" rel="alternate"/>
    <title>Next Image Updated for Firefox 3.5</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/378</id>
    <published>2009-07-09T11:34:36-05:00</published>
    <updated>2009-07-09T11:34:36-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2009/07/09/next-image-firefox-35-update-coming-soon" rel="alternate"/>
    <title>Next Image Firefox 3.5 Update Coming Soon</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/377</id>
    <published>2009-06-19T00:32:55-05:00</published>
    <updated>2009-06-20T14:01:40-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2009/06/19/infinite-summer-reading-progress-tracker" rel="alternate"/>
    <title>Infinite Summer Reading Progress Tracker</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/376</id>
    <published>2008-11-11T09:43:11-06:00</published>
    <updated>2009-02-05T12:20:30-06:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/11/11/json-(and-jsonp)-weather-alerts" rel="alternate"/>
    <title>JSON (and JSON-P) Weather Alerts</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/375</id>
    <published>2008-10-14T21:35:38-05:00</published>
    <updated>2010-01-21T12:02:50-06:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/10/14/next-image-with-configurable-bindings" rel="alternate"/>
    <title>Next Image with configurable bindings</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/374</id>
    <published>2008-09-30T12:04:20-05:00</published>
    <updated>2008-09-30T12:05:13-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/09/30/the-correct-way-to-override-activerecordbasedestroy" rel="alternate"/>
    <title>The correct way to override ActiveRecord::Base#destroy</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/373</id>
    <published>2008-08-23T10:21:07-05:00</published>
    <updated>2008-08-23T10:21:44-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/08/23/times-tables" rel="alternate"/>
    <title>Times Tables</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/372</id>
    <published>2008-06-24T10:22:17-05:00</published>
    <updated>2008-07-09T08:00:24-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/06/24/next-image-on-amo" rel="alternate"/>
    <title>Next Image on AMO</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
  <entry>
    <id>tag:mrchucho.net,2008:Post/371</id>
    <published>2008-06-23T12:21:51-05:00</published>
    <updated>2008-06-23T14:33:29-05:00</updated>
    <link type="text/html" href="http://mrchucho.net/2008/06/23/next-image-updated-for-firefox-3" rel="alternate"/>
    <title>Next Image Updated for Firefox 3</title>
    <content type="html">&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;</content>
    <author>
      <name>mrchucho</name>
    </author>
  </entry>
</feed>

