<?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>Tue, 10 Aug 2010 15:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>EN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<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>0</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 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.
I will add short summary for each specs when I have [...]]]></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>0</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 do many things I had proposed.
goo 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. [...]]]></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>&#8217;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>3</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>2</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 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 [...]]]></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>0</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&#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.

The basic usage is to post information about the place [...]]]></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>3</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 primary browser. More extensible than Safari, faster than Firefox, Google Chrome is really good browser. Simple, but efficient.
Chrome is even easy to develop extensions on top of its extensibility. So this is my first Chrome extension called Social [...]]]></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>1</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 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 [...]]]></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>1</slash:comments>
		</item>
		<item>
		<title>Predicting Social Web 2010</title>
		<link>http://devlog.agektmr.com/en/archives/688</link>
		<comments>http://devlog.agektmr.com/en/archives/688#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:24:21 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[SocialWeb]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=688</guid>
		<description><![CDATA[
Happy New Year!
It&#8217;s been a while since I last updated this blog because I was too busy taking care of my kids. Today, I&#8217;d like to write down some thoughts on Social Web (mainly about Japanese Market) and its prediction for this year.
2009 was a huge mile stone for Japanese Social Web, there emerged the [...]]]></description>
			<content:encoded><![CDATA[
<p>Happy New Year!</p>
<p>It&#8217;s been a while since I last updated this blog because I was too busy taking care of my kids. Today, I&#8217;d like to write down some thoughts on Social Web (mainly about Japanese Market) and its prediction for this year.</p>
<p>2009 was a huge mile stone for Japanese Social Web, there emerged the first OpenSocial container, Social Application market, on horizon. mixi Appli have been doing quite well and interests around social application market seems getting even bigger. Other japanese big SNS, like Mobage is awaiting to release its mobile social application platform too. 2009 can be recorded as the first year of Social Web for Japanese. And it&#8217;s my honor to be able to have got involved in it.</p>
<p>By the way, I&#8217;ve posted an article &#8220;<a href="http://devlog.agektmr.com/archives/299" target="_blank">Predicting Social Web 2009</a>&#8221; in the beginning of 2009 (Japanese only), which was influenced by <a href="http://therealmccrea.com/" target="_blank">Mr. John McCrea</a>&#8217;s article.</p>
<h2>Reviewing my prediction for 2009</h2>
<p>Like <a href="http://therealmccrea.com/2009/12/21/reviewing-my-five-bold-social-web-predictions-for-2009/" target="_blank">John McCrea has done</a>, I review my prediction here.</p>
<h3>Google turns to Social Network</h3>
<p>In the article, I predicted that Google will put their social graph into iGoogle (meaning OpenSocial-ize) including the ones on FriendConnect, and make their whole services more social. Yes, iGoogle now is OpenSocial container, but they haven&#8217;t associated it with FriendConnect yet.</p>
<p>Meanwhile, services like Wave, Docs, Calendar, Android shares the same social graph which Google Contacts (part of Gmail) provide. This means Google is turning itself more social. Slowly, but steadily, Google is being Socialized. I&#8217;ll keep my eyes on Google&#8217;s socialization.</p>
<h3>Market platforms</h3>
<p>iPhone App Store emerged in 2008 as an example, I foresited that there might be various markets, selling videos, music&#8230; Market for creators.<br />
I might be able to say mixi Appli, Android market were answers for this, but they are just for developers. Not quite matching my prediction.</p>
<h3>Social Ad platform wars</h3>
<p>I predicted there would be social ad platforms and its war. On top of Facebook expanding its online ad share, Google revealed social ad platform using FriendConnect. These may be counted as the beginning of social ad war, aren&#8217;t they? ;)</p>
<h2>Predicting Social Web 2010</h2>
<p>So, my prediction for 2009 was not totally wrong, but a bit going further than it actually was. But never mind, I try the same thing again for this year :)</p>
<h3>Twitter</h3>
<p>Twitter will stay on top issue around web 2010. Including Japenese prime minister, a lot of celebrities are starting to tweet in Japan. Talking about celebrities, <a href="http://now.ameba.jp" target="_blank">Ameba Now</a> should be the strongest micro blogging service candidate to hire, but Twitter is attracting and making them start to tweet by themselves. So it&#8217;s clear that Twitter will be talked a lot in 2010.</p>
<h3>Realtime web</h3>
<p>Realtime web will also be focused on in Japan this year. You might say, you&#8217;ve been able to use mobile and talk with people real time on 2 channel already, but the realtime web in 2010 is social. Looking at Twitter, it is needless to say social realtime web is comfortable to dive in, mixi Voice or GREE Hitokoto will trail the path. Don&#8217;t forget that one timeline is enough for one person.</p>
<h3>Activity Streams</h3>
<p>As you may know, yet another open spec <a href="http://activitystrea.ms/" target="_blank">ActivityStream</a> has been drafted by people from Microsoft, Google, Facebook, MySpace, etc. It&#8217;s already been deployed on Facebook, MySpace and will be included in OpenSocial spec. ActivityStream is extension of Atom and can describe more semantic and thus social than the one in OpenSocial&#8217;s current spec. Also, AS is one of the essential component of realtime web. Since timeline on micro blogs and AS are good suit, they are tend to be merged, just like GREE&#8217;s Hitokoto or Facebook. PubsubHubbub will help its realtime-ness too.</p>
<h3>Federated Identities</h3>
<p>With specs like OpenID, OAuth, individual&#8217;s personality will be reflected on the web clearer than before. OpenID getting more common, APIs like social graph, activity, payment will strengthen a person with its online identity. Similar services as Facebook Connect, Google FriendConnect should drive these tendencies too.</p>
<h3>OpenStack</h3>
<p>OpenStack used to have OpenID, OAuth, OpenSocial, XRDS-Simple, PortableContacts. 2010 seems to add ActivityStreams, Salmon Protocol, PubsubHubbub, Webfinger. This is plan more than prediction though.</p>
<h3>Social Media Marketing</h3>
<p>Although there&#8217;s been Social Media Marketing(SMM) already, 2010&#8217;s SMM will be more realtime and direct.<br />
In old SMM, people try to make buzz indirectly by creating contents on media like Youtube, blogs, etc. They tend to refuse responding to users&#8217; comments and was one way communication.<br />
In recent SMM, there&#8217;s increasing number of cases where marketers join social activity like on Twitter, Facebook, and communicate with other users directly. These activities fit in SNS (explicit social graph) more than blogs (implicit social graph).</p>
<h2>Finally</h2>
<p>Please join <a href="http://groups.google.com/group/socialweb-japan" target="_blank">SocialWeb Japan</a>. It&#8217;s a community sharing infomations like this post. (Sorry we speak japanese only there)</p>

]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/688/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSocial&#8217;s Architecture Slide</title>
		<link>http://devlog.agektmr.com/en/archives/683</link>
		<comments>http://devlog.agektmr.com/en/archives/683#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:50:21 +0000</pubDate>
		<dc:creator>Eiji</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Shindig]]></category>

		<guid isPermaLink="false">http://devlog.agektmr.com/en/?p=683</guid>
		<description><![CDATA[
I&#8217;ve made a presentation about OpenSocial&#8217;s Architecture an event: Tokyo GTUG #4. Here I publish the slide I&#8217;ve used though it&#8217;s all in Japanese. Hope this will help someone.
OpenSocialのアーキテクチャ
View more documents from Eiji Kitamura.


]]></description>
			<content:encoded><![CDATA[
<p>I&#8217;ve made a presentation about OpenSocial&#8217;s Architecture an event: Tokyo GTUG #4. Here I publish the slide I&#8217;ve used though it&#8217;s all in Japanese. Hope this will help someone.</p>
<div id="__ss_2499345" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="OpenSocialのアーキテクチャ" href="http://www.slideshare.net/agektmr/opensocial-2499345">OpenSocialのアーキテクチャ</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opensocial-091114084123-phpapp01&amp;stripped_title=opensocial-2499345" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opensocial-091114084123-phpapp01&amp;stripped_title=opensocial-2499345" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/agektmr">Eiji Kitamura</a>.</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devlog.agektmr.com/en/archives/683/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
