<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"	
	>
  <channel>
    <title>Adobe DEVELOPER CONNECTION　RSSフィード</title>
    <link>http://www.adobe.com/jp/devnet/</link>
    <description>アドビのスタッフやクリエイターたちが、Flash、Dreamweaver、Fireworksなどのプロダクトの新機能の解説や活用方法、Flex、Adobe AIR、Flash Video、Flash Liteといったテクノロジーを使った最新事例や制作ノウハウなど、さまざまな情報を紹介しています。</description>
    <language>jp-jp</language>
    <copyright>copyright 2008 by Adobe Systems Inc.</copyright>
    <image></image>
	
	<item>
      <title>2行のスクリプトで3次元の消失点をコントロールする</title>
      <category>Flash 記事</category>
      <author>野中 文雄氏</author>
      <pubDate>Wed, 26 Jun 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flash/articles/perspective_projectior.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/fumiononaka_58x43.jpg" alt="野中文雄氏" title="野中文雄氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>今回は、いわば視線の方向が決まる「消失点」を、2行のスクリプトで動かしてみます。ActionScript 3.0の初級者向けの解説です。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flash/articles/perspective_projectior.html</link>
    </item>
	
	
    <item>
      <title>簡単！ FLARToolKitをはじめよう！</title>
      <category>Flash 記事</category>
      <author>さくーしゃ氏</author>
      <pubDate>Wed, 24 Jun 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flash/articles/flartoolkit.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/saqoosha_58x43.jpg" alt="さくーしゃ氏" title="さくーしゃ氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>FLARToolKitというのは、最近流行のAR（拡張現実）ってのをFlashで簡単に作ることができるライブラリです。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flash/articles/flartoolkit.html</link>
    </item>
    <item>
      <title>新潟県弁護士会サイト：Flash＋PHPでオリジナルCMSの実装</title>
      <category>Flash 記事</category>
      <author>漆原 尚氏、Satoshi Kaizu氏</author>
      <pubDate>Wed, 24 Jun 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flash/articles/implement_cms_w_flash_php.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/takashi_urushibara_58x43.jpg" alt="漆原 尚氏、Satoshi Kaizu氏" title="漆原 尚氏、Satoshi Kaizu氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>本記事では、PHPを使ったオリジナルCMSを実装した試行錯誤の過程と技術的なポイントを解説します。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flash/articles/implement_cms_w_flash_php.html</link>
    </item>
    <item>
      <title>これからはじめるRIAとFlexプログラミング　～第２回　Flex開発のためのプログラミング基礎知識～</title>
      <category>Flex 記事</category>
      <author>宮田亮氏 （Webシステム開発株式会社）</author>
      <pubDate>Tue, 16 Jun 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flex/articles/ria_programming_part2.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/ryomiyata_58x43.jpg" alt="Webシステム開発株式会社 宮田亮氏" title="Webシステム開発株式会社 宮田亮氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>FlexとRIAに関する基本知識から開発方法の基礎を習得していただくことを目的とする連載です。<br />プログラミングの経験を問わず、RIAの概念、Flexの基本を理解したうえで、シンプルなFlexアプリケーションを作成できることを目標とします。第1回目はRIA（Rich Internet Application）の基本概念、および既存のWebアプリケーションに比べてどの点でFlexが優れているかをご紹介します。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flex/articles/ria_programming_part2.html</link>
    </item>
    <item>
      <title>QR Code Reader：ActionScriptでQRコードを読み取る</title>
      <category>Flash 記事</category>
      <author>上野賢一氏</author>
      <pubDate>Fri, 12 Jun 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flash/articles/qr_code_reader.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/kenichi_ueno_58x43.jpg" alt="上野賢一氏" title="上野賢一氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>QRコードは今や至るところにあり、携帯電話には必ずと言っていいほどQRコードを読み取る機能がついています。QRコードは、皆さんにとって身近な存在でしょう。本記事では、画像ソースを解析してQRコードのビット列を生成するクラスを使った処理にについて紹介します。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flash/articles/qr_code_reader.html</link>
    </item>
    <item>
      <title>これからはじめるRIAとFlexプログラミング 第1回）RIAの基本とFlexの優位点</title>
      <category>Flex 記事</category>
      <author>宮田亮氏 （Webシステム開発株式会社）</author>
      <pubDate>Tue, 10 Mar 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/flex/articles/ria_programming.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/ryomiyata_58x43.jpg" alt="Webシステム開発株式会社 宮田亮氏" title="Webシステム開発株式会社 宮田亮氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>FlexとRIAに関する基本知識から開発方法の基礎を習得していただくことを目的とする連載です。<br />プログラミングの経験を問わず、RIAの概念、Flexの基本を理解したうえで、シンプルなFlexアプリケーションを作成できることを目標とします。第1回目はRIA（Rich Internet Application）の基本概念、および既存のWebアプリケーションに比べてどの点でFlexが優れているかをご紹介します。]]>
      </content:encoded>
      <link>http://www.adobe.com/jp/devnet/flex/articles/ria_programming.html</link>
    </item>
    <item>
      <title>コラボGTDツール「Colabolo」に見るAIRのSQLite活用事例</title>
      <category>AIR 記事</category>
      <author>小林聡史氏</author>
      <pubDate>Fri, 27 Feb 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/air/articles/colabolo.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/colabolo_58x43.gif" alt="小林 聡史氏" title="小林 聡史氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>アドビシステムズのRIA（Rich Internet Application）実行環境である「Adobe AIR」が公開されてからおよそ1年が経過し、国内でも本格的な導入事例が増えつつあります。そのなかでも、AIRの特徴であるローカルDB（SQLite）やメッセージングをフルに活用したAIRクライアントの実装例が、イマヒマの「Colabolo（コラボロ）」です。]]>
      </content:encoded>
    </item>
    <item>
      <title>ADB開発中！Adobe Developer Box 開発日記　連載4) AIRによるActiveRecordの実装</title>
      <link>http://www.adobe.com/jp/devnet/air/articles/adb_howto_develop_ria_part4.html</link>
      <category>AIR 記事</category>
      <author>太田憲治氏</author>
      <pubDate>Tue, 17 Feb 2009 00:00:00</pubDate>
      <content:encoded>
        <![CDATA[<a href="http://www.adobe.com/jp/devnet/air/articles/adb_howto_develop_ria_part4.html"><img src="http://www.adobe.com/jp/devnet/images/58x43/kenji_ota_58x43.jpg" alt="太田 憲治氏" title="太田 憲治氏" width="58" height="43" align="left" border="0" style="padding-right:15px" /></a>連載第4回目は、ADB（Adobe Developer Box）の裏方として活躍しているデータベース「SQLite」についてどのように活用しているかをご紹介したいと思います。ADBでは、RSSリーダーやおすすめ情報などの受信したデータは全てSQLiteに格納するようにしています。一旦、SQLiteに格納してしまえばオフライン状態でもデータを表示することができ、使い勝手を向上させることができます。]]>
      </content:encoded>
    </item>
  </channel>
</rss>
