<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://dev.ariel-networks.com/Members/matsuyama/categories/javascript/RSS">
  <title>javascript</title>
  <link>http://dev.ariel-networks.com</link>
  
  <description>
    
       
       
  </description>
  
  
  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2005-12-20T02:30:20Z</syn:updateBase>
        
  
  <image rdf:resource="http://dev.ariel-networks.com/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://dev.ariel-networks.com/Members/matsuyama/before-getElementById"/>
        
        
            <rdf:li rdf:resource="http://dev.ariel-networks.com/Members/matsuyama/ajax-tips-prototype-js"/>
        
        
            <rdf:li rdf:resource="http://dev.ariel-networks.com/Members/matsuyama/javascript-for-idiom"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://dev.ariel-networks.com/Members/matsuyama/before-getElementById">        <title>Ajax 最適化 Tips - getElementById する前に</title>        <link>http://dev.ariel-networks.com/Members/matsuyama/before-getElementById</link>        <description> getElementById で要素を手っ取り早く取得するのはとても良いイディオムですが（コードが短かくなる）、パフォーマンスのことを心配する場合は以下のことを念頭に入れておくと良いかもしれません。 Microsoft の DHTML Collecti...</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>matsuyama</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-08-31T05:58:24Z</dc:date>        <dc:type>COREBlog Entry</dc:type>    </item>
    <item rdf:about="http://dev.ariel-networks.com/Members/matsuyama/ajax-tips-prototype-js">        <title>Ajax 最適化 Tips - Prototype.js のパフォーマンス</title>        <link>http://dev.ariel-networks.com/Members/matsuyama/ajax-tips-prototype-js</link>        <description> prototype.js 1.6.0 RC で、カスタムイベントが使えるようになったり、ネイティブの forEach が使われるようになったり、簡単に DOM エレメントを構築できるようになったり、 isNumber で数値型かチェックできるようになった...</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>matsuyama</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-08-21T02:34:32Z</dc:date>        <dc:type>COREBlog Entry</dc:type>    </item>
    <item rdf:about="http://dev.ariel-networks.com/Members/matsuyama/javascript-for-idiom">        <title>JavaScript の for イディオム</title>        <link>http://dev.ariel-networks.com/Members/matsuyama/javascript-for-idiom</link>        <description> var array = [...];for (var i = 0, len = array.length; i &amp;lt; len; i++) {  var elem = array[i];  ...} は有名ですが、もう少し JavaScr...</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>matsuyama</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-08-20T20:52:20Z</dc:date>        <dc:type>COREBlog Entry</dc:type>    </item>




</rdf:RDF>
