<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>赤坂見附で働く社長のブログ &#187; ビジネス</title>
	<atom:link href="http://kano.jp/archives/category/%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9/feed" rel="self" type="application/rss+xml" />
	<link>http://kano.jp</link>
	<description>アクセク働いてます…</description>
	<lastBuildDate>Thu, 12 May 2016 09:37:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/category/%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9/feed" />
		<item>
		<title>ネイティブ + Web ハイブリットアプリ開発の備忘録</title>
		<link>http://kano.jp/archives/3139</link>
		<comments>http://kano.jp/archives/3139#comments</comments>
		<pubDate>Fri, 24 Aug 2012 03:27:17 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[開発]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=3139</guid>
		<description><![CDATA[

















Google Play , App Store 用のスマホアプリを開発するにあたり、我々のようなWeb屋がつくる場合は、ネイティブ + HTML5のハイブリットアプリがよさそうとのこと [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/3139" data-counturl="http://kano.jp/archives/3139" data-text="ネイティブ + Web ハイブリットアプリ開発の備忘録" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/3139" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/3139"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/3139" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/3139" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>Google Play , App Store 用のスマホアプリを開発するにあたり、我々のようなWeb屋がつくる場合は、ネイティブ + HTML5のハイブリットアプリがよさそうとのことで、ちょっと調べたことの備忘録。</p>
<p>簡単に言うと、AndroidならJava、iOSならObjective-Cで全て提供するのではなく、ネイティブコンテナ(WebViewコンポーネント）のなかで、コンテンツをHTML5で提供するだけということで、思ったよりも簡単そうだし、これなら、AndroidとiPhoneで個別に開発しなくてもよさそうですね。</p>
<p>便利なソフトもいろいろありました。</p>
<p><a href="http://www.phonegap.com/">PhoneGap</a></p>
<p>入口としては良さそうな感じ。しかしスマホ関連は、Adobeが結構いいものをフリーで出してますね。FlashをHTML5化してくれるフリーソフト <a href="http://createjs.com/#!/CreateJS">CreateJS</a>にも既にお世話になっております</p>
<p><a href="http://www.atmarkit.co.jp/fsmart/articles/phonegap01/01.html">PhoneGapでAndroidアプリをつくるための基礎知識</a></p>
<p>あと参考になったサイト。というか初めてつくる場合につまずく部分がわかりやすく書いてあり、これが分かれば、あとは中をHTML5で提供すればいいだけなので、すぐ出来るんじゃねって錯覚してます 笑))</p>
<p><a href="http://blog.katty.in/801"> ハイブリットAndroidアプリの作り方</a></p>
<p><a href="http://aquaman.cocolog-nifty.com/blog/2011/08/android-809e.html">Androidにおけるハイブリッド方式１:WebViewアプリの基本</a></p>
<p><a href="http://aquaman.cocolog-nifty.com/blog/2011/08/android-fcae.html">Androidにおけるハイブリッド方式２:WebViewアプリの画面遷移の基本設定</a></p>
<p><a href="http://aquaman.cocolog-nifty.com/blog/2011/08/androidwebviewc.html">Androidにおけるハイブリッド方式３:WebViewClientクラスのカスタマイズ</a></p>
<p>ということで、来月末あたりにサクッと1本リリースしたいなぁと思っております（そんな簡単にできるか！ってスタッフにおこられそうですが…笑）</p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/3139/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/3139" />
	</item>
		<item>
		<title>GTDソフト OmniFocus を使ってみる</title>
		<link>http://kano.jp/archives/3131</link>
		<comments>http://kano.jp/archives/3131#comments</comments>
		<pubDate>Thu, 23 Aug 2012 11:45:02 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ビジネス]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=3131</guid>
		<description><![CDATA[

















GTD(Getting Things Done)ソフトのOmniFocusを使ってみたら、これがかなりいい感じ。

使い方に慣れるのに説明が英語なためちょっと戸惑いましたが、プロジェク [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/3131" data-counturl="http://kano.jp/archives/3131" data-text="GTDソフト OmniFocus を使ってみる" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/3131" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/3131"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/3131" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/3131" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>GTD(Getting Things Done)ソフトの<a href="http://www.omnigroup.com/products/omnifocus/">OmniFocus</a>を使ってみたら、これがかなりいい感じ。</p>
<p><a href="http://kano.jp/wp-content/uploads/2012/08/omni.png"><img src="http://kano.jp/wp-content/uploads/2012/08/omni-285x300.png" title="omni" width="285" height="300" class="alignnone size-medium wp-image-3132" /></a></p>
<p>使い方に慣れるのに説明が英語なためちょっと戸惑いましたが、プロジェクトとコンテキストの関係がとてもよく出来ているのと、プロジェクトの中に小プロジェクトを何階層にもつくれたり、また、アクションリスト自体も階層化でき、今まで使ってた他のソフトで欲しかった機能が完全に補完されている感じで、使いこなせばかなり便利なのではないかと思います。</p>
<p>iPhone,iPadのアプリとの同期方法も</p>
<ol>
<li>OmniSync</li>
<li>MobileMe</li>
<li>Bonjour</li>
<li>WebDAV</li>
</ol>
<p>と複数用意されておりいい感じでした。OmniSyncは、そのうち従量制で有料化しそうな気もするので、WebDAVで、個人サーバーを使って同期してみました。</p>
<p>iPhoneアプリを立ち上げる毎に最新の状態に同期されるので、いつでもどこでもチェックできる感じでいいですね。頭の中が整理されて、やる事が明確化するので、なにかどこかスッキリした感じで仕事に集中できます。</p>
<p>やるべき事を考えたら、あとはやるだけという思考で、「やるべき事を考える時間」と「やるべき事をやる時間」を明確に分けて作業ができるので、あっちをやったりこっちをやったり、やっているときに考え始めたりといった無駄な思考を省けるような気がします。</p>
<p>マルチタスクな人には結構おすすめかもしれません。</p>
<p>ちなみに、これまで使っていたToDo管理ソフト <a href="http://culturedcode.com/things/">Things </a>もかなりいいソフトでしたが、OmniFocusに乗換決定な感じですかね。</p>
<p><a href="http://kano.jp/wp-content/uploads/2012/08/things.png"><img src="http://kano.jp/wp-content/uploads/2012/08/things-300x267.png" title="things" width="300" height="267" class="alignnone size-medium wp-image-3133" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/3131/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/3131" />
	</item>
		<item>
		<title>Redmine参考書籍</title>
		<link>http://kano.jp/archives/3080</link>
		<comments>http://kano.jp/archives/3080#comments</comments>
		<pubDate>Mon, 29 Aug 2011 11:19:16 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[日記]]></category>
		<category><![CDATA[本]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=3080</guid>
		<description><![CDATA[

















先日ポストしたプロジェクト管理システム「Redmine」がかなりいい感じなので、実際の現場で使ってみることにしました。
導入にあたっては、しっかりとした運用ルールを策定する必要があり、 [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/3080" data-counturl="http://kano.jp/archives/3080" data-text="Redmine参考書籍" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/3080" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/3080"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/3080" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/3080" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>先日ポストしたプロジェクト管理システム「<a href="http://redmine.jp/" target="_blank">Redmine</a>」がかなりいい感じなので、実際の現場で使ってみることにしました。</p>
<p>導入にあたっては、しっかりとした運用ルールを策定する必要があり、それにおいて、とても参考になった書籍があったので載せておきます。</p>
<p><a href="http://kano.jp/wp-content/uploads/2011/08/books.gif"><img src="http://kano.jp/wp-content/uploads/2011/08/books.gif" title="books" width="200" height="256" class="alignnone size-full wp-image-3081" /></a><br />
<a href="http://www.amazon.co.jp/gp/product/4798121622/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=micb-22&amp;linkCode=as2&amp;camp=247&amp;creative=1211&amp;creativeASIN=4798121622">Redmineによるタスクマネジメント実践技法</a><img src="http://www.assoc-amazon.jp/e/ir?t=micb-22&amp;l=as2&amp;o=9&amp;a=4798121622" border="0" width="1" height="1" style="border: none !important; margin: 0px !important;" /></p>
<p>インストール方法等ははしょってあり、実践に即した内容が書かれているため、イメージしやすかったです。</p>
<p>とりあえず、ガチガチではなく、少しゆるい感じでスタートさせてみて、運用面については軌道修正しつつ使ってみたいとおもいます。</p>
<p>素敵なアジャイル開発ができるといいなぁ。。。</p>
<p>※<a href="http://agilemanifesto.org/iso/ja/" target="_blank">アジャイルソフトウェア開発宣言</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/3080/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/3080" />
	</item>
		<item>
		<title>US特許取得！</title>
		<link>http://kano.jp/archives/710</link>
		<comments>http://kano.jp/archives/710#comments</comments>
		<pubDate>Tue, 17 Aug 2010 06:03:56 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[社長業]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=710</guid>
		<description><![CDATA[

















アメリカに国際出願をしていた特許が無事取得できたとの一報が、現地代理人より入りました。
詳細な特許内容については、正式な報告が届き次第ということで、本日はおあずけ。
当社では、日本国内 [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/710" data-counturl="http://kano.jp/archives/710" data-text="US特許取得！" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/710" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/710"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/710" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/710" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>アメリカに国際出願をしていた特許が無事取得できたとの一報が、現地代理人より入りました。</p>
<p>詳細な特許内容については、正式な報告が届き次第ということで、本日はおあずけ。</p>
<p>当社では、日本国内では、すでに3つの特許を取得済みですが、USの特許については、今回が第1号。</p>
<p>出願済みの特許は、国内、海外を含め、まだ10数個ありますが、こちらもしっかりと特許を取得していければと思います。</p>
<p>いやぁ、<strong><span style="font-size: large;">うれしい！</span></strong>の一言に尽きますな。</p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/710/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/710" />
	</item>
		<item>
		<title>ポイントプログラムスタート</title>
		<link>http://kano.jp/archives/702</link>
		<comments>http://kano.jp/archives/702#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:41:30 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[PREPON]]></category>
		<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[リリース]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=702</guid>
		<description><![CDATA[

















本日より、PREPONポイントプログラムをスタートしました！

Groupon系サイトが乱立するなか、国内で初となるポイントプログラムを当社で開始しました。何事も一番のりはいいですね。 [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/702" data-counturl="http://kano.jp/archives/702" data-text="ポイントプログラムスタート" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/702" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/702"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/702" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/702" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>本日より、<a href="http://bit.ly/d5jzzi" target="_blank">PREPONポイントプログラム</a>をスタートしました！</p>
<p><a href="http://bit.ly/d5jzzi" target="_blank"><img class="aligncenter size-full wp-image-703" title="prepoint_h3" src="http://kano.jp/wp-content/uploads/2010/07/prepoint_h3.gif" alt="prepoint_h3" width="615" height="190" /></a><a href="http://bit.ly/d5jzzi" target="_blank"><img class="aligncenter size-full wp-image-704" title="prepoint_h3_2" src="http://kano.jp/wp-content/uploads/2010/07/prepoint_h3_2.gif" alt="prepoint_h3_2" width="630" height="150" /></a></p>
<p>Groupon系サイトが乱立するなか、国内で初となるポイントプログラムを当社で開始しました。何事も一番のりはいいですね。</p>
<p>いわゆるポイントプログラムで、自分がtwitterなどでお店の情報をつぶやいて、そのつぶやき経由で商品が売れた場合に、購入金額の5%がポイントとして付与されます。ポイントは１ポイント=１円として、次回クーポン購入時に使うことができるので、多くの人が購入すればするほど儲かっちゃうという仕組み。</p>
<p>5000円のクーポンを2枚買った人が10人いると、5000円x2枚x10人x 5% =5000ポイント(5000円)てな具合で、タダになっちゃう人も結構でるのでは。。。</p>
<p>URLを、ブログとかに張り付けても大丈夫なので、興味のある人は、どしどしつぶやいてくださいませ。</p>
<p>よろしくお願いします m(_ _)m</p>
<p>あと、先日こっそり、領収書発行の機能も追加しました。購入したチケットは、宛名と但し書きを自由に書き換えられて、印刷できてしまうという優れ物。会社の会食や接待など、ビジネスシーンでの利用にとっても便利です。こちらも合わせてご利用くださいませ。</p>
<p><a href="http://kano.jp/wp-content/uploads/2010/07/prepoint_h3.gif"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/702/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/702" />
	</item>
		<item>
		<title>PREPON（プレポン） グランドOPEN！</title>
		<link>http://kano.jp/archives/678</link>
		<comments>http://kano.jp/archives/678#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:22:34 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[PREPON]]></category>
		<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[リリース]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=678</guid>
		<description><![CDATA[

















本日無事に、プレミアムクーポンサイトPREPON（プレポン）をオープンすることができました！

現時点で、すでに４６枚のチケットをご購入いただいており、最低取引枚数の３０枚を初日にクリ [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/678" data-counturl="http://kano.jp/archives/678" data-text="PREPON（プレポン） グランドOPEN！" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/678" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/678"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/678" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/678" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>本日無事に、プレミアムクーポンサイト<a href="http://prepon.jp/" target="_blank">PREPON（プレポン）</a>をオープンすることができました！</p>
<p><a href="http://kano.jp/wp-content/uploads/2010/06/prepon0628.jpg"><img class="alignnone size-full wp-image-679" title="prepon0628" src="http://kano.jp/wp-content/uploads/2010/06/prepon0628.jpg" alt="prepon0628" width="500" height="441" /></a></p>
<p>現時点で、すでに４６枚のチケットをご購入いただいており、最低取引枚数の３０枚を初日にクリアすることができました。</p>
<p>お買い上げをいただいた皆様、本当にありがとうございますm(__)m</p>
<p>四季旬彩桜ヶ丘は、本当においしいです。仕入は、ミシュラン１つ星の六本木桜ヶ丘といっしょなので、当然味も同じ。この価格は本当に安くてお得です！</p>
<p>是非、ご堪能をいただき、リピーターになっていただけるととてもうれしいです。（私も接待という理由をつけつつ、よく利用させていただいてます。）</p>
<p>そして、サイトオープンに一緒に動いていた、プレポンチームのみんな、本当にお疲れ様でした！昨日も日曜にもかかわらず、多くのメンバーが朝から夜まで休日出勤をして調整をしていました。心から感謝です。そして、ここがスタートなので、いっしょに盛り上げていきましょう！</p>
<p>他にはないサービスをスピーディに展開し、いっきに認知を広げられればとおもいます。</p>
<p>本当にお疲れ様でした！</p>
<p>　</p>
<p>今日は、ゆっくりとねれるかな。。。</p>
<p>　</p>
<p>　</p>
<p>Twitter やってます。ボソボソつぶやいてますのでご興味のあるかたはどうぞ。</p>
<p><a href="http://twitter.com/nobu_kano" target="_blank">加納伸之(nobu_kano) on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/678/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/678" />
	</item>
		<item>
		<title>グランドオープン前、最終チェック中</title>
		<link>http://kano.jp/archives/673</link>
		<comments>http://kano.jp/archives/673#comments</comments>
		<pubDate>Fri, 25 Jun 2010 17:31:32 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[PREPON]]></category>
		<category><![CDATA[ビジネス]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=673</guid>
		<description><![CDATA[

















来週月曜日にグランドオープンをむかえるプレミアムクーポンサイト『PREPON(プレポン)』
現在、細部にわたる最終チェックを行ってます。
現在 am2:30を回ったところですが、まだ1 [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/673" data-counturl="http://kano.jp/archives/673" data-text="グランドオープン前、最終チェック中" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/673" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/673"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/673" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/673" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>来週月曜日にグランドオープンをむかえるプレミアムクーポンサイト『<a href="http://prepon.jp/" target="_blank">PREPON(プレポン)</a>』</p>
<p>現在、細部にわたる最終チェックを行ってます。</p>
<p>現在 am2:30を回ったところですが、まだ10名のチームが残って作業をしています。</p>
<p>朝から何時間働いているんだろう。。。本当にお疲れ様です。頭がさがります。</p>
<p>構想から1ヶ月というスピードリリース。ありえないスピードで立ち上げられたのも、この優秀なチームのおかげです。毎日遅くまで、本当にお疲れ様です。心から感謝です。</p>
<p>サービスが問題なくリリースできるのも、こういった見えない努力の積み重ねによって支えられているということを改めて実感している今日このごろです。</p>
<p>素敵な月曜日をむかえられるよう、あとひと踏ん張り。がんばりましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/673/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/673" />
	</item>
		<item>
		<title>『PREPON(プレポン)』プレオープン！ フラッシュマーケティングに参入します。</title>
		<link>http://kano.jp/archives/661</link>
		<comments>http://kano.jp/archives/661#comments</comments>
		<pubDate>Wed, 23 Jun 2010 02:42:54 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[PREPON]]></category>
		<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[リリース]]></category>
		<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=661</guid>
		<description><![CDATA[

















本日、Twitter、Facebookなどを活用した、高割引プレミアムクーポンサイト『PREPON』をプレオープンしました。

『PREPON(プレポン)』　http://prepon [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/661" data-counturl="http://kano.jp/archives/661" data-text="『PREPON(プレポン)』プレオープン！ フラッシュマーケティングに参入します。" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/661" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/661"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/661" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/661" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>本日、Twitter、Facebookなどを活用した、高割引プレミアムクーポンサイト『<a href="http://prepon.jp/" target="_blank">PREPON</a>』をプレオープンしました。</p>
<p><a href="http://kano.jp/wp-content/uploads/2010/06/prepon.jpg"><img class="alignnone size-full wp-image-662" title="prepon" src="http://kano.jp/wp-content/uploads/2010/06/prepon.jpg" alt="prepon" width="500" height="343" /></a></p>
<p>『PREPON(プレポン)』　<a href="http://prepon.jp/" target="_blank">http://prepon.jp/</a></p>
<p>プレスリリースは<a href="http://www.mediaindex.co.jp/pr_100623.html" target="_blank">こちら</a>。</p>
<p>このサービスは、最近注目を浴びているフラッシュマーケティングという手法を用い、「本日から3日間」で「○○人の人が集まった場合に」この高割引クーポンのディールが成功しますといった限定のプレミアム感を演出することで、人が人を呼ぶ仕組みで集客を行うという最近成功しているマーケティングの手法です。コンセプトは、ネットからリアル店舗への新規顧客を大量に誘導するという点で、飲食店等の新規顧客獲得にご利用いただける点と、ユーザーにはとてもお得な価格で商品を提供できるという点で、ご利用いただくすべてのお客様にメリットがあるサービスです。</p>
<p>第1回目は、3年連続ミシュラン１つ星を獲得している『<a href="http://www.sakuraoka.com/news/news.html" target="_blank">六本木桜ヶ丘</a>』久保友彦氏が代表兼総料理長を務める『<a href="http://www.sakuraoka.com/news/news.html" target="_blank">四季旬採桜ヶ丘</a>』の料理長おまかせコース　12,075円(税・サービス料込）が、58%OFFの5,000円という破格のチケット。いつもお世話になっている大将にお願いして、第１回目ということで、友情出店をいただきました。正直、かなり安いです！お店的には、原価われして、それだけでは赤字だが、優良な顧客がリピートしてくれれば広告費としては安くてリスクがない。。。と言っていただき５００枚のチケットをご用意いただきました。</p>
<p>グランドオープンは、6/28 来週月曜日。</p>
<p>ご興味のある方は、是非、事前会員登録をされて、開始の案内をお待ちいただければ幸いです。</p>
<p>当初は東京エリアだけですが、年内に、主要都市数か所で展開をする予定です。</p>
<p>第２回、第３回も、プレミアムなチケットをご用意していますので、ご期待ください！</p>
<p>プレミアムクーポンサイト　『PREPON（プレポン）』</p>
<p><a href="http://prepon.jp/" target="_blank">http://prepon.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/661" />
	</item>
		<item>
		<title>新サービスリリース直前</title>
		<link>http://kano.jp/archives/659</link>
		<comments>http://kano.jp/archives/659#comments</comments>
		<pubDate>Mon, 21 Jun 2010 02:19:48 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[リリース]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=659</guid>
		<description><![CDATA[

















新サービスリリース直前でなんだかあわただしい。
当社としては、新しい分野への挑戦であり、なんだかとても新鮮な毎日を送ってます。
参入タイミングは「今」しかない分野。すでに様々な企業が続 [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/659" data-counturl="http://kano.jp/archives/659" data-text="新サービスリリース直前" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/659" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/659"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/659" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/659" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>新サービスリリース直前でなんだかあわただしい。</p>
<p>当社としては、新しい分野への挑戦であり、なんだかとても新鮮な毎日を送ってます。</p>
<p>参入タイミングは「今」しかない分野。すでに様々な企業が続々と参入し始めた。</p>
<p>やらなければいけないことはすでにしっかりと見えている。あとはスピーディに実行するのみ。</p>
<p>きっと、いい勢いで成長する。そんな気がします。</p>
<p>今週水曜日にプレリリース。ご期待ください。</p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/659/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/659" />
	</item>
		<item>
		<title>クチコミキャンペーン第3段、まもなく終了</title>
		<link>http://kano.jp/archives/655</link>
		<comments>http://kano.jp/archives/655#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:04:49 +0000</pubDate>
		<dc:creator>nobu</dc:creator>
				<category><![CDATA[あし＠]]></category>
		<category><![CDATA[ビジネス]]></category>
		<category><![CDATA[リリース]]></category>

		<guid isPermaLink="false">http://kano.jp/?p=655</guid>
		<description><![CDATA[


















【期間限定】ブログお題プレゼントキャンペーン
デア クリームクッキーを食べて、感想をブログに書こう！キャンペーン
の応募締め切りが、今週の金曜です！あと4日間。
1回目のほろよい飲み [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="http://kano.jp/archives/655" data-counturl="http://kano.jp/archives/655" data-text="クチコミキャンペーン第3段、まもなく終了" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div class="fb-like" data-href="http://kano.jp/archives/655" data-send="false"  data-layout="button_count" data-width="100" data-height="21"  data-show-faces="false"></div>
</div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;">
<div class="g-plusone" data-size="medium" data-href="http://kano.jp/archives/655"></div>
</div>
<div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="http://kano.jp/archives/655" data-counter="right"></script></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" >
<div class="fb-share-button" data-href="http://kano.jp/archives/655" data-width="450" data-type="button_count"></div>
</div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p><a href="http://kano.jp/wp-content/uploads/2010/06/campaign_pict_10-05-191.jpg"><img class="alignnone size-full wp-image-656" title="campaign_pict_10-05-19" src="http://kano.jp/wp-content/uploads/2010/06/campaign_pict_10-05-191.jpg" alt="campaign_pict_10-05-19" width="650" height="170" /></a></p>
<p><a href="http://www.ashia.to/campaign/monitorCampaign03/item_no/3" target="_blank">【期間限定】ブログお題プレゼントキャンペーン</a></p>
<p><a href="http://www.ashia.to/campaign/monitorCampaign03/item_no/3" target="_blank">デア クリームクッキーを食べて、感想をブログに書こう！キャンペーン</a></p>
<p>の応募締め切りが、今週の金曜です！あと4日間。</p>
<p>1回目のほろよい飲み比べキャンペーンも、抽選であたったかたはすでにお手元に届いているようで、少しずつブログのアップされてきているようです。</p>
<p>こちらも集計が完了したらご案内しますね。</p>
<p>やっぱり、結構飲みやすいみたいで、お酒に弱い人にもかなり好評のようです。</p>
<p>デアクリームクッキーも、沢山のご応募、お待ちしております。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://kano.jp/archives/655/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kano.jp/archives/655" />
	</item>
	</channel>
</rss>
