<?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/"
	>

<channel>
	<title>pblo</title>
	<atom:link href="http://playispeace.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://playispeace.com/blog</link>
	<description>[ぴーぶろ]　PHPやjavascriptを中心に、気になることを実験して報告したり、嘆いてみたりするブログ</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cakephp::securityコンポーネントの拡張方法</title>
		<link>http://playispeace.com/blog/674/extend_cakephp_security_componen</link>
		<comments>http://playispeace.com/blog/674/extend_cakephp_security_componen#comments</comments>
		<pubDate>Thu, 11 Mar 2010 07:52:04 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=674</guid>
		<description><![CDATA[前回のエントリーでsecurityコンポーネントをいじりましたが、いい加減コアな機能を触る癖をやめてオーバーライドする方法を学べよオレ（汗）ってことで、調べてみました。
実際にsecurityコンポーネントをそのまま残し [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/674/extend_cakephp_security_componen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp::securityコンポーネントを利用するときの注意</title>
		<link>http://playispeace.com/blog/660/careful_about_using_cakephp_securitycomponent</link>
		<comments>http://playispeace.com/blog/660/careful_about_using_cakephp_securitycomponent#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:20:13 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[CSRF]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=660</guid>
		<description><![CDATA[フォームに、ワンタイムトークンを実装することで、リロード対策とCSRF対策が同時に可能です。その実装に、securityコンポーネントという便利なコンポーネントが用意されているのですが、利用の際に嵌ったのでメモ。
なおs [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/660/careful_about_using_cakephp_securitycomponent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xamppでcakePHPを動かそうとしてはまったメモ</title>
		<link>http://playispeace.com/blog/646/xampp_error_for_cakephp</link>
		<comments>http://playispeace.com/blog/646/xampp_error_for_cakephp#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:12:30 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[インストール]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=646</guid>
		<description><![CDATA[ニューwindowsマシンをゲットしたんで、ローカルにxamppでcakephpの開発環境作ろうとしてはまったのでメモ。
DLしていきなり動くわけもなく、紆余曲折あったわけですが、最初の細かい問題はググリながらある程度ク [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/646/xampp_error_for_cakephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KtaiLibraryのヘルパー、imageメソッドをセッション維持するよう改良</title>
		<link>http://playispeace.com/blog/633/ktailibrary_helper_image_method</link>
		<comments>http://playispeace.com/blog/633/ktailibrary_helper_image_method#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:52:58 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[KtaiLibrary]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=633</guid>
		<description><![CDATA[MASA-P氏のKtaiLibraryにはかんなりお世話になっているのですが、少し、自分用にカスタマイズしたのでそのエントリー。

そもそも改良しようとした発端は、imgタグのsrc属性にセッションを持たせる必要が出てき [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/633/ktailibrary_helper_image_method/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pearライブラリ、ReceiptMailDecoder.class.php を修正してみた</title>
		<link>http://playispeace.com/blog/612/pear_receiptmaildecoder</link>
		<comments>http://playispeace.com/blog/612/pear_receiptmaildecoder#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:15:44 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[正規表現]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=612</guid>
		<description><![CDATA[現在、空メール処理でya&#8211;mada氏の作成のReceiptMailDecoder.class.phpを利用させていただいています。大変有用なライブラリなので助かっています。
しかし、最近、メールアドレスにドッ [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/612/pear_receiptmaildecoder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法(Etag偏)</title>
		<link>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag</link>
		<comments>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:18:02 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=597</guid>
		<description><![CDATA[前回のエントリーでは、304Not ModifiedをIf-Modified-Sinceを設定して制御する方法でしたが、今回はEtagを利用した方法の紹介です。
実は、前回の方法では、不完全な点がありました。それは、キャ [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/597/304_not_modified_http_response_header_etag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>304 Not Modifiedをhttpレスポンスヘッダで制御する方法（If-Modified-Since偏）</title>
		<link>http://playispeace.com/blog/579/304_not_modified_response_http_header</link>
		<comments>http://playispeace.com/blog/579/304_not_modified_response_http_header#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:09:37 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[携帯]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=579</guid>
		<description><![CDATA[携帯3キャリアのキャッシュ制御をしようとしてたら、304で返すのがいいっぽいということで、まずPC(firefox)で304 Not Modifiedを制御する方法を実装してみました。
前提条件ですが、

制御対象が画像 [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/579/304_not_modified_response_http_header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp, modifiedが自動更新しない問題の解決方法を解説</title>
		<link>http://playispeace.com/blog/562/cakephp_not_update_modified</link>
		<comments>http://playispeace.com/blog/562/cakephp_not_update_modified#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:08:09 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[cakePHP]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=562</guid>
		<description><![CDATA[cakephp（version = ‘1.2.3.8166′）で、Model->save()時にmodifiedが更新されない場合の解決方法をメモ。
一言でいうと、Model->save()前のModel->read() [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/562/cakephp_not_update_modified/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp、mysqlのtinyint型に注意</title>
		<link>http://playispeace.com/blog/550/cakephp_mysql_tinyint</link>
		<comments>http://playispeace.com/blog/550/cakephp_mysql_tinyint#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:27:02 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[ｍｙｓｑｌ]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=550</guid>
		<description><![CDATA[結論から言うと、cakephp（version = ‘1.2.3.8166′）でmysqlのtinyint型に対してModel->save()によるinsertをする場合、強制的にその型はboolean(結果的には0 o [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/550/cakephp_mysql_tinyint/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp、パフォーマンスチューニングメモ</title>
		<link>http://playispeace.com/blog/534/cakephp_performance</link>
		<comments>http://playispeace.com/blog/534/cakephp_performance#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:53:12 +0000</pubDate>
		<dc:creator>papettoTV</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[パフォーマンス]]></category>

		<guid isPermaLink="false">http://playispeace.com/blog/?p=534</guid>
		<description><![CDATA[cakephpで構築中のサービスに、パフォーマンスチューニングを行った際、効果がどれだけあったかをメモしておきます。

なお、実行環境はこちら(http://www.rapidsite.jp)のVPS(仮想専用サーバ)の [...]]]></description>
		<wfw:commentRss>http://playispeace.com/blog/534/cakephp_performance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
