<?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>エンターディヴ ブログ &#187; tanikawa</title>
	<atom:link href="http://ent-dev.com/entblog_wp/archives/author/tanikawa/feed" rel="self" type="application/rss+xml" />
	<link>http://ent-dev.com/entblog_wp</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 00:51:41 +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のチュートリアルでmysqlで文字化けする時は、app/config/database.php に &#8216;encoding&#8217;=&gt;&#8217;utf8&#8242;を入れる</title>
		<link>http://ent-dev.com/entblog_wp/archives/185</link>
		<comments>http://ent-dev.com/entblog_wp/archives/185#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:16:48 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=185</guid>
		<description><![CDATA[CakePHPのチュートリアルを試したら、
「10.1.8 Postビューの作成」の途中で、
Titleが「????」に文字化けした。
XAMPPでmysqlを使っている。

ググって解決した。
&#62;文字化け対処
h <a href='http://ent-dev.com/entblog_wp/archives/185'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>CakePHPのチュートリアルを試したら、<br />
「10.1.8 Postビューの作成」の途中で、<br />
Titleが「????」に文字化けした。<br />
XAMPPでmysqlを使っている。<br />
<br />
ググって解決した。<br />
&gt;文字化け対処<br />
<a href="http://d.hatena.ne.jp/takuya15/20070904/1189506116#c">http://d.hatena.ne.jp/takuya15/20070904/1189506116#c</a><br />
<br />
mysqlで文字化けする時は、<br />
app/config/database.php に<br />
&#8216;encoding&#8217;=&gt;&#8217;utf8&#8242;,<br />
を入れると、直った。</p>
<p>
<code>var $default = array('driver'=&gt;	'mysql',<br />
				'connect'	 =&gt;	'mysql_connect',<br />
				'host'	 =&gt;	'localhost',<br />
				'login'	 =&gt;	'hogehoge',<br />
				'password'=&gt;	'hogehoge',<br />
				'database'=&gt;	'hogehoge',<br />
				'encoding'=&gt;	'utf8',				#これ<br />
				'prefix'	 =&gt;	'',<br />
				);<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(hon.jp より) パピレス、電子書籍レンタルサービス「Renta!」のiPhoneアプリを無料で提供開始</title>
		<link>http://ent-dev.com/entblog_wp/archives/177</link>
		<comments>http://ent-dev.com/entblog_wp/archives/177#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:52:30 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[サービス]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=177</guid>
		<description><![CDATA[http://hon.jp/news/1.0/0/1279/?  より。
&#62;パピレス、電子書籍レンタルサービス「Renta!」のiPhoneアプリを無料で提供開始
ケータイ向けで成功している会社が(正式に)iPho <a href='http://ent-dev.com/entblog_wp/archives/177'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>http://hon.jp/news/1.0/0/1279/?  より。<br />
&gt;パピレス、電子書籍レンタルサービス「Renta!」のiPhoneアプリを無料で提供開始</p>
<p>ケータイ向けで成功している会社が(正式に)iPhone進出です。<br />
これまでにも実績があるし、コンテンツ管理の仕組みも既に持っているので、<br />
一人勝ちしそうな勢いがあります。<br />
自分で仕組みを構築している会社は、他に依存しないので強いですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/177/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>地球全体がゲーム盤 &#8211; オンライン版モノポリーが9日サービス開始</title>
		<link>http://ent-dev.com/entblog_wp/archives/174</link>
		<comments>http://ent-dev.com/entblog_wp/archives/174#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:25:08 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[google maps api]]></category>
		<category><![CDATA[monoploy]]></category>
		<category><![CDATA[openstreemap]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=174</guid>
		<description><![CDATA[米Hasbroがボードゲーム「Monopoly」のオンライン版「Monopoly City Streets」を米国時間の9日に開始する。Google Maps APIとOpenStreetMapのデータを用いたゲーム盤を <a href='http://ent-dev.com/entblog_wp/archives/174'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>米Hasbroがボードゲーム「Monopoly」のオンライン版「Monopoly City Streets」を米国時間の9日に開始する。Google Maps APIとOpenStreetMapのデータを用いたゲーム盤を用意。「地球全体を巨大な1つのゲームボードに変える」としている。</p>
<p>引用URL：http://monopolycitystreets.com/</p>
<p>今後も三国志とか戦国とかのバージョンが増えそうですね、需要が無さそうですが・・</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CA子会社調査] 商品紹介ブログ閲覧後、商品検索をするユーザーは50%さらに約16％は店舗へ</title>
		<link>http://ent-dev.com/entblog_wp/archives/159</link>
		<comments>http://ent-dev.com/entblog_wp/archives/159#comments</comments>
		<pubDate>Tue, 01 Sep 2009 01:26:39 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[サービス]]></category>
		<category><![CDATA[マーケティング]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[アンケート]]></category>
		<category><![CDATA[ブロガートレンド研究所]]></category>
		<category><![CDATA[ブログ]]></category>
		<category><![CDATA[株式会社サイバーエージェント]]></category>
		<category><![CDATA[株式会社サイバー・バズ]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=159</guid>
		<description><![CDATA[CA子会社サイバー・バズが行ったアンケート調査結果によると、商品購入の際ブログを参考にしている人はの90％。
2人に1人がブログ上で紹介された商品やサービスに興味を持ち、約16%が店舗を訪れた経験があり、
実際に商品を購 <a href='http://ent-dev.com/entblog_wp/archives/159'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>CA子会社サイバー・バズが行ったアンケート調査結果によると、商品購入の際ブログを参考にしている人はの90％。<br />
2人に1人がブログ上で紹介された商品やサービスに興味を持ち、約16%が店舗を訪れた経験があり、<br />
実際に商品を購入したという人は34.9％。<br />
ブログを読んで購入した商品として最も多く挙がったのは「グルメ・食品・飲料」（42.4％）で、男女別でみると男性は「デジタル・家電」（48.2％）、女性は「コスメ」（58.5％）がそれぞれトップで、<br />
ブログ上で紹介され、購入意欲に喚起されたすい商品の価格帯は「3000円―5000円未満」が最も多く31.5％だった。</p>
<p>今回の調査を行った期間は8月17―21日、CAのブロガー向けマーケティングサービス「CyberBuzz」「BlogScouter」に登録した10―60歳代のブロガーとその読者にアンケートを実施し、回収数は896。男女比は3:7であった。</p>
<p>このような数値に表すといかにブログが重要かがよくわかりますね。<br />
企業側からもブログに書かれやすいようにアプローチやプロモーションも行ってみてはどうですかね？</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone市場規模2,250億円</title>
		<link>http://ent-dev.com/entblog_wp/archives/153</link>
		<comments>http://ent-dev.com/entblog_wp/archives/153#comments</comments>
		<pubDate>Mon, 31 Aug 2009 01:37:09 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[マーケティング]]></category>
		<category><![CDATA[AdMod]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[In-App Purchase]]></category>
		<category><![CDATA[アプリケーション]]></category>
		<category><![CDATA[市場規模]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=153</guid>
		<description><![CDATA[AdMobは27日(米国時間)、iPhoneおよびAndroidアプリケーションに関する調査および分析結果の最新版を公開した。公開された調査結果は次のとおり。調査にはiPod touchも含められている。
アプリケーショ <a href='http://ent-dev.com/entblog_wp/archives/153'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>AdMobは27日(米国時間)、iPhoneおよびAndroidアプリケーションに関する調査および分析結果の最新版を公開した。公開された調査結果は次のとおり。調査にはiPod touchも含められている。<br />
アプリケーションを調査する方法はどの端末も同じような傾向で、App StoreやAndroid Marketをチェックするというのがもっとも多く、それに特定のタイプのアプリの検索、友人や仲間からのアドバイス、<br />
ほかのアプリを使っている時の広告表示、ブログや記事のチェックと続いている。アプリの調査は92%?97%がモバイル端末で直接実施されており、PCから作業するのはわずか。<br />
アプリの実行時間平均は日に1時間半から2時間とされている。<br />
ひと月におけるフリーアプリケーションのダウンロード数はiPhoneとAndroidでだいたい8個ほど、有償アプリケーションはiPhoneが 2.6個、iPod touchが2個、Androidが1個となっている。<br />
iPhoneユーザはAndroidユーザの倍以上、有償アプリを購入していることになる。有償アプリを購入する理由としては、無償版の出来がよかったので有償版へアップグレードするという動機がもっとも多く、<br />
それにレビューの評価が良かった、友人や仲間からのアドバイス、App Store/Android Marketでのランキングが良かった、ほかのプラットフォームでのそのアプリを気に入っている、などが続いている。<br />
ひと月における有償アプリのダウンロード数が1を越えるユーザの平均ダウンロード数は5個強で、これはiPhone、iPod touch、Androidで同様の傾向を示している。<br />
購入金額平均は月あたり8.5米ドルから10米ドルあたりで、1アプリあたりの平均金額は1.8米ドル前後ということになる。<br />
これら調査結果から予想される市場規模として、App Storeの市場はひと月で約2億米ドル、そのまま年間市場にすると24億米ドル(約2,250億円)規模の市場ということになる。</p>
<p>現在弊社でもiPhone開発を行っており、In-App Purchase等の新技術にも対応できるので、自社サービスも考えております。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[hon.jp]米Google、Google Book Searchの検索結果に「.epub」形式ファイルのダウンロードボタンを追加</title>
		<link>http://ent-dev.com/entblog_wp/archives/155</link>
		<comments>http://ent-dev.com/entblog_wp/archives/155#comments</comments>
		<pubDate>Sun, 30 Aug 2009 23:48:00 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[メール投稿]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=155</guid>
		<description><![CDATA[&#62;米Google、Google Book Searchの検索結果に「.epub」形式ファイルのダウンロードボタンを追加
http://hon.jp/news/1.0/0/1266/
&#62; 【編集部記事】検索最大 <a href='http://ent-dev.com/entblog_wp/archives/155'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>&gt;米Google、Google Book Searchの検索結果に「.epub」形式ファイルのダウンロードボタンを追加</p>
<p>http://hon.jp/news/1.0/0/1266/</p>
<p>&gt; 【編集部記事】検索最大手のGoogle社（本社：米国カリフォルニア州）は<br />
&gt; 現地時間の26日、同社が運営する書籍検索サイト「Google Book Search」の<br />
&gt; 検索結果に.epub形式で電子書籍がダウンロードできるリンクを追加したことを明らかにした。</p>
<p>.epub形式は日本ではあまりなじみがないですが、米国の電子書籍標準化団体の1つであるIDPF<br />
が普及促進しているフォーマットだそうです。</p>
<p>「sigil」という.epub形式ファイルのためのGUIエディタがOSSで出ているので、<br />
ちょっと触ってみましたが、固まることもなく、.epub形式のファイルも出力できました。</p>
<p>http://code.google.com/p/sigil/</p>
<p>http://hon.jp/news/1.0/0/1250/</p>
<p>どのフォーマットを優先してサポート(実装)するか、<br />
電子書籍のビューアを作る人間には悩みの種が増えそうです。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/155/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>米調査：Android、iPhone、iPod touchユーザーはアプリケーション利用に積極的</title>
		<link>http://ent-dev.com/entblog_wp/archives/149</link>
		<comments>http://ent-dev.com/entblog_wp/archives/149#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:48:52 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[マーケティング]]></category>
		<category><![CDATA[AdMob]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[アプリケーション]]></category>
		<category><![CDATA[グローバルビジネス]]></category>
		<category><![CDATA[利用者]]></category>
		<category><![CDATA[調査]]></category>
		<category><![CDATA[需要]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=149</guid>
		<description><![CDATA[AdMobが実施した新調査によれば、Android、iPhone、iPod touchユーザーは、すべて共通してアプリケーション利用に積極的であり、
デバイス上に頻繁にダウンロードを行っていることが明らかになった。
しか <a href='http://ent-dev.com/entblog_wp/archives/149'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>AdMobが実施した新調査によれば、Android、iPhone、iPod touchユーザーは、すべて共通してアプリケーション利用に積極的であり、</p>
<p>デバイス上に頻繁にダウンロードを行っていることが明らかになった。</p>
<p>しかしながら、Androidを採用するデバイスのユーザーベースは、</p>
<p>まだ非常に小規模に限られており、それゆえに今後伸びていく可能性も高い。</p>
<p>バイルウェブやアプリケーション利用を追跡調査するAdMobは、</p>
<p>AndroidとiPhoneのユーザーが、ともに毎月9～10本のアプリケーションを ダウンロードしているのに対して、</p>
<p>iPod touchのユーザーは毎月18本ほどのアプリケーションをダウンロードすると発表した。</p>
<p>AndroidユーザーおよびiPhoneユーザーの過半数が、アプリケーションの利用に毎日30分以上を費やしているという。</p>
<p>iPhoneアプリの話はよくありますが、どこも国内だけという考えの方が多いですが、</p>
<p>せっかく世界中に配信できるサービスもあり、需要もあるのですからグローバルなビジネスを提案・展開したいですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>インターネット経由でどこからもでラジコンを操縦できる新サービス「Joker Racer」β版が公開</title>
		<link>http://ent-dev.com/entblog_wp/archives/146</link>
		<comments>http://ent-dev.com/entblog_wp/archives/146#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:35:30 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[サービス]]></category>
		<category><![CDATA[Joker Racer]]></category>
		<category><![CDATA[sidefeed]]></category>
		<category><![CDATA[サードフィード]]></category>
		<category><![CDATA[ラジコン]]></category>
		<category><![CDATA[新サービス]]></category>
		<category><![CDATA[遠隔操作]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=146</guid>
		<description><![CDATA[サードフィード公式HP：http://sidefeed.com/ja/
インターネット経由で遠隔操作できるというのはなかなか魅力的ですが、
でもよく考えたら、これラジコン転倒した時やなんからのトラブル起きたらどうするんで <a href='http://ent-dev.com/entblog_wp/archives/146'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>サードフィード公式HP：http://sidefeed.com/ja/</p>
<p>インターネット経由で遠隔操作できるというのはなかなか魅力的ですが、</p>
<p>でもよく考えたら、これラジコン転倒した時やなんからのトラブル起きたらどうするんですかね、24時間体制で誰かが監視してるのかな？</p>
<p>カメラも使えるなら車より、小さいヘリコプターを遠隔操作したいですね。</p>
<p>医療関係での研修やら教育にも使えそうですね、今後の発展を期待します。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/146/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最近話題にならず、CM内容のみ印象的なUQWiMAXは浸透するだろうか？</title>
		<link>http://ent-dev.com/entblog_wp/archives/144</link>
		<comments>http://ent-dev.com/entblog_wp/archives/144#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:06:44 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[UQWiMAX]]></category>
		<category><![CDATA[WiMAX]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=144</guid>
		<description><![CDATA[すこし前まで、テレビでも取り上げられていたUQWiMAXは最近てっきり取り上げられなくなってしまった。
そもそもWiMAXとは、高速通信（光）回線の敷設等の利用が困難な地域での接続手段として期待されている。
近年は、高速 <a href='http://ent-dev.com/entblog_wp/archives/144'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>すこし前まで、テレビでも取り上げられていたUQWiMAXは最近てっきり取り上げられなくなってしまった。</p>
<p>そもそもWiMAXとは、高速通信（光）回線の敷設等の利用が困難な地域での接続手段として期待されている。</p>
<p>近年は、高速移動体通信移動体通信用の規格も策定されており、当初は中長距離エリアをカバーする無線通信を目的　(wiki引用)</p>
<p>UQWiMAXを使ってみると、問題点が多かった。①駅などでは電波が弱いく繋げないこともある。②地方では使えない場所が多い。③Macに対応していない。④DNS関係でもエラーが多い。</p>
<p>結論：一番必要な部分で問題が多く、今は買い時ではなさそうです。3年後に期待しましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BHAが事業を停止</title>
		<link>http://ent-dev.com/entblog_wp/archives/142</link>
		<comments>http://ent-dev.com/entblog_wp/archives/142#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:15:58 +0000</pubDate>
		<dc:creator>tanikawa</dc:creator>
				<category><![CDATA[tanikawaの独り言]]></category>
		<category><![CDATA[B's CliP]]></category>
		<category><![CDATA[B's Crew]]></category>
		<category><![CDATA[B's Recorder]]></category>
		<category><![CDATA[BHA]]></category>

		<guid isPermaLink="false">http://ent-dev.com/entblog_wp/?p=142</guid>
		<description><![CDATA[帝国データバンクによると、PC向けソフトウェアの開発/販売などを手掛けるビー・エイチ・エーが8月20日から事業を停止していることがわかった。
負債は約15億円。9月中を目処に自己破産を申請する予定。
B&#8217;s系 <a href='http://ent-dev.com/entblog_wp/archives/142'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>帝国データバンクによると、PC向けソフトウェアの開発/販売などを手掛けるビー・エイチ・エーが8月20日から事業を停止していることがわかった。</p>
<p>負債は約15億円。9月中を目処に自己破産を申請する予定。</p>
<p>B&#8217;s系をよく使っている自分にとっては大変ショックです。</p>
]]></content:encoded>
			<wfw:commentRss>http://ent-dev.com/entblog_wp/archives/142/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

