<?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>treffen @ Wordpress &#187; willcom03</title>
	<atom:link href="http://pub.slateblue.tk/category/willcom03/feed" rel="self" type="application/rss+xml" />
	<link>http://pub.slateblue.tk</link>
	<description>日々の写真とメモなBlog</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:32:38 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/category/willcom03/feed" />
		<item>
		<title>rltodayで天気予報を作成してみる。（公開編）</title>
		<link>http://pub.slateblue.tk/willcom03/day95.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day95.html#comments</comments>
		<pubDate>Tue, 30 Sep 2008 08:24:48 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=95</guid>
		<description><![CDATA[■rltoday＋天気予報スキンの改造方法を公開。
rltodayで天気予報を作成してみる。で公開しているTodayスキンが、
それなりにページビューあるようですので改造方法とスキンを公開します。
ある程度いじれる人向け [...]]]></description>
			<content:encoded><![CDATA[<p>■rltoday＋天気予報スキンの改造方法を公開。</p>
<p><a href="http://caplio.wordpress.com/blog-entry-53.html">rltodayで天気予報を作成してみる。</a>で公開しているTodayスキンが、<br />
それなりにページビューあるようですので改造方法とスキンを公開します。</p>
<p>ある程度いじれる人向けになりますのでご注意を。</p>
<p>■インストール・設定</p>
<p><strong>1.rltoday・MortScriptをインストールする</strong></p>
<p>　それぞれ下記Linkより導入。</p>
<p>　rlToday at Rotlaus Software<br />
　<a href="http://rotlaus-software.de/projects/rltoday/">http://rotlaus-software.de/projects/rltoday/</a></p>
<p>　MortScript<br />
　<a href="http://home.att.ne.jp/wave/deox_pop/mortscript.html">http://home.att.ne.jp/wave/deox_pop/mortscript.html</a><br />
　</p>
<p><strong>2.Todayスキンのダウンロード</strong></p>
<p>　weather.zipを展開するとweatherフォルダが出来るので、<br />
　これを「\Program Files\rlToday\」配下にコピーする。</p>
<p>　<strong>weather.zip</strong>　&rarr; <a href="http://snugplace.s271.xrea.com/weather.zip">http://snugplace.s271.xrea.com/weather.zip</a></p>
<p>　※iconは、<a href="http://liquidweather.net/icons.php">http://liquidweather.net/icons.php</a>から、Grzankaをリサイズして使用しています。<br />
　　（Today用180*180、Weekly用64*64にしてそれぞれ保存。）</p>
<p><strong>3.天気予報スクリプトをダウンロード。</strong></p>
<p>　myopen.jpさんの記事、「<a href="http://www.myopen.jp/blog/2008/03/-myweathermscr-1.html">最小パケットの詳細天気予報 MortScript + rlTodayスキン</a>」から、<br />
　todayスキンとMortScriptをダウンロードさせて頂く。</p>
<p>　<u><strong><font color="#008080">myweather.mscr</font></strong>と<strong><font color="#008080">icon.ini</font></strong>をweatherフォルダにコピーする。</u></p>
<p>　※myweather.mscrは、修正が入っているので最新のものと差し替えましょう。<br />
　<br />
<strong>4.myweather.mscrを修正する。</strong>（ごめんなさいy.mikomeさん・・）</p>
<p>　d346prtさんの記事「<a href="http://d346prt.blog51.fc2.com/blog-entry-104.html#more"><font color="#cc3d3d">■HTC Home風rltodayスキン その4（お披露目）</font></a>」を参考に。<br />
　1day分だけ、違うサイズアイコンを使うのでちょびっと修正します。<br />
　<br />
　内容としては、254行目の「for day = 1 to 7」を、<br />
　「day = 1」 ～ 「for day = 2 to 4」の内容と置き換えます。</p>
<p>　○変更前（254行目）</p>
<blockquote><p>for day = 1 to 7 </p>
</blockquote>
<p>　○書き換え後 （ for day = 1 to 7 に上書きで書いてください。）</p>
<blockquote><p><font face="Verdana">day = 1<br />
&nbsp;&nbsp;if (formattime(&quot;H&quot;, now) &lt; 17 or day &gt; 1)<br />
&nbsp;&nbsp;&nbsp;section = &quot;hiru&quot;<br />
&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;section = &quot;yoru&quot;<br />
&nbsp;&nbsp;endif<br />
&nbsp;&nbsp;if (yoho[day] ne &quot;&quot;)<br />
&nbsp;&nbsp;&nbsp;icon_file = iniRead(skin_dir\&quot;icons\icons.ini&quot;, section, icon[day])&nbsp;<br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;if (icon_file eq &quot;&quot;)<br />
&nbsp;&nbsp;&nbsp;&nbsp;icon_file = iniRead(skin_dir\&quot;icons.ini&quot;, section, icon[day])<br />
&nbsp;&nbsp;&nbsp;endif&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;copy(skin_dir\&quot;L_icons&quot;\icon_file, skin_dir\&quot;weather&quot;&amp;day&amp;&quot;.png&quot;, TRUE)<br />
&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;delete(skin_dir\&quot;weather&quot;&amp;day&amp;&quot;.png&quot;)<br />
&nbsp;&nbsp;endif<br />
</font><font face="Verdana">&nbsp;for day = 2 to 4&nbsp;&nbsp;</font></p>
</blockquote>
<p><strong>5.myweather.mscrを実行してみる。</strong></p>
<p>　一番最初の起動時は、地域の設定画面が出ると思います。<br />
　その後、weatherフォルダにweather1.pngが出力されれば完了です。</p>
<hr />
天気予報の取り込みタイミングなどは、すべてmyweather.mscrによる動作になります。&nbsp;&nbsp;
<p>&nbsp;</p>
<p>更新時にハングアップなどしていると、古い情報のままになることがあるので、<br />
その時は、myweather.mscrを直接実行するか、画面の右下の■をクリックしてみて下さい。</p>
<p>■おまけ</p>
<p>この画面に使っているTodayスキンです<br />
<a href="http://snugplace.s271.xrea.com/hana3.tsk">http://snugplace.s271.xrea.com/hana3.tsk</a></p>
<p>&nbsp;■スクリーンショット</p>
<p>　　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/0931.jpg" rel="lightbox[95]"></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/09301.jpg" rel="lightbox[95]"></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/09301.jpg" rel="lightbox[95]"><img alt="09301.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/09301.jpg" /></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/0930_2.jpg" rel="lightbox[95]"></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/0930_3.jpg" rel="lightbox[95]"><img alt="0930_3.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/0930_3s.jpg" /></a>&nbsp;</p>
<hr size="1" />
【Bluelounge Design社】The SanctuaryとCable Box。<br />
<a href="http://hb.afl.rakuten.co.jp/hgc/09c1bd71.3942eba1.09c1bd72.4e258ea0/?pc=http%3a%2f%2fitem.rakuten.co.jp%2fplywood%2f05137007%2f&#038;m=http%3a%2f%2fm.rakuten.co.jp%2fplywood%2fi%2f10001960%2f" target="_blank"><img src="http://hbb.afl.rakuten.co.jp/hgb/?pc=http%3a%2f%2fthumbnail.image.rakuten.co.jp%2f%400_mall%2fplywood%2fcabinet%2fkaden2%2f05137007.jpg%3f_ex%3d128x128&#038;m=http%3a%2f%2fthumbnail.image.rakuten.co.jp%2f%400_mall%2fplywood%2fcabinet%2fkaden2%2f05137007.jpg%3f_ex%3d80x80" border="0"/></a><a href="http://hb.afl.rakuten.co.jp/hgc/09c1bd71.3942eba1.09c1bd72.4e258ea0/?pc=http%3a%2f%2fitem.rakuten.co.jp%2fplywood%2f05137001%2f&#038;m=http%3a%2f%2fm.rakuten.co.jp%2fplywood%2fi%2f10001782%2f" target="_blank"><img src="http://hbb.afl.rakuten.co.jp/hgb/?pc=http%3a%2f%2fthumbnail.image.rakuten.co.jp%2f%400_mall%2fplywood%2fcabinet%2fkaden2%2f05137001.jpg%3f_ex%3d128x128&#038;m=http%3a%2f%2fthumbnail.image.rakuten.co.jp%2f%400_mall%2fplywood%2fcabinet%2fkaden2%2f05137001.jpg%3f_ex%3d80x80" border="0"/></a><br />
ガジェット使いにオススメです。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day95.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day95.html" />
	</item>
		<item>
		<title>Today表示のRSSアプリ比較中</title>
		<link>http://pub.slateblue.tk/willcom03/day82.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day82.html#comments</comments>
		<pubDate>Fri, 29 Aug 2008 06:23:38 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=82</guid>
		<description><![CDATA[&#160;willcom 03に使う、TodayのRSS Tikerアプリを比較検討中です。
とりあえず記事一覧画面の比較・・・。
■RSS Ticker Today（http://d.hatena.ne.jp/tmy [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;willcom 03に使う、TodayのRSS Tikerアプリを比較検討中です。<br />
とりあえず記事一覧画面の比較・・・。</p>
<p>■<em>RSS Ticker Today（</em><a href="http://d.hatena.ne.jp/tmyt/searchdiary?word=*%5BRSS+Ticker+Today%5D"><em>http://d.hatena.ne.jp/tmyt/searchdiary?word=*%5BRSS+Ticker+Today%5D</em></a><em>）<br />
</em>　tmytのらくがきさん所で公開されているReaderです。</p>
<p>　　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen02_2.jpg" rel="lightbox[82]"><img height="250" alt="Screen02_2.jpg" width="150" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen02_2s.jpg" /></a> <a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen02.jpg" rel="lightbox[82]"></a>　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen03_02.jpg" rel="lightbox[82]"><img height="250" alt="Screen03_02.jpg" width="150" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen03_02s.jpg" /></a><a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen03_02.jpg" rel="lightbox[82]"></a></p>
<p>■<a style="COLOR: #000; TEXT-DECORATION: none" href="http://code.google.com/p/prssr/"><em>pRSSreader</em></a><em>(</em><a href="http://code.google.com/p/prssr/"><em>http://code.google.com/p/prssr/</em></a><em>）</em></p>
<p><em></em>&nbsp;　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen06.jpg" rel="lightbox[82]"><img height="250" alt="Screen06.jpg" width="150" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen06s.jpg" /></a>　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen01.jpg" rel="lightbox[82]"><img height="250" alt="Screen01.jpg" width="150" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen01s.jpg" /></a></p>
<p>比べると。<br />
RSS Ticker Todayは、</p>
<p>　･軽い<br />
　・W+INFOが読める。<br />
　・Todayに表示させる記事を、何時間前までに更新された記事にするか設定が出来る。<br />
　・作者のBlogがあるので、要望などの連絡が&nbsp;容易。</p>
<p>　などなど結構パフォーマンスが良い感じです。</p>
<p>ただし、気になる点としては、</p>
<p>　・<s>画像はキャッシュされない（画像のあるページを見ると、接続しに行こうとする・・・。&nbsp;</s><br />
&nbsp;　<strike>AutoConnect入れてるとダイヤルアップしてしまう</strike>）<br />
　<br />
　・更新は手動更新。RunAtなどで自分でスケジュールする必要がある。<br />
　<br />
　・<strike>フィード保存先は、参照ボタンがなぜかグレーアウトしていて設定出来ない</strike><br />
　　<strike>（保存ポスを直接書き込めば設定は可能）</strike></p>
<p>　<font color="#800000">★</font><font color="#800000">バージョンがあがって、画像のキャッシュ・フィードの保存先の設定が可能になっています。</font></p>
<p>比較して、<a style="COLOR: #000; TEXT-DECORATION: none" href="http://code.google.com/p/prssr/"><em>pRSSreader</em></a>は、</p>
<p>　・Cache設定が細かく、保存先の変更が出来る<br />
　・画像も合わせて保存が出来る。<br />
　・更新スケジュールを細かく設定出来る（時刻設定＋間隔分数設定）</p>
<p>　・OPMLファイルからの登録が簡単に出来る。</p>
<p>などの利点が。ただし、悪い点として</p>
<p>　・&beta;中という事もありたまにデータ受信などが不安定になる。<br />
　・そもそも結構重い。<br />
　・アンインストールに失敗する事がある。その為、　　<br />
&nbsp;&nbsp;　再インストールが出来なくなる事が・・・。</p>
<p>　・1..4.1を入れたら自動更新に失敗するようになった。<br />
　&nbsp;（prssnot.exeを\windows配下にコピーして回避）</p>
<p>うーむ。悩む。 </p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day82.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day82.html" />
	</item>
		<item>
		<title>willcom 03のMENUを簡単に変更するソフト</title>
		<link>http://pub.slateblue.tk/willcom03/day81.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day81.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 11:27:29 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=81</guid>
		<description><![CDATA[以前書いた「willcom 03カスタマイズメモ（MENUに好きなアプリを割り当てる）」の作業を、
簡単に行う事が出来るソフトが、WILLCOM NEWS LABOさんで公開されています。
WILLCOM 03メニューキ [...]]]></description>
			<content:encoded><![CDATA[<p>以前書いた「<a title="willcom 03カスタマイズメモ（MENUに好きなアプリを割り当てる）の固定リンク" href="http://caplio.wordpress.com/blog-entry-50.html"><font color="#c70000">willcom 03カスタマイズメモ（MENUに好きなアプリを割り当てる）</font></a>」の作業を、<br />
簡単に行う事が出来るソフトが、WILLCOM NEWS LABOさんで公開されています。<br />
<a href="http://labo.willcomnews.com/?eid=959459">WILLCOM 03メニューキー起動アプリ切替ツール</a>（WILLCOM NEWS LABOさん）</p>
<p>これを使えば、好きなランチャーなりメニューソフトを簡単に、<br />
割り当て・変更する事が出来ます。</p>
<p>プログラムもインストールは必要なく、解凍&rArr;exe実行と<br />
かなり簡単に使えるので、オススメの一本です。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day81.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day81.html" />
	</item>
		<item>
		<title>03にスペアナを入れる</title>
		<link>http://pub.slateblue.tk/willcom03/day80.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day80.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:49:56 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=80</guid>
		<description><![CDATA[03で使えるスペクトラムアナライザ（Spectrum analyzer）なるものを、
入れてみました。
Spectrum analyzerとは、いろんな周波数の音をマイクで拾って、
グラフに出来る物で、リアルタイムにどの [...]]]></description>
			<content:encoded><![CDATA[<p>03で使えるスペクトラムアナライザ（Spectrum analyzer）なるものを、<br />
入れてみました。</p>
<p>Spectrum analyzerとは、いろんな周波数の音をマイクで拾って、<br />
グラフに出来る物で、リアルタイムにどの高さの音が、どれ位<br />
出ているかが、一目で見れるものです。</p>
<p>入れたのは、Handheld Audio Spectrum Analyzer (HASA) 。<br />
<a href="http://bofinit.com/">http://bofinit.com/</a>&nbsp;でTrialが無料、製品版（2.2）が$14.99 で購入出来ます。</p>
<p>まぁ、どんなソフトかは見て貰うのが一番早いかな。</p>
<p>■スクリーンショット</p>
<p>これは、起動してPeak値の周波数を表示させる設定をしたもの。<br />
204.6Hzがこの時一番大きく検知されている事がわかる。</p>
<p>　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818134027.jpg" rel="lightbox[80]"><img alt="20080818134027.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/20080818134027s.jpg" /></a>&nbsp;</p>
<p>■保存したデータとの比較</p>
<p>　ある場面のグラフを保存して、現在のグラフと比較する事も出来ます。<br />
　この機能で朝と夜の騒音の比較とかが出来ます。</p>
<p><a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818215400.jpg" rel="lightbox[80]"></a>　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818215743.jpg" rel="lightbox[80]"><img alt="20080818215743.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/20080818215743s.jpg" /></a>&nbsp;&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818215400.jpg" rel="lightbox[80]"><img alt="20080818215400.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/20080818215400s.jpg" /></a> </p>
<p>　灰色が保存されたものです。右は保存されたデータとの差分表示です。<br />
　（+になれば保存されたデータよりもその周波数の音が大きい事がわかる）</p>
<p>　今回の場合はほぼ0db同じ位の大きさ。700Hz~7kHz辺りが<br />
　少しだけ大きい事がわかります。ちなみに、<strong>7kHz前後は蝉の鳴き声！</strong></p>
<p>■サーキュレーターの音を測ってみる。（こないだ買った530J&nbsp; 弱で測定)</p>
<p>　サーキュレーター停止時が、灰色です。<br />
　左のグラフがグラフを重ねただけのもの。右が差分出力です。</p>
<p>&nbsp;　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818215846.jpg" rel="lightbox[80]"><img alt="20080818215846.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/20080818215846s.jpg" /></a> <a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/20080818215559.jpg" rel="lightbox[80]"><img alt="20080818215559.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/20080818215559s.jpg" /></a></p>
<p>　比べると、低音域(70Hz/100Hz/200Hz)あたりと700Hz～7ｋHz辺りまでの音が、<br />
　サーキュレーターによって多く発生している事がわかります。<br />
　近づけて計ると、本体の振動が100Hz~200Hzあたりの低音を出していて、<br />
　70Hzの重低音が空気中伝播で広がってる事がわかりました。</p>
<p>　風切音は全然気にならないのですが、このAC周波数～200Hz辺りの音が、<br />
　かなり不快音の原因のようです。</p>
<p>　回転数を変えると発生する音の高さも変わるので、機会があったら、<br />
　調光機でもかまして、ましになるか確認してみようと思っています。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day80.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day80.html" />
	</item>
		<item>
		<title>Amazonのインスタントストアで遊んでみる。</title>
		<link>http://pub.slateblue.tk/willcom03/day78.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day78.html#comments</comments>
		<pubDate>Fri, 15 Aug 2008 15:39:58 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=78</guid>
		<description><![CDATA[Amazonの アソシエイト・プログラムに、インスタントストアというのを発見したので、
ちょっと試しに遊んでみました。
インスタントストアは、好きな商品を選んで登録するだけで、
簡単なオンラインストアみたいなものが作成出 [...]]]></description>
			<content:encoded><![CDATA[<p>Amazonの アソシエイト・プログラムに、<a href="http://astore.amazon.co.jp/">インスタントストア</a>というのを発見したので、<br />
ちょっと試しに遊んでみました。</p>
<p>インスタントストアは、好きな商品を選んで登録するだけで、<br />
簡単なオンラインストアみたいなものが作成出来るツール（？）です。</p>
<p>実用度は？？だけど、とりあえずWillcom 03関連の製品を集めたページを作ってみました。</p>
<p><a href="http://astore.amazon.co.jp/"></a>&nbsp;<a href="http://astore.amazon.co.jp/tr01-22">WILLCOM 03関連のオススメ品 ＠Amazon</a>（<a href="http://astore.amazon.co.jp/tr01-22">http://astore.amazon.co.jp/tr01-22</a>）</p>
<p>ちょっとお洒落な家電リストとか作ったら面白そうなんだけど、<br />
まずは人が見に来るBlogにしないとか・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day78.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day78.html" />
	</item>
		<item>
		<title>03のムック本？</title>
		<link>http://pub.slateblue.tk/willcom03/day77.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day77.html#comments</comments>
		<pubDate>Thu, 14 Aug 2008 08:22:09 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=77</guid>
		<description><![CDATA[なんかAmazonで検索してたら見つけました。
・・・気になる。



WILLCOM 03 Style Book
毎日コミュニケーションズ
丸山 弘詩（編集）
発売日：2008-07-26
おすすめ度：
amazon. [...]]]></description>
			<content:encoded><![CDATA[<p>なんかAmazonで検索してたら見つけました。<br />
・・・気になる。</p>
<div class="amz-container" style="FONT-SIZE: small">
<div class="amz-image" style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: left; PADDING-BOTTOM: 5px; WIDTH: 160px; PADDING-TOP: 5px; TEXT-ALIGN: center"><a target="_blank" href="http://amazon.co.jp/o/ASIN/4839928940/tr01-22/ref=nosim"><img alt="WILLCOM 03 Style Book" border="0" src="http://ecx.images-amazon.com/images/I/51zCHbGm1CL._SL160_.jpg" /></a></div>
<div class="amz-content" style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN-LEFT: 170px; PADDING-TOP: 5px">
<div class="amz-title"><a target="_blank" href="http://amazon.co.jp/o/ASIN/4839928940/tr01-22/ref=nosim">WILLCOM 03 Style Book</a></div>
<div class="amz-manufacturer">毎日コミュニケーションズ</div>
<div class="amz-creator">丸山 弘詩（編集）</div>
<div class="amz-releasedate">発売日：2008-07-26</div>
<div class="amz-averagerating">おすすめ度：<img alt="5.0" src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-5-0.gif" /></div>
<div class="amz-link"><a target="_blank" href="http://amazon.co.jp/o/ASIN/4839928940/tr01-22/ref=nosim">amazon.co.jpで詳細をみる</a> <span style="FONT-SIZE: xx-small">(<a target="_blank" href="http://amazy.tk/">Amazy</a>)</span></div>
</div>
<div style="CLEAR: left"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day77.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day77.html" />
	</item>
		<item>
		<title>【メモ】 pRSSreaderのダウンロード先</title>
		<link>http://pub.slateblue.tk/willcom03/day76.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day76.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 11:03:25 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=76</guid>
		<description><![CDATA[pRSSreaderの更新をチェックしていたら、Google codeのページで
開発を進めてることが判明。
http://code.google.com/p/prssr/
8月13日時点の最新は、pRSSreader- [...]]]></description>
			<content:encoded><![CDATA[<p>pRSSreaderの更新をチェックしていたら、Google codeのページで<br />
開発を進めてることが判明。<br />
<a href="http://code.google.com/p/prssr/">http://code.google.com/p/prssr/</a></p>
<p>8月13日時点の最新は、pRSSreader-1.4.1 になるようだ。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day76.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day76.html" />
	</item>
		<item>
		<title>rltodayで天気予報を作成してみる。</title>
		<link>http://pub.slateblue.tk/willcom03/day72.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day72.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 09:11:31 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=72</guid>
		<description><![CDATA[下記のサイトを参考に作ってみました。
myopen.jpさんの記事、「最小パケットの詳細天気予報 MortScript + rlTodayスキン」から、
Todayに天気予報を表示させる為の、mortscript（myw [...]]]></description>
			<content:encoded><![CDATA[<p>下記のサイトを参考に作ってみました。</p>
<p>myopen.jpさんの記事、「<a href="http://www.myopen.jp/cgi-bin/mt/mt-search.cgi?IncludeBlogs=1&amp;search=myweather">最小パケットの詳細天気予報 MortScript + rlTodayスキン</a>」から、<br />
Todayに天気予報を表示させる為の、mortscript（myweather.mscr）を拝借致しました。</p>
<p>アイコンや実際の配置は、d346prtさんの記事「<a href="http://d346prt.blog51.fc2.com/blog-entry-104.html#more">■HTC Home風rltodayスキン その4（お披露目）</a>」より、<br />
スキンをダウンロードさせて頂き、参考にしました。</p>
<p>既存のスキンの張り合わせですが、それだけでもそれなりの<br />
見栄えになるのがrltodayの凄い所ですね。</p>
<p> <a href="http://pub.slateblue.tk/wp-content/uploads/Screen05.jpg" rel="lightbox[72]" target="_blank"><img src="http://pub.slateblue.tk/wp-content/uploads/Screen05s.jpg" border="0" alt="Screen05.jpg" /></a>  </p>
<p>必要なアプリは、rltoday + mortscriptのみ。</p>
<p>※2008/08/13 追記　</p>
<p>　こっそりskin.xmlを公開。rltodayのカスタマイズのご参考になればと。 　<br />
  （これだけじゃ動きかないのでご注意を。iconを入れてmyweather.mscrを入れて・・が必要です。<br />
 　<span style="text-decoration: line-through;">切り張りスキンなので、全公開の予定はありません</span>・・・・。）<br />
　<a rel="bookmark" href="http://pub.slateblue.tk/willcom03/day95.html">rltodayで天気予報を作成してみる。（公開編）</a>で公開してみました。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day72.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day72.html" />
	</item>
		<item>
		<title>willcom 03カスタマイズメモ（インストールしたソフトメモ）</title>
		<link>http://pub.slateblue.tk/willcom03/day70.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day70.html#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:13:33 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=70</guid>
		<description><![CDATA[フォーマットした時に戻せるように・・・。
○Today関連
　
　UKTenki （UKTenki.arm.2.0.0.8.lzh）&#160;：週間天気表示
　UKTenki用weatherアイコン（C_andYさん作 [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen04.jpg" rel="lightbox[70]"></a><br clear="all" />フォーマットした時に戻せるように・・・。</p>
<p><strong>○Today関連</strong></p>
<p>　<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen04.jpg" rel="lightbox[70]"><img alt="Screen04.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen04s.jpg" /></a></p>
<p>　UKTenki （UKTenki.arm.2.0.0.8.lzh）&nbsp;：週間天気表示<br />
　UKTenki用weatherアイコン（<a href="http://d.hatena.ne.jp/C_andY/">C_andYさん</a>作成のアイコンを頂きました）</p>
<p>　pRSSreader （pRSSreader-1.4.0.7-VGA.zip）　 ：RSS Tiker/Reader &beta;版。<br />
　dySchedule (dySchedule107.zip)　 ：スケジュールの一覧表示<br />
　QuicToday （QuicToday_beta1.zip_beta1.zip ）　：Google検索窓</p>
<p><strong>○通信関連</strong></p>
<p>　AutoConnect3 （AutoConnect3.zip）　：自動ダイヤルアップ接続・切断<br />
　WifiPowerMode　（WifiPowerMode.CAB）　：無線LANのOFF/ON(CAMの選択が可能）<br />
　WiFiFoFum　（WiFiFoFum.CAB）　：無線LANのスキャン表示（設定は動作せず）<br />
　W-ZERO3 Monitor　<font color="#551a8b">（</font>wzero3mon152.lzh） ：電波状況の確認・電測</p>
<p>　PocketPutty （PocketPuTTY.wm6.2007-11-22.zip）：PuTTYのWM6.1版<br />
&nbsp;　（<a href="http://www2h.biglobe.ne.jp/~m-saeki/junk/PocketPuTTY.html">http://www2h.biglobe.ne.jp/~m-saeki/junk/PocketPuTTY.html</a>）</p>
<p>&nbsp;　　メモ：公開鍵認証は、puttygen.exeでPuTTY方式への変更が必要。</p>
<p>　gmm_navi Auto （gmm_navi_1310）：Google Mapで簡易現在地表示</p>
<p><strong>○スケジューラー</strong></p>
<p><strong>　</strong>Offisnail Date+ &alpha;003 （OffisnailDate+6.cab）：予定表の置き換えアプリ。</p>
<p><strong>○ビューワー・動画・色々。</strong></p>
<p>　マンガミーヤ （MangaMeeyaCE24b.cab）<br />
　TCPMP （TCPMP-0.72RC1-ARM-PPC-recomp-03.cab）<br />
&nbsp;　　-　tcpmp.pocketpc.flv.plugin.cab　（FLV再生）<br />
&nbsp;　　-　WMPMOD.CAB　（WMV再生？）</p>
<p>　MZ3.i （MZ3.0.9.2.0.CAB）　：ミクシー閲覧</p>
<p>　youtubeplay.cab</p>
<p><strong>○TASK管理・キー変更・Utility</strong></p>
<p><strong>　</strong>WkTASK （WkTASK_1173.cab）<br />
　SortInchKey　（SortInchKey062.cab）<br />
　MultiKeyHook （multikeyhook.cpl）</p>
<p>　KeyLockSuspender&nbsp; （lock2suspend_b1.zip）&nbsp;　</p>
<p>　Pocket の手 &nbsp;（PocketHand2-2.0.11.CAB）<br />
　PHM Registry Editor for Pocket PC 　（regedit.Mrln_ARM.CAB）</p>
<p>ということで、フォーマット&rArr;最初から作り直しを実行中・・・。<br />
これだけアプリ再インストールすると、パソコンのようだ。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day70.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day70.html" />
	</item>
		<item>
		<title>willcom 03カスタマイズメモ（MENUに好きなアプリを割り当てる）</title>
		<link>http://pub.slateblue.tk/willcom03/day69.html</link>
		<comments>http://pub.slateblue.tk/willcom03/day69.html#comments</comments>
		<pubDate>Wed, 09 Jul 2008 08:24:09 +0000</pubDate>
		<dc:creator>morimori</dc:creator>
				<category><![CDATA[willcom03]]></category>

		<guid isPermaLink="false">http://pub.slateblue.tk/?p=69</guid>
		<description><![CDATA[イルミネーションキーにあるMENUボタンから、任意のアプリケーションを起動させる方法のメモです
　※レジストリ編集を伴いますので実施は自己責任で。
　※ネタ元は、「WILLCOM 03 ソフト関連 Part02」の 49 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>イルミネーションキーにあるMENUボタンから、任意のアプリケーションを起動させる方法のメモです</strong></p>
<p>　<font color="#ff0000" size="1">※レジストリ編集を伴いますので実施は自己責任で。<br />
　</font><font size="1">※</font>ネタ元は、「WILLCOM 03 ソフト関連 Part02」の 497（ ID:mh6Whzgb0）さんの書き込みです
</p>
<p>■MENUキーからの起動アプリ変更 </p>
<p>　1.起動させたいアプリのショートカットを、\windows配下に放り込む<br />
　2.レジストリエディターなどで、<strong>HKEY_CURRENT_USER\Software\Sharp\LaunchSetting </strong>を編集する<br />
　　(1)起動したいアプリの登録<br />
　　<br />
　　　LaunchExe2=<strong>＜起動したいアプリのPath(\Windowsからの相対パス)＞</strong><br />
　　　LaunchName2=<strong>＜起動したいアプリの名前＞</strong><br />
　　<br />
　　(2)LaunchNumを設定したアプリの数に設定する<br />
　　　LaunchNum=<strong>2</strong><br />
　3.[スタートメニュー] ＞ 設定 ＞ Today に「ホームメニュー選択」が増えてれば成功 </p>
<p>&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#8211;<br />
【例　WkTaskのアプリランチを割り当てる】<br />
1.wktaskcmdのショートカットを、 \windows\スタートメニュー\プログラムへ放り込む。<br />
2.ショートカットのプロパティーを開いて、「/l」を追記する。</p>
<p>　※今回は<strong>WkTask_app_launch.lnk</strong>というファイル名に名前を変更しています。<br />
　※\windows配下ならどこにおいても構いません。（パスが指定出来ればOK)</p>
<p>3.<strong>HKEY_CURRENT_USER\Software\Sharp\LaunchSetting </strong>に下記を追記</p>
<p>　　　LaunchExe2=<strong>スタートメニュー\プログラム\WkTask_app_launch.lnk</strong><br />
　　　LaunchName2=<strong>WkTask</strong><br />
　　　LaunchNum=<strong>2</strong></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen02_01.jpg" rel="lightbox[69]"><img alt="Screen02_01.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen02_01s.jpg" /></a>&nbsp;</p>
<p><strong>　　</strong><a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen02.jpg" rel="lightbox[69]"></a><br />
　　＃CurLaunchExe/CurLaunchNumberは、現在の設定内容が入ります。<br />
　　＃（上の場合は、すでに変更済み＝WkTaskが起動するようになっています）
</p>
<p>4.Today設定画面で設定した内容を選べば完了<br />
　　&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen03_03.jpg" rel="lightbox[69]"><img alt="Screen03_03.jpg" border="0" src="http://pub.slateblue.tk/wp-content/uploads/Screen03_03s.jpg" /></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen03.jpg" rel="lightbox[69]"></a>&nbsp;<a target="_blank" href="http://pub.slateblue.tk/wp-content/uploads/Screen03.jpg" rel="lightbox[69]"></a><br />
　　＃選択をHome menuに戻せば元のMENUも使えます。</p>
]]></content:encoded>
			<wfw:commentRss>http://pub.slateblue.tk/willcom03/day69.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pub.slateblue.tk/willcom03/day69.html" />
	</item>
	</channel>
</rss>
