<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>クレコ &#187; PHP</title>
	<atom:link href="http://creco.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://creco.net</link>
	<description>East or west, home is best.</description>
	<lastBuildDate>Mon, 16 Jan 2012 17:11:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/tag/php/feed/" />
		<item>
		<title>投稿スラッグをGoogle AJAX Language APIで英訳するWordPressのプラグインを作った</title>
		<link>http://creco.net/2009/06/14/made_a_wordpress_plugin_that_translate_post-slug_with_google_ajax_language_api/</link>
		<comments>http://creco.net/2009/06/14/made_a_wordpress_plugin_that_translate_post-slug_with_google_ajax_language_api/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 17:54:58 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[作ってみた]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creco.net/?p=553</guid>
		<description><![CDATA[それは、どういうものですか？ WordPressのURLとして使われる投稿スラッグ。これは、標準だと投稿タイトルをURLエンコードしたものが自動的に使われて、やけに長くなるしかっこ悪い。 んで、ぼくは投稿タイトルを逐一英 [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/06/14/made_a_wordpress_plugin_that_translate_post-slug_with_google_ajax_language_api/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/06/14/made_a_wordpress_plugin_that_translate_post-slug_with_google_ajax_language_api/" />
	</item>
		<item>
		<title>Googleの逆ジオコーディングをためしてみた</title>
		<link>http://creco.net/2009/03/07/implement_google_reverse_geocoding_api/</link>
		<comments>http://creco.net/2009/03/07/implement_google_reverse_geocoding_api/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 03:37:15 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[逆ジオコーディング]]></category>

		<guid isPermaLink="false">http://creco.net/2009/03/07/implement_google_reverse_geocoding_api/</guid>
		<description><![CDATA[ジオポの地図表示で住所を出したかったので逆ジオコーディング（緯度・経度から住所を取り出すこと）をGoogleのAPI使ってやってみました。 まず基本 Google MapsのAPIと違って、日本語での情報が少ない（マニュ [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/03/07/implement_google_reverse_geocoding_api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/03/07/implement_google_reverse_geocoding_api/" />
	</item>
		<item>
		<title>ジオポの符号化、復号化をいろんな言語で書いてみる</title>
		<link>http://creco.net/2009/03/05/write_codes_in_variaous_languages/</link>
		<comments>http://creco.net/2009/03/05/write_codes_in_variaous_languages/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 08:55:22 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[エクセル]]></category>
		<category><![CDATA[ジオポ]]></category>

		<guid isPermaLink="false">http://creco.net/2009/03/05/write_codes_in_variaous_languages/</guid>
		<description><![CDATA[位置情報をいくら短縮して色んなことに応用できるといっても、ユーザーが使ってくれるまでの敷居が高い（今のブラウザ経由の符号化じゃ、ダメってこと）とどうしようもない。 そんな理由で、まずはユーザーが接するアプリケーションの開 [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/03/05/write_codes_in_variaous_languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/03/05/write_codes_in_variaous_languages/" />
	</item>
		<item>
		<title>検索エンジンに対応した多言語化方法</title>
		<link>http://creco.net/2009/03/02/internationalization_for_search_engine_crawl/</link>
		<comments>http://creco.net/2009/03/02/internationalization_for_search_engine_crawl/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:40:17 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[多言語化]]></category>
		<category><![CDATA[検索エンジン]]></category>

		<guid isPermaLink="false">http://creco.net/2009/03/02/internationalization_for_search_engine_crawl/</guid>
		<description><![CDATA[検索エンジン（まぁGoogleなんだけど）って、ひとつのURIに対してひとつの言語にしか対応してないんですね。 そんなわけで、単純に内部で言語を切り替えただけではクロールされる言語がひとつになってしまい、問題になってきま [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/03/02/internationalization_for_search_engine_crawl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/03/02/internationalization_for_search_engine_crawl/" />
	</item>
		<item>
		<title>CodeIgniterのURIルーティングで.htaccessいらず</title>
		<link>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/</link>
		<comments>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 13:19:07 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/</guid>
		<description><![CDATA[とりあえず、開発スピードを優先させるためにフルスクラッチで作ってたジオポですけど、これから、国際化対応させたり、DB使う場面が出てくると思うので、PHPのフレームワーク CodeIgniterに変換した。 フルスクラッチ [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/02/26/i_love_codeigniters_uri_routing/" />
	</item>
		<item>
		<title>ジオポをロカポに対応したよ</title>
		<link>http://creco.net/2009/02/24/geopo_supported_locapoint/</link>
		<comments>http://creco.net/2009/02/24/geopo_supported_locapoint/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 06:20:13 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[作ってみた]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ジオポ]]></category>

		<guid isPermaLink="false">http://creco.net/2009/02/24/geopo_supported_locapoint/</guid>
		<description><![CDATA[ここギコ！さんからロカポ（LocaPoint）に対応するとジオポの欠点を補完できるのでは？とアドバイスをいただいたので対応してみました。 （例） http://geopo.at/SW8.HQ9.CR8.PU8 こんな形で [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/02/24/geopo_supported_locapoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/02/24/geopo_supported_locapoint/" />
	</item>
		<item>
		<title>仕事を中断してデブサミに行こう</title>
		<link>http://creco.net/2009/02/16/devsumi2009/</link>
		<comments>http://creco.net/2009/02/16/devsumi2009/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 12:18:26 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[イベント・セミナー]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://creco.net/2009/02/16/%e3%83%87%e3%83%96%e3%82%b5%e3%83%9f/</guid>
		<description><![CDATA[Developers Summit 09 デベロッパーズサミット 会場：目黒雅叙園 主催：株式会社翔泳社 今年も行ってきました、デブサミことデベロッパーズサミット＠目黒。 毎年、毎年、バレンタインと同時開催されるこのイベ [...]]]></description>
		<wfw:commentRss>http://creco.net/2009/02/16/devsumi2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2009/02/16/devsumi2009/" />
	</item>
		<item>
		<title>イーモバイルのサービスエリアをGoogle Earthに重ねてみる</title>
		<link>http://creco.net/2008/08/11/e-mobile_service_area_over_google-earth/</link>
		<comments>http://creco.net/2008/08/11/e-mobile_service_area_over_google-earth/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 23:39:17 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[作ってみた]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[イーモバイル]]></category>

		<guid isPermaLink="false">http://inagaki.co.uk/archives/134</guid>
		<description><![CDATA[&#160;&#160; 携帯電話のサービスエリアって繋がるのが当然になってあまり気にしなくなっていたんだけど、イーモバイルはサービスエリアが都市部に限定されてるから、否が応でも気にしないと大変なことになる。 それで、イ [...]]]></description>
		<wfw:commentRss>http://creco.net/2008/08/11/e-mobile_service_area_over_google-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2008/08/11/e-mobile_service_area_over_google-earth/" />
	</item>
		<item>
		<title>Pythonおもしろくなってきたかも</title>
		<link>http://creco.net/2008/07/30/interested_in_python/</link>
		<comments>http://creco.net/2008/07/30/interested_in_python/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 18:16:32 +0000</pubDate>
		<dc:creator>inagaki</dc:creator>
				<category><![CDATA[作ってみた]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://inagaki.co.uk/archives/122</guid>
		<description><![CDATA[ぶっちゃけていうと、素のままではできることが少なく、最初からいろんな関数があたえられてるPHPと比べると大変なんだけど、シンプルさとソースの見やすさから好きになりそうな言語。わかりやすいし。 それで、GPSとのシリアル通 [...]]]></description>
		<wfw:commentRss>http://creco.net/2008/07/30/interested_in_python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://creco.net/2008/07/30/interested_in_python/" />
	</item>
	</channel>
</rss>

