<?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/"
	>

<channel>
	<title>STUDIO KINGDOM &#187; DreamWeaver</title>
	<atom:link href="http://www.studio-kingdom.com/category/adobe/dreamweaver/feed" rel="self" type="application/rss+xml" />
	<link>http://www.studio-kingdom.com</link>
	<description>PHPによるWebプログラミングやAdobeソフトによるWEBデザインなどなど</description>
	<lastBuildDate>Tue, 31 Mar 2009 15:37:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DreamWeaverのRuby on Rails拡張機能「RubyWeaver」</title>
		<link>http://www.studio-kingdom.com/ruby-rails/51</link>
		<comments>http://www.studio-kingdom.com/ruby-rails/51#comments</comments>
		<pubDate>Thu, 20 Sep 2007 17:02:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DreamWeaver]]></category>
		<category><![CDATA[Ruby & Rails]]></category>

		<guid isPermaLink="false">http://www.studio-kingdom.com/?p=69</guid>
		<description><![CDATA[				
				今日はDreamWeaverでRuby及びRailsの開発を可能にする拡張機能の紹介です。RubyやRailの開発をする方はRadRailsだったりEmacsだったりしそうですが…。まぁ、それでもVie [...]]]></description>
			<content:encoded><![CDATA[				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/rubyweaver_site.gif" alt="rubyweaver_site.gif" /></p>
				<p>今日はDreamWeaverでRuby及びRailsの開発を可能にする拡張機能の紹介です。RubyやRailの開発をする方はRadRailsだったりEmacsだったりしそうですが…。まぁ、それでもView(rhtml)を作るにはやはりDreamWeaverはかなり便利だと思いますので。</p>
				<p><span id="more-51"></span></p>
				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/rubyweaver_dl.gif" alt="rubyweaver_dl.gif" /></p>
				<p>まずは<a target="_blank" href="http://rubyweaver.gilluminate.com/">rubyweaverのサイト</a>からrubyweaver.mxpをダウンロードします。</p>
				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/rw_mxp.gif" alt="rw_mxp.gif" /></p>
				<p>ダウンロードしたrubyweaver.mxpを実行します。</p>
				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/rw_exm.gif" alt="rw_exm.gif" /></p>
				<p>ExtensionManagerが起動して、RubyWeaverがインストールされます。</p>
				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/rw_edit.gif" alt="rw_edit.gif" /></p>
				<p>ご覧のとおり、RubyやRailsの補完機能が表示されるようになります。もちろん、rhtmlの編集時にはDreamWeaverのデザイン画面が有効になります。</p>
				<p>※注意点として、ファイルを開く際にファイルの種類の欄が文字化けします。管理人の例ですと<br />
				「C:\Documents and Settings\(ユーザー名)\Application Data\Macromedia\Dreamweaver MX 2004\Configuration」のフォルダ内の「Extensions.txt」を修正すれば解決します。同フォルダ内の「Extensions.tbk」がExtensions.txtのデフォルトバックアップのようなので、参考にすると良いと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studio-kingdom.com/ruby-rails/51/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamWeaverでCakePHP開発を行う際の設定(.thtml)</title>
		<link>http://www.studio-kingdom.com/cakephp/48</link>
		<comments>http://www.studio-kingdom.com/cakephp/48#comments</comments>
		<pubDate>Thu, 13 Sep 2007 16:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[DreamWeaver]]></category>

		<guid isPermaLink="false">http://www.studio-kingdom.com/?p=54</guid>
		<description><![CDATA[				
				DreamWeaverでCakePHPのブログチュートリアルを試してみたのですが、その際にviewファイルとなるthtmlでエラーが発生してしまいました。thtmlファイルは基本的にphpで書かれるため [...]]]></description>
			<content:encoded><![CDATA[				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/dw_thtml_err.gif" alt="dw_thtml_err.gif" /></p>
				<p>DreamWeaverでCakePHPのブログチュートリアルを試してみたのですが、その際にviewファイルとなるthtmlでエラーが発生してしまいました。thtmlファイルは基本的にphpで書かれるため、thtmlをDreamWeaverでphpファイルとして読み込むための方法を説明します。なお、管理人はMX2004で試しています。バージョンの違いにより、若干手順が異なるかもしれません。また、自己責任の上で行ってください。</p>
				<p><span id="more-48"></span><br />
				まず、下記のフォルダを開きます。</p>
				<blockquote><p> 「C:\Documents and Settings\(ユーザー名)\Application Data\Macromedia\Dreamweaver MX 2004\Configuration」<br />
				（※Vista且つCS3は「C:\Users\(ユーザー名)\AppData\Roaming\Adobe\Dreamweaver 9\Configuration」でした。）</p></blockquote>
				<p>次に、「Extensions.txt」ファイルを開き、16行目付近のコードに「THTML」を追記します。</p>
				<blockquote><p>PHP,PHP3,PHP4,PHP5,TPL,<strong>THTML</strong> <img src='http://www.studio-kingdom.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> HP ファイル</p></blockquote>
				<p>次に「DocumentTypes」フォルダの「MMDocumentTypes.xml」を開き、67行目付近のコードに「thtml」を追記します。(※CS3の場合は「C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\DocumentTypes」の「MMDocumentTypes.xml」75行目付近になります。）</p>
				<blockquote><p>&lt;documenttype file=&#8221;Default.php&#8221; id=&#8221;PHP_MySQL&#8221; internaltype=&#8221;Dynamic&#8221; macfileextension=&#8221;php,php3,php4,php5,<strong>thtml</strong>&#8221; servermodel=&#8221;PHP MySQL&#8221; winfileextension=&#8221;php,php3,php4,php5,<strong>thtml</strong>&#8221; writebyteordermark=&#8221;false&#8221;&gt;</p></blockquote>
				<p>DreamWeaverを再起動します。</p>
				<p><img src="http://www.studio-kingdom.com/wp-content/uploads/2007/09/dw_thtml_set.gif" alt="dw_thtml_set.gif" /></p>
				<p>thtmlがphpファイルとして認識されているのが、ご確認いただけるはずです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studio-kingdom.com/cakephp/48/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
