<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>log4ZIGOROu</title>
      <link>https://labs.cybozu.co.jp/blog/yamaguchi/</link>
      <description>History and memo in Cybozu labs.</description>
      <language>ja</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Thu, 28 Aug 2008 16:22:23 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Pathtraq API のページカウンタで複数のURLが指定出来るようになりました</title>
         <description><![CDATA[<p>
リリース以来、様々なサイトで使われている<a href="http://pathtraq.com/developer/">パストラックAPI</a>ですが、以前からリクエストのあった<a href="http://pathtraq.com/developer/#help_page_counter">ページカウンタAPI</a>にて複数のURLが指定出来るように致しました。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2008/08/pathtraq_api_url.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2008/08/pathtraq_api_url.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Info</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">API</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Pathtraq</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">パストラック</category>
        
         <pubDate>Thu, 28 Aug 2008 16:22:23 +0900</pubDate>
      </item>
            <item>
         <title>perlで気軽にsitemap.xmlを作る</title>
         <description><![CDATA[<p>
  <a href="http://www.sitemaps.org/protocol.php">sitemap.xml</a>とは、検索エンジンに対してクロールして欲しいURLを指定したり、その指定したURLの優先度を設定したりする事が出来るXML Formatの事です。<br />
　このXMLをサイト上に置いて、Google WebMaster Tool等で通知したり、robots.txtでSiteMapのLocationを指定する事によって、検索エンジンクローラが自動的にsitemap.xmlの場所を認識して、そのxmlファイルを参考にクロールしてくれるでしょう。
</p>
<p>
  今回はこのsitemap.xmlをperlで動的に書く方法です。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2008/02/perlsitemapxml.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2008/02/perlsitemapxml.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Perl</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">perl seo</category>
        
         <pubDate>Thu, 07 Feb 2008 15:00:24 +0900</pubDate>
      </item>
            <item>
         <title>XULでCanvasエディターを作ってみた</title>
         <description><![CDATA[<p>
手軽にCanvasで遊べるツールとしてはオンラインに<a href="http://mozilla.doslash.org/stuff/canvas/shell.html">Canvas Shell</a>と言う物があります。
</p>
<p>
車輪の再発明感が多々ありますけど、Canvasで遊べるエディターを作ってみました。
</p>
<p>
タイトル通り激しくFirefox専用です。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/06/xulcanvas.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/06/xulcanvas.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Mozilla</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">canvas</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">javascript</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">mozilla</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">xul</category>
        
         <pubDate>Mon, 04 Jun 2007 19:47:38 +0900</pubDate>
      </item>
            <item>
         <title>nsIObserverServiceを使って複数のobserverに通知を行う</title>
         <description><![CDATA[<p>
FirefoxやThunderbirdの拡張を作る際に、場合によっては非同期処理が入ったりします。
</p>
<p>
XPCOMではそのような場面でobserverが簡単に仕込める仕組みとして、<a href="http://www.xulplanet.com/references/xpcomref/ifaces/nsIObserverService.html" title="nsIObserverService">nsIObserverService</a>と言うインターフェ−スがあるので、今回はその使い方についてご紹介します。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/06/nsiobserverserviceobserver.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/06/nsiobserverserviceobserver.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Extension</category>
                  <category domain="http://www.sixapart.com/ns/types#category">JavaScript</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">Extension</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">JavaScript</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Mozilla</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Observer</category>
        
         <pubDate>Fri, 01 Jun 2007 17:29:44 +0900</pubDate>
      </item>
            <item>
         <title>CGI::Application::Plugin::Cache::Adaptive Release</title>
         <description><![CDATA[<p>
  先日、奥さんの要望により<a href="http://search.cpan.org/dist/Cache-Adaptive/lib/Cache/Adaptive.pm" title="Cache::Adaptive">Cache::Adaptive</a>を<a href="http://search.cpan.org/dist/CGI-Application/lib/CGI/Application.pm" title="CGI::Application">CGI::Application</a>で使いやすくするプラグインを書きました。<br />
  現在はversion 0.03でCPANに<a href="http://search.cpan.org/dist/CGI-Application-Plugin-Cache-Adaptive/lib/CGI/Application/Plugin/Cache/Adaptive.pm" title="CGI::Application::Plugin::Cache::Adaptive">CGI::Application::Plugin::Cache::Adaptive</a>としてアップされています。
</p>
<p>
  <a href="http://search.cpan.org/dist/Cache-Adaptive/lib/Cache/Adaptive.pm" title="Cache::Adaptive">Cache::Adaptive</a>自体については、CPANのドキュメントないしは、奥さんの下記の関連エントリをご覧下さい。
</p>
<ul>
  <li><a href="https://labs.cybozu.co.jp/blog/kazuho/archives/2007/05/cache_adaptive.php">負荷に応じてキャッシュを自動調節する Perl モジュール</a></li>
  <li><a href="https://labs.cybozu.co.jp/blog/kazuho/archives/2007/05/cache-adaptive_on_cpan.php">Cache::Adaptive の使い方</a></li>
  <li><a href="https://labs.cybozu.co.jp/blog/kazuho/archives/2007/05/cache-adaptive-0521.php">Cache::Adaptiveを簡単に使う方法</a></li>
</ul>
<p>
  使い方や実装方法について簡単に説明してみようと思います。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/05/cgiapplicationplugincacheadapt.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/05/cgiapplicationplugincacheadapt.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Perl</category>
        
        
         <pubDate>Tue, 22 May 2007 12:17:12 +0900</pubDate>
      </item>
            <item>
         <title>Gearmanを使ってみた</title>
         <description><![CDATA[<p>
  <a href="http://tokyo2007.yapcasia.org/blog/ja/">YAPC Asia 2007</a>でも<a href="http://tokyo2007.yapcasia.org/sessions/2007/02/tbd.html" title="Behind the Scenes at LiveJournal: Scaling Storytime">紹介されて</a>いた<a href="http://www.danga.com/gearman/">Gearman</a>と言うjob serverを使ってみました。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/gearman.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/gearman.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">CPAN</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Perl</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">CPAN</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Gearman</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">PPerl</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Perl</category>
        
         <pubDate>Tue, 24 Apr 2007 13:03:29 +0900</pubDate>
      </item>
            <item>
         <title>「正しくHTMLを書こうと心がけている人に5つの質問」の回答</title>
         <description><![CDATA[<p>
  <a href="http://www.rusica.net/note/2007/04/09/html5.html">正しくHTMLを書こうと心がけている人に5つの質問</a>と言うエントリがあって、<a href="http://purpr.in/blog/">purprinさん</a>の所で<a href="http://purpr.in/blog/log/07/04/17/0040">紹介</a>されていたので、私も回答してみようかと思います。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/html5.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/html5.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">HTML/XHTML</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">DTD</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">HTML</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">XHTML</category>
        
         <pubDate>Tue, 17 Apr 2007 11:03:06 +0900</pubDate>
      </item>
            <item>
         <title>Modules in Games-Nintendo-Wii-Mii</title>
         <description><![CDATA[<p>
先週ですが、<a href="http://search.cpan.org/dist/Games-Nintendo-Wii-Mii/">Games-Nintendo-Wii-Mii</a>と言うモジュールをCPANにリリースしました。
</p>
<p>
モジュールの事などつらつらと書いてみます。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/modules_in_gamesnintendowiimii.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/modules_in_gamesnintendowiimii.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">CPAN</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">CPAN</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Hash</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Perl</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Tie</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">XML</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">XPath</category>
        
         <pubDate>Mon, 16 Apr 2007 11:26:51 +0900</pubDate>
      </item>
            <item>
         <title>Module-Starterのカスタマイズ</title>
         <description><![CDATA[<p>
いずれ奇麗にまとめてやろうと思ってたんですが、いい機会なのでこの辺りでmodule-starterの詳細とカスタマイズについて書いてみます。
</p>
<p>
ところで以前<a href="http://d.hatena.ne.jp/ZIGOROu/20061010/1160495430" title="Module::Starterのplugin機構が面白い件について">Module::Starterのplugin機構が面白い件について</a>と言うエントリを書いた事があるのですが、こちらに関して頭に入っているとより理解しやすいかもしれません。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/modulestarter.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/04/modulestarter.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">CPAN</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">CPAN Perl Customize</category>
        
         <pubDate>Mon, 02 Apr 2007 14:05:29 +0900</pubDate>
      </item>
            <item>
         <title>JSON::DWIW vs JSON::Syck vs JSON</title>
         <description><![CDATA[<p>
最近<a href="http://www.cpan.org/" title="CPAN">CPAN</a>に<a href="http://search.cpan.org/dist/JSON-DWIW" title="JSON::DWIW">JSON::DWIW</a>というJSON parserがリリースされて居ました。<br />
このモジュールのPODにはBenchmarkの結果があり、<a href="http://search.cpan.org/dist/JSON/">JSON</a>, <a href="http://search.cpan.org/dist/YAML-Syck/">JSON::Syck</a>とのベンチ結果が載っていますが、なんと<strong>JSON::Syckより速い</strong>との結果が出ています！
</p>
<p>
ちょっと気になったので自分でもベンチマークを取ってみました。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/03/jsondwiw_vs_jsonsyck_vs_json.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/03/jsondwiw_vs_jsonsyck_vs_json.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">CPAN</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">CPAN JSON Perl Benchmark</category>
        
         <pubDate>Thu, 22 Mar 2007 16:32:25 +0900</pubDate>
      </item>
            <item>
         <title>よろしくお願い致します</title>
         <description><![CDATA[<p>3月よりjoinしました<a href="/yamaguchi.html" title="山口 徹の自己紹介">山口</a>です。</p>
<p>
webのインターフェースにまつわる話から<strong>Perl</strong>や<strong>Linux</strong>の話をメインにブログで公開して行きたいと思います。
よろしくお願い致します。
</p>]]></description>
         <link>https://labs.cybozu.co.jp/blog/yamaguchi/2007/03/post.html</link>
         <guid>https://labs.cybozu.co.jp/blog/yamaguchi/2007/03/post.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Info</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">info</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">お知らせ</category>
        
         <pubDate>Mon, 19 Mar 2007 17:14:30 +0900</pubDate>
      </item>
      
   </channel>
</rss>
