<?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>5ive.blog &#187; php</title>
	<atom:link href="http://www.5ive.info/blog/archives/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:08:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Contact Form 7 + Ktai Styleで半角カナが文字化けする</title>
		<link>http://www.5ive.info/blog/archives/772</link>
		<comments>http://www.5ive.info/blog/archives/772#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:19:08 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=772</guid>
		<description><![CDATA[WordPressで構築したモバイル対応サイトで、携帯からお問い合わせするときに中高生などの若いユーザーが半角カナで文字入力する事が多いらしい。フォームからのメールが化けるとの事で対応策を探してみたのだけど、結局下記の方 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/772/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>文字列からimgタグを抜き出す</title>
		<link>http://www.5ive.info/blog/archives/757</link>
		<comments>http://www.5ive.info/blog/archives/757#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:44:23 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=757</guid>
		<description><![CDATA[PHPの正規表現を使うときにいつもネット上を探すのでメモ。
■文字列からimgタグを抜き出す正規表現
preg_match ("/&#60;img(.+?)&#62;/", $str, $matches);
■文字列からUR [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressの$postオブジェクトの中身</title>
		<link>http://www.5ive.info/blog/archives/750</link>
		<comments>http://www.5ive.info/blog/archives/750#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:10:56 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=750</guid>
		<description><![CDATA[WordPressのループ内で$postオブジェクトの中身を取り出すときにいつもプロパティ名が分からなくなるのでメモ。日付を取得したい場合は$post->post_dateで取り出す。
ID
post_author
po [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/750/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サーバータイムを使ったミリ秒対応のカウントダウン</title>
		<link>http://www.5ive.info/blog/archives/619</link>
		<comments>http://www.5ive.info/blog/archives/619#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:08:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=619</guid>
		<description><![CDATA[
ティザーサイト等で良く使われる「オープンまであと何日」みたいなカウントダウンを作ってみる。Flashだけで作るとローカルタイムに依存するので、ユーザーに時計を進められるとネタばれすることも。たまに見かけるけど。上のデモ [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/619/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPressでfeedを配信しないようにする方法</title>
		<link>http://www.5ive.info/blog/archives/616</link>
		<comments>http://www.5ive.info/blog/archives/616#comments</comments>
		<pubDate>Tue, 01 Sep 2009 02:04:27 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=616</guid>
		<description><![CDATA[WordPressでフィードを配信したくない時にコアファイル弄るとすぐ出来るんだけど、アップグレードした時にメンテが面倒になるのでこの方法はできればやりたくない。調べてたら使っているテーマフォルダにfunctions.p [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/616/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressからProgressionのPRMLを出力してみる</title>
		<link>http://www.5ive.info/blog/archives/592</link>
		<comments>http://www.5ive.info/blog/archives/592#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:10:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Progression]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=592</guid>
		<description><![CDATA[Flashネタをエントリーするのは久々だなー。先日の福岡てら子で発表した内容ですが、WordPressからProgressionで使うPRMLというXMLを出力する方法。PRMLの詳しい説明は本家リファレンスを参照して下 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/592/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PHPで画像にシャープをかける</title>
		<link>http://www.5ive.info/blog/archives/417</link>
		<comments>http://www.5ive.info/blog/archives/417#comments</comments>
		<pubDate>Wed, 13 May 2009 15:32:28 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[画像処理]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=417</guid>
		<description><![CDATA[リサイズしてシャープなし

リサイズしてシャープあり

PHPで画像にシャープをかける方法。imageconvolution()関数がPHP5対応なので注意する事。中身は畳み込み配列を使って調整しているだけ。リサイズをプ [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/417/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHPで動的生成されたXMLをjQueryで読み込むときの注意</title>
		<link>http://www.5ive.info/blog/archives/296</link>
		<comments>http://www.5ive.info/blog/archives/296#comments</comments>
		<pubDate>Wed, 10 Dec 2008 01:12:37 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=296</guid>
		<description><![CDATA[WordPressとかのPHPから動的生成されたxmlをjQueryを使って読み込むときにワナがあるので注意が必要。Flashでは普通に読み込めたので気付かなかったけど、動的生成のxmlをjQueryで読み込むとエラーに [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/296/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBのテーブル作成時にauto_incrementとprimary keyを設定する</title>
		<link>http://www.5ive.info/blog/archives/286</link>
		<comments>http://www.5ive.info/blog/archives/286#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:11:10 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=286</guid>
		<description><![CDATA[テーブル作る時にフィールドの設定を細かく行うSQL文の書き方。「auto_increment」は自動的に連番を振ってくれる。「primary key」はテーブル内で重複しないフィールドに設定する。

$sql = "CR [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/286/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPressでFlash用に複数のxmlを出力する方法</title>
		<link>http://www.5ive.info/blog/archives/280</link>
		<comments>http://www.5ive.info/blog/archives/280#comments</comments>
		<pubDate>Fri, 21 Nov 2008 08:07:24 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=280</guid>
		<description><![CDATA[デフォルトのRSS配信とは別にページ機能を使ってxmlを出力する事が出来たのね。今まで気付かなかったのでメモ。
まずはページ用PHPの冒頭でTemplate Nameを設定する。今回の場合は「newsXML」とする。この [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/280/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
