<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>１０兎追うもの２兎を得る</title>
      <link>http://wintory33.net/</link>
      <description>１度や２度の失敗は成功のうち</description>
      <language>ja</language>
      <copyright>Copyright 2012</copyright>
      <lastBuildDate>Sat, 04 Jun 2011 22:46:36 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja-2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>実験２</title>
         <description><![CDATA[色々なボタンをだしてみたよ。

それだけ


▼mixi の check は下記の２行スクリプトを埋め込むことで表示できます。
 <a href="http://mixi.jp/share.pl" class="mixi-check-button">mixiチェック</a>
 <script type="text/javascript" src="http://static.mixi.jp/js/share.js"></script>
説明
http://developer.mixi.co.jp/connect/mixi_plugin/mixi_check/spec_mixi_check




▼Twitterにつぶやくは（例）ですがこれくらいのコードを埋め込めばでます。
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="wintory33" data-lang="ja">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
説明
http://twitter.com/goodies/tweetbutton




▼Facebookのいいねはこのようなコードを埋め込めばでます。
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwintory33.net%2Fi&layout=standard&show_faces=true&width=300&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:80px;" allowTransparency="true"></iframe>
説明
http://www.facebook-japan.com/iine.html
Social Plugins
http://developers.facebook.com/docs/plugins/





▼はてなブックマークの「B！」
<a href="http://b.hatena.ne.jp/entry/http://wintory33.net" class="hatena-bookmark-button" data-hatena-bookmark-title="wintory" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script>
説明
http://b.hatena.ne.jp/guide/bbutton



▼グリーソーシャルブックマーク
<iframe src="http://share.gree.jp/share?url=<$MTEntryPermalink encode_url="1"$>&type=0&height=20" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" style="border:none; overflow:hidden; width:70px; height:20px;" allowTransparency="true"></iframe>
説明
http://developer.gree.co.jp/connect/plugins/sf


（合計１５分）
]]></description>
         <link>http://wintory33.net/archives/2011/06/post_450.html</link>
         <guid>http://wintory33.net/archives/2011/06/post_450.html</guid>
         <category></category>
         <pubDate>Sat, 04 Jun 2011 22:46:36 +0900</pubDate>
      </item>
            <item>
         <title>ウェイクサーフィン</title>
         <description><![CDATA[ウェイクサーフィン

なんのことだろうと思っていましたが、合点がいきました。

<img alt="wake_surf1.jpg" src="http://wintory33.net/up_images/wake_surf1.jpg" width="400" height="224" />
サーフィンの練習にはいいね。最初はホント数秒しか立てないし・・・

<a href="http://www.kotaro269.com/archives/51238970.html">http://www.kotaro269.com/archives/51238970.html</a>

今度、友達とやってみようかな・・・

]]></description>
         <link>http://wintory33.net/archives/2011/05/post_449.html</link>
         <guid>http://wintory33.net/archives/2011/05/post_449.html</guid>
         <category></category>
         <pubDate>Sun, 01 May 2011 14:17:02 +0900</pubDate>
      </item>
            <item>
         <title>実験</title>
         <description><![CDATA[タイムライン表示

<script language="Javascript"> 
var twitter_id = 'wintory33'; //表示したいtwitter ID
var twitter_count = 10; //表示数
var twitter_elem_id = 'twitter_data';

window.onload = function() {
var url = 'http://twitter.com/statuses/user_timeline/'
+ twitter_id
+ '.json?callback=twitterCallback&count='
+ twitter_count;
var script = document.createElement('script');
script.setAttribute('src', url);
document.body.appendChild(script);
}
function twitterCallback(obj){
var html = "";
for(var i=0 ; i<twitter_count && i<obj.length ; i++){
html += "<li><a href='http://twitter.com/" + twitter_id + "/status/"
+ obj[i].id + "'>" + obj[i].text + "</a></li>";
}
document.getElementById(twitter_elem_id).innerHTML = html;
}
</script>


<ul id="twitter_data">
</ul>]]></description>
         <link>http://wintory33.net/archives/2011/03/post_448.html</link>
         <guid>http://wintory33.net/archives/2011/03/post_448.html</guid>
         <category></category>
         <pubDate>Mon, 07 Mar 2011 23:02:45 +0900</pubDate>
      </item>
            <item>
         <title>電子書籍作ってみた</title>
         <description><![CDATA[自社でこんなアプリをリリースしてみた。<br />
<br />
<a href="http://buzzapp.jp/apps/417567364/%E9%9B%BB%E5%AD%90%E6%9B%B8%E7%B1%8D%E3%82%92%E3%81%A4%E3%81%8F%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F/">
<img alt="20110303-01.jpg" src="http://wintory33.net/archives/images/20110303-01.jpg" width="400" height="454" /></a>
<br />

<a href="http://buzzapp.jp/img/common/download_button.gif">iTunesStoreでダウンロード</a>してみる<br />
<br />
こんな反応もあって嬉しい限り！<br />
<br />]]></description>
         <link>http://wintory33.net/archives/2011/03/post_447.html</link>
         <guid>http://wintory33.net/archives/2011/03/post_447.html</guid>
         <category>一発ネタ(JunkNews)</category>
         <pubDate>Fri, 04 Mar 2011 01:39:04 +0900</pubDate>
      </item>
            <item>
         <title>キズナ１歳</title>
         <description><![CDATA[<img alt="P1000839.JPG" src="http://wintory33.net/archives/up_images/P1000839.JPG" width="400" height="533" />

１歳の誕生日おめでとう！]]></description>
         <link>http://wintory33.net/archives/2010/09/post_446.html</link>
         <guid>http://wintory33.net/archives/2010/09/post_446.html</guid>
         <category>爺日記</category>
         <pubDate>Sat, 04 Sep 2010 01:02:28 +0900</pubDate>
      </item>
            <item>
         <title>フィリピン海？</title>
         <description><![CDATA[<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;q=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%97%E5%A0%B4&amp;sll=35.147284,139.369297&amp;sspn=0.051864,0.077162&amp;brcurrent=3,0x60181d40242725ab:0x95bab919cfb87e0,1&amp;ie=UTF8&amp;split=1&amp;rq=1&amp;ev=zo&amp;radius=2.62&amp;hq=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%97%E5%A0%B4&amp;hnear=&amp;ll=35.147284,139.369297&amp;spn=0.051864,0.077162&amp;output=embed"></iframe><br /><small><a href="http://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;q=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%97%E5%A0%B4&amp;sll=35.147284,139.369297&amp;sspn=0.051864,0.077162&amp;brcurrent=3,0x60181d40242725ab:0x95bab919cfb87e0,1&amp;ie=UTF8&amp;split=1&amp;rq=1&amp;ev=zo&amp;radius=2.62&amp;hq=%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%97%E5%A0%B4&amp;hnear=&amp;ll=35.147284,139.369297&amp;spn=0.051864,0.077162" style="color:#0000FF;text-align:left">大きな地図で見る</a></small> 

どこでしょうか！]]></description>
         <link>http://wintory33.net/archives/2010/07/post_445.html</link>
         <guid>http://wintory33.net/archives/2010/07/post_445.html</guid>
         <category></category>
         <pubDate>Sat, 24 Jul 2010 12:55:05 +0900</pubDate>
      </item>
            <item>
         <title>実験</title>
         <description><![CDATA[  <center> 
  <h2>Desktop Notification Demo</h2> 
 
  <div id="error" style="display:none;"> 
    This browser does not support desktop notifications. Try
    <a href="http://www.google.com/chrome">Chrome</a> instead.
  </div> 
 
  <p> 
    <a href="#" class="button" id="request-permission">Request Permission</a> 
    <a href="#" class="button" id="notify-me">Notify Me</a> 
  </p> 
 
  <p> 
  For details on how this works, visit <a href="http://0xfe.blogspot.com/2010/04/desktop-notifications-with-webkit.html">0xfe.blogspot.com</a> or <a href="http://github.com/0xfe/experiments/raw/master/www/notifyme.html">view the source</a>.
  </p> 
 
  </center> ]]></description>
         <link>http://wintory33.net/archives/2010/04/post_444.html</link>
         <guid>http://wintory33.net/archives/2010/04/post_444.html</guid>
         <category></category>
         <pubDate>Thu, 22 Apr 2010 17:06:31 +0900</pubDate>
      </item>
            <item>
         <title>こんな週末を過ごす生活を目指したいね</title>
         <description><![CDATA[<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/yd8KPVwxQ24&hl=ja_JP&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yd8KPVwxQ24&hl=ja_JP&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

いい天気だなぁ～]]></description>
         <link>http://wintory33.net/archives/2010/04/post_443.html</link>
         <guid>http://wintory33.net/archives/2010/04/post_443.html</guid>
         <category></category>
         <pubDate>Tue, 13 Apr 2010 16:07:24 +0900</pubDate>
      </item>
            <item>
         <title>これに乗りたい</title>
         <description><![CDATA[<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/4lqmBJLciEY&hl=ja_JP&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4lqmBJLciEY&hl=ja_JP&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

今の夢ですね！
]]></description>
         <link>http://wintory33.net/archives/2010/03/post_442.html</link>
         <guid>http://wintory33.net/archives/2010/03/post_442.html</guid>
         <category>一発ネタ(JunkNews)</category>
         <pubDate>Wed, 24 Mar 2010 20:05:34 +0900</pubDate>
      </item>
            <item>
         <title>レーシック体験</title>
         <description><![CDATA[今日はわけあって<strong>レーシック体験</strong>の話

昨年かみさんが<a href="http://www.shinagawa-lasik.com/index.html" target="_blank" alt="品川近視クリニック"><strong>品川近視クリニック</strong></a>で<strong>レーシック</strong>の手術をした。

術後目の腫れが引かなかったので病院に行ったら院長？さんらしき人が出てきて
精密検査を行った。珍しいケースだったらしい。丁寧な対応をしてもらった。

まぁ結論から書くと目はよく見えるようになって生活はよくなったよ。
＃ちょっと羨ましい。



※
<u
>HPの実験の為に広告のような内容になってます～m(..)mすいまそん。
書いてあることは事実なんですが実験なので気にしないでください。
</u>




]]></description>
         <link>http://wintory33.net/archives/2009/11/post_441.html</link>
         <guid>http://wintory33.net/archives/2009/11/post_441.html</guid>
         <category></category>
         <pubDate>Thu, 26 Nov 2009 11:29:41 +0900</pubDate>
      </item>
            <item>
         <title>スノーカイト映像</title>
         <description><![CDATA[<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-RVuXjf_PJo&hl=ja_JP&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-RVuXjf_PJo&hl=ja_JP&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

スノーカイトで、リッジ沿いにブローが入って巻き上げられた映像

パラグライダーでこの雲なら絶対にあげないですが・・・。

１００ｍちかく飛ばされてます。オソロシヤ～

]]></description>
         <link>http://wintory33.net/archives/2009/11/post_440.html</link>
         <guid>http://wintory33.net/archives/2009/11/post_440.html</guid>
         <category>びっくり映像発見</category>
         <pubDate>Tue, 24 Nov 2009 15:25:35 +0900</pubDate>
      </item>
            <item>
         <title>ホバークラフトのラジコンの映像</title>
         <description><![CDATA[ラジコンホバーの映像（依頼なもんで）

ＲＣホバー１
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0YxAmeNKEwg&hl=ja&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0YxAmeNKEwg&hl=ja&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
<a href="http://wintory33.net/up_movies/rchover01_large.wmv" target="_blank">movie file</a>
]]></description>
         <link>http://wintory33.net/archives/2009/11/post_439.html</link>
         <guid>http://wintory33.net/archives/2009/11/post_439.html</guid>
         <category></category>
         <pubDate>Wed, 04 Nov 2009 20:40:47 +0900</pubDate>
      </item>
            <item>
         <title>カイトサーフィン in 富津</title>
         <description>強風の週末！午前中だけですがカイト―サーフィン富津岬（南ゲレンデ）いってきました。

風力はアクアラインの上で１０ｍ、申し分ない、向きが真正面で
ちょっと出るのが面倒でしたが、楽しい時間を過ごせました。

体力が落ちていて長時間プレーニングを楽しめないのが課題です。
昼の帰り際にゲレンデをみると２０機以上のカイトが海の上に！（写真なし）

夏の海水浴シーズンでしたがさしたる渋滞もなくいけました。
高速道路が安くなってアクアラインが使いやすくなったのは、交通の分散にもなるしいいことですね。




</description>
         <link>http://wintory33.net/archives/2009/07/_in_5.html</link>
         <guid>http://wintory33.net/archives/2009/07/_in_5.html</guid>
         <category>爺日記</category>
         <pubDate>Sun, 26 Jul 2009 17:11:02 +0900</pubDate>
      </item>
            <item>
         <title>お台場ナイトマラソン走ってきたよ</title>
         <description><![CDATA[お台場ナイトマラソン参加してきました。
夜風を浴びながら１０ｋｍのショートマラソン

<img src="http://wintory33.net/up_images/20090619-01.jpg" />

楽しいひと時でした。

タイムは５８分５２秒でなんとか１時間で走れました。

今年走ったのは３月に１回ジムいっただけ～という
不届き者でしたがなんとか完走できました。
]]></description>
         <link>http://wintory33.net/archives/2009/06/_10km.html</link>
         <guid>http://wintory33.net/archives/2009/06/_10km.html</guid>
         <category>爺日記</category>
         <pubDate>Fri, 19 Jun 2009 22:14:34 +0900</pubDate>
      </item>
            <item>
         <title>カイトサーフィン、富津、南ゲレンデ</title>
         <description><![CDATA[久しぶりにタグさん一家とカイトサーフィンにいきました。

富津はいいゲレンデですね。

<img src="http://wintory33.net/up_images/20090531-01.jpg" width="400" />
午後からビギナー向けの風が吹いてくれて、リハビリにはとてもいいコンディション！

前回入ったのは昨年で、前々回入ったのはさらにその前の年じゃなかろうか・・・。

次が生まれるまではがんばるぜ！遊んでるだけの爺の写真を撮ってくれてありがとう！
]]></description>
         <link>http://wintory33.net/archives/2009/05/post_438.html</link>
         <guid>http://wintory33.net/archives/2009/05/post_438.html</guid>
         <category>爺日記</category>
         <pubDate>Sun, 31 May 2009 22:28:32 +0900</pubDate>
      </item>
      
   </channel>
</rss>

