<feed xmlns="http://www.w3.org/2005/Atom" xmlns:foaf="http://xmlns.com/foaf/0.1/"><title>norman.walsh.name: Comments on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache"/><id>http://norman.walsh.name/2005/09/27/monkeyCache/comments.atom</id><updated>2012-02-13T08:52:15.074018Z</updated><entry><title>Comment 1 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0001"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0001</id><published>2005-09-27T20:47:24Z</published><updated>2005-09-27T20:47:24Z</updated><author><name>Paul Downey</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>installed! nice!</p>
  </div></content></entry><entry><title>Comment 2 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0002"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0002</id><published>2005-10-04T21:56:36Z</published><updated>2005-10-04T21:56:36Z</updated><author><name>Brendan Taylor</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Nice work, but a nitpick: your web server isn't saying what character set the script is in. The degree symbols are messed up in my browser.</p>
<p>(fortunately they're only in comments, but I said it was a nitpick!)</p>
  </div></content></entry><entry><title>Comment 3 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0003"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0003</id><published>2005-10-05T13:03:16Z</published><updated>2005-10-05T13:03:16Z</updated><author><name>Norman Walsh</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Nice catch, Brendan. Fixed.</p>
  </div></content></entry><entry><title>Comment 4 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0004"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0004</id><published>2006-04-29T14:34:22Z</published><updated>2006-04-29T14:34:22Z</updated><author><name>Carl</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Great idea! Can you tweak the script to make it 5 decimal places rather than 4? Four decimal places (10,000ths of degrees) is grainier than DD MM.MMM format (60,000ths of degrees).</p>
  </div></content></entry><entry><title>Comment 5 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0005"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0005</id><published>2006-05-01T14:11:55Z</published><updated>2006-05-01T14:11:55Z</updated><author><name>Carl</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>Thanks, Norman! Five digits and trailing zeroes are great additions.</p>
  </div></content></entry><entry><title>Comment 6 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0006"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0006</id><published>2007-01-02T17:21:21Z</published><updated>2007-01-02T17:21:21Z</updated><author><name>Daniel Griscom</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Thanks for your script. I've changed the end of it so that it displays a link to a Google map centered on the location:
<pre>
	  declatlong = "Decimal degrees: " + lat + ", " + lng + " ";
	  linkURL = "http://maps.google.com/maps?ll=" + lat
	  				+ "," + lng + "&amp;spn=0,0";
    } else {
	  declatlong = "Decimal degrees: error, failed to match";
    }

    text = document.createTextNode(declatlong);
    br = document.createElement('br');
    if (linkURL) {
    	var link = document.createElement('a');
    	link.setAttribute("href", linkURL);
    	link.setAttribute("target", "_blank");
    	var linkText = document.createTextNode("(Google Map)");
    	link.appendChild(linkText);
    	navbar.parentNode.insertBefore(link, navbar.nextSibling);
    }
    navbar.parentNode.insertBefore(text, navbar.nextSibling);
    navbar.parentNode.insertBefore(br, navbar.nextSibling);
}
</pre></div></content></entry><entry><title>Comment 7 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0007"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0007</id><published>2009-02-18T15:58:18Z</published><updated>2009-02-18T15:58:18Z</updated><author><name>blugill</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>With all the updates to gc.com &amp; Firefox, this has stopped working.
Any updates planned?
I loved this script!
Thanks in advance.</p>
  </div></content></entry><entry><title>Comment 8 on /2005/09/27/monkeyCache</title><link rel="alternate" type="text/html" href="http://norman.walsh.name/2005/09/27/monkeyCache#comment0008"/><id>http://norman.walsh.name/2010/09/25/oauth#comment0008</id><published>2009-02-20T03:44:11Z</published><updated>2009-02-20T03:44:11Z</updated><author><name>Norman Walsh</name><foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum></author><content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
    <p>It still seems to work for me. What page were you on where it didn't work?</p>
  </div></content></entry></feed>

