<?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>マウスやすめ～パソコンに疲れたら・・・ 自分癒しのBLOG～ &#187; 制作ツール</title>
	<atom:link href="http://mauyas.com/archives/category/web-production/%e5%88%b6%e4%bd%9c%e3%83%84%e3%83%bc%e3%83%ab/feed" rel="self" type="application/rss+xml" />
	<link>http://mauyas.com</link>
	<description>Web、パソコン、プログラム、趣味などちょっとした記録。健忘症ぎみの今日この頃のために・・・。マウスをやすめてのんびりと・・・。</description>
	<lastBuildDate>Tue, 15 May 2012 14:58:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/category/web-production/%e5%88%b6%e4%bd%9c%e3%83%84%e3%83%bc%e3%83%ab/feed" />
		<item>
		<title>『Microsoft WebMatrix』でPHPの&#8217;xsltprocessor&#8217;がfatalエラーになる</title>
		<link>http://mauyas.com/archives/3738</link>
		<comments>http://mauyas.com/archives/3738#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:00:37 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[WebMatrix]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/3738</guid>
		<description><![CDATA[xsltprocessorとはPHP5のXSLT関数なのですが、WebMatrixでは初期でセットされていないようです。 PHP5ははいっていますので、”php.ini”を探ってみました。 WebMatrix のWeb  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mauyas.com/wp-content/uploads/2011/10/php.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="WebMatrix" border="0" alt="WebMatrix" src="http://mauyas.com/wp-content/uploads/2011/10/php_thumb.jpg" width="455" height="205" /></a></p>
<p>xsltprocessorとはPHP5のXSLT関数なのですが、WebMatrixでは初期でセットされていないようです。</p>
<p>PHP5ははいっていますので、”php.ini”を探ってみました。</p>
<p>WebMatrix のWeb サーバーとして稼働しているのは IIS Express ですので、その中のフォルダにあるはずです。</p>
<p>C:￥Program Files (x86)￥IIS Express￥PHP￥v5.2</p>
<p>これをエディタで開き[ExtensionList]を探すと、1309行目にありました。</p>
<p>最後の行に extension=php_xsl.dll を付け足して保存します。</p>
<p>ただこのファイル、書き込み出来ないようになっていますので、    <br />ファイルを右クリック→プロパティ→セキュリティ→編集→Usersを選択し、書き込みの所にチェックを入れてOK。</p>
<p>これで xsl が使えるようになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/3738/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/3738" />
	</item>
		<item>
		<title>簡単に動的サイトの開発環境を構築できる『Microsoft WebMatrix』</title>
		<link>http://mauyas.com/archives/3733</link>
		<comments>http://mauyas.com/archives/3733#comments</comments>
		<pubDate>Sun, 23 Oct 2011 15:36:02 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[WebMatrix]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/3733</guid>
		<description><![CDATA[自分のパソコンなんかでPHPやMySQLなどを使った動的Webサイト、WordpressやEC-CUBE、OpenPNEなどを開発している人の多くは『XAMPP』などを使ってローカル環境へサーバーの環境を構築しつかってい [...]]]></description>
			<content:encoded><![CDATA[<p>自分のパソコンなんかでPHPやMySQLなどを使った動的Webサイト、WordpressやEC-CUBE、OpenPNEなどを開発している人の多くは『XAMPP』などを使ってローカル環境へサーバーの環境を構築しつかっていることと思います。</p>
<p>自分もしばらくは、『XAMPP』と簡単なWebサーバーをたてて使っていたのですが、最近ではもっぱら『Microsoft WebMatrix』を使っています。</p>
<p>最近ではもっとも多いのが、Wordpressのテーマなどのカスタマイズなので、サクッと環境作りサクッと作業に入る、というのがやはり理想です。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231349.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231349" border="0" alt="201110231349" src="http://mauyas.com/wp-content/uploads/2011/10/201110231349_thumb.jpg" width="244" height="203" /></a></p>
<p>この『Microsoft WebMatrix』けっこう昔からあったような気がするのですが、当時はどちらかと言うと.NETなどの開発用という感じだったような気がします、今ではすっかり様変わりしてとっても便利で高機能な事も出来ちゃうツールです。</p>
<p>自分が良く使うのが『Webギャラリーからサイトを作成する』</p>
<p>試しにWordpressサイトを作ってみると、</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231354.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231354" border="0" alt="201110231354" src="http://mauyas.com/wp-content/uploads/2011/10/201110231354_thumb.jpg" width="244" height="176" /></a></p>
<p>WordPress 日本語をクリックし、</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231358.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231358" border="0" alt="201110231358" src="http://mauyas.com/wp-content/uploads/2011/10/201110231358_thumb.jpg" width="244" height="203" /></a></p>
<p>『同意する』をクリック</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231359.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231359" border="0" alt="201110231359" src="http://mauyas.com/wp-content/uploads/2011/10/201110231359_thumb.jpg" width="244" height="203" /></a></p>
<p>必要な部分を入力『次へ』</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231361.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231361" border="0" alt="201110231361" src="http://mauyas.com/wp-content/uploads/2011/10/201110231361_thumb.jpg" width="244" height="203" /></a></p>
<p>これでローカルのセットアップは終わり。</p>
<p>URLをクリックすると、おなじみのWordpressのセットアップが始まります。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/10/201110231363.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="201110231363" border="0" alt="201110231363" src="http://mauyas.com/wp-content/uploads/2011/10/201110231363_thumb.jpg" width="244" height="207" /></a></p>
<p>これが終われば、インストール終了。</p>
<p>MySQLなどのインストールが終わっていればここまで”5分”です。</p>
<p>Microsoftなので安心して使えますよ。</p>
<p>Webギャラリーにはこんな動的サイトが用意されています。</p>
<p>ブログ系    <br />・Wordpress（英語・日本語）     <br />・BlogEngine.NET     <br />・Acquia Drupal     <br />・DasBlog     <br />・Mayando     <br />・Subtext     <br />・AtomSite     <br />・MODx CMS     <br />・Composite C1 CMS     <br />・DotNetAge     <br />・Geeklog</p>
<p>CMS    <br />・DotNetNuke     <br />・Umbraco CMS     <br />・Joomla!     <br />・mojoPortal     <br />・Kentico CMS     <br />・Moodle     <br />・Orchard CMS     <br />・N2 CMS     <br />・My Web Pages     <br />・Dropthings     <br />・TangoCMS     <br />・Kooboo CMS     <br />・MonoX     <br />・SQLCMS     <br />・Composite C1 CMS     <br />・SugarCRM     <br />・Tandem Server CMS</p>
<p>eコマース    <br />・nopCommerce     <br />・mojoPortal     <br />・Kentico CMS     <br />・Kartris     <br />・Core Ecommerce Lite     <br />・SplendidCRM     <br />・EC-CUBE</p>
<p>フォーラム    <br />・phpBB     <br />・YetAnotherForum.NET     <br />・OpenPNE</p>
<p>ギャラリー    <br />・Gallery Server Pro     <br />・Mayando     <br />・Gallery     <br />・Azopho</p>
<p>ツール系    <br />・ResourceBlender     <br />・nService     <br />・Piwik</p>
<p>Wiki    <br />・ScrewTurn Wiki     <br />・Tiki Wiki CMS</p>
<p>ダウンロードはこちらです。</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:b0f804cb-a898-43f7-86a3-9b8476a2a217" class="wlWriterEditableSmartContent"><a href="http://www.microsoft.com/downloads/ja-jp/details.aspx?FamilyID=5b9510a1-bc42-4323-90ab-adf4daaaa2f0" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2011/12/Screenshot2.png" width="275" height="290" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/3733/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/3733" />
	</item>
		<item>
		<title>【Web制作者向け】Internet Explorer 9 を使ってIE8、IE7の検証をする</title>
		<link>http://mauyas.com/archives/3595</link>
		<comments>http://mauyas.com/archives/3595#comments</comments>
		<pubDate>Thu, 18 Aug 2011 13:18:08 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[制作ツール]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/3595</guid>
		<description><![CDATA[今まで、 ひとつのパソコンでIE7とIE8を共存させる方法 や Windows7でIE8、IE7、IE6、ついでにIE5.5も使えるようにする（その１） などで紹介してきたように、Web制作ではどうしてもIEのバージョン [...]]]></description>
			<content:encoded><![CDATA[<p>今まで、    <br /><a href="http://mauyas.com/archives/706">ひとつのパソコンでIE7とIE8を共存させる方法</a>     <br />や     <br /><a href="http://mauyas.com/archives/2306">Windows7でIE8、IE7、IE6、ついでにIE5.5も使えるようにする（その１）</a>     <br />などで紹介してきたように、Web制作ではどうしてもIEのバージョン検証が必要となってきます。</p>
<p>これはIEのバージョンによってCSSの解釈の違いというか、バグがあるからなのですがけっこうこの検証が厄介です。</p>
<p>そのせいか Internet Explorer 9 には『開発者ツール』というものがついてあり、この中の『ブラウザーモード』でIE9、IE8、IE7それぞれの検証ができるようになっています。</p>
<p>しかしこの機能、自分の周りだけかもしれないのですが開発者で知らない方が多いのに最近気がつきました。</p>
<p>きっとみんな標準でFirefoxを使っているせいだと思うのですが・・・。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2011/08/20118171295.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20118171295" border="0" alt="20118171295" src="http://mauyas.com/wp-content/uploads/2011/08/20118171295_thumb.jpg" width="480" height="233" /></a></p>
<p>この機能は”IE9”がインストールされていれば使えます。</p>
<p>サイトを開いて、『F12』キーを押します。</p>
<p>『開発者ツール』が開きますので『ブラウザーモード』をクリックし検証したいIEバージョンを選ぶだけ。</p>
<p>ちなみに今制作中のサイトはこんな感じ、</p>
<table border="0" cellspacing="5" cellpadding="1" width="473">
<tbody>
<tr>
<td valign="top" width="258"><a href="http://mauyas.com/wp-content/uploads/2011/08/20118171292.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20118171292" border="0" alt="20118171292" src="http://mauyas.com/wp-content/uploads/2011/08/20118171292_thumb.jpg" width="221" height="175" /></a></td>
<td valign="top" width="198"><a href="http://mauyas.com/wp-content/uploads/2011/08/20118171297.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20118171297" border="0" alt="20118171297" src="http://mauyas.com/wp-content/uploads/2011/08/20118171297_thumb.jpg" width="227" height="175" /></a></td>
</tr>
<tr>
<td valign="top" width="258">IE9、IE8では問題なし</td>
<td valign="top" width="198">IE7ではサイドバー崩れる</td>
</tr>
</tbody>
</table>
<p>まだ10％ほどいるといわれるIE6の方のための検証は、    <br /><a href="http://mauyas.com/archives/2306">Windows7でIE8、IE7、IE6、ついでにIE5.5も使えるようにする（その１）</a>     <br />をご参考ください。</p>
<p>IE9はここからダウンロードできます。</p>
<p><a title="http://windows.microsoft.com/ja-JP/internet-explorer/downloads/ie" href="http://windows.microsoft.com/ja-JP/internet-explorer/downloads/ie">http://windows.microsoft.com/ja-JP/internet-explorer/downloads/ie</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/3595/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/3595" />
	</item>
		<item>
		<title>急遽自分の営業サイトを『ID for WebLiFE 』で作った</title>
		<link>http://mauyas.com/archives/2731</link>
		<comments>http://mauyas.com/archives/2731#comments</comments>
		<pubDate>Mon, 19 Jul 2010 11:57:13 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[ブログロール]]></category>
		<category><![CDATA[制作ツール]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2731</guid>
		<description><![CDATA[必要に迫られ、急遽営業内容のあるサイトを作らなくてはならなくなりました。 今まで眠っていたドメインをたたき起し、サイトの構築です。 どちらかと言えばSEOとかより、教えた人向けのあんまり有名になりたくないサイトです。 名 [...]]]></description>
			<content:encoded><![CDATA[<p>必要に迫られ、急遽営業内容のあるサイトを作らなくてはならなくなりました。</p>
<p>今まで眠っていたドメインをたたき起し、サイトの構築です。</p>
<p>どちらかと言えばSEOとかより、教えた人向けのあんまり有名になりたくないサイトです。    <br />名刺なんかにひっそり書いておくような感じ。</p>
<p>でもそれなりのものにしたかったので簡単にぱぱっと作ってしまおうと『ID for WebLiFE 』というソフトを使い作ってみました。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/07/2010719535.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010719535" border="0" alt="2010719535" src="http://mauyas.com/wp-content/uploads/2010/07/2010719535_thumb.jpg" width="465" height="371" /></a> </p>
<p><a href="http://awnet.org">http://awnet.org</a></p>
<p>3時間ほどの作業です。</p>
<p>この『ID for WebLiFE 』というソフト、使って4,5年ほどになるのですがFLASHベースのサイトの制作ソフトです。</p>
<p>カートリッジという概念の制作方法で、あらかじめある用途のさまざまなカートリッジを組み合わせカスタマイズして作っていくというもの。</p>
<p>素材を工夫するとなかなか出来栄えの良いサイトが出来上がります。</p>
<p><iframe style="width: 120px; height: 240px" marginheight="0" src="http://rcm-jp.amazon.co.jp/e/cm?t=cat99amazon-22&amp;o=9&amp;p=8&amp;l=as1&amp;asins=B001CLDGY8&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2731/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2731" />
	</item>
		<item>
		<title>デスクトップの色をピックアップできるフリーのソフト『Instant Eyedropper』</title>
		<link>http://mauyas.com/archives/2214</link>
		<comments>http://mauyas.com/archives/2214#comments</comments>
		<pubDate>Thu, 11 Mar 2010 11:05:15 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[制作ツール]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2214</guid>
		<description><![CDATA[デザインやWebの制作をしているとき、デスクトップに表示してある画面上の色を知りたい時があります。 よく”スポイトツール”とか”カラーピックアップ”と呼ばれるツールがそうなのですが、今回自分が気に入ってよく使っているフリ [...]]]></description>
			<content:encoded><![CDATA[<p>デザインやWebの制作をしているとき、デスクトップに表示してある画面上の色を知りたい時があります。</p>
<p>よく”スポイトツール”とか”カラーピックアップ”と呼ばれるツールがそうなのですが、今回自分が気に入ってよく使っているフリーのソフトをご紹介します。</p>
<p>『Instant Eyedropper』という外国のソフトなのですが簡単ですので英語でも十分使いこなせます。</p>
<p>まず、    <br /><a title="http://instant-eyedropper.com/?ref=ie" href="http://instant-eyedropper.com/?ref=ie">http://instant-eyedropper.com/?ref=ie</a>     <br />からダウンロードします。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/03/2010311322.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010311322" border="0" alt="2010311322" src="http://mauyas.com/wp-content/uploads/2010/03/2010311322_thumb.jpg" width="244" height="93" /></a> </p>
<p>ダウンロードした InstantEyedropper.exe をクリックしインストールは終了です。起動するとタスクバーにアイコンが表示されます。    <br /><a href="http://mauyas.com/wp-content/uploads/2010/03/2010311316.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010311316" border="0" alt="2010311316" src="http://mauyas.com/wp-content/uploads/2010/03/2010311316_thumb.jpg" width="36" height="35" /></a>     <br />このアイコンをクリックしながらポイントを色が知りたい場所に合わせます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/03/2010311320.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010311320" border="0" alt="2010311320" src="http://mauyas.com/wp-content/uploads/2010/03/2010311320_thumb.jpg" width="308" height="224" /></a></p>
<p>色のコードが見ることができます。上画面の場合、HTMLでのコード表示ですが使い方に合わせ</p>
<p>HTML    <br />Hex     <br />Delphi Hex     <br />VB Hex     <br />RGB     <br />HSB</p>
<p>を選択できます。</p>
<p>Options で Copy to Clipboard にチェックが入っているとクリックを話した時点でクリップボードにカラーコードがコピーされます。</p>
<p>あとは入力したい場所にペーストすると完了です。</p>
<p>使い勝手がよくスピーディーに作業もこなせますのでお勧めのソフトです。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2214/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2214" />
	</item>
		<item>
		<title>サイト作成に役立つソフト　デスクトップ上のサイズを測れるピクセル定規『Medir』</title>
		<link>http://mauyas.com/archives/2125</link>
		<comments>http://mauyas.com/archives/2125#comments</comments>
		<pubDate>Mon, 15 Feb 2010 10:28:50 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[制作ツール]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2125</guid>
		<description><![CDATA[サイトを制作しているとブラウザを見ながらサイズを知りたい時などがあります。 バナーを制作する時や、BOXを作りたい時などがそうですが、やっぱりアナログ的に定規で測るように知りたい。そんなときに便利なソフトです。 こんな感 [...]]]></description>
			<content:encoded><![CDATA[<p>サイトを制作しているとブラウザを見ながらサイズを知りたい時などがあります。</p>
<p>バナーを制作する時や、BOXを作りたい時などがそうですが、やっぱりアナログ的に定規で測るように知りたい。そんなときに便利なソフトです。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201028284.jpg"><img style="border-width: 0px; display: inline;" title="201028284" border="0" alt="201028284" src="http://mauyas.com/wp-content/uploads/2010/02/201028284_thumb.jpg" width="452" height="182"></a></p>
<p>こんな感じでピクセルを測ることができます。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ダウンロード &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>vector からダウンロードすることができます。</p>
<p><a title="http://www.vector.co.jp/soft/win95/art/se319323.html" href="http://www.vector.co.jp/soft/win95/art/se319323.html">http://www.vector.co.jp/soft/win95/art/se319323.html</a></p>
<p>デスクトップに出来たファイルを解凍し</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201028282.jpg"><img style="border-width: 0px; display: inline;" title="201028282" border="0" alt="201028282" src="http://mauyas.com/wp-content/uploads/2010/02/201028282_thumb.jpg" width="123" height="87"></a></p>
<p>解凍後のファイルの中にある『Rosa.exe』にて使用できます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201028283.jpg"><img style="border-width: 0px; display: inline;" title="201028283" border="0" alt="201028283" src="http://mauyas.com/wp-content/uploads/2010/02/201028283_thumb.jpg" width="151" height="156"></a></p>
<p>表示解像度のエミュレートや画面のキャプチャ機能なども付いています。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/2010213290.jpg"><img style="border-width: 0px; display: inline;" title="2010213290" border="0" alt="2010213290" src="http://mauyas.com/wp-content/uploads/2010/02/2010213290_thumb.jpg" width="440" height="171"></a></p>
<p>このソフト結構昔からあるのですが使いやすいのでいまだに重宝しています。<br />
Windows7 64bit でもきちんと動作してくれています。</p>
<p>ちなみに自分はこのようなフォルダ起動のソフトはドライブの中に『my program』というフォルダを作ってそこに集めています。</p>
<p>ランチャなどを使ってショートカットを作っておくと管理もわかりやすいですよ。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2125" />
	</item>
	</channel>
</rss>

