<?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>Slashcolon /: &#187; ソフトウェア</title>
	<atom:link href="http://slashcolon.com/wordpress/category/%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%ab%e5%88%a5/%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2-%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%ab%e5%88%a5/feed/" rel="self" type="application/rss+xml" />
	<link>http://slashcolon.com/wordpress</link>
	<description>何かとエラーばかり起こしているプログラム屋の日常</description>
	<lastBuildDate>Sat, 19 Nov 2011 12:32:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/category/%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%ab%e5%88%a5/%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2-%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%ab%e5%88%a5/feed/" />
		<item>
		<title>supplibceを使う</title>
		<link>http://slashcolon.com/wordpress/2010/11/04/supplibce%e3%82%92%e4%bd%bf%e3%81%86/</link>
		<comments>http://slashcolon.com/wordpress/2010/11/04/supplibce%e3%82%92%e4%bd%bf%e3%81%86/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 06:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[WindowsCE]]></category>
		<category><![CDATA[お仕事]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[プログラミング]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=2696</guid>
		<description><![CDATA[supplibceライブラリは、Windows CE 5.0 Standard SDK CRT supplementary libraryと言うことで、New BSD License(3-clause BSD Licen [...]]]></description>
			<content:encoded><![CDATA[<p>supplibceライブラリは、Windows CE 5.0 Standard SDK CRT supplementary libraryと言うことで、New BSD License(3-clause BSD License)で公開されています。</p>
<ul>
<li><a href="http://leaf.argyr.net/supplibce/" target="_blank">supplibce</a></li>
</ul>
<p><em>Microsoft (eMbedded) Visual C++でWindows CEアプリケーションの開発をするとすぐに思い知らされることがあります。9x系やNT系のWindowsのWin32 APIやCRT関数の多くは使用できるのですが、いくつかは実装されていなかったり、処理内容が異なったり、別のAPIになっていたり、CRTでは宣言だ けされているものさえあります。</em><br />
<em>supplibceは、そんなCRTの憂鬱な状況をちょっとだけ緩和させるために用意した簡易実装ライブラリです。</em></p>
<p>まぁ、別にわざわざsupplibceライブラリを使用しなくてもWin APIで書けば良いだけと言えば、そうなのですが、WinCE、Windows、Unix系に可能な限り同一のコードで対応したいという欲求があり、使ってみました。</p>
<p>以下の注意事項があるので、もちろん自己責任で。</p>
<p><em>supplibce comes with ABSOLUTELY NO WARRANTY.</em><br />
<em>あくまで互換性確保のための簡易実装です。エラー時のerrno値の設定や、スレッドセーフなどはほとんど考慮していません。ミッションクリティカルな用途には（そのまま）使用すべきではありません。使用する場合は適宜修正すべきです。</em></p>
<p>ビルド方法は、以下のような感じです。なお、eVC環境を使ったビルド方法です。</p>
<ul>
<li>ダウンロードしたファイルを展開するとarm.makとincludeおよびsrcフォルダが飛び出てきます</li>
<li>コマンドプロンプトを立ち上げます</li>
<li>展開したフォルダにCDします</li>
<li>環境設定用のバッチファイルを編集します</li>
</ul>
<p>デフォルトでeVCをインストールしている場合は以下のフォルダに存在するはずです</p>
<p><code>"\Program Files\Microsoft eMbedded C++ 4.0\EVC\wce500\bin\"</code></p>
<p>で、ARM用にビルドするのであれば、WCEARMV4I.BATをベースに自分の環境に合わせてバッチファイルを編集します</p>
<p>編集するのは、PLATFORM、WCEROOT、SDKROOT変数に設定している値くらいと思います</p>
<p>どのような値にするべきかは、eVCを立ち上げていつもビルドしている状態で「ツール」→「オプション」→「ディレクトリ」タブを見れば設定するべき値がわかると思います</p>
<ul>
<li>NMAKEする</li>
</ul>
<p><code>nmake arm.mak</code></p>
<p>以上でlibフォルダが作成され、その中にsupplibce.libが生成される</p>
<p>後は、このライブラリを使いたいプロジェクトでリンクすればOKです。</p>
<p>あ、展開されたインクルードファイルも適切なフォルダにおいてプロジェクトのインクルードパスを通さないとコンパイルが通らないですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2010/11/04/supplibce%e3%82%92%e4%bd%bf%e3%81%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2010/11/04/supplibce%e3%82%92%e4%bd%bf%e3%81%86/" />
	</item>
		<item>
		<title>Liferay 6.0.3リリース</title>
		<link>http://slashcolon.com/wordpress/2010/07/17/liferay-6-0-3%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/</link>
		<comments>http://slashcolon.com/wordpress/2010/07/17/liferay-6-0-3%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 12:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[お仕事]]></category>
		<category><![CDATA[サイト構築]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=2575</guid>
		<description><![CDATA[某所でポータルサイトを構築するために試用しているLiferayなんですが、ようやく待ちに待ってた6系のRCがGA版(6.0.3)となりました ポータルというか、CMSってなかなかどれも帯に短し襷に長しって感じで、しっくり [...]]]></description>
			<content:encoded><![CDATA[<p>某所でポータルサイトを構築するために試用している<a href="http://www.liferay.com/">Liferay</a>なんですが、ようやく待ちに待ってた6系のRCがGA版(6.0.3)となりました <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>ポータルというか、CMSってなかなかどれも帯に短し襷に長しって感じで、しっくりくるものがないんですが…日本語訳が微妙だったり色々問題があったりするんですけどLiferay気に入ってたりします。</p>
<p>日本語訳は6.0.3になって少しましになってる <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' />  「札の雲」もチャンと「タグクラウド」になってますね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  あと、ワークフロー等もRCでは外されてたのですが、チャンと入ってますね～でも、使い方が良くわかりません <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /> </p>
<p>Liferayの一番の欠点は日本語での情報が少ないことですかね～日本語の情報があれば教えていただけるとうれしいです。カスタマイズしたいんですけど敷居が高いです <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.jp/Liferay-Portal-6-Enterprise-Intranets/dp/1849510385%3FSubscriptionId%3D15SMZCTB9V8NGR2TW082%26tag%3Dmaqmakmac-22%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1849510385" target="_top">Liferay Portal 6 Enterprise Intranets</a><br />Jonas X. Yuan <br /><a href="http://www.amazon.jp/Liferay-Portal-6-Enterprise-Intranets/dp/1849510385%3FSubscriptionId%3D15SMZCTB9V8NGR2TW082%26tag%3Dmaqmakmac-22%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1849510385" target="_top"><img src="http://ecx.images-amazon.com/images/I/51EIgNUxyRL._SL160_.jpg" border="0" alt="1849510385" /></a><img src="http://www.assoc-amazon.jp/e/ir?t=maqmakmac-22&#038;l=ur2&#038;o=9" width="1" height="1" style="border: none;" alt="" /></p>
<p>て、言うか英語でも6の情報は少ないですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>導入時に参考にしたCMSの比較資料としては、登録が必要なのと英文ってのがアレなんですが…グラフとかが多いので<a href="http://www.cmswire.com/downloads/cms-market-share/">Open Source CMS Market Share Report 2009</a>は役に立つと思います。まぁ、この資料を見るとLiferayって選択にならないかも知れないですけど <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2010/07/17/liferay-6-0-3%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2010/07/17/liferay-6-0-3%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/" />
	</item>
		<item>
		<title>WPtouchを導入してみました</title>
		<link>http://slashcolon.com/wordpress/2009/02/03/wptouch%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%81%be%e3%81%97%e3%81%9f/</link>
		<comments>http://slashcolon.com/wordpress/2009/02/03/wptouch%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%81%be%e3%81%97%e3%81%9f/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 06:08:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[サイト構築]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=2004</guid>
		<description><![CDATA[別にこれと言った理由もなく気まぐれで、iPhoneでの閲覧時に表示を特化させる以下のWordPressプラグイン「WPtouch」を導入してみました 他にもいくつかの候補があったのですが…一番、簡単に設置できそうという安 [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" src="http://slashcolon.com/images/wptouch.jpg" alt="WPtouch" width="224" height="637" />別にこれと言った理由もなく気まぐれで、iPhoneでの閲覧時に表示を特化させる以下のWordPressプラグイン「WPtouch」を導入してみました <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>他にもいくつかの候補があったのですが…一番、簡単に設置できそうという安直な理由で選択しました。細かなことを気にしなければ、WordPressのプラグインディレクトリにアップして有効化するだけで終わりです。</p>
<ul>
<li> <a href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch: WordPress On iPhone</a></li>
</ul>
<p>残念なことにわたしは、iPod touchもiPhoneも持っていないので…実機での確認が全くできていません <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  iPhoneから見てくださる方も居られるようなので実機で見た際に問題があるようでしたら、連絡いただけるとうれしいです。</p>
<p>一応FireMobileSimuｌator 1.1.0を利用して見た目と動作を確認しています。その際の確認結果が右の画像です。</p>
<ul>
<li><a href="http://firemobilesimulator.org/" target="_blank">FireMobileSimulator</a></li>
</ul>
<p><img src="http://slashcolon.com/wordpress/wp-content/plugins/wp-tegaki/wp-tegaki-img.php?tegaki_id=2004-0&amp;page=1" alt="実機が欲しいなぁ :(" width="261" height="35" /></p>
<table border="0" cellpadding="5">
<tr>
<td valign="top"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0016AL0ZM/maqmakmac07-22/" target="_top"><img src="http://ecx.images-amazon.com/images/I/412XodlBinL._SL160_.jpg" border="0" alt="Apple iPod touch 32GB" /></a></td>
<td valign="top"><font size="-1"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0016AL0ZM/maqmakmac07-22/" target="_top">Apple iPod touch 32GB</a></p>
<p><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001KNM5UO/maqmakmac07-22/" target="_top"><img src="http://images.amazon.com/images/P/B001KNM5UO.09._SCTHUMBZZZ_.jpg" border="0" alt="パワーサポート エアージャケットセット for iPod touch 2nd(クリア) PTX-71" /></a> <a href="http://www.amazon.co.jp/exec/obidos/ASIN/B000X4UDVE/maqmakmac07-22/" target="_top"><img src="http://images.amazon.com/images/P/B000X4UDVE.09._SCTHUMBZZZ_.jpg" border="0" alt="iPod touch用本体表面・背面保護フィルムセット" /></a> <a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001GXQL5S/maqmakmac07-22/" target="_top"><img src="http://images.amazon.com/images/P/B001GXQL5S.09._SCTHUMBZZZ_.jpg" border="0" alt="Simplism iPod touch2nd用保護フィルムセットProtect Film Set for iPod touch 2ndグレア光沢 アンチグレア非光沢 2枚セット TR-PFSTC2-01" /></a> <a href="http://www.amazon.co.jp/exec/obidos/ASIN/4881666185/maqmakmac07-22/" target="_top"><img src="http://images.amazon.com/images/P/4881666185.09._SCTHUMBZZZ_.jpg" border="0" alt="iPod touch Perfect Manual" /></a> <a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001ET6AWI/maqmakmac07-22/" target="_top"><img src="http://images.amazon.com/images/P/B001ET6AWI.09._SCTHUMBZZZ_.jpg" border="0" alt="Rix iJacket silicon iPod touch 2G 専用シリコンケース 液晶保護フィルム付属 スモーキーブラック RX-IPS2GTOSB" /></a> </font><font size="-2"><br />by <a href="http://www.goodpic.com/mt/aws/index.html" >G-Tools</a></font></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2009/02/03/wptouch%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%81%be%e3%81%97%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2009/02/03/wptouch%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%81%be%e3%81%97%e3%81%9f/" />
	</item>
		<item>
		<title>iPhoneでLinuxがブートしたようですね</title>
		<link>http://slashcolon.com/wordpress/2008/11/30/iphone%e3%81%a7linux%e3%81%8c%e3%83%96%e3%83%bc%e3%83%88%e3%81%97%e3%81%9f%e3%82%88%e3%81%86%e3%81%a7%e3%81%99%e3%81%ad/</link>
		<comments>http://slashcolon.com/wordpress/2008/11/30/iphone%e3%81%a7linux%e3%81%8c%e3%83%96%e3%83%bc%e3%83%88%e3%81%97%e3%81%9f%e3%82%88%e3%81%86%e3%81%a7%e3%81%99%e3%81%ad/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[携帯電話]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=1641</guid>
		<description><![CDATA[Slashdotによると「Linux Kernel Booting On the iPhone」と言うことでiPhoneでLinuxのブートに成功したようですね～まぁ、ブートしたから何ができるわけでもないわけですが。 そ [...]]]></description>
			<content:encoded><![CDATA[<p>Slashdotによると<a href="http://linux.slashdot.org/article.pl?sid=08/11/29/0344221&amp;from=rss" target="_blank">「Linux Kernel Booting On the iPhone」</a>と言うことでiPhoneでLinuxのブートに成功したようですね～まぁ、ブートしたから何ができるわけでもないわけですが。</p>
<p>そこに山があるから…じゃなくて、そこにLinuxが動きそうなモノがあるからってやつですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://linuxoniphone.blogspot.com/" target="_blank">Linux on the iPhone</a>でバイナリが公開されていますが…iPhone持ってないのでどんなモノかは知りません。いや、持っていてもやりませんけど… <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> </p>
<p>以下はブートしている様子のビデオですが、写りが悪く見にくいですね。</p>
<p><object width="400" height="533"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2373142&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2373142&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="533"><noembed><p><em>There is embedded content here that you cannot see. Please <a href="http://slashcolon.com/wordpress/?p=1641">open the post in a web browser</a> to see this.</em></p></noembed></embed></object><br /><a href="http://vimeo.com/2373142">iPhone Linux Demonstration Video</a> from <a href="http://vimeo.com/user983560">planetbeing</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/11/30/iphone%e3%81%a7linux%e3%81%8c%e3%83%96%e3%83%bc%e3%83%88%e3%81%97%e3%81%9f%e3%82%88%e3%81%86%e3%81%a7%e3%81%99%e3%81%ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/11/30/iphone%e3%81%a7linux%e3%81%8c%e3%83%96%e3%83%bc%e3%83%88%e3%81%97%e3%81%9f%e3%82%88%e3%81%86%e3%81%a7%e3%81%99%e3%81%ad/" />
	</item>
		<item>
		<title>ここまで円が高くなると…MacBookを直輸入したくなる</title>
		<link>http://slashcolon.com/wordpress/2008/10/28/%e3%81%93%e3%81%93%e3%81%be%e3%81%a7%e5%86%86%e3%81%8c%e9%ab%98%e3%81%8f%e3%81%aa%e3%82%8b%e3%81%a8%e2%80%a6macbook%e3%82%92%e7%9b%b4%e8%bc%b8%e5%85%a5%e3%81%97%e3%81%9f%e3%81%8f%e3%81%aa%e3%82%8b/</link>
		<comments>http://slashcolon.com/wordpress/2008/10/28/%e3%81%93%e3%81%93%e3%81%be%e3%81%a7%e5%86%86%e3%81%8c%e9%ab%98%e3%81%8f%e3%81%aa%e3%82%8b%e3%81%a8%e2%80%a6macbook%e3%82%92%e7%9b%b4%e8%bc%b8%e5%85%a5%e3%81%97%e3%81%9f%e3%81%8f%e3%81%aa%e3%82%8b/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:05:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[政治・経済]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=1390</guid>
		<description><![CDATA[ここまで急速に円が高くなると…色々な品物が並行輸入した方が輸送費などの手数料を払っても安くなるんじゃないかな しかも、元々為替レートを安全方向に振ってる悪名高きAppleの場合は特に有効じゃないかと…Apple Stor [...]]]></description>
			<content:encoded><![CDATA[<p>ここまで急速に円が高くなると…色々な品物が並行輸入した方が輸送費などの手数料を払っても安くなるんじゃないかな <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
<p>しかも、元々為替レートを安全方向に振ってる悪名高きAppleの場合は特に有効じゃないかと…Apple Storeでの価格とアップルストアでの価格を10月27日のレートを約94円として単純計算すると。</p>
<p>MacBookの安いモデルでも約26,000円。Airの1.86GHzモデルだと約64,000円。Proの2.4GHzだと約40,000円。</p>
<p>26,000円安いって線は実際色々なこと（輸送、手間、保障etc.）を考慮すると微妙なところだけど…さすがに64,000円安いとなると魅力的かも知れない。アップルストアで買うにしてもUSキーボードを選ぶだろうし…。</p>
<p>まぁ、獲らぬ狸のなんとやらってやつで…元々、先立つものがないのでわたしには関係のない話なんですけどね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> </p>
<p>やはり、考えることは同じらしく結構並行輸入品が入ってきてるようですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=H86HsGpHDOk&#038;offerid=102056.10002065&#038;type=4&#038;subid=0"><img alt="Apple Store（Japan） " border="0" src="http://ad.linkshare.ne.jp/3398/mac_cto/Mac_CTO_468x60.jpg"/></a><img border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=H86HsGpHDOk&#038;bids=102056.10002065&#038;type=4&#038;subid=0"/></p>
<p>でも、XBox 360とかPlayStation 3とかは戦略的な価格設定がされているためか…現状の為替レートでも日本で普通に買った方が安いみたいですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/10/28/%e3%81%93%e3%81%93%e3%81%be%e3%81%a7%e5%86%86%e3%81%8c%e9%ab%98%e3%81%8f%e3%81%aa%e3%82%8b%e3%81%a8%e2%80%a6macbook%e3%82%92%e7%9b%b4%e8%bc%b8%e5%85%a5%e3%81%97%e3%81%9f%e3%81%8f%e3%81%aa%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/10/28/%e3%81%93%e3%81%93%e3%81%be%e3%81%a7%e5%86%86%e3%81%8c%e9%ab%98%e3%81%8f%e3%81%aa%e3%82%8b%e3%81%a8%e2%80%a6macbook%e3%82%92%e7%9b%b4%e8%bc%b8%e5%85%a5%e3%81%97%e3%81%9f%e3%81%8f%e3%81%aa%e3%82%8b/" />
	</item>
		<item>
		<title>iステラ…iPhone、iPod touch向けアプリ</title>
		<link>http://slashcolon.com/wordpress/2008/10/16/i%e3%82%b9%e3%83%86%e3%83%a9%e2%80%a6iphone%e3%80%81ipod-touch%e5%90%91%e3%81%91%e3%82%a2%e3%83%97%e3%83%aa/</link>
		<comments>http://slashcolon.com/wordpress/2008/10/16/i%e3%82%b9%e3%83%86%e3%83%a9%e2%80%a6iphone%e3%80%81ipod-touch%e5%90%91%e3%81%91%e3%82%a2%e3%83%97%e3%83%aa/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[ソフトウェア]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=1281</guid>
		<description><![CDATA[
<div style="color:#FF0000;"><strong>Plugin Error in Noembedder</strong><br />Cannot load URL 'http://www.youtube.com/api2_rest?dev_id=txIjXqjLTVI&method=youtube.videos.get_details&video_id=AmNJRfq-cyA&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1'</div>
iPhone用 星図表示アプリ「iステラ」が10月14日からApp Storeで1000円で発売開始されたようですね。 There is embedded content here that you cannot see [...]]]></description>
			<content:encoded><![CDATA[
<div style="color:#FF0000;"><strong>Plugin Error in Noembedder</strong><br />Cannot load URL 'http://www.youtube.com/api2_rest?dev_id=txIjXqjLTVI&method=youtube.videos.get_details&video_id=AmNJRfq-cyA&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1'</div>
<p><a href="http://www.astroarts.co.jp/products/istellar/index-j.shtml" target="_blank">iPhone用 星図表示アプリ「iステラ」</a>が10月14日からApp Storeで1000円で発売開始されたようですね。</p>
<p><object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/AmNJRfq-cyA&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/AmNJRfq-cyA&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="349"><noembed><p><em>There is embedded content here that you cannot see. Please <a href="http://slashcolon.com/wordpress/?p=1281">open the post in a web browser</a> to see this.</em></p></noembed></embed></object></p>
<p>う～ん、iステラだけのためにiPod touchましてやiPhoneを買うわけには行かないので…華麗にスルーするしかないですが、残念です <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /> </p>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=H86HsGpHDOk&#038;offerid=102056.7382959391708080&#038;type=2&#038;subid=0" ><img border=0 src="http://a248.e.akamai.net/7/248/2041/3559/store.apple.com/Catalog/regional/japan/touch/img/ipodtouch-hero-16gb.jpg" /></a><img border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=H86HsGpHDOk&#038;bids=102056.7382959391708080&#038;type=2&#038;subid=0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/10/16/i%e3%82%b9%e3%83%86%e3%83%a9%e2%80%a6iphone%e3%80%81ipod-touch%e5%90%91%e3%81%91%e3%82%a2%e3%83%97%e3%83%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/10/16/i%e3%82%b9%e3%83%86%e3%83%a9%e2%80%a6iphone%e3%80%81ipod-touch%e5%90%91%e3%81%91%e3%82%a2%e3%83%97%e3%83%aa/" />
	</item>
		<item>
		<title>Appleの発表</title>
		<link>http://slashcolon.com/wordpress/2008/10/15/apple%e3%81%ae%e7%99%ba%e8%a1%a8/</link>
		<comments>http://slashcolon.com/wordpress/2008/10/15/apple%e3%81%ae%e7%99%ba%e8%a1%a8/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=1271</guid>
		<description><![CDATA[Twitter / まっきゅ: 今日の収穫はJobsの血圧が110/70ってわかった &#8230; via kwout]]></description>
			<content:encoded><![CDATA[<div class="kwout" style="text-align: center;"><img src="http://kwout.com/cutout/a/5q/hx/5az_sha.jpg" alt="http://twitter.com/maqmakmac/statuses/959403793" title="Twitter / まっきゅ: 今日の収穫はJobsの血圧が110/70ってわかった ..." width="501" height="199" style="border: none;" usemap="#map_a5qhx5az" /><br />
<map id="map_a5qhx5az" name="map_a5qhx5az">
<area coords="190,73,240,85" href="http://wiki.mozilla.org/Labs/Ubiquity" alt="" shape="rect" />
<area coords="25,110,79,166" href="http://twitter.com/maqmakmac" alt="" shape="rect" />
<area coords="95,108,220,131" href="http://twitter.com/maqmakmac" alt="" shape="rect" /></map>
<p style="margin-top: 10px; text-align: center;"><a href="http://twitter.com/maqmakmac/statuses/959403793">Twitter / まっきゅ: 今日の収穫はJobsの血圧が110/70ってわかった &#8230;</a> via <a href="http://kwout.com/quote/a5qhx5az">kwout</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/10/15/apple%e3%81%ae%e7%99%ba%e8%a1%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/10/15/apple%e3%81%ae%e7%99%ba%e8%a1%a8/" />
	</item>
		<item>
		<title>iPhoneって壊れやすいの？</title>
		<link>http://slashcolon.com/wordpress/2008/07/14/iphone%e3%81%a3%e3%81%a6%e5%a3%8a%e3%82%8c%e3%82%84%e3%81%99%e3%81%84%e3%81%ae%ef%bc%9f/</link>
		<comments>http://slashcolon.com/wordpress/2008/07/14/iphone%e3%81%a3%e3%81%a6%e5%a3%8a%e3%82%8c%e3%82%84%e3%81%99%e3%81%84%e3%81%ae%ef%bc%9f/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 15:05:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[携帯電話]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=471</guid>
		<description><![CDATA[たぶん、わたしの個人的な偏見なんだろうと思うけど…ホントに身近な人の中にはiPhoneを買った人も居ないし、実物をさわったこともないし さらに言えば、最近のApple製品もあまりさわったことがない（あ、iPodはあるや） [...]]]></description>
			<content:encoded><![CDATA[<p>たぶん、わたしの個人的な偏見なんだろうと思うけど…ホントに身近な人の中にはiPhoneを買った人も居ないし、実物をさわったこともないし <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
<p>さらに言えば、最近のApple製品もあまりさわったことがない（あ、iPodはあるや）。</p>
<p>でも、ネット上でチラホラ情報を見てるとiPhoneがブートを繰り返しているYouTube動画や壊れて起動しないとつぶやく人が居たりする。まぁ、結構な台数を出荷したと思うので初期不良や中にはホニャホニャしようとしたりしてダメージを与えたりなど割合としては少ないのかも知れない。</p>
<p>でも、過去のApple製品を知っているし、愛していた身からすると…残念ながら電話という一種のライフラインをあずける気にはなれないなぁ <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  とか言いながら、DoCoMoからでたらわからないけど <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
<p>まぁ、タイマが入ってると言われているソニーの電話を使っていたりするくらいですから <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>あ、でもMicrosoftが電話を出しても買わないことは断言できますね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/07/14/iphone%e3%81%a3%e3%81%a6%e5%a3%8a%e3%82%8c%e3%82%84%e3%81%99%e3%81%84%e3%81%ae%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/07/14/iphone%e3%81%a3%e3%81%a6%e5%a3%8a%e3%82%8c%e3%82%84%e3%81%99%e3%81%84%e3%81%ae%ef%bc%9f/" />
	</item>
		<item>
		<title>iPhone 3GとMobileMeとSnow Leopard</title>
		<link>http://slashcolon.com/wordpress/2008/06/10/iphone-3g%e3%81%a8mobileme%e3%81%a8snow-leopard/</link>
		<comments>http://slashcolon.com/wordpress/2008/06/10/iphone-3g%e3%81%a8mobileme%e3%81%a8snow-leopard/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 01:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[携帯電話]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=470</guid>
		<description><![CDATA[WWDC 2008で発表されたもの。もうWWDCって言うより、iPhone 3G発表会ですね iPhone 3Gは7月11日ですか～本体価格は予想外に安いですね～日本でもかな でも、弾氏も言われてるようにランニングコスト [...]]]></description>
			<content:encoded><![CDATA[<p>WWDC 2008で発表されたもの。もうWWDCって言うより、iPhone 3G発表会ですね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>iPhone 3Gは7月11日ですか～本体価格は予想外に安いですね～日本でもかな <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' />  でも、弾氏も言われてるようにランニングコストですよねソフトバンクがどのようなプランを用意できるか…プランによっては、絶対買わないと思うキモチがグラグラと… <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
<p>あと、.Macの後継MobileMeが発表されましたが…me.comドメインをAppleが手に入れてるので噂が流れてましたが、個人的には興味なし <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  確かにme.comからMobileMeへリダイレクトされる状態になってますね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>で、最後がようやくWWDCらしく <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' />  Mac OS X 10.6の開発コードがSnow Leopardであることなど10.6のサワリが…と言うか、そのコード名からわかるように革新ではないようです。</p>
<p>WWDCの雰囲気じゃないけど…今、一番熱いのはiPhone SDKなのでコレがWWDCなのかとも思う変な気分 <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/06/10/iphone-3g%e3%81%a8mobileme%e3%81%a8snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/06/10/iphone-3g%e3%81%a8mobileme%e3%81%a8snow-leopard/" />
	</item>
		<item>
		<title>iPod shuffle値下げ</title>
		<link>http://slashcolon.com/wordpress/2008/02/20/ipod-shuffle%e5%80%a4%e4%b8%8b%e3%81%92/</link>
		<comments>http://slashcolon.com/wordpress/2008/02/20/ipod-shuffle%e5%80%a4%e4%b8%8b%e3%81%92/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[音楽]]></category>

		<guid isPermaLink="false">http://slashcolon.com/wordpress/?p=276</guid>
		<description><![CDATA[iPod shuffleの値下げが発表されましたが…2月20日00時20分あたりにようやくアップルストアでも値段が下がりました う～ん、2GBモデルは2月末ということで…まだ、予約もできないみたいですね。 あ、値段は1G [...]]]></description>
			<content:encoded><![CDATA[<p>iPod shuffleの値下げが発表されましたが…2月20日00時20分あたりにようやくアップルストアでも値段が下がりました <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<table border="0">
<tr>
<td><a href="http://click.linksynergy.com/fs-bin/click?id=H86HsGpHDOk&amp;offerid=102056.10001008&amp;subid=0&amp;type=4"><img src="http://ad.linksynergy.com/fs-bin/show?id=H86HsGpHDOk&amp;bids=102056.10001008&amp;subid=0&amp;type=4&amp;gridnum=-1" alt="Apple Store（Japan） " border="0" /></a></td>
<td><a href="http://click.linksynergy.com/fs-bin/click?id=H86HsGpHDOk&amp;offerid=102056.10000423&amp;type=2&amp;subid=0"><img src="http://a248.e.akamai.net/7/248/2041/2657/store.apple.com/Catalog/Japan/Images/ipodshuffle_red_125_070905.jpg" border="0" /></a></td>
</tr>
</table>
<p>う～ん、2GBモデルは2月末ということで…まだ、予約もできないみたいですね。</p>
<p>あ、値段は1GBが5,800円。2GBが7,800円です。まぁ、どうせ買うなら2GB買うよね <img src='http://slashcolon.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://slashcolon.com/wordpress/2008/02/20/ipod-shuffle%e5%80%a4%e4%b8%8b%e3%81%92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://slashcolon.com/wordpress/2008/02/20/ipod-shuffle%e5%80%a4%e4%b8%8b%e3%81%92/" />
	</item>
	</channel>
</rss>

