<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>ONE PERCENT DESIGN BLOG</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://onepercentdesign.com/blog/atom.xml" />
    <id>tag:onepercentdesign.com,2011-01-11:/blog//2</id>
    <updated>2011-05-07T08:19:47Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 5.04</generator>

<entry>
    <title>Facebookページにオリジナルページを追加する方法まとめ（ssl対策版）</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/05/facebookssl.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.564</id>

    <published>2011-05-06T02:13:29Z</published>
    <updated>2011-05-07T08:19:47Z</updated>

    <summary>つまり、読み込むiframeのファイルがsslサーバー内じゃ無いとだめとかそういう話らしく、sslサーバーを持つ必要の無い個人や中小企業にとっては痛い仕様だと思っていたわけです。

どれだけの人がセキュア設定でFacebookを見ているのかは分かりませんが、小生は気がついたらsslで見ていたので、もしかしたら初期設定なのかもしれませんし、どこかで設定しなおしたのかもしれません。</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="Facebook" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	最近はFacebookの仕様もアホのようにガラっと変わってしまい、北米も日本も関係無く仕様変更に対応しようと四苦八苦。</p>
<p>
	色々Facebookページを作るための方法も見かけますが、小生が今現在Facebookページを作る時にFacebookページを作る流れを一からご紹介しようと思っています。</p>
<h3>
	Facebookページにiframeで読み込む時のSSL問題</h3>
<p>
	Facebookページが何か、どうやってFacebookページを作るかという話は是非Google先生に聞いていただくとして、小生がFacebookページを初めて作った時は、最近流行りのアプリケーションを登録する流れで作ってみた訳ですね。参考にしたのは下記の記事。</p>
<p>
	<a href="http://facebook.webcrafts.jp/facebook/187">iframeでFacebookページをつくるための流れ</a></p>
<p>
	上記記事を参考にしながら、iframeで読み込むHTMLを作って、自分のサーバーに置き、実際にアプリに登録してみたわけですが、小生はいつもsslでFacebookを見てるユーザーでして、実際に自分のFacebookページをhttpsからアクセスすると下記のようになってしまうわけです。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/Screenshot_3.jpg"><img alt="Screenshot_3.jpg" class="mt-image-center" height="450" src="http://onepercentdesign.com/blog/assets_c/2011/05/Screenshot_3-thumb-643x450-83.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	「いや、見れないし」とツッコミを入れてみました。</p>
<p>
	つまり、読み込むiframeのファイルがsslサーバー内じゃ無いとだめとかそういう話らしく、sslサーバーを持つ必要の無い個人や中小企業にとっては痛い仕様だと思っていたわけです。</p>
<p>
	どれだけの人がセキュア設定でFacebookを見ているのかは分かりませんが、小生は気がついたらsslで見ていたので、もしかしたら初期設定なのかもしれませんし、どこかで設定しなおしたのかもしれません。</p>
<p>
	何にせよ、このままじゃダメだと色々調べてみたところ、カナダ人の友人にFacebookアプリの&rdquo;<a href="https://apps.facebook.com/iframehost/?ref=ts">Static IFRAME Tab</a>&rdquo;というアプリがあり、このアプリケーションを使って対応しているという情報をゲット！</p>
<p>
	下記で早速ご紹介させて頂きます。</p>
<h3>
	Static IFRAME Tabとは？</h3>
<p>
	FBMLが廃止されてから、様々なFBMLの代わりとなるアプリケーションが出ましたが、どれもFBMLの延長。Facebookアプリで作ったFacebookページのようにアイコンの変更ができなかったり、微妙に重かったりと個人的に使えない印象が大きく。かと言ってアプリ登録してiframeで読み込む方法だとSSLサーバーがいるしと、八方塞がりでしょうがなく使っていたのですが、このStatic IFRAME Tabは、FBMLに似ていますが、独自アイコンの指定もできるようきっちりアプリ申請を行った上でページを作成する優れもの。下記にて作成までの流れをご紹介。</p>
<h3>
	Static IFRAME Tab導入手順</h3>
<h4>
	<span class="Apple-style-span" style="font-weight: normal; ">まずはStatic IFRAME Tabを追加します。</span></h4>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/%E7%84%A1%E9%A1%8C.jpg"><img alt="無題.jpg" class="mt-image-center" height="406" src="http://onepercentdesign.com/blog/assets_c/2011/05/%E7%84%A1%E9%A1%8C-thumb-643x406-85.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	すると自分のFacebookページにWelcome!というページが追加されているのが分かります。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/002.jpg"><img alt="002.jpg" class="mt-image-center" height="307" src="http://onepercentdesign.com/blog/assets_c/2011/05/002-thumb-643x307-87.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	Welcomeの左についているようなアイコンでは無く、独自アイコンにしたい！というわけで<a href="http://www.facebook.com/developers/apps.php" target="_blank">こちらからアプリ登録</a>します。</p>
<h2>
	1. アプリケーションのセットアップ</h2>
<p>
	下記画面から新しいアプリケーションのセットアップボタンを押します。</p>
<p>
	<a href="http://iframehost.com/img/Step1.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step1.png" width="400" /></a></p>
<p>
	アプリケーション名を入力してください。</p>
<p>
	<a href="http://iframehost.com/img/Step2.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step2.png" width="400" /></a></p>
<h2>
	2. アイコンをアップロード</h2>
<p>
	アプリケーションのアイコンをアップロード！このアイコンがFacebookページに追加されるページのアイコンになります。（先ほどのWelcomeの左みたいな）</p>
<p>
	<a href="http://iframehost.com/img/Step3.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step3.png" width="400" /></a></p>
<p>
	ここからちょっと面倒です。ここに設定するURLは必ず下記の物を入力してください。</p>
<ul>
	<li>
		<b>Canvas URL</b>&nbsp;- Enter&nbsp;<b>http://<i>YOURAPPLICATIONID</i>.iframehost.com/</b></li>
	<li>
		<b>Secure Canvas URL</b>&nbsp;- Enter&nbsp;<b>https://<i>YOURAPPLICATIONID</i>.iframehost.com/</b></li>
	<li>
		<b>Tab URL</b>&nbsp;- Enter&nbsp;<b>http://<i>YOURAPPLICATIONID</i>.iframehost.com/tab</b></li>
	<li>
		<b>Secure Tab URL</b>&nbsp;- Enter&nbsp;<b>https://<i>YOURAPPLICATIONID</i>.iframehost.com/tab</b></li>
</ul>
<p>
	上記の「<b><i>YOURAPPLICATIONID</i></b>」という項目は全て作成したアプリケーションのIDに書き換えます。終了したら保存してください。これで準備完了です。</p>
<p>
	<a href="http://iframehost.com/img/Step4b.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step4b.png" width="400" /></a></p>
<h2>
	3. アプリケーションの登録とIDメモ</h2>
<p>
	下記のAPI keyとApp Secretをメモ！そして右側のApplication Profile Pageより作成したアプリを自分のFacebookページへ追加します。</p>
<p>
	<a href="http://iframehost.com/img/Step5.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step5.png" width="400" /></a></p>
<p>
	<a href="http://iframehost.com/img/Step6.png" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; " target="_blank"><img src="http://iframehost.com/img/Step6.png" width="140" /></a></p>
<p>
	さて、ここまでくれば後は自分のアプリケーションへ移動すると登録したアプリケーションが表示されており、下記のような画面が表示されるはずです。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/Screenshot_5.jpg"><img alt="Screenshot_5.jpg" class="mt-image-center" height="454" src="http://onepercentdesign.com/blog/assets_c/2011/05/Screenshot_5-thumb-643x454-91.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	こちらに先ほど控えたAPI KeyとApp Secretの番号を入力してください。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/Screenshot_6.jpg"><img alt="Screenshot_6.jpg" class="mt-image-center" height="474" src="http://onepercentdesign.com/blog/assets_c/2011/05/Screenshot_6-thumb-643x474-93.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	あとは上記のHTML欄に好きにHTMLを書いて画像引っ張るなり、適当に作るなりしてください！自由！貴方は自由です！</p>
<p>
	ちなみに、タブの名前はいつでもアプリケーションの設定から変更できます。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2011/05/05/Screenshot_7.jpg"><img alt="Screenshot_7.jpg" class="mt-image-center" height="219" src="http://onepercentdesign.com/blog/assets_c/2011/05/Screenshot_7-thumb-643x219-95.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="643" /></a></p>
<p>
	以上、いかがでしたでしょうか？</p>
<p>
	ページの作り方というよりは、SSL対応とアイコンを付けるのがメインの紹介になってしまいましたが、最近小生がFacebookページを作る仕事をするときはこの方法を主に使っています。</p>
<p>
	SSLサーバー持ってる人にはあまり関係無いお話かもしれませんが、ご紹介までに。</p>
<p>
	ちなみに、こちらの記事は<a href="http://www.facebook.com/ONEPERCENTDESIGN?sk=app_156788777715432" target="_blank">小生のFaecebookページ</a>でも見ることができます。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>カナダ在住クリエイターによるEvernote活用術</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/05/evernote-1.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.563</id>

    <published>2011-05-01T23:53:37Z</published>
    <updated>2011-05-02T01:05:47Z</updated>

    <summary> 	 	さて、以前から「小生なりのEvernote活用法を書くぞ！」と意気込みな...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="Evernote" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="仕事" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	<img alt="evenote.gif" class="mt-image-right" height="902" src="http://onepercentdesign.com/blog/2011/05/01/evenote.gif" style="float: right; margin: 0 0 20px 20px;" width="186" /></p>
<p>
	さて、以前から「小生なりのEvernote活用法を書くぞ！」と意気込みながら今に至ってしまいましたが、やっと重い腰が上がったので小生のEvernoteまとめをご紹介。</p>
<ul>
	<li>
		000-1 ネタ探し</li>
</ul>
<p>
	完全に面白いとかとりあえず見るとかぶっちゃけ適当箱です</p>
<h3>
	GTD関連</h3>
<ul>
	<li>
		inbox<br />
		とりあえずGTD関連でつっこむノート</li>
	<li>
		すぐやる<br />
		１０分以内に手をつけろよノート</li>
	<li>
		いづれやる<br />
		気が向いたらやれよノート</li>
	<li>
		PJ<br />
		プロジェクト関連で気にしとけよノート</li>
	<li>
		VANCO<br />
		うちの会社でお前覚えておけよノート</li>
	<li>
		IDEA<br />
		実際に実行に移すIDEAノート</li>
	<li>
		完了<br />
		よっしゃ終わったわー！って感覚を味わうためのノート</li>
</ul>
<h3>
	Learning English</h3>
<ul>
	<li>
		日常会話<br />
		日常会話でこれつかえんじゃねと思う文まとめノート</li>
	<li>
		暗記する<br />
		暗記しろアホと活を入れるノート</li>
	<li>
		レッスン<br />
		チューターとか英語教えてもらったら書くノート</li>
	<li>
		文法<br />
		嫌いです</li>
	<li>
		Speech&nbsp;<br />
		スピーチする時に使えるかもと思っている表現とかまとめるノート</li>
	<li>
		参考資料<br />
		英語ならこれ参考にしろよノート</li>
</ul>
<h3>
	LifeLog</h3>
<ul>
	<li>
		inbox<br />
		生活に関する色々とりあえず入れろよノート</li>
	<li>
		Cooking<br />
		料理関連のレシピだったり作った物だったり反省だったり検討だったり</li>
	<li>
		個人情報<br />
		給与明細、請求書、その他口座とか何から何までこの中突っ込みます、「セキュリティどうすんだよコエーよ」という方はこちら<br />
		https://www.youtube.com/watch?v=VWfuPIRxSe0&amp;feature=player_embedded#at=37</li>
	<li>
		遊び<br />
		遊びに使えそうなノート</li>
	<li>
		登録関連<br />
		アカウント登録とかソフトのキーとかその辺</li>
	<li>
		完了<br />
		もうこのログは取る必要ねぇなという物突っ込むノート</li>
</ul>
<h3>
	Tech / Design</h3>
<p>
	全部職業柄のメモ用紙、覚えておかないと駄目なこととか、アイデアハック系</p>
<h3>
	Life / Business</h3>
<ul>
	<li>
		業務改善／試行<br />
		業務完全や効率化の試作、自分が仕事をする上で必要な業務効率上昇ノウハウ系</li>
	<li>
		Life Hack<br />
		そのままの意味。生活面での時間節約術とか</li>
	<li>
		一括<br />
		なんか名前適当すぎるけど、秘密のノートブック</li>
	<li>
		Marketing<br />
		マーケティング関連で覚えておくためのノート。仕事だけじゃ無く、生活面でのマーケットもここに突っ込む</li>
	<li>
		Book<br />
		主にLife hack系の本とか読みたい本リスト</li>
	<li>
		学習記録<br />
		個人的にEvernoteで一番重宝してるノート。何かを勉強するぞ！ってなったらノートを一個作る。そんで今日頑張って学んだことをここに突っ込む</li>
</ul>
<h3>
	終了</h3>
<p>
	お前、これ絶対見直すこと無いだろ？って奴を突っ込むノート</p>
<h3>
	全体的に</h3>
<p>
	個人的にはノート間の移動が激しいです。Lifehackに入れてブログに書けると思ったらネタ帳に行ったり、業務改善に行って、そのままGTD化したり。</p>
<p>
	ノートは基本、毎日見るものじゃ無く、必要だと思った時に見るようにしてます。</p>
<p>
	Evernoteで記憶してることは頭からすっかり抜き去り、その他の部分で頭のキャパを使い切る感じでしょうか。その中で生まれたものもまた、同様にEvernoteの中へ放り込む感じですね。</p>
<p>
	あとは、完了系のノートって反対派の人も多いようですが、小生は何かしらタスクややり終えた感が欲しい人間なので、とにかく完了のノートに終わったと思ったら突っ込むようにしてます。</p>
<p>
	検索で出したいキーワードとかはタグでつけるようにして、万が一再度必要になった時に取り出せるようにしとくtまえ、ゴミ箱じゃ無く終了や完了のノートに突っ込みます。</p>
<p>
	これが絶対は無いと思いますが、何かの参考になれば幸いです。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>ピアノ習いだして４年目になりました</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/04/post-116.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.562</id>

    <published>2011-05-01T04:50:25Z</published>
    <updated>2011-05-01T05:16:59Z</updated>

    <summary> 	もともと多趣味という訳ではなかったのですが、カナダに着てからというモノ、本当...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="ピアノ" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="diary" label="diary" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	もともと多趣味という訳ではなかったのですが、カナダに着てからというモノ、本当にいろんなモノに手をつけてきました。マラソン、ジム、図書館、ピアノ、中でもピアノは日本にいたときから好きで、でも習ったことはなかったのですが、ちょうど一年前くらいからちょっとずつ習いだし、実は今日でピアノを趣味にして４年目ということになりました。</p>
<p>
	別にプロになりたいとかでは無いので、あくまで遊びですが、ちょっとくらいは上手くなったかなと思ったので、ここを一度タームポイントとしてまた今日から１年、頑張りたいと思っています。</p>
<p style="text-align:center;">
	<object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/5IrF2klqrDQ?hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/5IrF2klqrDQ?hl=ja&amp;fs=1" type="application/x-shockwave-flash" width="425"></embed></object></p>
<p>
	とりあえず今弾ける曲の中で個人的に好きな３曲をピックアップしてみました。mr.rolenceはまだ全部弾けません、習ってる最中だもん。あと、とにかく間違ってもいいから３曲連続で弾いてます。今のレベルを知るのが目的なので、下手くそと言われようが知ったことではありません。</p>
<p>
	しかし、１年前の動画とか見ましたが、ひどいですね。それに比べればだいぶマシになったかなと（笑</p>
<p>
	また一年後にまったく同じことを思っていたいとしみじみ思います。</p>
<p>
	最後に、僕なんぞの実力でご紹介していいのか悩まれますが、というかこの動画自体、先生に見られたらレベルの低さに激しく怒られるかもしれませんが、こちら僕が１年前からお世話になっている<a href="http://www.vancouver-piano.com/">先生のサイト</a>です。最近、忙しくてサボり気味ですいません（汗</p>
<p>
	加えて。。</p>
<p>
	椅子買えよというツッコミは受け付けておりませんのでご了承を（ｷﾘっ</p>
]]>
        
    </content>
</entry>

<entry>
    <title>（個人的に第三回）SunRunの結果発表</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/04/sunrun.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.560</id>

    <published>2011-04-18T02:15:35Z</published>
    <updated>2011-04-18T02:33:15Z</updated>

    <summary> 	まぁ、あれだけなんとかして40分台の大台に乗りたいなと思っていたわけですが、...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="バンクーバー日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="english" label="english" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	まぁ、あれだけなんとかして40分台の大台に乗りたいなと思っていたわけですが、結果51分ということになりました。</p>
<p>
	いや、なかなか難しいもんですね、去年一昨年とタイムはあがってきているのですが、やはり目標とする所に届かなかったのはちょっと悔しいもんでした。</p>
<p>
	ということで、一応次に向けて</p>
<meta charset="utf-8" />
<ul>
	<li>
		やっぱタバコやめるか？</li>
	<li>
		週一ランニングを週二にするか？</li>
	<li>
		Shuffle良かった！でもタイム計れないのが痛いなぁ</li>
	<li>
		給水所の場所って事前に分かってるもんなん？</li>
	<li>
		次はちゃんと事前申請しとこう</li>
</ul>
<p>
	あくまで趣味ですが、やはり目標は持ちたいですね！</p>
<p>
	今のところ3年連続でタイムは</p>
<p>
	&nbsp;</p>
<meta charset="utf-8" />
<table border="0" cellpadding="3" cellspacing="1" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; " width="100%">
	<tbody>
		<tr bgcolor="#000099">
			<th class="head" rowspan="2" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Year</span></span></th>
			<th class="head" colspan="3" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Placing</span></span></th>
			<th class="head" colspan="7" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">All Years Search - All Ages - Showing 1</span></span></th>
		</tr>
		<tr bgcolor="#000099">
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><b>OA</b></span></span></th>
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">M/F</span></span></th>
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Div</span></span></th>
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Age</span></span></th>
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Time</span></span></th>
			<th class="head" colspan="2" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Pace</span></span></th>
			<th class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Bib</span></span></th>
			<th align="left" class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Name</span></span></th>
			<th align="left" class="head" style="font: normal normal bold 12px/normal arial, helvetica, 'sans serif'; color: rgb(255, 255, 255); ">
				<span style="color:#ffffff;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">City</span></span></th>
		</tr>
		<tr bgcolor="#FFFFFF">
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">2011</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">4439</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">3600</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">498</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">M1924</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><strong><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">0:51:49</span></strong></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">5:11</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">8:21</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">17969</span></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><a href="http://www.raceheadquarters.com/certificates/certificate.php?race=91&amp;number=17969" style="cursor: pointer; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; " target="_blank">Yoshitaka Goto</a></span></span><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Vancouver, BC</span></span></td>
		</tr>
		<tr bgcolor="#FFFFFF">
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">2010</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">6056</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">4751</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">587</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">M1924</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><strong><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">0:54:13</span></strong></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">5:26</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">8:44</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">18818</span></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><a href="http://www.raceheadquarters.com/certificates/certificate.php?race=75&amp;number=18818" style="cursor: pointer; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; " target="_blank">Yoshitaka Goto</a></span></span><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Vancouver, BC</span></span></td>
		</tr>
		<tr bgcolor="#DDDDFF">
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">2009</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">9991</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">7181</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">876</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">M1924</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><strong><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">0:57:46</span></strong></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">5:47</span></span></td>
			<td class="resr" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: right; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">9:18</span></span></td>
			<td class="resc" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; text-align: center; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">30912</span></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><a href="http://www.raceheadquarters.com/certificates/certificate.php?race=54&amp;number=30912" style="cursor: pointer; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; " target="_blank">Yoshitaka Goto</a></span></span><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span></td>
			<td class="res" nowrap="nowrap" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; font: normal normal normal 11px/normal arial, helvetica, 'sans serif'; ">
				<p>
					<span style="color:#fff0f5;"><span class="Apple-style-span" style="font-family: arial, verdana, 'Lucida Grande', sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Vancouver, BC</span></span></p>
			</td>
		</tr>
	</tbody>
</table>
<p>
	40分台は難しかったですが、確実に３分ずつあがってる！</p>
<p>
	あ、でも1年目はほぼ練習無しで</p>
<p>
	2年目は3ヶ月前くらいから練習して</p>
<p>
	3年目は1年前から週に一回4,5キロ走った結果がこうなので</p>
<p>
	次また3分タイムを縮めるためには、</p>
<p>
	一週間で1回を2回の練習にするか、1回の走行量をあげるかのどっちかな訳ですが、今年のノリとしては2回行くのはきついので、1回の走行距離をのばす方向でトレーニングしてみたいと思っています！</p>
<p>
	というわけで、来年も頑張るぞー。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>JAPAN LOVE at Fortune Sound Club 03/28（MONDAY） 9:00pm - 2:00am </title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/03/japan-love-at-fortune-sound-club-0328monday-900pm---200am.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.556</id>

    <published>2011-03-28T08:31:19Z</published>
    <updated>2011-03-28T18:30:03Z</updated>

    <summary> 	 	小生のブログは日本からのアクセスが大半だとは思いますが、中にはバンクーバ...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="ニュース関連" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	<a href="http://onepercentdesign.com/blog/2011/03/28/194295_10150164483235202_504115201_8727824_5435505_o.jpg"><img alt="194295_10150164483235202_504115201_8727824_5435505_o.jpg" class="mt-image-left" height="386" src="http://onepercentdesign.com/blog/assets_c/2011/03/194295_10150164483235202_504115201_8727824_5435505_o-thumb-250x386-78.jpg" style="float: left; margin: 0 20px 20px 0;" width="250" /></a></p>
<p>
	小生のブログは日本からのアクセスが大半だとは思いますが、中にはバンクーバーからアクセスしてくれる希少な人もいると思うので告知させてもらいます。</p>
<p>
	本日3/28(月)の夜9：00から、Fortune Sound Clubというバンクーバー内では比較的大きいクラブ会場で募金活動の為のイベントが開かれます。</p>
<p>
	小生も以前から告知させてもらっていたJapan Loveという日本復興支援活動の一環として開かれる今回のイベント。バンクーバーから日本の被災者のために何かできることが無いかと考えている人が居れば、是非今回のイベントに参加して頂ければと思います。</p>
<div>
	<p>
		I think my weblog is visited mostly by Japanese people living in Japan, and a very few people living in Vancouver, so I want to inform those who live in Van about &quot;JAPAN LOVE EVENT.&quot;</p>
	<p>
		On Monday, March 28, 2011 starting at 9:00p.m., Japan Love fundraising event will be held at Fortune Sound Club, a big club spot in Vancouver.</p>
	<p>
		Japan Love Project supports reconstruction of earthquake-stricken cities in Japan. If you&rsquo;re seeking something you can do to help those who have been suffering in the wake of the earthquake/tsunami in Japan, please join them.</p>
</div>
<p>
	03／28（MONDAY）<br />
	09：00PM?02：00AM<br />
	10$/Donation at the door - *NO ADVANCE TICKETS</p>
<div>
	<div>
		@ Fortune Sound Club</div>
	<div>
		147 East Pender Street / Chinatown</div>
	<div>
		Vancouver B.C.</div>
	<p>
		<a href="https://www.facebook.com/event.php?eid=196161163752083&amp;ref=ts">Facebook Page</a></p>
</div>
]]>
        
    </content>
</entry>

<entry>
    <title>3/23 18:30から、バンクーバー日経ビジネス協会主催のセミナーのお知らせ</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/03/323-1830.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.554</id>

    <published>2011-03-23T05:14:11Z</published>
    <updated>2011-03-23T05:37:23Z</updated>

    <summary> 	あえてギリギリで告知させて頂きますが、明日バンクーバーの日経ビジネス協会でイ...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="バンクーバー日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dialy" label="dialy" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	あえてギリギリで告知させて頂きますが、明日バンクーバーの日経ビジネス協会でインターネットマーケティングに関するセミナーを行うことになりました。</p>
<p>
	<a href="http://events.kiyukai.org/article/187803279.html">2011年3月23日（水）開催 セミナー『2011年度版・ビジネスに使うネットマーケティング』</a></p>
<p>
	今回はバンクーバーで出会った僕の恩師でもあられます、<a href="http://blog.vancoadvertising.com/cho/">Choさん</a>にお声がけ頂き僕もちょっとだけお時間を頂いてお話させて頂こうと思います。</p>
<p>
	ただし、カナダ、北米では日系ローカル問わず、多くの企業がSNSやネットマーケティングについて強い関心を持っているという事実を知ってもらうにはとても有益なセミナーだと思われますので、もし興味のある方は是非ご覧ください。</p>
<p>
	もしかしたら実況で情報流れるかもしれませんので、とりあえず興味のある方は下記をTwitterでフォローしといてください。もしかしたら、写真とか動画とかで小生の姿を目にすることができるかもしれません。</p>
<p>
	<a href="https://twitter.com/kiyukai">企友会（バンクーバー日系ビジネス協会</a><a href="https://twitter.com/kiyukai">）</a>&nbsp;- Twitter</p>
<p>
	このブログ読者の方は日本在住の人が大半だと思うので、日本時間だと<strong>3/24の午前10：30</strong>くらいからですかね。もし、時間の都合の合う方は是非に。</p>
<p>
	ついでに、<a href="https://twitter.com/ilovewebvan">小生のTwitter</a>もヨロシクです。あと、小生もこのブログの<a href="https://www.facebook.com/pages/ONE-PERCENT-DESIGN/204079709604879">Facebook Page</a>作成したので、ついでにLike押しといてください。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>大阪にて竹見脩吾写真展／キャノンギャラリー梅田</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/03/post-112.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.553</id>

    <published>2011-03-19T01:21:52Z</published>
    <updated>2011-03-20T06:41:31Z</updated>

    <summary> 	 	日頃から何かとお世話になっているカメラマンの竹見脩吾さんがこの度キャノン...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="写真" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dialy" label="dialy" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	<img alt="" src="http://onepercentdesign.com/provide/takemiart/images/pic_01.jpg" style="width: 500px; height: 334px; " /></p>
<p>
	日頃から何かとお世話になっているカメラマンの竹見脩吾さんがこの度キャノンギャラリー梅田にて写真展を行うことになりましたので告知させて頂きます。</p>
<p>
	<a href="http://takemi-artsports.com/blog/?p=2794">大阪写真展／キャノンギャラリー梅田</a></p>
<p>
	竹見さんはバンクーバーに小生と同じくらいの時期に留学していた経緯もあり、WEBサイトを使ったプロモーションやブランディングをお手伝いさせて頂きました。</p>
<p>
	また、小生自身、写真の一つ一つが何かを訴えかけている、単純なクオリティとはまた別の感動がある竹見さんの写真に魅せられた一人でもあります。</p>
<p>
	<a href="http://takemiart.com/">写真家竹見脩吾 - 公式WEBサイト</a></p>
<p>
	竹見さんの公式WEBサイトは上記になりますので、作品の一覧を見ることが出来ます。加えて、この公式サイトの制作にはバンクーバーの<a href="http://www.ncreate.net/">スーパーFlashデベロッパー</a>にご協力いただくことができた上に、小生のピアノの<a href="http://www.vancouver-piano.com/">大先生でおられる方</a>にもご協力頂くに至りました（サイトはお花畑ですが、演奏は神々しい物があります笑）。これも一概に竹見脩吾という人物の写真に人を惹きつける何かがあるからだろうと小生は思いました。</p>
<p>
	本当にひとつひとつが何を訴えているかが痛い程伝わる写真ばかりなので、是非ご覧になり興味があれば大阪にお住まいの方は一度足を運んでみてはいかがでしょうか？</p>
<p>
	<iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/HJ3tTukIfGE" title="YouTube video player" width="640"></iframe></p>
]]>
        
    </content>
</entry>

<entry>
    <title>RewardMeはGrouponを越えるか？</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/03/rewardme.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.552</id>

    <published>2011-03-17T01:02:07Z</published>
    <updated>2011-03-18T02:15:05Z</updated>

    <summary> 	RewardMeとは、foursquareにも似たローケーションベースのポイ...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="ビジネス" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="マーケティング" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	RewardMeとは、foursquareにも似たローケーションベースのポイント課金システムのことです。RewardMeに登録されているお店へ足を運び、店頭のQRコードをスキャンするとポイントが課金され、ポイントが貯まると換金扱いで商品と交換出来るというめちゃめちゃ単純なサービスですが、個人的にはGrouponとfoursquareを足して2で割ったようなサービスの印象を受けました。</p>
<p>
	<a href="http://rewardmeapp.com/">RewardMe - Loyalty Management Solution</a></p>
<p>
	Groupon利用者の声として、やはり一番引っかかるのは、クーポンを利用して訪れたユーザーがリピーターとして定着してくれるかという点に尽きると思います。特にGrouponを利用したお店側の利益率という点で言えば、発行時の利益の見込みは薄いわけですから、リピーター獲得にどう活かすかを考えることが最も大きなGroupon利用後の課題なのでは無いかと考えています。</p>
<p>
	ただし、セール対象商品 or サービスと併用して購入を促すことで利益に繋げるという動きも目立つので、一概にリピーターが全てとは言えないとも思いますが。</p>
<p>
	つまり、下記の記事で言っていることに尽きるわけです。</p>
<p>
	<a href="http://wiredvision.jp/news/201010/2010102022.html">『GROUPON』利用企業、再実施には消極的：米調査</a></p>
<p>
	RewardMeは激シンプルながらも、リピーターを得るということに置いては非常によく考えられていて、「一度きり」の来店では無く、「複数回」来店せざるを得ない仕組みになっています。</p>
<p>
	上記の記事でも書かれていましたが、飲食店はGrouponの利用に消極的です、発行当初は来客数は多いが利益にはならない、リピーターの獲得ができなければタダの大赤字。サービス業全般に同じことが言えるでしょう。</p>
<p>
	とりあえず、使い方を教えろという人は、下記の動画を見て頂ければ一目瞭然かなと思いますので是非ご参考までに。</p>
<p>
	<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/l5np1973wHc?version=3" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="390" src="http://www.youtube.com/v/l5np1973wHc?version=3" type="application/x-shockwave-flash" width="640"></embed></object></p>
<p>
	ついでに、小生の知り合いも記事として掲載されていましたのでご紹介。</p>
<blockquote>
	<p>
		<a href="http://goo.gl/RV03a">Android / iPhone ユーザー用 App RewardMe を使ってみたよ♪｜バンクーバーの旅行会社 ナビツアーで働くOshoのブログ:&nbsp;</a></p>
</blockquote>
]]>
        
    </content>
</entry>

<entry>
    <title>カナダでも東北関東大震災の被災者の皆様へ沢山の声が</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/03/post-111.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.551</id>

    <published>2011-03-14T18:44:16Z</published>
    <updated>2011-03-15T20:51:10Z</updated>

    <summary> 	 	今回発生してしまった東北関東大震災に対するカナダ国内の危機感はとても高い...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="バンクーバー日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	<img alt="188035_159766137412287_2606883_n.jpg" class="mt-image-left" height="267" src="http://onepercentdesign.com/blog/2011/03/14/188035_159766137412287_2606883_n.jpg" style="float: left; margin: 0 20px 20px 0;" width="200" /></p>
<p>
	今回発生してしまった東北関東大震災に対するカナダ国内の危機感はとても高いです。元々カナダ人の中には日本LOVEな人たちがとても多いため、他人事とは思えない人たちも沢山いるのです。</p>
<p>
	そんな中、バンクーバーの地元学生達が復興のための活動をFacebook上で開始しました。小生自身も参加する予定ですが、地震が発生し被害の様子が全世界に報道されてから僅か数時間でこのFacebook Pageは立ち上がりました。その名前はシンプルに「JAPANLOVE」。</p>
<p>
	一部の人は既にご存知かもしれないが、この「JAPANLOVE」という画像、実はカナダ国内で日本への復興支援を支持する人たちの意思表明として、自身のプロフィール画像として掲載しているものになります。</p>
<p>
	小生自身、日本に残っている家族や友人の安否を確認するまで、本当に気が気じゃなかったですが、カナダの人からすれば完全に外国である日本という国に対して、ここまで強い思いを寄せてくれていること自体にも非常に感動しましたし、同時に災害自体に対していままであまり意識が高くなかったことを深く反省しました。</p>
<p>
	もし、カナダに住んでいる方で何か出来ることを探している人がいれば、是非この活動に参加してみてはいかがでしょうか。</p>
<p>
	<a href="http://www.facebook.com/event.php?eid=159766137412287" target="_blank">JAPAN LOVE PROJECT -BC JAPAN EARTHQUAKE RELIEF FUND-</a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>WEBデザイナー必見！超美しいWEBサイトのPSDテンプレート40選</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/01/psd.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.550</id>

    <published>2011-01-13T04:16:54Z</published>
    <updated>2011-01-13T01:30:44Z</updated>

    <summary> 	先日、WEBデザイナー見習いの人が相談にきて、どうやってWEBデザインを覚え...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="PSD" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="music" label="music" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	先日、WEBデザイナー見習いの人が相談にきて、どうやってWEBデザインを覚えたかという話になりました。</p>
<p>
	<span>小生はデザイナーじゃないので、他のデザイナーがどうやってデザインメソッドや技術を習得したかは分かりませんが、小生の場合初めは真似することから始めました。</span></p>
<p>
	<span>そのころはPSDのファイルなんて自分で作る以外は他人にもらうことくらいしか出来ませんでしたが、今や沢山のサイトからPSDのファイルをダウンロードすることが出来る時代なんですね。こういったPSDファイルに限らず自分のデザインの引き出しを増やす努力はどんなに知識や情報が増えようが欠かしてはならないと小生は思います。</span></p>
<p>
	<span>先日、そんなPSDテンプレートファイルをダウンロードできるサイトを紹介したまとめ記事を見つけたので、ここで共有までにご紹介。</span></p>
<p>
	<span>40 (Really) Beautiful Web Page Templates in Photoshop PSD</span></p>
<p>
	<span><a href="http://www.hongkiat.com/blog/really-beautiful-psd-web-templates/">http://www.hongkiat.com/blog/really-beautiful-psd-web-templates/</a></span></p>
<p>
	<span><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'MS PGothic'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><a href="http://www.hongkiat.com/blog/freebie-release-web-template-in-photoshop-psd-polo360/" rel="external" target="_blank">Polo360</a><span>&nbsp;</span><a href="http://media02.hongkiat.com/psd-template-polo360/polo360.zip" rel="external" target="_blank">Download</a></span></span></p>
<p>
	<img alt="polo360 40 (Really) Beautiful Web Page Templates in Photoshop PSD" height="766" src="http://media02.hongkiat.com/psd-web-layout/polo360.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; display: inline;" title="40 (Really) Beautiful Web Page Templates in Photoshop PSD" width="500" /></p>
<p>
	<a href="http://www.hongkiat.com/blog/professional-business-templates-in-photoshop-psd/" rel="external" target="_blank">Professional Business</a><span>&nbsp;</span><a href="http://media02.hongkiat.com/professional-web-template/professional_business_template.zip" rel="external" target="_blank">Download</a></p>
<p>
	<img alt="professional business 40 (Really) Beautiful Web Page Templates in Photoshop PSD" height="690" src="http://media02.hongkiat.com/psd-web-layout/professional-business.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; display: inline;" title="40 (Really) Beautiful Web Page Templates in Photoshop PSD" width="500" /></p>
<p>
	<a href="http://sixrevisions.com/freebies/web-page-templates/free-psd-template-6r-wooden-portfolio/" rel="external" target="_blank">6R Wooden Portfolio</a><span>&nbsp;</span><a href="http://downloads.sixrevisions.com/6r-wooden-portfolio.zip" rel="external" target="_blank">Download</a></p>
<p>
	<img alt="6r wooden portfolio 40 (Really) Beautiful Web Page Templates in Photoshop PSD" height="650" src="http://media02.hongkiat.com/psd-web-layout/6r-wooden-portfolio.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; display: inline;" title="40 (Really) Beautiful Web Page Templates in Photoshop PSD" width="500" /></p>
<p>
	<a href="http://www.layouts4free.com/free-layouts/appswizards-psd-web-layout/" rel="external" target="_blank">Appswizards</a><span>&nbsp;</span><a href="http://www.layouts4free.com/download/2319/appwizards.zip" rel="external" target="_blank">Download</a></p>
<p>
	<img alt="Appswizards 40 (Really) Beautiful Web Page Templates in Photoshop PSD" height="690" src="http://media02.hongkiat.com/psd-web-layout/Appswizards.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; display: inline;" title="40 (Really) Beautiful Web Page Templates in Photoshop PSD" width="504" /></p>
<p>
	<a href="http://blog.templatemonster.com/2010/09/13/free-business-website-template-top-notch-project-idea/" rel="external" target="_blank">Bizsolutions</a><span>&nbsp;</span><a href="http://www.templatemonster.com/free-templates/free-business-solutions-website-template.php" rel="external" target="_blank">Download</a></p>
<p>
	<img alt="bizsolutions 40 (Really) Beautiful Web Page Templates in Photoshop PSD" height="659" src="http://media02.hongkiat.com/psd-web-layout/bizsolutions.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; vertical-align: baseline; display: inline;" title="40 (Really) Beautiful Web Page Templates in Photoshop PSD" width="499" /></p>
<p>
	すべて見る：<a href="http://www.hongkiat.com/blog/really-beautiful-psd-web-templates/#ixzz1AsEMJSSD">40 (Really) Beautiful Web Page Templates in Photoshop PSD</a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>英語の名前色々</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/01/post-110.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.549</id>

    <published>2011-01-11T03:41:42Z</published>
    <updated>2011-01-11T09:39:14Z</updated>

    <summary> 	とあるプロジェクトで、北米で人気の高い英語の名前について調査する機会があった...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="Research" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="research" label="research" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	とあるプロジェクトで、北米で人気の高い英語の名前について調査する機会があったので、いろいろ調べた結果をご紹介。</p>
<p>
	まずは<a href="http://en.wikipedia.org/wiki/List_of_most_popular_given_names#North_and_South_America">wikipediaより</a>下記引用。</p>
<p>
	<a href="http://en.wikipedia.org/wiki/List_of_most_popular_given_names#North_and_South_America">北米で人気の英語の名前</a></p>
<h3>
	とりあえずUSAの人気の高い英語の名前</h3>
<table>
	<tbody>
		<tr>
			<td>
				<a href="http://en.wikipedia.org/wiki/United_States" title="United States">United States</a><br />
				(Baby Center members, 2010)<sup class="reference" id="cite_ref-autogenerated24_148-0"><a href="http://en.wikipedia.org/wiki/List_of_most_popular_given_names#cite_note-autogenerated24-148"><span>[</span>149<span>]</span></a></sup></td>
			<td>
				<a class="mw-redirect" href="http://en.wikipedia.org/wiki/Aidan_(disambiguation)">Aiden</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Jacob_(name)" title="Jacob (name)">Jacob</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Jackson_(name)" title="Jackson (name)">Jackson</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Ethan_(given_name)" title="Ethan (given name)">Ethan</a></td>
			<td>
				<a class="mw-redirect" href="http://en.wikipedia.org/wiki/Jayden_(disambiguation)" title="Jayden (disambiguation)">Jayden</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Noah" title="Noah">Noah</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Logan_(given_name)" title="Logan (given name)">Logan</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Caden_(given_name)" title="Caden (given name)">Caden</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Lukas" title="Lukas">Lucas</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Liam" title="Liam">Liam</a></td>
		</tr>
	</tbody>
</table>
<h3>
	続いてバンクーバーのよく聞く英語の名前</h3>
<table>
	<tbody>
		<tr>
			<td>
				<a href="http://en.wikipedia.org/wiki/British_Columbia" title="British Columbia">British Columbia</a>,&nbsp;<a href="http://en.wikipedia.org/wiki/Canada" title="Canada">Canada</a><br />
				(2009)<sup class="reference" id="cite_ref-136"><a href="http://en.wikipedia.org/wiki/List_of_most_popular_given_names#cite_note-136"><span>[</span>137<span>]</span></a></sup></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Ethan_(given_name)" title="Ethan (given name)">Ethan</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Liam" title="Liam">Liam</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Jacob_(name)" title="Jacob (name)">Jacob</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Logan_(given_name)" title="Logan (given name)">Logan</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Matthew_(name)" title="Matthew (name)">Matthew</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Noah_(name)" title="Noah (name)">Noah</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Lukas" title="Lukas">Lucas</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Alexander" title="Alexander">Alexander</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Benjamin_(name)" title="Benjamin (name)">Benjamin</a></td>
			<td>
				<a href="http://en.wikipedia.org/wiki/Nathan_(given_name)" title="Nathan (given name)">Nathan</a></td>
		</tr>
	</tbody>
</table>
<p>
	いやー、Wikipediaは便利ですね。</p>
<table border="0" bordercolor="#111111" cellpadding="0" cellspacing="0" height="200" id="AutoNumber1" style="border-collapse: collapse; " width="100%">
	<tbody>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/s/Smith.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 1. Smith</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/a/Anderson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 11. Anderson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/c/Clark.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 21. Clark</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/w/Wright.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 31. Wright</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/m/Mitchell.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 41. Mitchell</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/j/Johnson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 2. Johnson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/t/Thomas.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 12. Thomas</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/r/Rodriguez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 22. Rodriguez</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/l/Lopez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 32. Lopez</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/p/Perez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 42. Perez</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/w/Williams.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 3. Williams</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/j/Jackson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 13. Jackson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/l/Lewis.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 23. Lewis</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/h/Hill.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 33. Hill</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/r/Roberts.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 43. Roberts</td>
		</tr>
		<tr>
			<td height="20" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/j/Jones.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 4. Jones</td>
			<td height="20" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/w/White.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 14. White</td>
			<td height="20" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/l/Lee.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 24. Lee</td>
			<td height="20" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/s/Scott.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 34. Scott</td>
			<td height="20" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/t/Turner.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 44. Turner</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/b/Brown.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 5. Brown</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/h/Harris.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 15. Harris</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/w/Walker.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 25. Walker</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/g/Green.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 35. Green</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/p/Phillips.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 45. Phillips</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/d/Davis.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 6. Davis</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/m/Martin.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 16. Martin</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/h/Hall.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 26. Hall</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/a/Adams.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 36. Adams</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/c/Campbell.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 46. Campbell</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/m/Miller.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 7. Miller</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/t/Thompson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 17. Thompson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/a/Allen.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 27. Allen</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/b/Baker.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 37. Baker</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/p/Parker.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 47. Parker</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/w/Wilson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 8. Wilson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/g/Garcia.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 18. Garcia</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/xy/Young.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 28. Young</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/g/Gonzalez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 38. Gonzalez</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/e/Evans.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 48. Evans</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/m/Moore.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 9. Moore</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/m/Martinez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 19. Martinez</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/h/Hernandez.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 29. Hernandez</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/n/Nelson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 39. Nelson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/e/Edwards.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 49. Edwards</td>
		</tr>
		<tr>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/t/Taylor.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 10. Taylor</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/r/Robinson.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 20. Robinson</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/k/King.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 30. King</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/c/Carter.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 40. Carter</td>
			<td height="19" width="20%">
				<a href="http://www.rong-chang.com/namesdict/audio/last/c/Collins.mp3"><img border="0" height="12" src="http://www.rong-chang.com/images/speaker.gif" width="14" /></a>&nbsp;&nbsp;&nbsp; 50. Collins</td>
		</tr>
	</tbody>
</table>
<p>
	by&nbsp;<a href="http://www.rong-chang.com/namesdict/popular_names.htm">50 Most Popular American Last Names</a></p>
<h3>
	TOP 100 COMMON ENGLISH SURNAMES &amp; THEIR MEANINGS</h3>
<table align="left" border="0" cellpadding="3" cellspacing="2" style="clear:both;" width="100%">
	<tbody>
		<tr>
			<td style="vertical-align: top; ">
				1.&nbsp;<a href="http://genealogy.about.com/library/surnames/s/bl_name-SMITH.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">SMITH</a></td>
			<td style="vertical-align: top; ">
				51.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MITCHELL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MITCHELL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				2.&nbsp;<a href="http://genealogy.about.com/library/surnames/j/bl_name-JONES.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">JONES</a></td>
			<td style="vertical-align: top; ">
				52.&nbsp;<a href="http://genealogy.about.com/library/surnames/k/bl_name-KELLY.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">KELLY</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				3.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WILLIAMS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WILLIAMS</a></td>
			<td style="vertical-align: top; ">
				53.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-COOK.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">COOK</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				4.&nbsp;<a href="http://genealogy.about.com/library/surnames/t/bl_name-TAYLOR.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">TAYLOR</a></td>
			<td style="vertical-align: top; ">
				54.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-CARTER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">CARTER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				5.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BROWN.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BROWN</a></td>
			<td style="vertical-align: top; ">
				55.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-RICHARDSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">RICHARDSON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				6.&nbsp;<a href="http://genealogy.about.com/library/surnames/d/bl_name-DAVIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">DAVIES</a></td>
			<td style="vertical-align: top; ">
				56.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BAILEY.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BAILEY</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				7.&nbsp;<a href="http://genealogy.about.com/library/surnames/e/bl_name-EVANS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">EVANS</a></td>
			<td style="vertical-align: top; ">
				57.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-COLLINS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">COLLINS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				8.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WILSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WILSON</a></td>
			<td style="vertical-align: top; ">
				58.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BELL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BELL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				9.&nbsp;<a href="http://genealogy.about.com/library/surnames/t/bl_name-THOMAS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">THOMAS</a></td>
			<td style="vertical-align: top; ">
				59.&nbsp;<a href="http://genealogy.about.com/library/surnames/s/bl_name-SHAW.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">SHAW</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				10.&nbsp;<a href="http://genealogy.about.com/library/surnames/j/bl_name-JOHNSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">JOHNSON</a></td>
			<td style="vertical-align: top; ">
				60.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MURPHY.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MURPHY</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				11.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-ROBERTS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ROBERTS</a></td>
			<td style="vertical-align: top; ">
				61.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MILLER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MILLER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				12.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-ROBINSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ROBINSON</a></td>
			<td style="vertical-align: top; ">
				62.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-COX.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">COX</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				13.&nbsp;<a href="http://genealogy.about.com/library/surnames/t/bl_name-THOMPSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">THOMPSON</a></td>
			<td style="vertical-align: top; ">
				63.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-RICHARDSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">RICHARDS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				14.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WRIGHT.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WRIGHT</a></td>
			<td style="vertical-align: top; ">
				64.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/khan.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">KHAN</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				15.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WALKER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WALKER</a></td>
			<td style="vertical-align: top; ">
				65.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MARSHALL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MARSHALL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				16.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WHITE.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WHITE</a></td>
			<td style="vertical-align: top; ">
				66.&nbsp;<a href="http://genealogy.about.com/library/surnames/a/bl_name-ANDERSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ANDERSON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				17.&nbsp;<a href="http://genealogy.about.com/library/surnames/e/bl_name-EDWARDS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">EDWARDS</a></td>
			<td style="vertical-align: top; ">
				67.&nbsp;<a href="http://genealogy.about.com/library/surnames/s/bl_name-SIMPSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">SIMPSON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				18.&nbsp;<a href="http://genealogy.about.com/library/surnames/h/bl_name-HUGHES.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HUGHES</a></td>
			<td style="vertical-align: top; ">
				68.&nbsp;<a href="http://genealogy.about.com/library/surnames/e/bl_name-ELLIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ELLIS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				19.&nbsp;<a href="http://genealogy.about.com/library/surnames/g/bl_name-GREEN.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">GREEN</a></td>
			<td style="vertical-align: top; ">
				69.&nbsp;<a href="http://genealogy.about.com/library/surnames/a/bl_name-ADAMS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ADAMS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				20.&nbsp;<a href="http://genealogy.about.com/library/surnames/h/bl_name-HALL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HALL</a></td>
			<td style="vertical-align: top; ">
				70.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/singh.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">SINGH</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				21.&nbsp;<a href="http://genealogy.about.com/library/surnames/l/bl_name-LEWIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">LEWIS</a></td>
			<td style="vertical-align: top; ">
				71.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/begum.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BEGUM</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				22.&nbsp;<a href="http://genealogy.about.com/library/surnames/h/bl_name-HARRIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HARRIS</a></td>
			<td style="vertical-align: top; ">
				72.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/wilkinson.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WILKINSON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				23.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-CLARK.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">CLARKE</a></td>
			<td style="vertical-align: top; ">
				73.&nbsp;<a href="http://genealogy.about.com/library/surnames/f/bl_name-FOSTER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">FOSTER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				24.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/patel.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">PATEL</a></td>
			<td style="vertical-align: top; ">
				74.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/chapman.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">CHAPMAN</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				25.&nbsp;<a href="http://genealogy.about.com/library/surnames/j/bl_name-JACKSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">JACKSON</a></td>
			<td style="vertical-align: top; ">
				75.&nbsp;<a href="http://genealogy.about.com/library/surnames/p/bl_name-POWELL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">POWELL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				26.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WOOD.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WOOD</a></td>
			<td style="vertical-align: top; ">
				76.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/webb.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WEBB</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				27.&nbsp;<a href="http://genealogy.about.com/library/surnames/t/bl_name-TURNER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">TURNER</a></td>
			<td style="vertical-align: top; ">
				77.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-ROGERS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ROGERS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				28.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MARTIN.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MARTIN</a></td>
			<td style="vertical-align: top; ">
				78.&nbsp;<a href="http://genealogy.about.com/library/surnames/g/bl_name-GRAY.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">GRAY</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				29.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-COOPER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">COOPER</a></td>
			<td style="vertical-align: top; ">
				79.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MASSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MASON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				30.&nbsp;<a href="http://genealogy.about.com/library/surnames/h/bl_name-HILL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HILL</a></td>
			<td style="vertical-align: top; ">
				80.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/ali.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ALI</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				31.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WARD.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WARD</a></td>
			<td style="vertical-align: top; ">
				81.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/hunt.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HUNT</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				32.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MORRIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MORRIS</a></td>
			<td style="vertical-align: top; ">
				82.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/hussain.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HUSSAIN</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				33.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MOORE.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MOORE</a></td>
			<td style="vertical-align: top; ">
				83.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-CAMPBELL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">CAMPBELL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				34.&nbsp;<a href="http://genealogy.about.com/library/surnames/c/bl_name-CLARK.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">CLARK</a></td>
			<td style="vertical-align: top; ">
				84.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/matthews.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MATTHEWS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				35.&nbsp;<a href="http://genealogy.about.com/library/surnames/l/bl_name-LEE.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">LEE</a></td>
			<td style="vertical-align: top; ">
				85.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/owen.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">OWEN</a></td>
		</tr>
		<tr>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				36.&nbsp;<a href="http://genealogy.about.com/library/surnames/k/bl_name-KING.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">KING</a></td>
			<td style="vertical-align: top; ">
				86.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/palmer.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">PALMER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				37.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BAKER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BAKER</a></td>
			<td style="vertical-align: top; ">
				87.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/holmes.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HOLMES</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				38.&nbsp;<a href="http://genealogy.about.com/library/surnames/h/bl_name-HARRISON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">HARRISON</a></td>
			<td style="vertical-align: top; ">
				88.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/mills.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MILLS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				39.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MORGAN.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MORGAN</a></td>
			<td style="vertical-align: top; ">
				89.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BARNES.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BARNES</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				40.&nbsp;<a href="http://genealogy.about.com/library/surnames/a/bl_name-ALLEN.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">ALLEN</a></td>
			<td style="vertical-align: top; ">
				90.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/knight.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">KNIGHT</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				41.&nbsp;<a href="http://genealogy.about.com/library/surnames/j/bl_name-JAMES.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">JAMES</a></td>
			<td style="vertical-align: top; ">
				91.&nbsp;<a href="http://genealogy.about.com/od/surname_meaning/p/lloyd.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">LLOYD</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				42.&nbsp;<a href="http://genealogy.about.com/library/surnames/s/bl_name-SCOTT.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">SCOTT</a></td>
			<td style="vertical-align: top; ">
				92.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BUTLER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BUTLER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				43.&nbsp;<a href="http://genealogy.about.com/library/surnames/p/bl_name-PHILLIPS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">PHILLIPS</a></td>
			<td style="vertical-align: top; ">
				93.&nbsp;<a href="http://genealogy.about.com/library/surnames/r/bl_name-RUSSELL.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">RUSSELL</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				44.&nbsp;<a href="http://genealogy.about.com/library/surnames/w/bl_name-WATSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">WATSON</a></td>
			<td style="vertical-align: top; ">
				94.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BARKER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BARKER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				45.&nbsp;<a href="http://genealogy.about.com/library/surnames/d/bl_name-DAVIS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">DAVIS</a></td>
			<td style="vertical-align: top; ">
				95.&nbsp;<a href="http://genealogy.about.com/library/surnames/f/bl_name-FISHER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">FISHER</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				46.&nbsp;<a href="http://genealogy.about.com/library/surnames/p/bl_name-PARKER.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">PARKER</a></td>
			<td style="vertical-align: top; ">
				96.&nbsp;<a href="http://genealogy.about.com/library/surnames/s/bl_name-STEVENS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">STEVENS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				47.&nbsp;<a href="http://genealogy.about.com/library/surnames/p/bl_name-PRICE.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">PRICE</a></td>
			<td style="vertical-align: top; ">
				97.&nbsp;<a href="http://genealogy.about.com/library/surnames/j/bl_name-JENKINS.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">JENKINS</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				48.&nbsp;<a href="http://genealogy.about.com/library/surnames/b/bl_name-BENNETT.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">BENNETT</a></td>
			<td style="vertical-align: top; ">
				98.&nbsp;<a href="http://genealogy.about.com/library/surnames/m/bl_name-MURRAY.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">MURRAY</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				49.&nbsp;<a href="http://genealogy.about.com/library/surnames/y/bl_name-YOUNG.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">YOUNG</a></td>
			<td style="vertical-align: top; ">
				99.&nbsp;<a href="http://genealogy.about.com/library/surnames/d/bl_name-DICKSON.htm" style="font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(51, 102, 204); cursor: pointer; ">DIXON</a></td>
		</tr>
		<tr>
			<td style="vertical-align: top; ">
				50</td>
			<td style="vertical-align: top; ">
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	北米圏に住む日本人は、English Nameという物を持っていることが多いです。それはEricだったりSmithだったり、Robinsonだったりいろいろあるんですが、今回はLast nameかFirst NameかMiddle Nameか等にとらわれず純粋に英語圏の人気の名前を絞ってみました。</p>
<p>
	今回の記事は完全に自分自身のメモ用として作成しましたが、何かの参考になれば幸いです。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>2010年のインフォグラフィックベスト19</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/01/201019.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.548</id>

    <published>2011-01-10T07:33:34Z</published>
    <updated>2011-01-10T08:33:48Z</updated>

    <summary> 	インフォグラフィックという言葉をご存知だろうか？情報やリサーチという類の言葉...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="マーケティング" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	インフォグラフィックという言葉をご存知だろうか？情報やリサーチという類の言葉を聞いて苦手意識を持つ人も多いだろうが、世の中にはそれらの情報を包括的にまとめ、グラフィックに落とし込んだ物が沢山ある。</p>
<p>
	<a href="http://mashable.com/2010/12/27/best-infographics-2010/">19 of the Best Infographics From 2010より引用</a></p>
<p>
	リサーチとは時に面倒くさい雑務になることがある、しかし、漫画やチャート式の分かりやすく包括的な形になっていれば、突然&rdquo;情報&rdquo;という言葉が怖くなくなる。</p>
<p>
	Facebookの500万人のユーザーはどんな人なのか？世界で使われている携帯電話？こういった質問は下記からご紹介する&rdquo;インフォグラフィック&rdquo;が分かりやすく答えてくれることだろう。</p>
<p>
	（下記は特に興味深かった物だけご紹介します）</p>
<h3>
	<a href="http://mashable.com/2010/07/21/twitter-moods-map/">Twitterで見るアメリカの&ldquo;気持ち&rdquo;</a></h3>
<p>
	Twitterのワードから統計をとって、その時間アメリカが幸せなのか不幸せなのかをビジュアライズした物らしい。ほとんど不幸せなようでございますが、気のせいですかね？</p>
<p>
	<object height="390" width="640"><param name="movie" value="http://www.youtube.com/v/ujcrJZRSGkg&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="390" src="http://www.youtube.com/v/ujcrJZRSGkg&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" type="application/x-shockwave-flash" width="640"></embed></object></p>
<h3>
	<a href="http://mashable.com/2010/07/22/facebook-500-million-infographic/">Facebookの500万人のユーザー達</a></h3>
<p>
	このイラストは爆発的に国際的なウェブサイトへ変化してきたFacebookで急上昇しているユーザー層を分かりやすく統計化した物です。</p>
<h3>
	<a href="http://mashable.com/2010/10/01/apple-tv-roku-boxee-comparison/ ">あなたのリビングで繰り広げられる戦い</a></h3>
<p>
	もうすぐ日本にもやってくる？と勝手に思っているApple TV等の商戦模様が書いてあります。日本人はApple TVしか知らないかもですが、北米住まいだと結構迷う部分ですね。</p>
<h3>
	<a href="http://mashable.com/2010/12/03/cell-phone-mobile-infographic/ ">世界で携帯電話</a><a href="http://mashable.com/2010/12/03/cell-phone-mobile-infographic/ ">はどう使われているか</a></h3>
<p>
	アナタは携帯依存症でしょうか？　リサーチの情報が示すに、こと携帯のことに関して言えば、依存している利用者はどんどん増えている模様。今日、1990年代の370倍の台数、46億の携帯電話が使われているようです。</p>
<p>
	他にも沢山のインフォグラフィックが紹介されています。こういった情報の可視化はどんどん消費者に向けて公開して欲しい物ですね。</p>
<p>
	特に今の若い世代なんかには&ldquo;情報を伝える&rdquo;という面では効果的面かもしれません。</p>
<p>
	小生も数字を見るのは嫌いなタイプなので、このインフォグラフィックはすごいありがたいです（笑</p>
]]>
        
    </content>
</entry>

<entry>
    <title>5 Legendary Speeches that impressed so many people</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/01/5-of-legend-speech-that-impressed-so-many-people.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.547</id>

    <published>2011-01-06T08:42:28Z</published>
    <updated>2011-01-06T19:00:14Z</updated>

    <summary> 	I am Japanese. So I always read both J...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="Speech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="study" label="study" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	I am Japanese. So I always read both Japanese and English article. I always think some Japanese bloggers can write good summary articles.&nbsp;They are really good at collecting best articles from many good articles in the world. I think it is like Japan history.</p>
<p>
	Today, I would like to introduce an article which was written by the one of those great bloggers.</p>
<p>
	<a href="http://techse7en.com/archives/2244917.html">5 Legendary Speeches that impressed so many people(Japanese)</a></p>
<h3>
	Steve Jobs Stanford Commencement Speech 2005</h3>
<p>
	<object height="385" width="480"><param name="movie" value="http://www.youtube.com/v/D1R-jKKp3NA?fs=1&amp;hl=ja_JP" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/D1R-jKKp3NA?fs=1&amp;hl=ja_JP" type="application/x-shockwave-flash" width="480"></embed></object></p>
<h3>
	Randy Pausch Last Lecture: Achieving Your Childhood Dreams</h3>
<p>
	<object height="385" width="480"><param name="movie" value="http://www.youtube.com/v/ji5_MqicxSo?fs=1&amp;hl=ja_JP" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/ji5_MqicxSo?fs=1&amp;hl=ja_JP" type="application/x-shockwave-flash" width="480"></embed></object></p>
<h3>
	Classroom experiences in Entrepreneurship by Tina Seelig</h3>
<p>
	<object height="385" width="640"><param name="movie" value="http://www.youtube.com/v/qMA7KInG8IY?fs=1&amp;hl=ja_JP" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/qMA7KInG8IY?fs=1&amp;hl=ja_JP" type="application/x-shockwave-flash" width="640"></embed></object></p>
<h3>
	Severn Suzuki speaking at UN Earth Summit 1992</h3>
<p>
	<object height="385" width="480"><param name="movie" value="http://www.youtube.com/v/uZsDliXzyAY?fs=1&amp;hl=ja_JP" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/uZsDliXzyAY?fs=1&amp;hl=ja_JP" type="application/x-shockwave-flash" width="480"></embed></object></p>
<h3>
	Derek Sivers: How to start a movement</h3>
<p>
	<object height="326" width="446"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /> <param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/DerekSivers_2010U-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/DerekSivers-2010U.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=814&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=derek_sivers_how_to_start_a_movement;year=2010;theme=the_creative_spark;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed allowfullscreen="true" allowscriptaccess="always" bgcolor="#ffffff" flashvars="vu=http://video.ted.com/talks/dynamic/DerekSivers_2010U-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/DerekSivers-2010U.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=814&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=derek_sivers_how_to_start_a_movement;year=2010;theme=the_creative_spark;event=TED2010;" height="326" pluginspace="http://www.macromedia.com/go/getflashplayer" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash" width="446" wmode="transparent"></embed></object></p>
<p>
	I would like to introduce summary articles like this from now on. Sometimes I also have to write this kind of article on my own, I think.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Happy New Year!</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2011/01/post-109.html" />
    <id>tag:onepercentdesign.com,2011:/blog//2.545</id>

    <published>2011-01-03T09:33:04Z</published>
    <updated>2011-01-04T08:15:23Z</updated>

    <summary> 	I re-design my blog every year. So for...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="Greeting" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	I re-design my blog every year. So for this year, I wanted to &quot;go back to my source&quot;. You know? Not to forget the basics.</p>
<p>
	Last year was about &quot;Learning and Connection&quot; for me, come to think of it. For example on the skill side, I have learned CakePHP, HTML5, and CSS3. On the personal desire side, I was trying hard to learn how to play the piano.</p>
<p>
	Also, I have met many people from web and related industries aftre all. Developer, designer, writer, director... basically I am not really a social type, maybe I am just a shy boy so it was very fortunate of me meeting many people in the true sense.</p>
<p>
	From this year, I will change my unit name &quot;CI CREATOR&quot; to &quot;ONE PERCENT DESIGN&quot;. I make my self go up to whole new level with it.</p>
<p>
	Again through last year, I have learned so may things from everyone I met and everything I have tried. Even the first day of this year, I had a chance to learn something already.</p>
<p>
	If I called last year &quot;the learning year&quot;, I would like to call this year &quot;the earning year&quot;. I mean, I would like to actually &quot;earn&quot; something with things I have learned through last year. That is why I though that &quot;I want to earn the 1% of someone&#39;s chance with 99% of our effort&quot; about naming ONE PERCENT DESIGN.</p>
<p>
	At last, I have to thank everyone for the care and support when I needed your help last year. Thank you very much. I will try even harder that previous years to earn your &quot;1%&quot; in the year of 2011!</p>
<address>
	Written by Yoshitaka Senna Goto on Jan 3rd, 2011</address>
<h3>
	追記：</h3>
<p>
	去年の抱負は以下のように「造る」に徹した目標でした。大まかには達成できたものと自負していますが、反省すべき点も沢山あります。（いくつか消したものもあります）</p>
<ul>
	<li>
		知り合いと組んでサイトつくりまくる</li>
	<li>
		仕事面で目標を設定したい</li>
	<li>
		努力する、死ぬほど頑張る</li>
	<li>
		頭おかしいテンションで作る</li>
</ul>
<p>
	今年の抱負は、去年一年を通してどうしても小生には英語力とコミュニケーション能力がまだまだ足りないことを痛感したので、今年一年をかけて、以下の３つを改善していきます。</p>
<ul>
	<li>
		<strong>英語</strong>
		<ul>
			<li>
				今まで逃げてきた分野ですが、今年は抱負に入れたため、仕事面で支障が無いレベルにまで英語力を身につけます</li>
		</ul>
	</li>
	<li>
		コミュニケーション
		<ul>
			<li>
				こちらは今まで既に自信のあった分野ですが、ディレクション面で人と共に歩むことを考えるとまだまだ未熟であることを痛感しました。意識的に改善していきます。</li>
		</ul>
	</li>
	<li>
		業務、作業全般の効率化
		<ul>
			<li>
				技術面での業務効率はもうあまり気にしません。ただし、全体を見通した広告制作全般の業務効率に力を入れていきます。</li>
		</ul>
	</li>
</ul>
<p>
	加えて、今年の欲しいものリスト。</p>
<ul>
	<li>
		椅子</li>
	<li>
		Mac Pro(Quad or 8Core)</li>
	<li>
		TOEIC 800点.</li>
</ul>
<p>
	取り急ぎはこれだけ欲しいです。Macは前から欲しかったけど、あまり必要性無かったのですが、映像系考えると欲しいですね。</p>
<p>
	さて、頑張ろう。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>使い勝手はDropbox以上？！国産ファイル同期ツール「ソラ箱」</title>
    <link rel="alternate" type="text/html" href="http://onepercentdesign.com/blog/2010/11/dropbox.html" />
    <id>tag:onepercentdesign.com,2010:/blog//2.544</id>

    <published>2010-11-19T20:38:26Z</published>
    <updated>2011-01-03T09:29:58Z</updated>

    <summary> 	国産のファイル同期ツール「ソラ箱」のご紹介。 	Dropboxを今まで使って...</summary>
    <author>
        <name>Senna</name>
        
    </author>
    
        <category term="アプリケーション" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="バンクーバー日記" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="休息" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="思慮" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="hack" label="hack" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://onepercentdesign.com/blog/">
        <![CDATA[<p>
	国産のファイル同期ツール「ソラ箱」のご紹介。</p>
<p>
	Dropboxを今まで使っていまして、つい先月有料版にアップグレードしたばかりなのですが、早速後悔しました。</p>
<p>
	まぁ、Dropboxは今までどおり使うと思いますが。これは国産だし、何よりすごく使いやすい。</p>
<p>
	<a href="http://www.saases.jp/cloud/sorabako.html">商用サービス開始に先立ち10月12日よりクラウドストレージ5.1GBを無料提供します。</a></p>
<p>
	上記のページからダウンロードしてインストールします。会員登録と購入（無料）手順を踏む必要がありますが、そこまで手間じゃないです。</p>
<p>
	Javaのインストールが必須なのでその辺は事前に<a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=java">ここから</a>。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2010/11/19/Screenshot_1.jpg"><img alt="Screenshot_1.jpg" class="mt-image-center" height="474" src="http://onepercentdesign.com/blog/assets_c/2010/11/Screenshot_1-thumb-680x474-69.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="680" /></a></p>
<p>
	ちなみに、このアプリケーション、ストレージであるのには変わりないのですが、インストールと同時にフォルダがローカルに作られ、そこにアップロードしているファイルは同期してくれるという、完全にDropboxと同じ感じの使用感なんですね。</p>
<p>
	<a href="http://onepercentdesign.com/blog/2010/11/19/Screenshot_2.jpg"><img alt="Screenshot_2.jpg" class="mt-image-center" height="510" src="http://onepercentdesign.com/blog/assets_c/2010/11/Screenshot_2-thumb-680x510-71.jpg" style="text-align: center; display: block; margin: 0 auto 20px;" width="680" /></a></p>
<p>
	ただ、Dropboxにも個人的には専用ファイラーみたいなものが欲しいと勝手に思っていたので、これは個人的に結構つぼでした。</p>
<p>
	たまに同期失敗してるんじゃないかと思いますが、今後検証してみようと思います。</p>
<p>
	もしアンインストールしたらまたお知らせしますね（笑</p>
<p>
	しかし、<a href="https://www.sugarsync.com/">Sugar Sync</a>も使いやすくなったり、オンラインストレージのツールも色々と便利になりましたねぇ。全部のアプリケーション無料で使ってたら他の有料買う必要ないんじゃない？って思いますが、もし一個に統一するならまだ小生はDropboxがいいかと。</p>]]>
        
    </content>
</entry>

</feed>
