<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:evansweb.info,:/articles/2007/12</id>
  <link type="text/html" rel="alternate" href="http://evansweb.info"/>
  <link type="application/atom+xml" rel="self" href="http://evansweb.info/articles/2007/12.atom"/>
  <title>evansweb.info : Archives for December 2007</title>
  <subtitle type="html">That's Numberwang!</subtitle>
  <updated>2008-02-07T00:44:14+00:00</updated>
  <generator version="4.x" uri="http://www.typosphere.org">Typo</generator>
  <entry>
    <id>tag:evansweb.info,:Article/319</id>
    <published>2007-12-13T11:55:21+00:00</published>
    <updated>2008-02-07T00:44:14+00:00</updated>
    <link type="text/html" rel="alternate" href="http://evansweb.info/articles/2007/12/13/the-miracle-of-vinegar"/>
    <author>
      <name>Jon Evans</name>
    </author>
    <title type="html">The 'miracle' of vinegar</title>
    <summary type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p>There are
<a href="http://www.zetatalk.com/shelter/tshlt05p.htm">many</a>
<a href="http://lifehacker.com/software/diy/diy-window-de+icer-on+the+cheap-327068.php">web</a>
<a href="http://www.associatedcontent.com/article/414341/removing_ice_from_car_windshields.html">pages</a>
making grand claims for the number of problems which can supposedly be solved by using vinegar.
One that I've read quite often is that you can prevent your car windows from icing up. For example,
here's a quote from <a href="http://www.chefnoah.com/vinegar.htm">"Chef Noah"</a>:</p>

<blockquote>
    <p><strong>Prevent ice from forming on a car windshield overnight.</strong><br/>
    Coat the window with a solution of three parts white or vinegar to one part water.</p>
</blockquote>

<p>I decided to try it last night. I mixed white vinegar and water in the designated proportions, put it in a misting bottle, and sprayed it all over my windscreen and rear screen. Then I went to bed safe in the knowledge that I'd be leaping happily into my car in the morning and driving off while all my neighbours stared enviously at my frost-free car.</p>

<p>Well, I'm not very happy to report that this morning there was absolutely no change in the amount of ice on my screen. Furthermore, I don't even think it was a particularly cold night last night - it was only about -1&deg;C when I went out to the car in the morning. Don't these sites test their tips before posting them? So I got cold hands as usual. Bah.</p>      </div>
    </summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p>There are
<a href="http://www.zetatalk.com/shelter/tshlt05p.htm">many</a>
<a href="http://lifehacker.com/software/diy/diy-window-de+icer-on+the+cheap-327068.php">web</a>
<a href="http://www.associatedcontent.com/article/414341/removing_ice_from_car_windshields.html">pages</a>
making grand claims for the number of problems which can supposedly be solved by using vinegar.
One that I've read quite often is that you can prevent your car windows from icing up. For example,
here's a quote from <a href="http://www.chefnoah.com/vinegar.htm">"Chef Noah"</a>:</p>

<blockquote>
    <p><strong>Prevent ice from forming on a car windshield overnight.</strong><br/>
    Coat the window with a solution of three parts white or vinegar to one part water.</p>
</blockquote>

<p>I decided to try it last night. I mixed white vinegar and water in the designated proportions, put it in a misting bottle, and sprayed it all over my windscreen and rear screen. Then I went to bed safe in the knowledge that I'd be leaping happily into my car in the morning and driving off while all my neighbours stared enviously at my frost-free car.</p>

<p>Well, I'm not very happy to report that this morning there was absolutely no change in the amount of ice on my screen. Furthermore, I don't even think it was a particularly cold night last night - it was only about -1&deg;C when I went out to the car in the morning. Don't these sites test their tips before posting them? So I got cold hands as usual. Bah.</p>      </div>
    </content>
  </entry>
  <entry>
    <id>tag:evansweb.info,:Article/316</id>
    <published>2007-12-13T01:27:08+00:00</published>
    <updated>2008-02-07T00:44:14+00:00</updated>
    <link type="text/html" rel="alternate" href="http://evansweb.info/articles/2007/12/13/rails-like-flash-in-spring"/>
    <author>
      <name>Jon Evans</name>
    </author>
    <title type="html">Rails-like 'flash' in Spring</title>
    <summary type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p>I&#8217;m going to document this because it took me ages to work out, but in the end it turned out to be quite easy.</p>

<p>In <a href="http://rubyonrails.org">Rails</a> there is a useful thing called <a href="http://api.rubyonrails.org/classes/ActionController/Flash.html">&#8216;flash&#8217;</a>. Flash is a component which is automatically available in every view. Controller classes can insert a message into the flash object, and when it renders the view it can display the message. The great thing is that by default the message exists in the flash for two requests. This is so that the current request can be terminated with a browser redirect, and when the browser follows the redirect the flash message will be there waiting for it.</p>

<p><a href="/pages/spring-flash-example-part-1">Read on</a> for more details.</p>      </div>
    </summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p>I&#8217;m going to document this because it took me ages to work out, but in the end it turned out to be quite easy.</p>

<p>In <a href="http://rubyonrails.org">Rails</a> there is a useful thing called <a href="http://api.rubyonrails.org/classes/ActionController/Flash.html">&#8216;flash&#8217;</a>. Flash is a component which is automatically available in every view. Controller classes can insert a message into the flash object, and when it renders the view it can display the message. The great thing is that by default the message exists in the flash for two requests. This is so that the current request can be terminated with a browser redirect, and when the browser follows the redirect the flash message will be there waiting for it.</p>

<p><a href="/pages/spring-flash-example-part-1">Read on</a> for more details.</p>      </div>
    </content>
  </entry>
</feed>
