Work vs Life in the different cultures

I watched one tv play in Japanese - ハケンの品格 recently.

It talks about one temporary worker’s story. The leading role’s name is 大前春子. She has the glaring ability and countless certificates. But she insists on working as one temporary worker. The temporary work always has three months. Once the period finished, she will make a trip all over the world.

Recently, this tv play is popular in Japan and China. Specially, many young people are eager to work and life like the leading role. This is very different from the past.

In Japan, one word is popular. That is “Work is life”. People work hard, and the work is the most important part in life. The young people go to work early, and go home lately. In China, people word harder even without salary when working overtime. No discipline force them to do as that. The culture is just that.


Share this: del.icio.us Digg Furl Reddit BlinkList blogmarks Google Ma.gnolia Netscape Newsvine Simpy Spurl StumbleUpon Technorati Windows Live Yahoo!

Related Post




Show my Firefox

Recently, Lifehacker’s Screen Tour made the new one “Show Us Your Firefox“. Here I show you my Firefox. You can click the image to zoom it.

I have three top favorite folder: StartUp, Add…, ToDo.

  • “StartUp” is similar with Windows’s Startup Menu. With it, my firefox looks like one OS.
  • “Add” is the shortup bookmarks’ folder for the services such as del.icio.us, Netscape, RememberTheMilk.
  • “Todo” is prepared for the pages that will read someday.

The menu in firefox is hidden by the plugin - Personal Menu. And I use one plugin “Status Button” to put some button into status.

That’s all I have done.


Share this: del.icio.us Digg Furl Reddit BlinkList blogmarks Google Ma.gnolia Netscape Newsvine Simpy Spurl StumbleUpon Technorati Windows Live Yahoo!

Related Post




How to make one Google Blog Search Form in your blog

Google blog search service is one nice search engine. And you can search articles in one special blog by "keyword blogurl:http://blogurl/". For the blogger. It is better than Google Customize Search.

How to make one Google Blog Search Form in your blog? You need only put the below code into your blog template. And replace the variable - site with your blog url. You can download the code from http://www.codingmill.com/theforgottenmilk/download/3/

<script type="text/javascript">
function searchblogs() {
var q = document.getElementById("searchbox_googleblog_q").value;
var site = "terababy.blogspot.com";
var href = "http://blogsearch.google.com/blogsearch?hl=en&newwindow=1&safe=off&rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;amp;amp;ie=UTF-8&oe=UTF-8&um=1&tab=wb&oi=revisions_inline&resnum=0&ct=property-revision&cd=1&q=" + q+ "+blogurl%3Ahttp%3A%2F%2F" + site + "%2F&btnG=Search+Blogs";
window.open (href , ‘_blank’);
}
</script>

<form id="searchbox_googleblog" onsubmit="javascript:searchblogs();return false;">
<input id="searchbox_googleblog_q" style="margin: 4px 0 0 1px;padding: 1px 0 0 2px;border: 2px solid #919191;width=120px;height=16px; " name="q" type="text"/>
<input value="Search" name="sa" onclick="javascript:searchblogs();" type="button"/>
</form>

For example, you can search my articles in the head of my blog.


Share this: del.icio.us Digg Furl Reddit BlinkList blogmarks Google Ma.gnolia Netscape Newsvine Simpy Spurl StumbleUpon Technorati Windows Live Yahoo!

Related Post




Page 4 of 15« First...«23456»...Last »