<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>uridev</title>
    <link>http://lab.uribou.net/blog/</link>
    <description>NIKOの週末プログラミング日記</description>
    <language>ja</language>
    <generator>Nucleus CMS v3.3</generator>
    <copyright>&#169;</copyright>
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://lab.uribou.net/blog/nucleus/nucleus2.gif</url>
      <title>uridev</title>
      <link>http://lab.uribou.net/blog/</link>
    </image>
    <item>
 <title>距離算出APIデモの動作を修正</title>
 <link>http://lab.uribou.net/blog/?itemid=536</link>
<description><![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 />
動作がおかしいまま長く放置してしまっていたかも・・・ ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=536</comments>
 <pubDate>Wed, 31 Oct 2007 01:58:22 +0900</pubDate>
</item><item>
 <title>img要素のtitle属性を画像に重畳表示するjavascriptライブラリ</title>
 <link>http://lab.uribou.net/blog/?itemid=507</link>
<description><![CDATA[<i>※以下、当初「alt属性を重畳表示」していたものを「title属性を重畳表示」<br />
　に修正して再アップしました。[2007/3/26]</i><br />
<br />
表題の内容を実現するためのjavascriptライブラリを作ってみました。<br />
似たようなことをうまく解決できる方法を見つけられなかったので、<br />
久しぶりに週末プログラミング。なかなか楽しかったです。 ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=507</comments>
 <pubDate>Sun, 25 Mar 2007 01:14:46 +0900</pubDate>
</item><item>
 <title>緯度経度から『標高』を算出するAPIを公開</title>
 <link>http://lab.uribou.net/blog/?itemid=463</link>
<description><![CDATA[「緯度経度から○○算出API」シリーズ第二弾（？）ということで、<br />
次は『標高』を算出するAPIを公開してみました。<br />
<br />
<a href="http://lab.uribou.net/ll2h/">LatLng2Height:::緯度経度から標高算出API</a> ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=463</comments>
 <pubDate>Sat, 16 Dec 2006 11:31:56 +0900</pubDate>
</item><item>
 <title>距離算出APIを若干修正</title>
 <link>http://lab.uribou.net/blog/?itemid=462</link>
<description><![CDATA[「<a href='http://lab.uribou.net/ll2dist/'>LatLng2Distance:::緯度経度から距離算出API</a>」を若干修正。<br />
修正箇所は以下の二点。<br />
<br />
・返される距離は小数点以下二桁まで<br />
・JSONPの出力内容をXMLのものと整合<br />
<br />
以上、備忘録まで。]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=462</comments>
 <pubDate>Sat, 16 Dec 2006 10:38:54 +0900</pubDate>
</item><item>
 <title>距離算出の精度改善</title>
 <link>http://lab.uribou.net/blog/?itemid=461</link>
<description><![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 />
カウンタは自動更新をやめました。]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=461</comments>
 <pubDate>Tue, 12 Dec 2006 00:17:29 +0900</pubDate>
</item><item>
 <title>『緯度経度から距離算出API』利用回数カウンタを設置</title>
 <link>http://lab.uribou.net/blog/?itemid=460</link>
<description><![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 />
誰かが使ってると数字が増えていくのが見えたり、、、するといいな（笑]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=460</comments>
 <pubDate>Sun, 10 Dec 2006 23:11:32 +0900</pubDate>
</item><item>
 <title>『緯度経度から距離算出API』を公開</title>
 <link>http://lab.uribou.net/blog/?itemid=458</link>
<description><![CDATA[JSONPのお勉強のつもりで、簡単なAPIを作って公開してみました。<br />
<a href="http://lab.uribou.net/ll2dist/">LatLng2Distance:::緯度経度から距離算出</a> ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=458</comments>
 <pubDate>Sun, 10 Dec 2006 01:26:07 +0900</pubDate>
</item><item>
 <title>HTTPのおしゃべりを覗き見</title>
 <link>http://lab.uribou.net/blog/?itemid=457</link>
<description><![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 />
すばらしい。]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=457</comments>
 <pubDate>Sat, 9 Dec 2006 18:49:21 +0900</pubDate>
</item><item>
 <title>道の駅分布図を作ってみた</title>
 <link>http://lab.uribou.net/blog/?itemid=456</link>
<description><![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> ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=456</comments>
 <pubDate>Sat, 9 Dec 2006 14:42:22 +0900</pubDate>
</item><item>
 <title>PHP開発環境</title>
 <link>http://lab.uribou.net/blog/?itemid=455</link>
<description><![CDATA[つい先日、自宅で新しくPCを購入したので、<br />
日曜プログラミング用のPHP開発環境を再構築しました。<br />
で、この機会に、以下のようなモノを使い始めてみたのでご紹介。 ・・・(続き)]]></description>
 <category>programming</category>
<comments>http://lab.uribou.net/blog/?itemid=455</comments>
 <pubDate>Sat, 9 Dec 2006 09:50:45 +0900</pubDate>
</item>
  </channel>
</rss>