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

<channel>
	<title>MT312</title>
	<atom:link href="http://www.mt312.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mt312.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 22 Dec 2011 10:06:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>ja</language>
			<item>
		<title>AJAX Smart Star Rater (星評価)</title>
		<link>http://www.mt312.com/script/20/</link>
		<comments>http://www.mt312.com/script/20/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 16:58:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=20</guid>
		<description><![CDATA[JavaScriptで動作する星付け評価スクリプトです。
prototypeやjQueryなどのライブラリ不要で軽快に動作します。
iPhoneなどのスマートフォンでもタップ操作で評価できます。
評価をテキストログで記録 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/script/20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KANEMACY アクセスランキング</title>
		<link>http://www.mt312.com/script/19/</link>
		<comments>http://www.mt312.com/script/19/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 03:32:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=19</guid>
		<description><![CDATA[KANEMACY
「リンク元」「人気ページ」「検索ワード」「訪問者ホスト」の4種類のランキングを公開できます。
ブログやCMSのサイドメニューに是非どうぞ。




必須動作環境
PHP 5.1.3以上
CRONで定時処 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/script/19/feed/</wfw:commentRss>
		</item>
		<item>
		<title>シェアウェア 写メール掲示板 IMG-BBS dernier</title>
		<link>http://www.mt312.com/script/18/</link>
		<comments>http://www.mt312.com/script/18/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 05:49:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=18</guid>
		<description><![CDATA[IMG-BBS dernier
MySQLデータベース採用
複数枚の画像を一度に投稿できる有償版IMG-BBS
対応枚数は設定で変更可能（デフォルト5枚）
1度の設置作業で複数の掲示板を運営できます（テンプレートは共有） [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/script/18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>シェアウェア メールフォーム ES-FORM+</title>
		<link>http://www.mt312.com/script/17/</link>
		<comments>http://www.mt312.com/script/17/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 20:31:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=17</guid>
		<description><![CDATA[シェアウェア メールフォーム ES-FORM+

ES-FORM+だけの機能

iPhone対応
JavaScriptのリアルタイム入力チェック機能
携帯用フォームは大手3社別々のドキュメントタイプと入力モード指定を出力 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/script/17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>正規表現メモ</title>
		<link>http://www.mt312.com/php/43/</link>
		<comments>http://www.mt312.com/php/43/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:56:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=43</guid>
		<description><![CDATA[パターン中のメタ文字を纏めてエスケープする
PHP4.3.3以降では、\Q～\Eで囲むとメタ文字を纏めてエスケープできます。
[PHP]
preg_match(&#8217;/^\Q(+*%&#038;)\E$/&#82 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/43/feed/</wfw:commentRss>
		</item>
		<item>
		<title>携帯端末番号（個体識別番号）判別</title>
		<link>http://www.mt312.com/php/42/</link>
		<comments>http://www.mt312.com/php/42/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:55:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=42</guid>
		<description><![CDATA[携帯の端末番号の取得方法を紹介します。
こういった携帯にまつわる問題は各社仕様がバラバラなので簡単に済ませる方法です。
方法
DoCoMoとSoftBankはユーザーエージェントに番号が含まれますので、これを解析すればす [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/42/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DoCoMo絵文字データ保存方法</title>
		<link>http://www.mt312.com/php/41/</link>
		<comments>http://www.mt312.com/php/41/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=41</guid>
		<description><![CDATA[携帯から入力された絵文字の判定を簡単に行う方法があるようです。mb_substitute_character();を使って存在しない文字コードを炙り出します。
携帯端末からの投稿を保存
[PHP]
// 出力文字エンコー [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>携帯特有の注意点</title>
		<link>http://www.mt312.com/php/40/</link>
		<comments>http://www.mt312.com/php/40/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:55:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=40</guid>
		<description><![CDATA[ホスト名
携帯はホスト名が頻繁に変わってしまいます。
またホスト名の後半でキャリア判別すると失敗する場合があり、信用できません。正確に携帯判別するには各社サイトに掲載されているIPリストと照合する必要があります。
Con [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>処理速度最適化法</title>
		<link>http://www.mt312.com/php/39/</link>
		<comments>http://www.mt312.com/php/39/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=39</guid>
		<description><![CDATA[いろいろ纏めようと思っていたんですが、すでに分かりやすいサイトが沢山あります。
PHP最適化tipsまとめサイト
基礎構文処理速度のあれこれ
require VS require_once
実際に計測してみた所、試行回数 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/39/feed/</wfw:commentRss>
		</item>
		<item>
		<title>コメントスパム対策法</title>
		<link>http://www.mt312.com/php/38/</link>
		<comments>http://www.mt312.com/php/38/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mt312.com/?p=38</guid>
		<description><![CDATA[近年スパム被害が増えています。
誰でも投稿できるブログや掲示板も狙われています。
ここでは手間のかからない、簡単な対処法をいくつか紹介します。

主な対処法

禁止ワードを設定
日本語が使えない環境からの投稿を拒否
半角 [...]]]></description>
		<wfw:commentRss>http://www.mt312.com/php/38/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

