<?xml version="1.0" encoding="UTF-8"?>

<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom">
    <title>uridev</title>
    <subtitle>NIKOの週末プログラミング日記</subtitle>
    <id>http://lab.uribou.net/blog/:1</id>

    <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/" />
    <link rel="self" type="application/atom+xml" href="http://lab.uribou.net/blog/atom.php" />
    <generator uri="http://nucleuscms.org/">Nucleus CMS v3.3</generator>
    <updated>2007-10-30T16:58:22Z</updated>

    <entry>
 <title type="html"><![CDATA[距離算出APIデモの動作を修正]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=536" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2007-10-30T16:58:22Z</updated>
 <published>2007-10-31T01:58:22+09:00</published>
 <content type="html"><![CDATA[「<a href='http://lab.uribou.net/ll2dist/'>LatLng2Distance:::緯度経度から距離算出API</a>」のGoogle Mapsを使ったデモ、<br />
久しぶりに（数ヶ月ぶりに？）見てみたら動作がおかしい。<br />
どうやら<a href='http://www.google.com/apis/maps/'>Google Maps API</a>の仕様が少し変わっていたようです。<br />
仕様変更の時期が良く分かりませんが、<br />
動作がおかしいまま長く放置してしまっていたかも・・・ ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:536</id>
</entry><entry>
 <title type="html"><![CDATA[img要素のtitle属性を画像に重畳表示するjavascriptライブラリ]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=507" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2007-03-24T16:14:46Z</updated>
 <published>2007-03-25T01:14:46+09:00</published>
 <content type="html"><![CDATA[<i>※以下、当初「alt属性を重畳表示」していたものを「title属性を重畳表示」<br />
　に修正して再アップしました。[2007/3/26]</i><br />
<br />
表題の内容を実現するためのjavascriptライブラリを作ってみました。<br />
似たようなことをうまく解決できる方法を見つけられなかったので、<br />
久しぶりに週末プログラミング。なかなか楽しかったです。 ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:507</id>
</entry><entry>
 <title type="html"><![CDATA[緯度経度から『標高』を算出するAPIを公開]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=463" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-16T02:31:56Z</updated>
 <published>2006-12-16T11:31:56+09:00</published>
 <content type="html"><![CDATA[「緯度経度から○○算出API」シリーズ第二弾（？）ということで、<br />
次は『標高』を算出するAPIを公開してみました。<br />
<br />
<a href="http://lab.uribou.net/ll2h/">LatLng2Height:::緯度経度から標高算出API</a> ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:463</id>
</entry><entry>
 <title type="html"><![CDATA[距離算出APIを若干修正]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=462" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-16T01:38:54Z</updated>
 <published>2006-12-16T10:38:54+09:00</published>
 <content type="html"><![CDATA[「<a href='http://lab.uribou.net/ll2dist/'>LatLng2Distance:::緯度経度から距離算出API</a>」を若干修正。<br />
修正箇所は以下の二点。<br />
<br />
・返される距離は小数点以下二桁まで<br />
・JSONPの出力内容をXMLのものと整合<br />
<br />
以上、備忘録まで。]]></content>
 <id>http://lab.uribou.net/blog/:1:462</id>
</entry><entry>
 <title type="html"><![CDATA[距離算出の精度改善]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=461" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-11T15:17:29Z</updated>
 <published>2006-12-12T00:17:29+09:00</published>
 <content type="html"><![CDATA[<a href='http://lab.uribou.net/ll2dist/'>距離算出API</a>ですが、距離の算出精度を若干改善しました。<br />
<a href='http://www.toyama-cmt.ac.jp/~mkawai/lecture/sailing/geodetic/geosail.html'>ここ</a>で説明されている「Lambert-Andoyer Method」を利用しています。<br />
ま、ほとんど大差ないです。<br />
<br />
ついでにデザインなど若干修正。<br />
カウンタは自動更新をやめました。]]></content>
 <id>http://lab.uribou.net/blog/:1:461</id>
</entry><entry>
 <title type="html"><![CDATA[『緯度経度から距離算出API』利用回数カウンタを設置]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=460" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-10T14:11:32Z</updated>
 <published>2006-12-10T23:11:32+09:00</published>
 <content type="html"><![CDATA[<a href='http://lab.uribou.net/ll2dist/'>件のページ</a>右上に、APIの利用回数を表示するようにしてみました。<br />
これにもJSONPを使ってます。<a href='http://lab.uribou.net/ll2dist/count.php?jsonp=callback'>こんな感じ</a>。<br />
とりあえず、5秒おきにカウンタを更新するように設定。<br />
誰かが使ってると数字が増えていくのが見えたり、、、するといいな（笑]]></content>
 <id>http://lab.uribou.net/blog/:1:460</id>
</entry><entry>
 <title type="html"><![CDATA[『緯度経度から距離算出API』を公開]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=458" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-09T16:26:07Z</updated>
 <published>2006-12-10T01:26:07+09:00</published>
 <content type="html"><![CDATA[JSONPのお勉強のつもりで、簡単なAPIを作って公開してみました。<br />
<a href="http://lab.uribou.net/ll2dist/">LatLng2Distance:::緯度経度から距離算出</a> ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:458</id>
</entry><entry>
 <title type="html"><![CDATA[HTTPのおしゃべりを覗き見]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=457" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-09T09:49:21Z</updated>
 <published>2006-12-09T18:49:21+09:00</published>
 <content type="html"><![CDATA[日曜プログラミングにとっても便利なFirefoxアドオンのご紹介。<br />
<a href="https://addons.mozilla.org/firefox/3829/">Live HTTP Headers | Firefox Add-ons | Mozilla Corporation</a><br />
HTTPリクエストおよびレスポンスを別ウィンドウに表示してくれます。<br />
<br />
力技でやろうとすると、TCPダンプするなり、プロキシ立てるなり、<br />
とにかく、結構めんどくさいはず。<br />
このアドオン使ってしまえば、大変お手軽にHTTPのおしゃべりを覗けます。<br />
すばらしい。]]></content>
 <id>http://lab.uribou.net/blog/:1:457</id>
</entry><entry>
 <title type="html"><![CDATA[道の駅分布図を作ってみた]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=456" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-09T05:42:22Z</updated>
 <published>2006-12-09T14:42:22+09:00</published>
 <content type="html"><![CDATA[郵便番号を緯度経度に変換してプロットすると日本地図みたいになる、<br />
っていう以下のネタを見かけて、似たようなことをやってみました。<br />
<a href='http://labs.cybozu.co.jp/blog/akky/archives/2006/12/zipcode_map.html'>秋元@サイボウズラボ・プログラマー・ブログ: 郵便番号のビジュアライズ2題</a><br />
<a href='http://gyang.girly.jp/impli/archives/2006/12/post_6.html'>インプリ: 郵便番号分布図を作ってみた</a> ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:456</id>
</entry><entry>
 <title type="html"><![CDATA[PHP開発環境]]></title>
 <link rel="alternate" type="text/html" href="http://lab.uribou.net/blog/?itemid=455" />
 <author>
  <name>NIKO</name>
 </author>
 <updated>2006-12-09T00:50:45Z</updated>
 <published>2006-12-09T09:50:45+09:00</published>
 <content type="html"><![CDATA[つい先日、自宅で新しくPCを購入したので、<br />
日曜プログラミング用のPHP開発環境を再構築しました。<br />
で、この機会に、以下のようなモノを使い始めてみたのでご紹介。 ・・・(続き)]]></content>
 <id>http://lab.uribou.net/blog/:1:455</id>
</entry>
</feed>