<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:admin="http://webns.net/mvcb/"
  xml:lang="ja">
  <channel rdf:about="http://developers.curlap.com/curl/rss.xml">
    <title>Curlデベロッパーセンター</title>
    <link>http://developers.curlap.com</link>
    <dc:date>2008-06-30T15:18:16+09:00</dc:date>
    <description>Curlデベロッパーセンター最新コンテンツ</description>
    <admin:generatorAgent rdf:resource="http://www.infomaker.jp/editorlite/?v=0.93" />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/37-extent/103-expand-macro.html#he20080501"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/25-data/107-wsdkweb-service-development-kit.html#he20080508"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/24-ui/106-control-2.html#he20080512"/>
        <rdf:li rdf:resource="http://developers.curlap.com/tutorial/2-develop/110-sentence.html#he20080512"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/14-io-networking/60-serialize.html#he20080519"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/25-data/108-xmldom.html#he20080520"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/19-others/104-script.html#he20080602"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/37-extent/112-reflection.html#he20080606"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/25-data/114-google-earth.html#he20080612"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/19-others/115-eclipse.html#he20080624"/>
        <rdf:li rdf:resource="http://developers.curlap.com/re-reference/24-ui/113-3d.html#he20080630"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://developers.curlap.com/re-reference/37-extent/103-expand-macro.html#he20080501">
    <title>マクロを使ってCurl言語を拡張</title>
    <link>http://developers.curlap.com/re-reference/37-extent/103-expand-macro.html</link>
    <dc:date>2008-05-01</dc:date>
    <description>Curlでは、マクロという機能があります。マクロは、Curl言語を拡張するための機能で、Curlのon、after、for、define-class、define-proc、define-text-proc等のようなものも、実際マクロとして作成されています。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/25-data/107-wsdkweb-service-development-kit.html#he20080508">
    <title>WSDK（Web Service Development Kit）のインストール </title>
    <link>http://developers.curlap.com/re-reference/25-data/107-wsdkweb-service-development-kit.html</link>
    <dc:date>2008-05-08</dc:date>
    <description>WSDK（Web Service Development Kit）とは、Webサービスを利用したアプリケーションをCurlで開発する為に有用なAPIがまとめられた拡張コンポーネントです。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/24-ui/106-control-2.html#he20080512">
    <title>コントロールの作成2</title>
    <link>http://developers.curlap.com/re-reference/24-ui/106-control-2.html</link>
    <dc:date>2008-05-12</dc:date>
    <description>タブコンテナの作成。テキストフィールドの作成。テキスト領域の作成。スクロールボックスの作成。プログレスバーの作成。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/tutorial/2-develop/110-sentence.html#he20080512">
    <title>Curl基本文法入門</title>
    <link>http://developers.curlap.com/tutorial/2-develop/110-sentence.html</link>
    <dc:date>2008-05-12</dc:date>
    <description>Curlの基本文法について、ご説明したいと思います。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/14-io-networking/60-serialize.html#he20080519">
    <title>オブジェクトのシリアル化</title>
    <link>http://developers.curlap.com/re-reference/14-io-networking/60-serialize.html</link>
    <dc:date>2008-05-19</dc:date>
    <description>オブジェクトのシリアル化（直列化）とは，オブジェクトの内部状態をバイトストリームに変換し，そのバイトストリームから再び元と同じ内容を持ったオブジェクトを再現することができる機能のことです。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/25-data/108-xmldom.html#he20080520">
    <title>XMLフォーマットの利用（DOMパーサー） </title>
    <link>http://developers.curlap.com/re-reference/25-data/108-xmldom.html</link>
    <dc:date>2008-05-20</dc:date>
    <description>XMLフォーマットを扱うために、Curlでは拡張コンポーネントのWSDKにDOM(Document Object Model)機能が用意されています。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/19-others/104-script.html#he20080602">
    <title>Curlでスクリプトの作成 </title>
    <link>http://developers.curlap.com/re-reference/19-others/104-script.html</link>
    <dc:date>2008-06-02</dc:date>
    <description>Curlでは、dcurlやcurlのようなアプレット以外に、スクリプトと作成して実行することができます。これにはcurl.exeを利用して、コマンドラインからスクリプトを実行します。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/37-extent/112-reflection.html#he20080606">
    <title>リフレクションの利用</title>
    <link>http://developers.curlap.com/re-reference/37-extent/112-reflection.html</link>
    <dc:date>2008-06-06</dc:date>
    <description>Curlでのリフレクションの使用方法について記載していきます。そもそもリフレクションとはCurlのクラスからメソッドやゲッターの情報を取得するAPIのことです。また、取得したメソッド等を実行することができます。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/25-data/114-google-earth.html#he20080612">
    <title>Google EarthをCurlで操作 </title>
    <link>http://developers.curlap.com/re-reference/25-data/114-google-earth.html</link>
    <dc:date>2008-06-12</dc:date>
    <description>今回は、Google EarthをCurlからGoogle Earth COM APIを利用して、操作する方法を説明していこうと思います。これを用いることで、Google Earth上を自由に移動・観光したり、３D建物を配置したり、画面のスクリーンショットを取得することができます。ここではGoogle Earth4.3のインストールを前提としています</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/19-others/115-eclipse.html#he20080624">
    <title>Eclipse Curlプラグイン（CDE）のインストール </title>
    <link>http://developers.curlap.com/re-reference/19-others/115-eclipse.html</link>
    <dc:date>2008-06-24</dc:date>
    <description>CurlのEclipseプラグイン（CDE）のインストール方法を記載します。これによりEclipse上でのCurlの開発が可能となります。</description>
  </item>

  <item rdf:about="http://developers.curlap.com/re-reference/24-ui/113-3d.html#he20080630">
    <title>3D</title>
    <link>http://developers.curlap.com/re-reference/24-ui/113-3d.html</link>
    <dc:date>2008-06-30</dc:date>
    <description>3D空間をCurlでどのように作成するかをご紹介します。</description>
  </item>

</rdf:RDF>

