<?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>LEGGODT.COM &#187; Dreamweaver</title>
	<atom:link href="http://leggodt.com/tag/dreamweaver/feed" rel="self" type="application/rss+xml" />
	<link>http://leggodt.com</link>
	<description>Stay hungry, Stay foolish.</description>
	<lastBuildDate>Thu, 24 May 2012 16:00:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>AIRAliases.jsの場所</title>
		<link>http://leggodt.com/2009/06/11/airaliasesjs.html</link>
		<comments>http://leggodt.com/2009/06/11/airaliasesjs.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:05:39 +0000</pubDate>
		<dc:creator>ましゃ</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[AdobeAIR]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://leggodt.com/?p=1057</guid>
		<description><![CDATA[現状で参考にしているドキュメントはAdobeヘルプでまかなうことにした。 なぜなら、HTML＋JavaScriptでAIRというのはあまりなさそうで、普通FlashかFlexだよね。という感じなので、本を探すのがめんどく <a href='http://leggodt.com/2009/06/11/airaliasesjs.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>現状で参考にしているドキュメントは<a href="http://help.adobe.com/ja_JP/AIR/1.1/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7fa7.html" target="_blank">Adobeヘルプ</a>でまかなうことにした。</p>
<p>なぜなら、HTML＋JavaScriptでAIRというのはあまりなさそうで、普通FlashかFlexだよね。という感じなので、本を探すのがめんどくさいだけだったりする。</p>
<p>とりあえず、今回は、さまざまなAPIに対してAliaseがあることを知ったので、その場所を探してみた。</p>
<p>実はDWで普通に生成されると思っていたのは大間違いで、どうやらAIRSDKの中にひそかにおいてあるらしい。</p>
<p>場所は</p>
<blockquote><p>\air_sdk\frameworks\libs\air</p></blockquote>
<p>の中にある。</p>
<p>こいつをコピーしてもってくればOKのようだ。</p>
<p>DWのサイトからAIRアプリケーションを作成するときにこっそり組み込まれるかと思ったら大間違いだった。。。</p>
<p>とりあえず、いっこ解決:-)</p>

<a href="http://twitter.com/?status=RT%20%40%3A%20AIRAliases.js%E3%81%AE%E5%A0%B4%E6%89%80%20-%20LEGGODT.COM%20http%3A%2F%2Fbit.ly%2FzqZyjc" class="tweet-this" ><img src="http://leggodt.com/wp-content/plugins/simple-tweet/img/tweet.gif" title="ツイート" alt="ツイート" />ツイート</a>]]></content:encoded>
			<wfw:commentRss>http://leggodt.com/2009/06/11/airaliasesjs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIRはじめました。</title>
		<link>http://leggodt.com/2009/05/21/air.html</link>
		<comments>http://leggodt.com/2009/05/21/air.html#comments</comments>
		<pubDate>Thu, 21 May 2009 09:42:00 +0000</pubDate>
		<dc:creator>ましゃ</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[AdobeAIR]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://leggodt.com/?p=1050</guid>
		<description><![CDATA[いろんな状況をみて、知識として得ておいたほうがよさそうなので、DreamweaverでAdobeAIRのアプリを作るにはどうしたら良いのかを調査してみた。 AIRアプリにはFlash、Flex、HTML＋JavaScri <a href='http://leggodt.com/2009/05/21/air.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>いろんな状況をみて、知識として得ておいたほうがよさそうなので、DreamweaverでAdobeAIRのアプリを作るにはどうしたら良いのかを調査してみた。</p>
<p>AIRアプリにはFlash、Flex、HTML＋JavaScriptという3つの作り方の種類がある。</p>
<p>FlashとFlexはすべてActionScriptで処理を行うので、似ている感じもあり、特にJAVAプログラマーからすると作りやすいらしい。</p>
<p>一方でHTML+JavaScriptのほうはWebデザイナーの範疇で何とかなるんじゃないかと思って、後学のために調査してみた。<span id="more-1050"></span></p>
<p>作り方はいたって簡単で、サイトメニューからインストーラーの設定を行って、AIRアプリケーションを書き出すだけ。</p>
<p><a href="http://www.adobe.com/jp/devnet/dreamweaver/articles/develop_air_with_dreamweaver_03.html">http://www.adobe.com/jp/devnet/dreamweaver/articles/develop_air_with_dreamweaver_03.html</a></p>
<p>ごく普通の表示するだけのアプリや外部ファイルやデータベースにアクセスしない限られたアプリであればこれだけで終わり（計算機とかだったら終わりだと思われます）</p>
<p>さらにプラスしてローカルデータベースにアクセスするのはどうしたら良いのかというところでだいぶ敷居が高くなるようですが、データベースアクセスもすべてJavaScript（正確にはAIRのAPI？）で処理をするみたい。</p>
<p><a href="http://d.hatena.ne.jp/tilfin/20090130/1233321081">http://d.hatena.ne.jp/tilfin/20090130/1233321081</a></p>
<p>これで簡単にいくのかというとあまりうまくいかず、このサンプルはAIRの中でSpryとか外部のJSファイルが必要なようで、特にデータベースにアクセスするためのJavaScriptの関数ライブラリの「<span class="highlight">AIR</span>Aliases.js」というファイルの存在がどこにあるのか、自動で埋め込まれるのか、といった部分が謎である。</p>
<p>ただ、少なくともサーバーとの同期を除いて、課題はデータベースアクセスのJavaScriptとそのスクリプトを扱う知識さえあれば、もう妨げられるものはない（様な気がする）</p>
<p>といったところで、以上、次回に続く</p></div>

<a href="http://twitter.com/?status=RT%20%40%3A%20AIR%E3%81%AF%E3%81%98%E3%82%81%E3%81%BE%E3%81%97%E3%81%9F%E3%80%82%20-%20LEGGODT.COM%20http%3A%2F%2Fbit.ly%2FxwysSF" class="tweet-this" ><img src="http://leggodt.com/wp-content/plugins/simple-tweet/img/tweet.gif" title="ツイート" alt="ツイート" />ツイート</a>]]></content:encoded>
			<wfw:commentRss>http://leggodt.com/2009/05/21/air.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver8のバグ</title>
		<link>http://leggodt.com/2006/10/31/dreamweaver8-bugs.html</link>
		<comments>http://leggodt.com/2006/10/31/dreamweaver8-bugs.html#comments</comments>
		<pubDate>Tue, 31 Oct 2006 08:09:17 +0000</pubDate>
		<dc:creator>ましゃ</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[バグ]]></category>

		<guid isPermaLink="false">http://leggodt.net/2006/10/31/861</guid>
		<description><![CDATA[正確には、DW8とFW8の連携のバグ。 まぁ、通常あまりやらないと思われますが、DWで画像を選択しているときにプロパティインスペクタにある編集のFWマークをクリックして、任意の修正を行い、左上の方にある終了ボタンを押して <a href='http://leggodt.com/2006/10/31/dreamweaver8-bugs.html' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a onclick="window.open('http://www.leggodt.com/up-img/bug.html','popup','width=487,height=238,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://www.leggodt.com/up-img/bug.html"><img src="http://www.leggodt.com/up-img/bug-thumb.jpg" alt="" width="487" height="238" /></a></p>
<p>正確には、DW8とFW8の連携のバグ。<br />
まぁ、通常あまりやらないと思われますが、DWで画像を選択しているときにプロパティインスペクタにある編集のFWマークをクリックして、任意の修正を行い、左上の方にある終了ボタンを押してDWに戻ってくるときに、『更新しますか？』のダイアログが出てくるときに、『いいえ』を押すと、即上記画像の通り。</p>
<p>『はい』を押すと、画像のパスが文字化けするというおまけ付き（どないせっちゅーんじゃ）</p>
<p>以上、バグ報告でした。</p>

<a href="http://twitter.com/?status=RT%20%40%3A%20Dreamweaver8%E3%81%AE%E3%83%90%E3%82%B0%20-%20LEGGODT.COM%20http%3A%2F%2Fbit.ly%2FxdI7C2" class="tweet-this" ><img src="http://leggodt.com/wp-content/plugins/simple-tweet/img/tweet.gif" title="ツイート" alt="ツイート" />ツイート</a>]]></content:encoded>
			<wfw:commentRss>http://leggodt.com/2006/10/31/dreamweaver8-bugs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

