<?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; 携帯サイト</title>
	<atom:link href="http://blog.mktime.com/archive/category/%e6%90%ba%e5%b8%af%e3%82%b5%e3%82%a4%e3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mktime.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Aug 2010 12:04:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/category/%e6%90%ba%e5%b8%af%e3%82%b5%e3%82%a4%e3%83%88/feed" />
		<item>
		<title>携帯サイト：フォームのmode属性、istyle属性</title>
		<link>http://blog.mktime.com/archive/90.html</link>
		<comments>http://blog.mktime.com/archive/90.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 12:39:21 +0000</pubDate>
		<dc:creator>nak</dc:creator>
				<category><![CDATA[携帯サイト]]></category>

		<guid isPermaLink="false">http://blog.mktime.com/?p=90</guid>
		<description><![CDATA[
携帯端末で利用する入力フォームでtextまたはpasswordコントロールに下記のような属性を与えれば入力モードの指定ができます。

    
    istyle
    mode


    全角かな
    1
 [...]]]></description>
			<content:encoded><![CDATA[<p>
携帯端末で利用する入力フォームでtextまたはpasswordコントロールに下記のような属性を与えれば入力モードの指定ができます。<br />
<table><tr>
    <th></th>
    <th>istyle</th>
    <th>mode</th>
</tr>
<tr>
    <th>全角かな</th>
    <td>1</td>
    <td>hiragana</td>
</tr>
<tr>
    <th>半角カナ</th>
    <td>2</td>
    <td>katakana</td>
</tr>
<tr>
    <th>英字</th>
    <td>3</td>
    <td>alphabet</td>
</tr>
<tr>
    <th>数字</th>
    <td>4</td>
    <td>numeric</td>
</tr>
</table>
<br />
istyle属性はdocomoとauで有効。mode属性はvodafoneで有効です。<br />
<br />
softbankはC2以降がmode属性に対応、C3以降はmode属性とistyle属性両方に対応しています。<br />
<br />
このように両方を書いておけばどちらの機種にも対応できます。<br />
<pre class="brush: html;">
&lt;input type=&quot;text&quot; name=&quot;text1&quot; istyle=&quot;1&quot; mode=&quot;hiragana&quot;&gt;
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/90.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/90.html" />
	</item>
		<item>
		<title>携帯サイト：mod_ktaiをインストール</title>
		<link>http://blog.mktime.com/archive/25.html</link>
		<comments>http://blog.mktime.com/archive/25.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 23:15:36 +0000</pubDate>
		<dc:creator>nak</dc:creator>
				<category><![CDATA[携帯サイト]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_ktai]]></category>

		<guid isPermaLink="false">http://blog.mktime.com/?p=20</guid>
		<description><![CDATA[
Apacheの携帯サイト変換モジュール、mod_ktaiをインストールしました。

boostが無かったのでインストール

yum install boost


mod_ktaiをインストール

cd /usr/lo [...]]]></description>
			<content:encoded><![CDATA[<p>
Apacheの携帯サイト変換モジュール、mod_ktaiをインストールしました。<br />
<br />
boostが無かったのでインストール<br />
<pre class="console">
yum install boost
</pre>
<br />
mod_ktaiをインストール<br />
<pre class="console">
cd /usr/local/src/
wget http://labs.yumemi.co.jp/labs/mod/rpm/mod_ktai_info-0.9.0-1.el5.yumemi.i386.rpm
rpm -ivh mod_ktai_info-0.9.0-1.el5.yumemi.i386.rpm
wget http://labs.yumemi.co.jp/labs/mod/rpm/mod_ktai_emoji-0.9.0-1.el5.yumemi.i386.rpm
rpm -ivh mod_ktai_emoji-0.9.0-1.el5.yumemi.i386.rpm
</pre>
ktai_info.confの３行目以下のコメントをはずす。<br />
<div class="caption">/etc/httpd/conf.d/ktai_info.conf </div>
<pre class="file">
# ktai_info.conf LoadModule
ktai_info_module modules/mod_ktai_info.so
KtaiInfoLoadDeviceConfigFile /etc/httpd/ktai/ktai_model.tsv
</pre>
ktai_emoji.confの３行目以下のコメントをはずす。<br />
<div class="caption">/etc/httpd/conf.d/ktai_emoji.conf </div>
<pre class="file">
# ktai_emoji.conf
LoadModule ktai_emoji_module modules/mod_ktai_emoji.so
AddOutputFilterByType KTAI_EMOJI_OUTPUT_FILTER text/html
KtaiEmojiConvertMode auto
KtaiEmojiConvertNativeEmojiDocomo 1
KtaiEmojiEnableAddGuidOn 1
</pre>
<br />
apacheの設定ファイルにIncludeを記述する<br />
<div class="caption">/etc/httpd/conf/httpd.conf</div>
<pre class="file">
Include /etc/httpd/conf.d/ktai_info.conf
Include /etc/httpd/conf.d/ktai_emoji.conf
</pre>
apacheを再起動して終わり。<br />
<pre class="console">
/etc/init.d/httpd restart
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/25.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://labs.yumemi.co.jp/labs/mod/rpm/mod_ktai_info-0.9.0-1.el5.yumemi.i386.rpm" length="126816" type="audio/x-pn-realaudio-plugin" />
<enclosure url="http://labs.yumemi.co.jp/labs/mod/rpm/mod_ktai_emoji-0.9.0-1.el5.yumemi.i386.rpm" length="230948" type="audio/x-pn-realaudio-plugin" />
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/25.html" />
	</item>
	</channel>
</rss>
