<?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>Tender Surrender</title>
	<atom:link href="http://devlog.agektmr.com/en/feed" rel="self" type="application/rss+xml" />
	<link>http://devlog.agektmr.com</link>
	<description>SocialWeb Evolves</description>
	<lastBuildDate>Sun, 11 Sep 2011 16:41:06 +0000</lastBuildDate>
	<language>EN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Thought about Ads in HTML5 era: HTML5 Soda Can</title>
		<link>http://devlog.agektmr.com/en/archives/730</link>
		<comments>http://devlog.agektmr.com/en/archives/730#comments</comments>
		<pubDate>Sat, 06 Aug 2011 02:33:14 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Device Orientation API]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=730</guid>
		<description><![CDATA[Let me introduce the &#8220;HTML5 Soda Can&#8221; demo I made for ThinkMobile2011 a while ago. The original re [...]]]></description>
			<content:encoded><![CDATA[<p>Let me introduce the &#8220;HTML5 Soda Can&#8221; demo I made for <a href="http://www.google.co.jp/events/thinkmobile2011/livestream.html" target="_blank">ThinkMobile2011</a> a while ago.</p>
<p><a href="http://demo.agektmr.com/sodacan/" target="_blank"><img class="aligncenter" title="Soda Can 1" src="http://devlog.agektmr.com/wp-content/uploads/2011/07/233b1844c6d899c679f560e35058d333-200x300.png" alt="" width="200" height="300" /></a></p>
<p>The original request was to come up with some ideas of HTML5 ads for audience at the event. It isn&#8217;t that hard just to create ads using HTML5, but since the purpose was to show off to the audience, I needed to inject &#8220;wow&#8221; feeling as well as to put clear sign that it&#8217;s made of HTML5.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Concept</span></p>
<p>Though there&#8217;s still a lot of things which native apps can do while web apps cannot do, it&#8217;s an interesting challenge to make HTML5 apps work like native apps. On the contrary, it&#8217;s advantage of web apps that you can see the app without installing.</p>
<p>So, here&#8217;s the demo I have come up with: &#8220;Wow&#8221; enough HTML5-ish, instantly experience-able and easily imagine-able of actual advertisement.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Demo</span></p>
<p><a href="http://demo.agektmr.com/sodacan/" target="_blank">Soda Can</a>: Please access using iPhone or iPad (you can view on Chrome but don&#8217;t break your MacBookPro!)</p>
<ol>
<li>When loaded, you&#8217;ll see a can &#8220;Google Soda&#8221;. (It was originally Coke but for some reason, I asked <a href="http://www.senaillat.com/" target="_blank">Jerome Senaillat</a> to make it up as &#8220;Google Soda&#8221;.)</li>
<li>Try tilting your iPhone / iPad. You can find the can actually tilts inside your browser.</li>
<li>You know what soda is like? Try shake your device. Guess what???</li>
</ol>
<p><a href="http://demo.agektmr.com/sodacan/" target="_blank"><img class="aligncenter" title="Soda Can 2" src="http://devlog.agektmr.com/wp-content/uploads/2011/07/2bf6d446a21bf24a86472b536c525421-200x300.png" alt="" width="200" height="300" /></a></p>
<p>When the background turns red enough, try touching tab of the can. (sorry if browser crashes&#8230;)</p>
<p>How was that? Doesn&#8217;t this look interesting when you see it after clicking banner ad of some kind of soda drinks?</p>
<h2>Technical Tricks</h2>
<p>Could you guess how I did it? I assume you wondered how I did:</p>
<ul>
<li>3D</li>
<li>Detect device tilt</li>
<li>Detect device shake</li>
<li>That performance on smartphone</li>
</ul>
<p>There&#8217;s roughly 3 tricks:</p>
<ul>
<li>Cylinder is made of long and narrow DOM elements</li>
<li>CSS3 3D Transform enables it three dimensional and fast enough (using GPU)</li>
<li>Device Orientation detects tilt and gravity</li>
</ul>
<p>The side of can is made of many (180) long and narrow divs with each background images slightly shifted. Adding top and bottom of the can completes the shape. GPU rendering doesn&#8217;t make you feel like it&#8217;s actually moving more than 180 DOM elements when Device Orientation API detects device tilt and style changes.</p>
<p>I don&#8217;t bother writing any more details since it&#8217;s much easier reading the source code. This is roughly the tricks.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Summary</span></p>
<p>Asking users to install native app which is actually ad via ad sounds ridiculous but what if that app is made of HTML5? It may directly lead to conversion.</p>
<p>I&#8217;m hoping to see interesting ideas of ads using HTML5 soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/730/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metronome demo using HTML5</title>
		<link>http://devlog.agektmr.com/en/archives/721</link>
		<comments>http://devlog.agektmr.com/en/archives/721#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:07:35 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Web Audio API]]></category>
		<category><![CDATA[WebFonts]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=721</guid>
		<description><![CDATA[Here&#8217;s a demonstration of metronome using HTML5. http://demo.agektmr.com/metronome/ I&#8217;ve confirmed [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Here&#8217;s a demonstration of metronome using HTML5.</p>
<p style="text-align: center;"><a href="http://devlog.agektmr.com/wp-content/uploads/2011/04/metronome.png"><img class="aligncenter" title="metronome" src="http://devlog.agektmr.com/wp-content/uploads/2011/04/metronome-272x300.png" alt="" width="272" height="300" /></a></p>
<p style="text-align: center;"><a title="Metornome Experiment" href="http://demo.agektmr.com/metronome/" target="_blank">http://demo.agektmr.com/metronome/</a></p>
<p>I&#8217;ve confirmed it works on Chrome12, Firefox4, Safari5, Opera10. iOS4 Safari and browser on Android2.3 also works without sound.</p>
<p>HTML5 technologies used:</p>
<ul>
<li>Application Cache</li>
<li>CSS3 transform, transition, box-shadow</li>
<li>Web Audio API</li>
<li>Audio Element</li>
<li>Drag</li>
<li>WebFonts</li>
</ul>
<p>No images used. For Chrome12, I recommend to turn Web Audio API on. Type about:flags on Ominibox on Chrome and enter, then relaunch Chrome after enabling Web Audio API. It should work better than without the flag on. If it&#8217;s disabled, the program falls back to use Audio element, but is not as stable as with Web Audio API apparently.</p>
<p>The trick is very simple. CSS3 transform and transition enables movement of the bar in specific intervals. When the bar flipping back, Web Audio API or Audio element makes sound of click.</p>
<p>You can start / stop by either clicking on the button or pressing space bar. You can change interval by moving the weight on the bar.</p>
<p>Enjoy!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/721/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>iPhoneでモバイルウェブアプリ</title>
		<link>http://devlog.agektmr.com/en/archives/714</link>
		<comments>http://devlog.agektmr.com/en/archives/714#comments</comments>
		<pubDate>Tue, 10 Aug 2010 15:53:46 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[OpenAppMkt]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=714</guid>
		<description><![CDATA[お久しぶりです。すっかりウェブアプリな毎日を過ごしているえーじです。今回はモバイルウェブアプリでこれは！というネタを拾ったのでご紹介。 OpenAppMkt http://openappmkt.com/ iPhone向け [...]]]></description>
			<content:encoded><![CDATA[<p>お久しぶりです。すっかりウェブアプリな毎日を過ごしているえーじです。今回はモバイルウェブアプリでこれは！というネタを拾ったのでご紹介。</p>
<h2>OpenAppMkt</h2>
<p><a href="http://openappmkt.com/" target="_blank">http://openappmkt.com/</a></p>
<p>iPhone向けのサービスです。登録なしで利用できるので、iPhoneをお持ちの方は、取り敢えず試してみてください。</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/08/10-23-57-28.jpg"><img class="alignnone size-full wp-image-711" title="openappmkt_bookmark" src="http://devlog.agektmr.com/wp-content/uploads/2010/08/10-23-57-28.jpg" alt="" width="320" height="480" /></a></p>
<p>iPhoneでアクセスするといきなり「ホーム画面にブックマーク」しろと出て来るので、やってみます。すると当然ながらホーム画面にアイコンが出現します。問題はここから。</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/08/10-23-57-15.jpg"><img class="alignnone size-full wp-image-710" title="openappmkt_top" src="http://devlog.agektmr.com/wp-content/uploads/2010/08/10-23-57-15.jpg" alt="" width="320" height="480" /></a></p>
<p>アイコンをクリックして起動してみると、ブラウザではなく、ネイティブアプリらしきものが起動します(!)。これはアプリをインストールするためのアプリなので、試しにFacebookをインストールして、起動してみます。こちらのインストール手順も同じくホーム画面にブックマーク。</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/08/11-0-10-35.jpg"><img title="openappmkt_facebook" src="http://devlog.agektmr.com/wp-content/uploads/2010/08/11-0-10-35.jpg" alt="" width="320" height="480" /></a></p>
<p>Facebookアプリを起動するとこれまた不思議とネイティブアプリらしきものが起動。しかし内容はどう見てもスマートフォン版Facebook・・・。</p>
<p>実はこれ、ウェブアプリなんです。ナビゲーションやメニューを表示していないだけで、Safariが起動している様子。iPhoneでこんな事できたんですね。</p>
<h2>モバイルウェブアプリケーション</h2>
<p>実際に使ってみると、これだけでユーザーエクスペリエンス(主に気分)が大分違うことに気付くと思います。なぜ今までほとんどのiPhoneウェブアプリがこの方法をとってこなかったのか不思議なくらい。Safariで見るとただのウェブサイトでも、こうしてナビゲーションなしで画面が見えると、普通のアプリとして扱うことにためらいを感じません。</p>
<p>レスポンスもしっかりしているので、動作の軽いアプリであれば、ウェブアプリであることを意識しないで利用できるし、何よりもウェブを作る感覚でiPhone用アプリが作れるのは、ウェブディベロッパーにとって大変ありがたいお話です。これまでの資産を活かすこともできるという意味でも、単純なことながら見逃せないテクニックと言えます。</p>
<p>ここまで来ると、後の問題はディストリビューション。どうやって作ったウェブアプリを配布するか。そこを担うのがOpenAppMktの役割、という訳ですね。ひとことで言えば「iTunes Storeのウェブアプリ版」。あ、<a href="http://www.apple.com/webapps/" target="_blank">これ</a>も忘れちゃイヤですけどね。詳細は見ていませんが、課金もできるようです。</p>
<h2>HTML5と組み合わせて、究極のウェブアプリを</h2>
<p>上記のように、Safariのメニューやステータスバーを消すには、HTMLにapple-mobile-web-app-capableというメタタグを入れるだけで、非常に簡単に実現できるようです。詳細は<a href="http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html" target="_blank">こちら</a>を御覧ください。</p>
<p>実はこの機能、OS2.1からできていたらしく、僕も小耳に挟んだ記憶はあったのですが、実際に動いているウェブアプリを目にしたのは初めてでした。ある意味この機能が日の目を見るのに、iPhoneはHTML5の登場を待っていた、という部分もあるかもしれません。</p>
<p>例えば、これとApplicationCacheやWeb SQL Databaseを組み合わせたところを想像してみてください。基本的なリソースはAppCacheですべてローカルにキャッシュ。動的なデータは、オフライン時はWeb SQL Databaseに保存、オンラインになったことを検知してクラウドに同期、といった形にすれば、完全にオフラインで動作可能なウェブアプリができあがります。</p>
<p>色々夢が広がってしまって困りますね・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/714/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Collected social web related specs and links</title>
		<link>http://devlog.agektmr.com/en/archives/708</link>
		<comments>http://devlog.agektmr.com/en/archives/708#comments</comments>
		<pubDate>Mon, 05 Jul 2010 05:04:26 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[SocialWeb]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=708</guid>
		<description><![CDATA[I&#8217;ve collected and listed social web related specs and links on the below page. Though there might be mu [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve collected and listed social web related specs and links on the below page.</p>
<p>Though there might be much more things to list, here&#8217;s the basic ones. Since it&#8217;s difficult for me to pursue all of them for now, I&#8217;m hoping people to dig into them.</p>
<p>I will add short summary for each specs when I have time.</p>
<p><a href="http://devlog.agektmr.com/social-web-spec-directory" target="_blank">Social Web Spec Directory</a></p>
<p>If you find new specs, updates, wrong links, feel free to leave comment so that I can fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/708/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>I&#8217;m joining Google</title>
		<link>http://devlog.agektmr.com/en/archives/706</link>
		<comments>http://devlog.agektmr.com/en/archives/706#comments</comments>
		<pubDate>Mon, 31 May 2010 07:53:26 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[プライベート]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=706</guid>
		<description><![CDATA[It&#8217;s been 4 years and 8 months since I had joined NTT Resonant (goo). I was lucky they had allowed me to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been 4 years and 8 months since I had joined NTT Resonant (goo). I was lucky they had allowed me to do many things I had proposed.</p>
<p><a href="http://www.goo.ne.jp/" target="_blank">goo</a> is one of the biggest portal site in Japan. First thing I wanted to do there was to let goo share profiles and social graphs across its services. <a href="http://home.goo.ne.jp/" target="_blank">goo Home</a> was born as a social platform to accomplish that. Since the project started before <a href="http://www.facebook.com/" target="_blank">Facebook</a>&#8216;s platform launch, I was kinda shocked to see how Facebook made its platform.</p>
<p>After a while, <a href="http://www.opensocial.org/" target="_blank">OpenSocial</a> emerged. My next mission was to let goo Home connect to sites outside of goo as open as possible. OpenSocial looked like the best solution. So I started to learn how it works, proposed how it will work better, implemented it into our service. As a result, goo Home became the first ever OpenSocial container (non-mobile) in Japan.</p>
<p>In the mean time, I became a Google API Expert (called API Guru in U.S.) of OpenSocial, and a Shindig committer. Holding hackathon events as API Expert, I also had community called <a href="http://groups.google.com/group/socialweb-japan" target="_blank">SocialWeb Japan</a>, which I&#8217;ve been trying to evangelize social web technologies to Japanese developers. My goal has been &#8220;let Japanese web more social&#8221; for these 4 years.</p>
<p><strong>Today, I&#8217;m thrilled to announce that I&#8217;m joining Google.</strong> I will be a Developer Advocate of Chrome/HTML5 in Tokyo. Here&#8217;s a few reasons why I chose Google and Chrome/HTML5.</p>
<ol>
<li>Google has been eager to open and standardize various technologies such as OpenSocial which I respect.</li>
<li>I know they are cool by my experience as an API Guru :)</li>
<li>As an international company, I believe that I will have more chance to communicate with developers outside of Japan.</li>
<li>HTML5 is very basic technology which every developers/designers who are involved in web should know.</li>
<li>Browsers will eventually have to deal with social web where I can contribute my knowledge.</li>
<li>My 20% is going to social web :)</li>
</ol>
<p>I&#8217;d like to thank goo Home team. They gave me chances to deal with cutting edge technologies. I wouldn&#8217;t have been able to work at Google without those experiences.</p>
<p>Also, I&#8217;d like to give biggest appreciation to my family, especially to my wife. She helped me since I was a poor music composer 6 years ago, when I had no idea that I was to work at Google.</p>
<p>I&#8217;m really excited to work there, expecting lots of great things. I hope I will be any help to the future of social and open web.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/706/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>ソーシャルメディアはインターネットの大動脈になる！4つの理由</title>
		<link>http://devlog.agektmr.com/en/archives/703</link>
		<comments>http://devlog.agektmr.com/en/archives/703#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:34:39 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[SocialWeb]]></category>
		<category><![CDATA[Cliqset.com]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[status.net]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=703</guid>
		<description><![CDATA[Twitterが登場して数年。始めのうちは意味も分からず、ただ話題だというだけで使っていたのですが、今ではすっかり生活の一部になっています。自分でもちょっと中毒かも？と思う一方、同じように感じながら使っている人は少なくな [...]]]></description>
			<content:encoded><![CDATA[<p>Twitterが登場して数年。始めのうちは意味も分からず、ただ話題だというだけで使っていたのですが、今ではすっかり生活の一部になっています。自分でもちょっと中毒かも？と思う一方、同じように感じながら使っている人は少なくないのではないでしょうか？その勢いは留まることなく、日本での浸透率は上昇する一方。ネット業界人ではない友達でも、使い始める人がチラホラ出てきています。</p>
<p>大げさに聞こえるかもしれませんが、僕はこのTwitterを含めた、いわゆる「ソーシャルメディア」が、今後インターネットの大動脈になっていく、と考えています。今回はその理由について書いてみます。</p>
<p>※既に気付かれている方も多いとは思いますが、昨今言われている「ソーシャルメディア」は、言葉は同じでも、数年前のブログやYoutubeといった一方通行のサービスを指す言葉とは、明らかに異なっています。今でいう「ソーシャルメディア」は、まさにTwitterやFacebookのフィードを始めとする、双方向なマイクロブログを指しています。今回のお話はそれを前提に書いていますので、ご注意ください。</p>
<h2>検索からソーシャルメディアへ</h2>
<p>ソーシャルメディア以前のインターネット生活の中心は、間違いなく検索にありました。「検索結果に出ないものはネットに存在しないのと同義」とまで言われ、SEOやSEMといった手法や、関連する商売まで登場。新しいサービスやメディアを立ち上げるとあれば、広告を打つことと同時に、いかに検索の上位に載せるかで、一般ユーザーに見つけてもらえるかの分かれ目になっていました。それが最近、様相が変わってきたという統計があります。</p>
<ul>
<li><a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/02/14/BUU51C0AMN.DTL" target="_blank">Facebook directs more online users than Google</a></li>
<li><a href="http://blog.crosspollinate.org/top-8-reasons-why-your-business-will-need-soc" target="_blank">Top 8 reasons why your business will need Social Media Optimization</a></li>
</ul>
<p><a href="http://blog.crosspollinate.org/top-8-reasons-why-your-business-will-need-soc"><img class="alignnone" title="SEO vs SMO" src="http://farm5.static.flickr.com/4068/4503441142_b009ce5cb2.jpg" alt="" width="500" height="342" /></a></p>
<p>このグラフはいくつかのサイトのトラフィック源をSNSとGoogleで比較したものです。自社サイトのトラフィック流入がこうなってくると、さすがにSEOばかりに気をとられている場合ではないことが分かると思います。</p>
<p>これまでは、無限に存在する情報の選別や整理をポータルサイトや検索が担ってきましたが、これからはソーシャルメディアがそのシェアを広げていくのだ、と理解しても大げさではないでしょう。</p>
<h2>ディベロッパーにとってのソーシャルメディア</h2>
<p><img class="alignnone size-full wp-image-705" title="mixi" src="http://devlog.agektmr.com/wp-content/uploads/2010/04/mixi.png" alt="" width="484" height="358" /></p>
<p>昨年mixiアプリが公開されて以来、ソーシャルアプリケーションの注目度は高まる一方。今はまさにゴールドラッシュと言えるでしょう。</p>
<p>ソーシャルアプリケーションが受けている理由はいくつかあると思いますが、何よりも重要なのは、サードパーティーが魅力的なアプリを提供してくれること。そしてそれを支えるのがコンテナとなるSNSの持つソーシャル性です。魅力的なアプリを体験したユーザーがそれを友達に教えて広げる、それを糧にディベロッパーがさらに魅力的なアプリを提供する。このサイクルがあるからこそ、成り立っているのがソーシャルアプリの人気なのです。</p>
<p>そして、このソーシャルアプリのクチコミを支えるひとつの要素が、いわゆるアクティビティストリームと呼ばれるもの。mixiアプリでも「アプリ更新情報」として表示されています。</p>
<p>実はこのアクティビティストリームも、ソーシャルメディアの一種です。僕はいずれmixiでも、ボイスと混ぜて表示されるようになるのでは、と踏んでいますが、そうなれば、さらにユーザーに伝わりやすく、強い影響力を持つようになるでしょう。</p>
<p>Foursquareを思い出してください。Foursquareでは、TwitterやFacebookと連携し、タイムラインに更新情報を挿し込むことで、その価値を高めてきたことは、<a href="http://devlog.agektmr.com/archives/695" target="_blank">先日の記事</a>でも紹介した通りです。(言うまでもありませんが、FoursquareはSNS内のアプリケーションではないとはいえ、ソーシャルグラフやアクティビティストリームを活用しているという点で、ソーシャルアプリケーションの一種と言えます。)</p>
<p>このように、ソーシャルアプリにとって、ユーザーが普段見るタイムラインに入り込めることは、それだけで広告効果があります。そこにさらに、ソーシャルなクチコミ効果が加わるとなれば、ディベロッパーにとって、ソーシャルメディアが重要であることは、説明するまでもないことでしょう。1ヶ月で100万人集めるアプリが登場してきている一因は、ソーシャルメディアにあると思って間違いありません。</p>
<h2>マーケターにとってのソーシャルメディア</h2>
<p><strong>ソーシャルメディマーケティング</strong>という言葉を聞いたことがある方は少なくないと思います。まさに、ソーシャルメディアを使ってマーケティングしようというお話で、最近マーケターの方たちの間では旬なトピックになっているようです。</p>
<p>専門外ではありますが、僕なりにソーシャルメディアマーケティングを定義すると「企業等がソーシャルメディアに入り込み、ユーザーとコミュニケーションすることで行うマーケティング」です。</p>
<ul>
<li><a href="http://business.nikkeibp.co.jp/article/topics/20100121/212357/?P=1" target="_blank">加ト吉、DELLなどの事例</a></li>
<li><a href="http://business.nikkeibp.co.jp/article/topics/20100121/212357/?P=1" target="_blank"></a><a href="http://blog.dtanaka.jp/?p=971" target="_blank">Eye-Fiカード1500円引きキャンペーン</a></li>
</ul>
<p>ソーシャルメディアは情報の流通経路として、大変注目されています。これまでの検索を利用したSEO、SEMといったマーケティング手法から、ソーシャルメディアを使ったマーケティング手法に流行が移りつつあり、SMO(Social Media Optimization)、SMM(Social Media Marketing)という言葉もチラホラ聞こえるようになってきました。</p>
<p>ソーシャルメディアの持つ、先程説明したようなクチコミ伝搬力には、多くのマーケターが注目しています。この熱はしばらく続くでしょう。</p>
<p>参考ブログ</p>
<ul>
<li><a href="http://www.ikedahayato.com/" target="_blank">日本にソーシャルメディアの風を！</a></li>
<li><a href="http://blogs.itmedia.co.jp/saito/" target="_blank">in the looop</a></li>
</ul>
<h2>新しいテクノロジー</h2>
<p>さて、ここまで紹介してきた内容だけでも、十分ソーシャルメディアの将来性が高いことは分かったかと思いますが、これだけではTwitterやFacebookがすごいだけでは？と思う方もいるかもしれません。なぜ、「TwitterやFacebookが大動脈になる」ではなく、「ソーシャルメディアが大動脈になる」なのか？それは、<strong>新たなテクノロジーが立ち上がり、今後様々なソーシャルメディアがシームレスに繋がっていく未来がそこまで来ている</strong>からです。</p>
<p><a href="http://www.webpronews.com/topnews/2010/04/05/social-media-may-get-much-more-convenient-for-businesses" target="_blank">Social Media May Get Much More Convenient for Businesses</a></p>
<p><img class="alignnone size-full wp-image-704" title="cliqset.com-identi.ca" src="http://devlog.agektmr.com/wp-content/uploads/2010/04/d50f8d53bed8399f650724e67859655d.png" alt="" width="490" height="356" /></p>
<p>少しわかりづらいですが、この画面キャプチャは<a href="http://cliqset.com" target="_blank">Cliqset.com</a>から<a href="http://identi.ca" target="_blank">identi.ca</a>の僕のアカウントに対して、いわゆるMentionをした状態です。identi.caのアカウントは、Cliqset.comのアカウントをフォローしていないのに、タイムラインに現れていることが分かるでしょうか？(実はフォローすることもできます！)。</p>
<p>Cliqset.comは、いわゆるFriendFeedタイプのソーシャルメディアアグリゲータ。identi.caは<a href="http://status.net" target="_blank">status.net</a>というオープンソースプロジェクトのデモサイトで、Twitterクローンながら分散型の構成が可能なマイクロブログプラットフォームです。いずれも<a href="http://activitystrea.ms/" target="_blank">ActivityStreams</a>や<a href="http://webfinger.org/" target="_blank">WebFinger</a>、<a href="http://www.salmon-protocol.org/">Salmon Protocol</a>、<a href="http://code.google.com/p/pubsubhubbub/" target="_blank">PubsubHubbub</a>といった先進のソーシャルウェブ技術をいちはやく実装することで、これを可能にしました。</p>
<p>もうここまでできるなら、TwitterやFacebookに縛られる理由はありませんよね？<strong>ユーザーは、自分の好きなソーシャルメディアサービスを使っていれば、TwitterだろうとFacebookだろうと、自由にフォローし、相手がどのサービスを使っているか意識せず、コミュニケーションを行うことができるようになるのです。</strong></p>
<p>これはつまり今後ソーシャルメディアが、TwitterやFacebook単体の人気向上に依存せず、発展していくことを意味しています。</p>
<h2>まとめ</h2>
<p>SNS運営事業者、ディベロッパー、マーケターからの支持に加え、特定サービスに偏らない利便性が提供可能になりつつあるソーシャルメディア。時代の流れは確実にソーシャルに向かっています。人間がコンピュータのスクリーンからブラウザを起動し、どのように欲しい情報にたどり着くか。そのための道筋が、ポータルサイトや検索から、ソーシャルメディアを中心としたものに変化しつつあることは、もう明らかではないでしょうか？</p>
<p>もしあなたがウェブサービスのディレクタだとしたら、どうやって集客しますか？もしあなたが新製品のマーケターだとしたら、どうやって宣伝しますか？もちろん検索について考える必要はなくなりませんが、今後はソーシャルメディアを使ったマーケティングについても、決して侮ってはいけません。むしろ積極的に活用することで、これまででは考えられなかったレベルで集客することも可能になってきているのです。</p>
<h2>お知らせ</h2>
<p>記事タイトルは若干釣り気味だった訳ですが・・・</p>
<p>このブログを読んでいるような人なら、<a href="http://www.google.com/buzz/" target="_blank">Google Buzz</a>について知らない人はいないと思います。中には、もう全然見てない、なんて人もいるかも知れませんが、今回の記事の記事や、先日gihyoで公開した<a href="http://gihyo.jp/dev/column/01/social/2010/021201" target="_blank">こちらの記事</a>でもご紹介した通り、Google Buzzの真の価値は、まだまだ発揮されていないのが現状です。</p>
<p>実は今回ご紹介したCliqset.comやstatus.netで使われている技術は、Google BuzzのAPI開発と共に進行している背景があります。公開されたメーリングリスト上で仕様について意見交換される中で、先行して実装されたプロダクトがCliqset.comやstatus.netなのです。</p>
<p>つまり、<strong>Google Buzzは現在進行しているインターネットのソーシャルウェブ化の代名詞</strong>とも言えます。</p>
<p>そしてこの度、僕がこのGoogle BuzzのAPI Expertに就任したことをお知らせします。2年ほど前から務めてきたOpenSocialの<a href="http://sites.google.com/site/devreljp/Home/api-expert" target="_blank">Google API Expert</a>もしばらく留任にはなりますが、長年夢見てきたソーシャルウェブの実現に少しでも寄与出来ることに、興奮しています。</p>
<p>また、しばらく前から<a href="http://groups.google.com/group/google-buzz-api-japan" target="_blank">Google Buzz API Japan</a>というコミュニティも立ち上げていますので、技術者の方はぜひご参加ください。</p>
<p>日本で僕ほどのソーシャルウェブ馬鹿はなかなかいないと自負しております。今後とも宜しくお願いいたします。</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/703/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Posted an article about Google Buzz on tech media</title>
		<link>http://devlog.agektmr.com/en/archives/702</link>
		<comments>http://devlog.agektmr.com/en/archives/702#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:30:17 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[SocialWeb]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=702</guid>
		<description><![CDATA[A few days ago, Google unveiled a service called Google Buzz. Google Buzz is a feed aggregator similar to Frie [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, Google unveiled a service called <a href="http://buzz.google.com/" target="_blank">Google Buzz</a>.</p>
<p>Google Buzz is a feed aggregator similar to FriendFeed, Cliqset. Service itself looks very typical and stereotype: entries on timeline with comments, likes. The only characteristics I could find was that it&#8217;s on Gmail, Google Profile. I was watching the press conference on live stream, but couldn&#8217;t find a reason it will be a big hit.</p>
<p>But once I look at the API docs, I&#8217;ve changed my mind. There I found that Buzz is not meant to be just a feed aggregator, how this project go beyond people&#8217;s imagination and tremendous. There was an answer I was dreaming of for three years about socialweb.</p>
<p>I couldn&#8217;t stop my impulse to write an article about Buzz and here it is:</p>
<p><a href="http://translate.google.com/translate?u=http://gihyo.jp/dev/column/01/social/2010/021201&amp;hl=ja&amp;langpair=auto|en&amp;tbb=1&amp;ie=UTF-8" target="_blank">True meaning of Google Buzz</a></p>
<p>Sorry it&#8217;s all written in Japanese, so the link is automated translation (might not quite understandable). But if you are disappointed about Buzz, check it out. You will change your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/702/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Typical socialweb service design you can find in Foursquare</title>
		<link>http://devlog.agektmr.com/en/archives/695</link>
		<comments>http://devlog.agektmr.com/en/archives/695#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:54:13 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[SocialWeb]]></category>
		<category><![CDATA[サービス]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/ja/?p=695</guid>
		<description><![CDATA[What is Foursquare Service called Foursquare is getting attention from Japanese early adopters recently. I&#82 [...]]]></description>
			<content:encoded><![CDATA[<h2>What is Foursquare</h2>
<p>Service called <a href="http://foursquare.com/" target="_blank">Foursquare</a> is getting attention from Japanese early adopters recently. I&#8217;ve got more than twenty friend requests in one day in Foursquare, and that is apparently, because of an article famous blogger wrote. I&#8217;ve just started using it, found a few appealing points.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare.png"><img class="alignnone size-full wp-image-697" title="foursquare" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare.png" alt="" width="351" height="144" /></a></p>
<p>The basic usage is to post information about the place you are currently around. Though this sounds a typical location based service, there&#8217;s some characteristics you should check out:</p>
<ul>
<li>User motivating point system, Mayorship, Badges.</li>
<li>You don&#8217;t need to post precise location since you can check-in to places someone else already have registered.</li>
<li>If the place is not registered yet, you can register and get points.</li>
<li>You can leave Tips on the place. For example, you can tell people that the restraunt&#8217;s curry is good.</li>
<li>You can add Todos from Tips other people left on the place, so that you can someday accomplish it.</li>
</ul>
<p>Thus, Foursquare is a kind of service that the more people join, the more people enjoy. There might be other reasons people give focus on it, I&#8217;ll keep trying to find its goodness.</p>
<p>By the way, did you notice that there&#8217;s some socialweb trends that Foursquare is following on this service.</p>
<h2>Typical socialweb service design</h2>
<h3>It&#8217;s social</h3>
<p>Yes, it&#8217;s social. Most of the services starting recently are social, and others will follow, too. It&#8217;s really hard to gain users without making the service social. It&#8217;s too common for readers of this blog, though :)</p>
<p>In Foursquare, you can check your friends&#8217; where about, tips of the place you visit.</p>
<h3>Facebook Connect / Twitter Compatible</h3>
<p>It&#8217;s being common to adopt Facebook Connect or Twitter to a service these days. You can skip time consuming registration process &#8211; filling your name, finding friends, etc. (Foursquare requires you to complete a form, though) Some of other services don&#8217;t ask you to fill all.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-login.png"><img title="foursquare-login" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-login.png" alt="" width="351" height="101" /></a></p>
<p>What is interesting about Foursquare is that, Foursquare&#8217;s profile url is numeric by default. But once you connect Twitter account to it, its profile url turns to the one with Twitter&#8217;s screen name.</p>
<h3>Importing Friends List</h3>
<p>One of the reasons I got many friend requests seems because of Foursquare&#8217;s functionality to find Twitter&#8217;s followers and friend them quickly. Of course, you can do the same with Facebook friends.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-friend-request.png"><img class="alignnone size-medium wp-image-699" title="foursquare-friend-request" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-friend-request-300x248.png" alt="" width="300" height="248" /></a></p>
<h3>Feedback Activity</h3>
<p>The most significant reason for connecting to social service is activity stream. By being able to post feedback, the service can attract user&#8217;s friends. I know it&#8217;s needless to say on this blog, how this is effective.</p>
<p>By using this feedback, you can share realtime event to your friends. There&#8217;s been events like <a href="http://www.itmedia.co.jp/news/articles/0911/24/news072.html" target="_blank">this on twitter</a>, and <a href="http://tofubeats.blog107.fc2.com/blog-entry-235.html" target="_blank">this on Ustream</a>, for example. It&#8217;s getting common to have realtime event sharing on the web.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-activity-feedback.png"><img class="alignnone size-medium wp-image-698" title="foursquare-activity-feedback" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-activity-feedback-300x112.png" alt="" width="300" height="112" /></a></p>
<p>On Foursquare, you can of course feedback activities to Twitter or Facebook. You may be able to find your friend visiting neighbor by tweet on twitter from Foursquare.</p>
<h3>iPhone / Android apps</h3>
<p>There&#8217;s tendency that services release iPhone / Android applications along with its web service. They are not just application on smartphones, but something that take advantage of its GPS.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-iphone.png"><img class="alignnone size-full wp-image-701" title="foursquare-iphone" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/foursquare-iphone.png" alt="" width="138" height="259" /></a></p>
<p>Foursquare is a typical example for this kind, they have iPhone, Androind and Palm Pre version of apps.</p>
<h2>In Japan?</h2>
<p>So, how do japanese service do?</p>
<ul>
<li><strong>Are they social?: </strong><br />
Of course!</li>
<li><strong>Support Facebook Connect / Twitter?: </strong><br />
The number of Twitter compatible services are rising, but for Facebook, since there&#8217;s not so many users in Japan, I don&#8217;t see Facebook Connect so often. How about mixi Connect and GREE Connect? Unfortunately, they are not public yet.</li>
<li><strong>Do they feedback activities?: </strong><br />
It&#8217;s important that receiver services&#8217; acitivty stream is popular enough. But unfortunately, there&#8217;s no real activity-stream-ed service in Japan yet. Let&#8217;s wait for mixi or GREE to maximize its activity stream&#8217;s possibilities.</li>
<li><strong>iPhone / Android apps</strong><br />
You can develop smartphone apps in japan too!</li>
</ul>
<p>Now you see, there&#8217;s potential viral effect, by utilizing social media like Twitter or Facebook. While Japanese service are delaying, you can use them and spread the service.</p>
<h3>Summary</h3>
<p>If you couldn&#8217;t find what&#8217;s good about being social, imagine Foursquare without characteristics I&#8217;ve introduced on this article. Not social, not able to import friends, not able to feed back activities&#8230; You may have imagined service you&#8217;ve used 5 years ago.</p>
<p>The <a href="http://www.slideshare.net/agektmr/socialweb-vol1-presentation" target="_blank">slide</a> I&#8217;ve introduced at SocialWeb Conference last year may be effective yet. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/695/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Google Chrome Extension &#8220;Social Graph Analyzer&#8221;</title>
		<link>http://devlog.agektmr.com/en/archives/694</link>
		<comments>http://devlog.agektmr.com/en/archives/694#comments</comments>
		<pubDate>Thu, 14 Jan 2010 01:38:49 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Social Graph]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=694</guid>
		<description><![CDATA[As Google Chrome for Mac (dev-channel) goes available with Extensions, I&#8217;ve started to use it as my prim [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac" target="_blank">Google Chrome for Mac (dev-channel)</a> goes available with Extensions, I&#8217;ve started to use it as my primary browser. More extensible than Safari, faster than Firefox, Google Chrome is really good browser. Simple, but efficient.</p>
<p>Chrome is even easy to develop extensions on top of its extensibility. So this is my first Chrome extension called <a href="https://chrome.google.com/extensions/detail/homfjkcmjicjclikljgmjfmfmcbkihco" target="_blank">Social Graph Analyzer</a>.</p>
<p><strong>How to Use</strong></p>
<p>By installing Social Graph Analyzer shows person icon on top right of your browser. To use this extension, just click this button on profile page of someone on any social services. By clicking it, pop up show up his / her other services&#8217; profile page link. Of course, you can click them to see those pages.</p>
<p><img title="homfjkcmjicjclikljgmjfmfmcbkihco" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/homfjkcmjicjclikljgmjfmfmcbkihco.png" alt="" width="391" height="295" /></p>
<p>I won&#8217;t describe how this is implemented, but if those profile pages include technologies like microformat or FOAF, detection possibility will go up.</p>
<h2>In the future</h2>
<p>Planning to show badge, how many sites are detected before clicking the button. Tracing social graph sounds nice too.</p>
<p>Twitter is a good place to try out. Check it out.</p>
<p>Download from here: <a href="https://chrome.google.com/extensions/detail/homfjkcmjicjclikljgmjfmfmcbkihco" target="_blank">Social Graph Analyzer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/694/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What Google Docs Storage means to Social Web</title>
		<link>http://devlog.agektmr.com/en/archives/692</link>
		<comments>http://devlog.agektmr.com/en/archives/692#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:03:30 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SocialWeb]]></category>
		<category><![CDATA[GDrive]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=692</guid>
		<description><![CDATA[On early 13th Jan. (JST), Google unveiled something we&#8217;ve been calling &#8220;GDrive&#8221;, as part of  [...]]]></description>
			<content:encoded><![CDATA[<p>On early 13th Jan. (JST), Google unveiled something we&#8217;ve been calling &#8220;GDrive&#8221;, as part of Google Docs&#8217; functionality. You can use up to 1GB for free, add 1GB/$0.25 per year. Slightly different from what we(maybe only I)&#8217;ve expected was, Google doesn&#8217;t offer client application for this. But don&#8217;t worry, there&#8217;s already an API. Sooner or later, Google itself, or third party will definitely release Dropbox-like client software, I&#8217;m sure.</p>
<p>By the way, did you notice that this online storage means more than just a storage?</p>
<h2>SocialWeb and Access Control</h2>
<p>I&#8217;ve been insisting that, web will act like operating system in the future, and social web will be important part of it. Here&#8217;s ideas:</p>
<ul>
<li>SocialWeb will be too common to notice it exists.</li>
<li>Global identity will be required.</li>
<li>Social Graph will be tied with identity and will be portable.</li>
<li>Social Graph will be ported to phones, TVs, etc. as well as web services.</li>
<li>Social Graph will control accesses, as well as used to share or invite someone.</li>
<li>File systems will eventually have ACL using Social Graph.</li>
</ul>
<p>I&#8217;ve been thinking the last one will be future, but&#8230;</p>
<h2>ACL on Google Docs</h2>
<p>Google Docs Storage seems to have social ACL functionality. As you know, Google Docs originally have Access Control: When you create a doc, it&#8217;s basically private. Then, you can publish it to public, or share it with groups or people individually, by specifying his/her email address. Mail address of course, will be auto-completed as you type, derived from Gmail contact list. You can give read/write access to them.</p>
<p><a href="http://devlog.agektmr.com/wp-content/uploads/2010/01/Google-Docs-ACL2.png"><img title="Google Docs ACL2" src="http://devlog.agektmr.com/wp-content/uploads/2010/01/Google-Docs-ACL2-300x204.png" alt="" width="300" height="204" /></a></p>
<p>Imagine this strong access control feature is adopted to your other files like music, photos, videos&#8230;and you can access them from desktop, iPhone, Android. Files are synced with cloud. ACL is managed easily using global identities like email address, WebFinger, OpenID. Isn&#8217;t it nice?</p>
<p>This is what we call: Web OS.</p>
<h2>Summary</h2>
<p>Some people say Google is behind Facebook, because Google doesn&#8217;t own SNS. But it&#8217;s just about application platform. Google is building something better than that, slowly but surely, as you can see on Google Docs Storage: web OS platform. In the future, Chrome OS will take advantage of this, their concept will see its completion. Their layer is lower than Facebook&#8217;s.</p>
<p>Someday, Facebook will notice, that they are just playing on Google&#8217;s palm top.</p>
]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/692/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

