<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>johnjones.org</title>
  <subtitle>Life is a journey, not a destination</subtitle>
  <link rel="alternate" type="text/html" href="http://johnjones.org/node/27"/>
  <link rel="self" type="application/atom+xml" href="http://johnjones.org/node/27/atom/feed"/>
  <id>http://johnjones.org/node/27/atom/feed</id>
  <updated>2009-03-18T11:13:33+00:00</updated>
  <entry>
    <title>Putting firefox into developer mode.</title>
    <link rel="alternate" type="text/html" href="http://johnjones.org/node/27" />
    <id>http://johnjones.org/node/27</id>
    <published>2009-03-18T11:13:33+00:00</published>
    <updated>2009-03-18T11:13:33+00:00</updated>
    <author>
      <name>John Jones</name>
    </author>
    <category term="gadgets gizmos geeks" />
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Putting the following in a browser url bar, can put the page into a editable mode.<br />
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0</p>
    </div></summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Putting the following in a browser url bar, can put the page into a editable mode.</p>
<p>javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0</p>
    </div></content>
  </entry>
</feed>
