<?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>theplant blog &#187; news</title>
	<atom:link href="http:///en/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>/en</link>
	<description>The Plant, Build web applications</description>
	<lastBuildDate>Tue, 28 Jun 2011 05:13:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Best CMS</title>
		<link>/en/2009/11/the-best-cms/</link>
		<comments>/en/2009/11/the-best-cms/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:24:13 +0000</pubDate>
		<dc:creator>anatole</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=1256</guid>
		<description><![CDATA[So what's the best CMS? WordPress, Drupal, ExpressionEngine? A question I'm often asked and to which I can only answer...]]></description>
			<content:encoded><![CDATA[<p>So what&#8217;s the best CMS? WordPress, Drupal, ExpressionEngine, another? A question I&#8217;m often asked and to which I can only answer: it depends. It depends both on who you are and what you are trying to do.</p>
<h3>When to use a packaged solution</h3>
<p>Packaged CMSs give a lot of functionality for free and people who take the time to learn them, love them. I think this is especially true for  designers and content publishers as it allows them to do things that they weren&#8217;t capable of before. As they work with the platform more and more they see with a little plugin here, a little tweak there, they can solve many of their problems. </p>
<p>However, I would recommend these rough guidelines for when and what to use to avoid the &#8220;when all you got is a hammer everything looks like a nail&#8221; syndrome:</p>
<ul>
<li>Most packages are good in what they are trying to do; often bad when forcing them to do something else.</li>
<li>WordPress, Drupal, and ExpressionEngine seem best suited for one-man teams.</li>
<li>If you stray far from the built-in features, consider building by hand.</li>
</ul>
<h3>Use a CMS when what you are coding is primarily a CMS</h3>
<p>Don&#8217;t try to build a picture sharing site using WordPress, or a multi-lingual e-commerce solution using ExpressionEngine. I&#8217;m sure it can be done, but the more that you try to stuff a square peg in a round hole, the more inefficiencies and frustrations await you.</p>
<h3>The right peg</h3>
<ul>
<li>Use WordPress if you are primarily making a blog or publishing articles, a one-man team will be implementing the product, and/or do not have the internal technical resources to roll your own.</li>
<li>EE for more complex sites with multiple data models, are a one-man team, and the site is primarily manipulating content blocks.</li>
<li>Drupal I have much less experience with, but seems to also have its die-hard fans. My understanding is that it would be in the same realm as EE.</li>
</ul>
<p>I am curious where others feel about this broadsword evaluation and how they would evaluate other packaged CMS products. Please add your comments below :)</p>
<h3>The one-man team</h3>
<p>Most of the above-mentioned CMSs use the database to store configuration,  data models, and, in some cases, display templates. This is probably fine if you are working on it by yourself, but makes it difficult to use Git, Subversion, or other version control tools that allow multiple developers to code simultaneously (I also find it very annoying to be forced to write any code in a browser and find that it makes developing on local and deploying to production a pain).</p>
<h3>Packaged CMS for companies with limited technical resources</h3>
<p>I say this in partly in retrospect from what we did with the site you are looking at: theplant.jp. We built this on WordPress. </p>
<p>With a site that is primarily static contents and extremely simple functionality we should have rolled our own simple CMS for updating the only contents that changes frequently: the blog and comments. We could have pumped that out in just a few hours. The static contents are, well, static. All of us here could more easily edit a text file and deploy it to the server and not have to worry about:</p>
<ul>
<li>Learning the WordPress-specific library of functions</li>
<li>Trying to force it to be a multi-lingual company CMS when it was not made to be one.</li>
<li>Wading through the admin. The development of all platforms with additional features both gives and takes. We actually only need one feature: add/edit/delete and article. However, each time we login, we are always faced with an admin full of tools to administer features and contents that we don&#8217;t need.</li>
<li>Being attacked by WP-targeting spam and attacks and associated hassle of continually updating the software for security fixes.</li>
<li>Speed issues for creating dynamic contents when, in fact, they don&#8217;t need to be dynamic. Cacheing and other strategies will help this, but they are really a kludge when the contents are primarily static in nature.</li>
</ul>
<p>This is no fault of WordPress per say, it does what it does extremely well: enables people to publish blogs/articles, it was just a bad choice for us as we were not lacking technical resources to solve our problem more elegantly.</p>
<h3>What we are doing from now on: QorCMS</h3>
<p>We are using are experience over the years from developing custom solutions for MTV Japan, ASICS, OnitsukaTiger, and CMS solutions for many others and have developed a beta version that we will soon release of what we are calling internally QorCMS.</p>
<p>If Rails is like a piece of cloth which can be customized into all kinds of clothes, QorCMS is a well tailored business suit for the business man. QorCMS is still a framework for developers instead of a final product, but it enables us to rapidly develop custom solutions.</p>
<p>QorCMS includes lots of common modules that a CMS needs (auth, upload, file serve), a flexible content model map and other enhancements to Rails (it’s based on Rails, but has many utilities and fancy helpers). QorCMS code is backed by a battery of coded test cases so that we can depend on the features. Again, the goal of QorCMS is a basic framework, not an instant fantastic CMS. Our clients will get this after some configuration and coding to match their specific needs.</p>
<h4>It may seem like this is just another CMS, and in some ways it is, <em>but we wrote it and that makes all the difference because we:</em></h4>
<ul>
<li>Are driving the bus and don&#8217;t need to be tied to an external development team&#8217;s roadmap for feature enhancement or having to hack our own features that may break in the next update.</li>
<li>Can extend it extremely easily.</li>
<li>Administer the features through code, not through a GUI which we find to be much more efficient.</li>
<li>Keep data models, templates, and configurations in the code, not in the database, so it is very easy for several developers to work on the same project at the same time.</li>
<li>Integrate with the 3rd party services we like best, like GoogleDocs, GoogleMaps, Amazon Webservices, and Mailchimp</li>
<li>Make our code safer, with (hopefully) less flaws than we have seen in other solutions.</li>
</ul>
<p>The downside for our clients is that it is our code, so they may perceive themselves as being more tightly bound to a single developer. However, unless it is a vanilla install of a CMS with no alteration, they will be probably end up being just as tied to another vendor and, hey, we are not a bad company to be in cahoots with anyway.</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/11/the-best-cms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>China Browser Wars: Maxthon now #2</title>
		<link>/en/2009/10/china-browser-wars-maxthon-now-2/</link>
		<comments>/en/2009/10/china-browser-wars-maxthon-now-2/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:58:46 +0000</pubDate>
		<dc:creator>sunfmin</dc:creator>
				<category><![CDATA[East meets West]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=1196</guid>
		<description><![CDATA[Introducing our new blog category East Meets West where our techies tell about things that they find interesting happening in the IT world in Asia. Starting it off, Felix sheds some light on the browser wars in China.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maxthon.com">Maxthon</a>, a China-based freeware web browser for Windows, has taken a 22% market share of the Chinese browser market and has been downloaded by 275 million people, according to data from Net Applications. This places Maxthon ahead of Firefox and is 2nd only after Internet Explorer in the Chinese market.</p>
<p><strong>Maxthon Logo</strong><br />
<a href="http://www.maxthon.com"><br />
<img class="size-full wp-image-1197" title="Maxthonlogo" src="/en/wp-content/uploads/2009/10/Maxthonlogo.png" alt="Maxthonlogo" width="256" height="256" /><br />
</a></p>
<p>According to Jeff Chen, one of the developers of Maxthon, the new version Maxthon 3 will use be a dual core browser using both the <a href="http://en.wikipedia.org/wiki/Trident_(layout_engine)">Trident</a> and <a href="http://en.wikipedia.org/wiki/WebKit">WebKit</a> layout engines.</p>
<p>It was reported that Google had invested at least US$1 million in Maxthon, but this was denied the following day by Chen.</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/10/china-browser-wars-maxthon-now-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet meets Suica</title>
		<link>/en/2009/09/internet-meets-suica/</link>
		<comments>/en/2009/09/internet-meets-suica/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 01:32:00 +0000</pubDate>
		<dc:creator>anatole</dc:creator>
				<category><![CDATA[East meets West]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=1054</guid>
		<description><![CDATA[I have a good friend in the news business and he is often talking about how or the inability of newspapers to monetize their contents. Here are my ramblings on how I think this could be done.]]></description>
			<content:encoded><![CDATA[<h2>Thoughts on how to monetize online content</h2>
<p>I have a good friend in the news business and he is often talking about how or the inability of newspapers to monetize their contents. Here are my ramblings on how I think this could be done.</p>
<h3>Meet the Suica Card</h3>
<p><a href="/en/wp-content/uploads/2009/09/suica_card_480.jpg"><img class="size-full wp-image-1056" src="/en/wp-content/uploads/2009/09/suica_card_480.jpg" alt="Suica Card" width="320" height="240" /></a></p>
<p>Tokyo transit is made of a mishmash of private companies providing train, subway, bus, trolley and a bunch of other services. When taking a subway from one destination to another you will most likely use more than 1 company to get there. Prior to the Suica it was a real hassle to pay: you had to plan your route in advance, have cash with you and wait in lines to purchase tickets.</p>
<p>Suica changed all this with a common payment platform. It&#8217;s a prepaid card that you touch at the entrance and exit of any transit system and it automatically calculates which company gets what and deducts the price from your card. You can jump on any combination of train, bus, bullet train, taxi, or trolley and it always works. I never wait in a line, never worry about having change in my pocket, and don&#8217;t really even think about how much it costs. I just know I need to fill it up when it gets a bit low which I can do at easily at numerous locations. I use Tokyo transit more.</p>
<p><a href="/en/wp-content/uploads/2009/09/mobile_suica.jpg"><img class="aligncenter size-full wp-image-1057" src="/en/wp-content/uploads/2009/09/mobile_suica.jpg" alt="mobile_suica" width="359" height="269" /></a></p>
<p>Suica is also available in different digital formats. In the picture above, it has been integrated into digital phones so you don&#8217;t even need a card.</p>
<h3>How this could be introduced to the Internet</h3>
<p>Probably doesn&#8217;t need much imagination to see how to implement this on the Internet, but I&#8217;ll jot down how I could imagine this going&#8230;</p>
<h3>Start with a few big guys</h3>
<p>You set up a payment platform and get a few big guys to join, say the NY Times, the Washington Post and a few other nice big media outlets: you&#8217;ll need some critical mass and visibility in the beginning. I&#8217;m not a lawyer, but I couldn&#8217;t imagine any legal issues with this related to any anti-trust laws:  the price is not fixed, just a payment platform is provided.</p>
<p>A great deal of customization should be provided over how their customers pay. Weekly, by page, after customers have viewed x pages/day or week, and so on. Media outlets could make their contents freely available except to the heaviest users or could lock it up tight. They could charge a little or a lot. It&#8217;s up to them. In general, though, it should probably feel nominal and under the financial radar of most users.</p>
<h3>Then open it up to all content/application providers as a alternative to ad-based contents</h3>
<p>Allow anyone that wants to join, join. You think your blog is valuable? You got an amazing web application that people use but you don&#8217;t have an good way to monetize? You would now have an easy way to charge readers $.01 per page view or whatever you think it&#8217;s worth.</p>
<h3>How to pay</h3>
<p>There should be a common platform open to all content providers that would make it easy for users to get on and off paid websites with no hassle for paying. Prepaid or postpaid would both work: credit card, added to your phone bill, a prepaid card you buy at the convenience store, etc. Apple already does this to some extent with iTunes, offering credit card accounts, prepaid cards, and gift certificates.</p>
<h3>Suica beats subscription</h3>
<p>The Internet is a mishmash of millions of content providers. Subscription doesn&#8217;t really make sense in this environment. Just like I don&#8217;t want to subscribe to just the JR and Kintetsu subway line when I don&#8217;t know which of the many different transportation vendors I will use each month, I don&#8217;t want to pick just a few websites to subscribe to, when I don&#8217;t know in advance what routes I want to travel on the net.</p>
<h3>Implementation</h3>
<p>For vendors, It will probably be something as easy as adding meta tag in your code and configuring preferences with the payment platform provider(s). For clients, I imagine the best solution would be something built into the browser that is visible but unobtrusive to show you if a site is free, you are using a free trial, but it is a paid site, or you are being charged. Settings should probably allow you to not require confirmation for sites that cost &lt; $X. I believe most people don&#8217;t mind paying for quality contents, they just don&#8217;t want to be bothered much by the inconvenience of the payment process itself.</p>
<h3>It is a brighter, not darker world</h3>
<p>Like everyone else, I like quality contents. I want more people and organizations to write more great stuff, produce amazing applications and get paid for their ideas and contributions. Just like payment platform of iTunes App Store spurs the production of quality iPhone apps, a payment platform for content providers will spur the development of quality contents.</p>
<h3>A corollary: make payment Marxist</h3>
<p>Why charge someone from Belize the same as someone from Berkley? Cost of distributing contents is basically free so it should be accessible as much as possible and adjusted to ability to pay. For example, the content provider could say their contents are free for public institutions such as libraries and schools and for countries under a certain threshold. If possible, even adjust the price on an individual level on the ability to pay, much like riding the train costs less for passengers with lower incomes. It&#8217;s fairer and will make more money for the content provider in the end as well. However, like everything I&#8217;m suggesting here, it should be up to the content provider to make these decisions.</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/09/internet-meets-suica/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Demaecan</title>
		<link>/en/2009/07/damaecan/</link>
		<comments>/en/2009/07/damaecan/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:15:57 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=72</guid>
		<description><![CDATA[So-called Web 2.0 services are supposed to be stylish and cool. They certainly are not supposed to have anything to do with delivering food lest they end up in the annals of history. So Demaekan is not 2.0, but it is.]]></description>
			<content:encoded><![CDATA[<p>So-called Web 2.0 services are supposed to be stylish and cool.  They are supposed to harness the wisdom of crowds, the long tail, freakanomics, social bookmarks, tags, widgets, AJAX, open APIs, missing vowels, and wacky names.  And they certainly aren&#8217;t supposed to have anything to do with delivering food lest they end up in the annals of <a href="http://en.wikipedia.org/wiki/Webvan">history</a>. So Demae-can is not 2.0.</p>
<p><img class="alignnone size-full wp-image-683" title="demaecan" src="/en/wp-content/uploads/2009/06/demaecan.gif" alt="demaecan" width="210" height="74" /></p>
<p>Demaecan (&#8221;Delivery House&#8221;) is a delivery service aggregator which provides a standard pc and mobile front end for browsing and ordering.  You sign up, set your address, see the services in your area, and order.  Thirty minutes later, you are enjoying a delicious omelet curry and a can of beer.  From my apartment in West Tokyo I can order from: two bento shops, four pizza places, four sushi chains, one chinese restaurant, two western restaurants, two curry places, a liquor store, a supermarket, a flower store, seven plumbers, five locksmiths, three window repairmen, two mechanics, two maid services, three computer repair services, and a massage service (not <em>that</em> kind!). Demae-can currently has nearly 1 million registered members, yearly sales over 649,000,000 Yen (5.74 Million USD), and 90%+ marketshare in Japan&#8217;s online food delivery market.  But why are they so successful?</p>
<p><img class="alignnone size-full wp-image-684" title="demaecanmenu" src="/en/wp-content/uploads/2009/06/demaecanmenu.jpg" alt="demaecanmenu" width="265" height="386" /></p>
<p>I think it&#8217;s because they did not set out to build an Amazon-esque delivery infrastructure or co-ordinate their own system of meta-delivery drivers like WebVan.  They simply function as the middleman.  Demae-can takes the order from the customer, passes it to the company (sometimes by fax), and provides customer service on either end of the transaction.  Restaurants receive increased revenue in exchange for flat monthly plus per transaction fees. It&#8217;s also taken years of sales, partnerships, and outside investment to get where they are today.  Demae-can can now be found on many of Japan&#8217;s major restaurant-related free publications and websites. Yahoo Japan has heavily invested in the site to the point that it now owns over 40% of Demae-can&#8217;s parent company.</p>
<p>Demae-can currently faces no major competitors and is firmly entrenched in the market. I&#8217;ll be watching to see if anyone challenges them in the near future, but at this point I&#8217;m doubtful. And if anyone does, I bet they&#8217;ll be armed with a bunch of salesmen and no more than a drop of AJAX.</p>
<p>Yoroshiku!</p>
<p>Joseph</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/07/damaecan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japanese Internet Technology in English Link Primer</title>
		<link>/en/2009/06/japanese-internet-technology-in-english-link-primer/</link>
		<comments>/en/2009/06/japanese-internet-technology-in-english-link-primer/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:16:21 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=74</guid>
		<description><![CDATA[<p>Disclaimer: I am just expanding on recent blog posts by the <a href="http://tokyotronic.blogspot.com/2007/12/new-blog-asiajin-launched-definitely.html">Tokyotronic</a> and <a href="http://fukumimi.wordpress.com/2007/12/14/new-english-language-japan-tech-blog-opens/">Fukumimi</a>. Also, please don&#8217;t read that sentence out loud.</p>]]></description>
			<content:encoded><![CDATA[<p>Disclaimer: I am just expanding on recent blog posts by the <a href="http://tokyotronic.blogspot.com/2007/12/new-blog-asiajin-launched-definitely.html">Tokyotronic</a> and <a href="http://fukumimi.wordpress.com/2007/12/14/new-english-language-japan-tech-blog-opens/">Fukumimi</a>. Also, please don’t read that sentence out loud.</p>
<h3>Almost Always Japanese Web</h3>
<p><a href="http://tokyotronic.blogspot.com">Tokyotronic</a><br />
<a href="http://www.asiajin.com">Asiajin</a><br />
<a href="http://web2.0japan.com/">NextWeb Japan</a><br />
<a href="http://jp.blognation.com/">Blognation Japan</a><br />
<a href="http://www.infinita.co.jp/en/cast">Infinitia Corporate Blog</a><br />
<a href="http://del.icio.us/tag/japan+web2.0">Delicious stream of Japan+Web2.0 tags</a></p>
<h3>Sometimes Japan Web Technology</h3>
<p><a href="http://fukumimi.wordpress.com">Fukumimi</a><br />
<a href="http://joi.ito.com/">Joi Ito</a><br />
<a href="http://www.businessweek.com/bios/Kenji_Hall.htm">Kenji Hall’s BusinessWeek Articles</a><br />
<a href="http://kanai.net/weblog/">Gen Kanai</a><br />
<a href="http://www.globalvoicesonline.org/-/world/east-asia/japan/">GlobalVoices Japan</a><br />
<a href="http://www.mutantfrog.com">Mutantfrog Travelogue</a><br />
<a href="http://www.japantimes.co.jp/life/media_technology.html#T01">Japan Times Technology Section</a></p>
<p><a href="http://hq.andrewshuttleworth.com/">Andrew Shuttleworth</a><br />
<a href="http://www.dannychoo.com/all/eng/japan/">Danny Choo’s Japan Section</a><br />
<a href="http://www.tokyomango.com">TokyoMango</a></p>
<h3>Important Single Links</h3>
<p><a href="http://www.pingmag.jp/2006/07/06/web-20-in-japan/">PingMag on Web 2.0</a><br />
<a href="http://www.informationarchitects.jp/ia-trendmap-2007v2">iA TrendMap</a></p>
<p>Yoroshiku!</p>
<p>Joseph</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/06/japanese-internet-technology-in-english-link-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nico Nico Doga</title>
		<link>/en/2009/06/nico-nico-doga/</link>
		<comments>/en/2009/06/nico-nico-doga/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:15:13 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=70</guid>
		<description><![CDATA[Nico Nico Douga is a cool Japanese alternative to YouTube which has been both extremely popular and profitable for months.  It's a great example of Japan's profit-minded approach to Web 2.0.]]></description>
			<content:encoded><![CDATA[<p>YouTube spread like wildfire in Japan only a few short months after to took off on the English Internet.<br />
There are a number of factors that contributed to it&#8217;s growth here.<br />
First and foremost was it&#8217;s ease of use and &#8220;mashability&#8221;.<br />
You don&#8217;t need to be fluent in any language to click around the site or grab blog code for the videos.<br />
An extensive and well-documented API enabled Japanese developers to quickly develop sites such as<br />
<a href="http://www.mocovideo.jp/">Moco Video</a> and <a href="http://www.my-tube.mobi/">MyTube</a><br />
which act as Japanese language YouTube front-ends.</p>
<p>Also, much of Japan&#8217;s digitally traded copyrighted content was previously distributed by P2P services like<br />
<a href="http://en.wikipedia.org/wiki/Winny">Winny</a>.<br />
YouTube, shrouded in the blanket of the USA&#8217;s DMCA law, took the burden off individual users for<br />
distributing and hosting content.  It was easier, more reliable, and gained critical mass faster than any previous platform.<br />
So, YouTube was king.</p>
<p>At the same, a Japanese clown prince of sorts, Nico Nico Douga (&#8221;Happy Movies&#8221;), was being coded up by<br />
<a href="http://niwango.jp/">Niwango</a>, a mobile services company which just so happened to have<br />
<a href="http://en.wikipedia.org/wiki/Hiroyuki_Nishimura">Hiroyuki</a> of the (in)famous<br />
<a href="http://en.wikipedia.org/wiki/2channel">2-Channel forums</a> on their board of directors.<br />
Nico Nico Douga takes online video to another level by ingeniously incorporating community interaction<br />
into the videos themselves.  Comments stream across videos in time with their entry,<br />
bringing a whole new level of interaction to online video.</p>
<p>&lt;a href=&#8221;http://www.nicovideo.jp/watch/sm531138&#8243; mce_href=&#8221;http://www.nicovideo.jp/watch/sm531138&#8243;&gt;&lt;br /&gt; ニコニコ動画】映画好きな奴、ちょっと来てください&lt;/a&gt;</p>
<p>The video above (registration required, see below) is a survey where viewers generally rate<br />
the movies shown on a scale of 1 to 100, the higher the better. At the time of this writing, there are 17,655 comments.<br />
I don&#8217;t think I&#8217;ve ever read through more than 20 comments on a YouTube video.<br />
The video below is a Nico Nico Douga video rip on YouTube.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/7C4KQC0tqLw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/7C4KQC0tqLw" wmode="transparent"></embed></object></p>
<p>The other really interesting aspect of Nico Nico Douga is that it&#8217;s already profitable.<br />
Besides banner and affiliate ads, a large portion of the site&#8217;s revenue is generated by premium memberships .<br />
Offered for 525 yen (4.41 USD) per month, they offer the following benefits:</p>
<p>-More bandwidth<br />
-24 Hour Access (Depending on when you registered, the system may not allow you to login from 7pm to 2am)<br />
-Extra comment colors including: nico nico white, marine blue, mad yellow, passion orange, noble violet, elemental green,<br />
true red, and black<br />
-More upload space. 4GB instead of the standard 2GB<br />
-Mobile Access</p>
<p>According to a recent press release, there are currently 54,000 premium members providing revenues of<br />
28,350,000 yen (235,000 USD) per month.</p>
<p>This month they also added Nico Nico Market, in which premium members can suggest products from<br />
Amazon which are relevant to a video.  The most popular suggestions are ranked by popularity and<br />
displayed below the video.</p>
<p><img class="alignnone size-full wp-image-679" title="nico_market" src="/en/wp-content/uploads/2009/06/nico_market.jpg" alt="nico_market" width="468" height="337" /></p>
<p>While deeply nerdy at it&#8217;s core, Nico Nico Douga has harnessed its nerdiness and community to<br />
the tune of 2 million members, 260 million comments, a ridiculous amount of traffic and some truly<br />
creative ways of paying the bills.  Whether you are interested in Web business, Japan, or really strange videos,<br />
it&#8217;s worth keeping an eye on, and the registration process is quite simple, even if you aren&#8217;t a Japanese reader.<br />
Please note that your access may be limited at times unless you upgrade to a premium member.</p>
<p><img class="alignnone size-medium wp-image-680" title="nico_registration" src="/en/wp-content/uploads/2009/06/nico_registration-182x415.jpg" alt="nico_registration" width="182" height="415" /></p>
<h3>Bonus Link</h3>
<p>For all the Twitter fans out there, <a href="http://hbkr.jp/nicotter/">Nicotta</a> is a great<br />
<a href="http://theplant.jp/en/blog/nico-nico-douga/">blog widget</a><br />
which displays your recent Twitter activity Nico Nico Douga style.<br />
Simply replace &#8220;あなたのTwitterアカウント&#8221; with your Twitter name to use it on your blog.</p>
<p><script src="http://hbkr.jp/nicotter/nicotter.php?user=jos3ph" type="text/javascript"></script></p>
<p>Yoroshiku!</p>
<p>Joseph</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/06/nico-nico-doga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Great Japanese Blog Widgets</title>
		<link>/en/2009/05/5-great-japanese-blog-widgets/</link>
		<comments>/en/2009/05/5-great-japanese-blog-widgets/#comments</comments>
		<pubDate>Tue, 05 May 2009 08:04:06 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">/en/?p=33</guid>
		<description><![CDATA[We've been paying particularly close attention to Japanese blog widgets since we started working on Joblet.  After all, every widget is vying with ours for unlimited but limited sidebar real estate.  Here's five of the coolest widgets we've found so far.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been paying particularly close attention to Japanese blog widgets since we started working on Joblet.  After all, every widget is vying with ours for unlimited but limited sidebar real estate.  Here&#8217;s five of the coolest widgets we&#8217;ve found so far.</p>
<h3>1. <a href="http://www.nakanohito.jp">Naka no Hito</a></h3>
<p><img class="alignnone size-full wp-image-663" title="naka_map" src="/en/wp-content/uploads/2009/05/naka_map.jpg" alt="naka_map" width="340" height="280" /></p>
<p>Naka no Hito (“Insider”) is an ingeniously simple widget which tracks your blog readers who are reading on company time.  Beyond being cheap corporate     espionage for gauging which company’s employees are wasting the most time reading blogs, it can be an incredible way for corporate or business-focused bloggers to see if they are reaching their target customers, clients, and competitors.</p>
<p>It even provides a map which enables you to zoom in to the building level,  which is almost creepy until you remember how massive Dentsu’s main office (<a href="http://www.flickr.com/photos/riverseal/281198242/">attribution</a>) is.</p>
<p><img class="alignnone size-full wp-image-665" title="dentsu_office" src="/en/wp-content/uploads/2009/05/dentsu_office.jpg" alt="dentsu_office" width="244" height="453" /></p>
<p>Despite, or because of, being released only a few months ago, Naka No Hito is been quickly adopted by many of Japan’s most popular IT bloggers.</p>
<p>It’s interesting to us that bloggers would openly disclose their Naka No Hito usage.  It is essentially an site metrics tool along the lines of Google Analytics, which tend to hang out quietly in the header.  Plus it doesn’t give any perceived credibility and readership statistics along the lines of Feedburner’s chicklet counter.</p>
<p>Of all the blog widgets I scanned through, I feel Naka No Hito has the most potential to be huge among the English blogging community as well once an English equivalent is released.</p>
<h3>2. <a href="http://awasete.com/">Awasete Yomitai</a></h3>
<p>Awasete Yomitai (“I want to read these too”) and is another popular blog widget without an equivalent in the English blog-o-sphere.<br />
The widget’s homepage describes the service as “The blogs your readers are reading.”  But unlike Naka No Hito, it’s not just useful for the blogger himself.  Readers can use it to easily find truly related blogs.</p>
<p><img class="alignnone size-full wp-image-666" title="awasete" src="/en/wp-content/uploads/2009/05/awasete.png" alt="awasete" width="158" height="135" /></p>
<p>Pictured above is Awasete Yomitai on <a href="http://100shiki.com">100shiki.com</a>.  Four of the other blogs listed are also maintained by by the same author, so it makes sense that they would be among his readers’ most popular blogs.</p>
<p>You can drill down even beyond the widget’s top 5 as well.  Awasete Yomitai’s other main feature is it’s longer, post-modern Technorati Top 100-like rankings relative to any single blog, with Digg-like voting thrown in for good measure.  To try it, Start at 100shiki.com’s <a href="http://awasete.com/show.phtml?u=http%3A%2F%2Fwww.100shiki.com%2F">rankings</a> and click the [もっと] links beside any of the popular blogs as to take a Awasete-guided tour through Japan’s popular blogs, and see where you end up.</p>
<p><img class="alignnone size-full wp-image-668" title="awasete100shiki" src="/en/wp-content/uploads/2009/05/awasete100shiki.png" alt="awasete100shiki" width="340" height="312" /></p>
<h3>3. <a href="http://www.blogdeco.jp/rakugaki">Rakugaki Board</a></h3>
<p><script src="http://rakugaki.kayac.com/rakugaki_tag.php?rid=51166"></script> <noscript>&lt;a href=&#8221;http://www.blogdeco.jp/&#8221; mce_href=&#8221;http://www.blogdeco.jp/&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;/en/wp-content/uploads/2009/05/title1_on.gif&#8221; mce_src=&#8221;/en/wp-content/uploads/2009/05/title1_on.gif&#8221; alt=&#8221;title1_on&#8221; title=&#8221;title1_on&#8221; width=&#8221;130&#8243; height=&#8221;24&#8243; class=&#8221;alignnone size-full wp-image-669&#8243; /&gt;&lt;/a&gt;</noscript></p>
<p>Rakugaki Board (“Graffiti Board”) is made by Blog Deco, a Blog Parts company which is a joint venture of Cuppy and Kayac.</p>
<p>If you’ve seen the Graffiti application on Facebook, or at least MS Paint,  then you should be familiar with the basics of Rakugaki Board.  It’s a small frame with a limited amount of pens and colors where anyone can draw pictures or doodles.</p>
<p>However, it doesn’t end there.  Every saved picture can be played back in real time.  It is quite addictive to hunt around for artistic blogs and scan through tens or hundreds or these:</p>
<p><img class="alignnone size-full wp-image-671" title="rakugaki1" src="/en/wp-content/uploads/2009/05/rakugaki1.png" alt="rakugaki1" width="119" height="169" /></p>
<p>To find a few of these:</p>
<p><img class="alignnone size-full wp-image-672" title="rakugaki4" src="/en/wp-content/uploads/2009/05/rakugaki4.png" alt="rakugaki4" width="122" height="163" /></p>
<p>Rakugaki also predates the Facebook Graffiti application’s release by about a year.</p>
<h3>4. <a href="http://www.blogdeco.jp/otto/">Otto</a></h3>
<p><script src="http://www.blogdeco.jp/otto/tag.php"></script><noscript>&lt;a href=&#8221;http://www.blogdeco.jp/&#8221; mce_href=&#8221;http://www.blogdeco.jp/&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;http://www.blogdeco.jp/img/jsWarning.gif&#8221; mce_src=&#8221;http://www.blogdeco.jp/img/jsWarning.gif&#8221; width=&#8221;140&#8243; height=&#8221;140&#8243; border=&#8221;0&#8243; alt=&#8221;Blogdeco&#8221; /&gt;&lt;/a&gt;</noscript></p>
<p>Blog Deco actually made an <a href="http://www.blogdeco.jp/en/">English site</a> for their oTTo (“Sound”) widget.  Here’s the description in their words:</p>
<ul>
<li>oTTo is “music scribble”.</li>
<li>you can make music just like scribble on the note book.</li>
<li>It is a tool for people who can’t stop making music!</li>
</ul>
<p>Basically, oTTo is a super-simple sequencer.  You can adjust the tempo and volume, and save your compositions if you register.  That’s it.  Really fun and will have you sounding like <a href="http://youtube.com/watch?v=t8VZ_JCNWsQ">Nobukazu Takemura</a> in no time (note: not really).</p>
<h3>5. <a href="http://marutenten.jp/mttstar/maru_ten_ten_star.html">Maru Ten Ten</a></h3>
<p><script src="http://marutenten.jp/mttstar/hoshizora.js" type="text/javascript"></script></p>
<p>Maru Ten Ten (“Circle Dot Dot”), described on it’s homepage as a “romantic blog tool”, is certainly the most peaceful widget I’ve come across.  It’s a bit hard to describe, but it essentially turns all of the periods on your page into stars and turns your blog into a night sky.  It also puts up “star links” to other blogs using the widget.  Just amazingly creative and cute.</p>
<h3>Bonus Resources</h3>
<p>If you’re interested in hunting around for Japanese widgets, I’d recommend you first download <a href="http://getfirefox.com">Firefox</a> and install the awesome <a href="http://www.polarcloud.com/rikaichan/">Rikaichan</a> extension, and then explore the following blog parts (“widget”) aggregation sites:</p>
<ul>
<li><a href="http://www.blog-parts.com/">Blog Parts</a></li>
<li><a href="http://blog-in.jp/">Bloq In</a></li>
<li><a href="http://blogpartsgarden.jp/">Blog Parts Garden</a></li>
<li><a href="http://satokoto.blog10.fc2.com/">Blog Parts wo Sagase</a></li>
<li><a href="http://www.blogwasabi.com/">Blog Wasabi</a></li>
<li><a href="http://blogparts.blog2.fc2.com/">無料ブログパーツを設置しよう</a></li>
</ul>
<p>Yoroshiku!</p>
<p>Joseph</p>
]]></content:encoded>
			<wfw:commentRss>/en/2009/05/5-great-japanese-blog-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

