<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>T.T.Soft Development Studio</title>
	
	<link>http://ttsoft.jp</link>
	<description />
	<lastBuildDate>Fri, 20 Jan 2012 13:37:05 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TTsoftDevelopmentStudio" /><feedburner:info uri="ttsoftdevelopmentstudio" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>うどんなうbotについて</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/NVXn6pC7ux0/</link>
		<comments>http://ttsoft.jp/2011/12/udon_now_bot/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 16:15:02 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[うどんなうbot]]></category>

		<guid isPermaLink="false">http://ttsoft.jp/?p=316</guid>
		<description><![CDATA[ちょっと時間があったので、rubyでTwitter botを作ってみました。 うどんなうbot → http://twitter.com/udon_now_bot 概要 5分毎に aggregator でTwitter上<a href="http://ttsoft.jp/2011/12/udon_now_bot/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>ちょっと時間があったので、rubyでTwitter botを作ってみました。</p>
<p>うどんなうbot → <a title="うどんなうbot" href="http://twitter.com/udon_now_bot" target="_blank">http://twitter.com/udon_now_bot</a></p>
<h3>概要</h3>
<ul>
<li>5分毎に aggregator でTwitter上の「うどんなう」を含むツイートを収集</li>
<li>収集されたツイートは１分ごとに逐次postする</li>
<li>ツイートが @ からはじまるもの、RT からはじまるものは除く</li>
<li>@udon_now_bot を含むようなmentionは除く[2012-01-20に追加]</li>
</ul>
<h3>スクリプトについて</h3>
<ul>
<li>開発言語 ruby(1.8.7)</li>
<li>使用モジュール <a title="The Twitter Ruby Gem" href="http://twitter.rubyforge.org/" target="_blank">twitter</a>(2.0.2)、JSON、DBI、DBD-MySQL</li>
<li>収集するスクリプトとpostするスクリプトは別々</li>
<li>設置環境は <a title="さくらインターネット" href="http://www.sakura.ad.jp/" target="_blank">さくらインターネット様</a> の <a title="VPSのさくらインターネット" href="http://vps.sakura.ad.jp/" target="_blank">さくらのVPS512</a> を利用した FreeBSD8.0です。</li>
<li>DBサーバーは MySQL 5.5</li>
</ul>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/NVXn6pC7ux0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/12/udon_now_bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/12/udon_now_bot/</feedburner:origLink></item>
		<item>
		<title>FreeBSDにlogwatchをインストール</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/_ETecAwDOQ4/</link>
		<comments>http://ttsoft.jp/2011/08/logwatch_on_freebsd/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 02:57:12 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[logwatch]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.ttsoft.jp/?p=308</guid>
		<description><![CDATA[さくらのVPSで使っている FreeBSD にlogwatchというログ監視ツールを入れてみました。 これまでも、periodic daily とかでメールを送るようにしていたのですが、logwatchも追加してみること<a href="http://ttsoft.jp/2011/08/logwatch_on_freebsd/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>さくらのVPSで使っている FreeBSD にlogwatchというログ監視ツールを入れてみました。<br />
これまでも、periodic daily とかでメールを送るようにしていたのですが、logwatchも追加してみることにしました。</p>
<p>インストールじたいは　ports を使って</p>
<pre name="code" class="bash">
# portinstall sysutils/logwatch
</pre>
<p>いっぱつで終了。</p>
<p>あとはconfファイルを書きけるわけですが、 /usr/local/etc/logwatch/defaults/logwatch.conf を開いて</p>
<pre name="code" class="bash">
MailTo = hoge@example.com
Print = No
</pre>
<p>として、メールの送信先の設定と、実行時に標準出力には書き出さないようにする。</p>
<p>それと、 /usr/local/etc/logwatch/defaults/services/zz-disk_space.conf を開いて</p>
<pre name="code" class="bash">
$disk_cmd = "df -h"
</pre>
<p>を追加しておきます。これでバイト表記ではなく、キロバイトやギガバイトのようにわかりやすい表示になります。</p>
<p>これで用意はできたので /usr/local/sbin/logwatch.pl を root権限 で実行してテスト。<br />
問題なければ /etc/crontab に入れてしまいましょう。</p>
<pre name="code" class="bash">
0 1 * * * root /usr/local/sbin/logwatch.pl
</pre>
<p>とすると毎日1時に前日分のログをチェックしてメールが送られるようになります。</p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/_ETecAwDOQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/08/logwatch_on_freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/08/logwatch_on_freebsd/</feedburner:origLink></item>
		<item>
		<title>サイト移転のお知らせ</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/tbxOnG4kAQQ/</link>
		<comments>http://ttsoft.jp/2011/08/site_moved/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 09:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://www.ttsoft.jp/?p=304</guid>
		<description><![CDATA[ttsoft.org から ttsoft.jp にサイトを移転しました。 といっても、WordPressで構築してるからデータをそのまま移したので、リンク切れとかはおきないはずです。]]></description>
			<content:encoded><![CDATA[<p>ttsoft.org から ttsoft.jp にサイトを移転しました。</p>
<p>といっても、WordPressで構築してるからデータをそのまま移したので、リンク切れとかはおきないはずです。</p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/tbxOnG4kAQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/08/site_moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/08/site_moved/</feedburner:origLink></item>
		<item>
		<title>さくらのVPSはじめました</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/ps0QYWg5CEI/</link>
		<comments>http://ttsoft.jp/2011/07/start_sakura_vps/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 15:36:00 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[Samurize]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=299</guid>
		<description><![CDATA[なんか「冷やし中華はじめました」的なtitleですがww まぁ読んでそのまま「さくらのVPS」をはじめました。 で、いきなりカスタムOSインストールを選んで FreeBSD 8.1 i386 をいれちゃいました。 入れる<a href="http://ttsoft.jp/2011/07/start_sakura_vps/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>なんか「冷やし中華はじめました」的なtitleですがww<br />
まぁ読んでそのまま「<a href="http://vps.sakura.ad.jp" target="_blank">さくらのVPS</a>」をはじめました。</p>
<p>で、いきなりカスタムOSインストールを選んで FreeBSD 8.1 i386 をいれちゃいました。</p>
<p>入れるときはサポートにあるこれそのままです。<br />
SAKURA Internet // サポート &#8211; オンラインマニュアル &#8211; カスタムOSインストールガイド ： FreeBSD 8.1-RELEASE<br />
<a href="http://support.sakura.ad.jp/support/vps/menu_oscustom_freebsd.shtml" target="_blank">http://support.sakura.ad.jp/support/vps/menu_oscustom_freebsd.shtml</a></p>
<p>インストール後にまずやったのは /etc/hosts.allow の設定</p>
<pre>ALL : 127.0.0.1         : allow
ALL : .***.nt.adsl.ppp.infoweb.ne.jp : allow
ALL : ALL               : deny</pre>
<p>これで自宅の回線以外からは全て弾いちゃうようにしました。</p>
<p>この後はportsからapache2やらmysqlやらphp5やら入れましょう。</p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/ps0QYWg5CEI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/07/start_sakura_vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/07/start_sakura_vps/</feedburner:origLink></item>
		<item>
		<title>JavaScriptテンプレートエンジン SNBinder について</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/LrgCw834yLU/</link>
		<comments>http://ttsoft.jp/2011/05/javascript-template-snbinder/#comments</comments>
		<pubDate>Fri, 20 May 2011 08:11:27 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SNBinder]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=292</guid>
		<description><![CDATA[最近は、仕事上でjavascripなコーディングとかが増えてきてる。 別にいいんだけど、JSONで取得したものをブラウザ上に表示するときに困るのが見た目の問題ですよね。 divとかを $(&#8220;&#60;div&#038;g<a href="http://ttsoft.jp/2011/05/javascript-template-snbinder/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>最近は、仕事上でjavascripなコーディングとかが増えてきてる。</p>
<p>別にいいんだけど、JSONで取得したものをブラウザ上に表示するときに困るのが見た目の問題ですよね。<br />
divとかを $(&#8220;&lt;div&gt;&#8221;) ってしてaddClass() とか……これだと結構めんどくさいことに。</p>
<p>それでJavaScriptでSmartyみたいなテンプレートエンジンがあれば問題はほぼ解決できるんじゃないかと。</p>
<p>で「javascript template」でググってたら見つけたのが <a title="Life is beautiful: JavaScript HTMLテンプレートエンジン SNBinder 公開" href="http://satoshi.blogs.com/life/2011/01/javascript_template_engine_snbinder.html" target="_blank"><strong>SNBinder</strong></a> です。</p>
<p>テンプレート部分はajaxで別ファイルから読み込むこともできるし、テンプレートに入れる値もわざわざ$.ajax()とかしなくても、SNBinderで一気にJSON取得→テンプレートファイル取得→表示までできちゃいます。</p>
<p>ただ、作者の方も書かれているようにテンプレート部分ではbindされた値をどこに入れるかだけで条件分岐や繰り返しの処理(ifやforeachとか)は出来ないことになっています。<br />
それをやるならJavaScript側で取得したJSONを元に処理してから渡してやればいいだけの話ですしね。</p>
<p>で簡単に使ってみたのですが、気になったのがREADMEのこの部分</p>
<pre name="code" class="javascript">SNBinder.get_named_sections("/static/templates.htm", null, function(templates) {
    var user = { "name":"Leonardo da Vinci" };
    $('.body').html(SNBinder.bind(templates("main", user));
});</pre>
<p><span style="color: #800000;">templates(&#8220;main&#8221;</span> っていうところは <span style="color: #800000;">templates.main</span> が正しいんじゃないかと。</p>
<p>使ってみた感想ですが、分かりやすいですし使いやすいです。<br />
テンプレート部分を1つのファイルに纏めておけるというのもトラフィックが増えなくていいと思います。</p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/LrgCw834yLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/05/javascript-template-snbinder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/05/javascript-template-snbinder/</feedburner:origLink></item>
		<item>
		<title>IO DATAのHDCA-L1.0UWを購入(2)</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/R-CeAd3x2gc/</link>
		<comments>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_2/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 11:11:39 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[Topics]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[IO-Data]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=288</guid>
		<description><![CDATA[届きましたよHDCA-L1.0UW REGZAの前においてありますが、繋がってる先はLenovoですw でこれがNTFSで再フォーマットした後の状態 さてと、これからiTunesのライブラリを移したりしなきゃ。]]></description>
			<content:encoded><![CDATA[<p>届きましたよ<strong>HDCA-L1.0UW</strong></p>
<p><a href="http://www.ttsoft.jp/wp-content/uploads/2011/04/SN3D0168.jpg"><img class="alignnone size-medium wp-image-289" title="HDCA-L1.0UW" src="http://www.ttsoft.jp/wp-content/uploads/2011/04/SN3D0168-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>REGZAの前においてありますが、繋がってる先はLenovoですw</p>
<p><span id="more-288"></span>でこれがNTFSで再フォーマットした後の状態</p>
<p><a href="http://www.ttsoft.jp/wp-content/uploads/2011/04/property.png"><img class="aligncenter size-medium wp-image-290" title="HDCA-L1.0UW_InitialProperty" src="http://www.ttsoft.jp/wp-content/uploads/2011/04/property-275x300.png" alt="" width="275" height="300" /></a></p>
<p>さてと、これからiTunesのライブラリを移したりしなきゃ。</p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B004JPHVGS" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B004JPHVCW" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/R-CeAd3x2gc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_2/</feedburner:origLink></item>
		<item>
		<title>IO DATAのHDCA-L1.0UWを購入(1)</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/f1U7l8sPfg8/</link>
		<comments>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_1/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 02:38:42 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[Topics]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[IO-Data]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=279</guid>
		<description><![CDATA[LenovoのR61eのHDDは約60GBなんだけど、なんだかんだ(メールログやらiTunesライブラリ、VMWareイメージ)やらで空き容量が減ってきつつあるこの頃。 最近は1TB超の外付けHDDも安くなってきているの<a href="http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_1/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>LenovoのR61eのHDDは約60GBなんだけど、なんだかんだ(メールログやらiTunesライブラリ、VMWareイメージ)やらで空き容量が減ってきつつあるこの頃。</p>
<p>最近は1TB超の外付けHDDも安くなってきているのでGW前に買ってしまってGWはファイル整理に当てようかとおもってまずはHDDを物色してきました。</p>
<p>といっても最初っからIO-Dataに絞り込んでいたわけですが。（←もってる外付けのストレージ(DVD-RAM含む)はほぼIO製なわけでやっぱり揃えたいなと……）</p>
<p>で週末アウトレットの限定価格だった<strong>HDCA-L1.0UW</strong>にしました。<br />
通常売価9000円強のところが箱潰れ、箱汚れの<em>ワケあり</em>で6500円強でした。（もちろん送料無料で）</p>
<p>まだ手元には届いていませんが、今週中くらいにはとどくかしら？</p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B004JPHVGS" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B004JPHVCW" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/f1U7l8sPfg8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2011/04/bought_hdca-l1-0uw_1/</feedburner:origLink></item>
		<item>
		<title>BSHSBE06BKファーストインプレッション</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/Ctpg7g2Lwx8/</link>
		<comments>http://ttsoft.jp/2010/04/bshsbe06bk_first_impressio/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 11:47:14 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=270</guid>
		<description><![CDATA[月曜の夜にamazonでポチっとしたBluetoothイヤフォン BSHSBE06BKが届きましたので、ファーストインプレッションなど。 ペアリング BSHSBE06BKは ver2.1+EDRなのでiPod touch<a href="http://ttsoft.jp/2010/04/bshsbe06bk_first_impressio/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>月曜の夜にamazonでポチっとしたBluetoothイヤフォン BSHSBE06BKが届きましたので、ファーストインプレッションなど。</p>
<h4>ペアリング</h4>
<p>BSHSBE06BKは ver2.1+EDRなのでiPod touchで「設定」→「一般」→「Bluetooth」で検索して登録するだけでok。<br />
BSHSBE06BKのジョグダイヤル風ボタンを6秒くらい長押ししてるとペアリングが始まります。<br />
PINキーの入力とかは必要ありませんでした。<br />
<span id="more-270"></span></p>
<h4>使ってみる</h4>
<p>BSHSBE06BKの電源オンにして暫く待つとiPod touchの画面右上のBluetoothロゴが白くなれば接続ok。<br />
AVRCPプロファイル対応ですが、iPod touchでは再生、ストップ、一時停止しかできません。<br />
曲スキップなどができないのが痛いかも。</p>
<h4>再生・一時停止ができない</h4>
<p>AVRCPプロファイル対応なのでできるはずなんですが、ボタンを押しても反応なし。<br />
とりあえずiPod touchを再起動してやれば2度目からは問題なく再生・一時停止ができました。</p>
<h4>総合評価</h4>
<p>手持ちのイヤフォンが使えるのは○ですね。<br />
3.5φのステレオジャックを持つポータブルスピーカーをレシーバーにつないだってokですからね。<br />
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=B001PFNWS6" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/Ctpg7g2Lwx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2010/04/bshsbe06bk_first_impressio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2010/04/bshsbe06bk_first_impressio/</feedburner:origLink></item>
		<item>
		<title>Bluetoothステレオイヤフォン BSHSBE06BK</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/TAdI2ZwE_PU/</link>
		<comments>http://ttsoft.jp/2010/04/bluetooth_stereo_earphone/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:03:02 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=266</guid>
		<description><![CDATA[iPod touchで使えるBluetoothイヤフォンを選定中ですが、手持ちのイヤフォンが使えるやつってことでこれをチョイスしました。 バッファローコクヨサプライのBSHSBE06BKです。 touchなので通話はしな<a href="http://ttsoft.jp/2010/04/bluetooth_stereo_earphone/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>iPod touchで使えるBluetoothイヤフォンを選定中ですが、手持ちのイヤフォンが使えるやつってことでこれをチョイスしました。</p>
<p>バッファローコクヨサプライのBSHSBE06BKです。</p>
<p>touchなので通話はしないし、どちらかっていうと音楽ユースなのでステレオで聞けるやつがいいですよね。</p>
<p><iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ttsoftdevelos-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=B001PFNWS6" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/TAdI2ZwE_PU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2010/04/bluetooth_stereo_earphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2010/04/bluetooth_stereo_earphone/</feedburner:origLink></item>
		<item>
		<title>iPod touch買って1週間</title>
		<link>http://feedproxy.google.com/~r/TTsoftDevelopmentStudio/~3/fE_Wp2ULCvY/</link>
		<comments>http://ttsoft.jp/2010/01/ipod-touch-get-after-1week/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 14:23:22 +0000</pubDate>
		<dc:creator>torut</dc:creator>
				<category><![CDATA[iPod touch]]></category>

		<guid isPermaLink="false">http://www.ttsoft.org/?p=212</guid>
		<description><![CDATA[先週の金曜にiPod touch 32G Bを買ってから1週間経ちました。 入れたアプリは下記の通り。 Twitterクライアント TweetDeck 天気予報 ウェザーニュースタッチ Google Readerクライア<a href="http://ttsoft.jp/2010/01/ipod-touch-get-after-1week/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>先週の金曜にiPod touch 32G Bを買ってから1週間経ちました。</p>
<p>入れたアプリは下記の通り。</p>
<ul>
<li>Twitterクライアント<br />
TweetDeck</li>
<li>天気予報<br />
ウェザーニュースタッチ</li>
<li>Google Readerクライアント<br />
RSS Flash G Lite</li>
<li>Wikipediaクライアント<br />
Wikiamo</li>
<li>iTunesリモートクライアント<br />
Remote</li>
<li>ゲーム類<br />
麻雀のやつを3つほど</li>
<li>その他<br />
Dropbox<br />
テレビ番組表<br />
BB2C</li>
</ul>
<p>他にもいろいろアプリを突っ込んでみました。ホーム画面のスクリーンショットを貼ってあるので見てください。</p>
<p><span id="more-212"></span></p>
<p><img class="size-full wp-image-213 alignleft" title="iPod touchホーム画面1" src="http://www.ttsoft.jp/wp-content/uploads/2010/01/17-23-09-46.jpg" alt="iPod touchホーム画面1" width="192" height="288" /><img class="size-full wp-image-214 alignleft" title="iPod touchホーム画面2" src="http://www.ttsoft.jp/wp-content/uploads/2010/01/17-23-09-56.jpg" alt="iPod touchホーム画面2" width="192" height="288" /></p>
<img src="http://feeds.feedburner.com/~r/TTsoftDevelopmentStudio/~4/fE_Wp2ULCvY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ttsoft.jp/2010/01/ipod-touch-get-after-1week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ttsoft.jp/2010/01/ipod-touch-get-after-1week/</feedburner:origLink></item>
	</channel>
</rss>

