<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>ydnar</title>
    <link rel="self" type="application/atom+xml" title="ydnar (Atom)" href="http://ydnar.vox.com/library/posts/tags/javascript/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="ydnar" href="http://ydnar.vox.com/library/posts/tags/javascript/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="ydnar" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00b8ea0674f2dece00b8ea0715231bc0" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="ydnar" href="http://ydnar.vox.com/library/posts/tags/javascript/atom.xml" />   
    <link rel="last" type="application/atom+xml" title="ydnar" href="http://ydnar.vox.com/library/posts/tags/javascript/page/1/atom.xml" />  
    <category term="javascript" scheme="http://ydnar.vox.com/tags/javascript/?_c=feed-atom" label="javascript" /> 
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2007-11-29T00:11:38Z</updated> 
    <author>
        <name>ydnar</name>
        <uri>http://ydnar.vox.com/?_c=feed-atom</uri>
    </author> 
    <id>tag:vox.com,2006:6p00b8ea0674f2dece/tags/javascript/</id> 
    <subtitle>is living in your future</subtitle>  
    
    <entry>
        <title>It’s a giant hack, but...</title>   
        <link rel="alternate" type="text/html" title="It’s a giant hack, but..." href="http://ydnar.vox.com/library/post/its-a-giant-hack-but.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="It’s a giant hack, but..." href="http://ydnar.vox.com/library/post/its-a-giant-hack-but.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="It’s a giant hack, but..." href="http://www.vox.com/atom/svc=post/asset_id=6a00b8ea0674f2dece00e398c2158f0001" />          <id>tag:vox.com,2007-11-28:asset-6a00b8ea0674f2dece00e398c2158f0001</id>
        <published>2007-11-28T19:53:41Z</published>
        <updated>2007-11-29T00:11:38Z</updated>
    
        <author>
            <name>ydnar</name>
            <uri>http://ydnar.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://ydnar.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
          ...I added Mark’s blog as a favorite. Primarily because it’s awesome, and also because of his tagline about bacon. &lt;3 To favorite someone’s blog, you’ll need Firefox with Firebug installed.  Open someone’s blog and view source.  Look for an HTML ...   <p style="clear:both;"> 
    <a href="http://ydnar.vox.com/library/post/its-a-giant-hack-but.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00b8ea0674f2dece00e398c2158f0001?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="favorites" scheme="http://ydnar.vox.com/tags/favorites/" label="favorites" /> 
    <category term="firebug" scheme="http://ydnar.vox.com/tags/firebug/" label="firebug" /> 
    <category term="hack" scheme="http://ydnar.vox.com/tags/hack/" label="hack" /> 
    <category term="javascript" scheme="http://ydnar.vox.com/tags/javascript/" label="javascript" /> 
    <category term="collections" scheme="http://ydnar.vox.com/tags/collections/" label="collections" /> 
    <category term="vox" scheme="http://ydnar.vox.com/tags/vox/" label="vox" /> 
    <category term="&lt;3" scheme="http://ydnar.vox.com/tags/%3C3/" label="&lt;3" /> 
    <category term="+1" scheme="http://ydnar.vox.com/tags/%2B1/" label="+1" /> 
    <category term="like friending except not" scheme="http://ydnar.vox.com/tags/like+friending+except+not/" label="like friending except not" /> 
    </entry> 
    
    <entry>
        <title>Refining Superclass Method Calls in JavaScript</title>   
        <link rel="alternate" type="text/html" title="Refining Superclass Method Calls in JavaScript" href="http://ydnar.vox.com/library/post/refining-superclass-method-calls-in-javascript.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Refining Superclass Method Calls in JavaScript" href="http://ydnar.vox.com/library/post/refining-superclass-method-calls-in-javascript.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Refining Superclass Method Calls in JavaScript" href="http://www.vox.com/atom/svc=post/asset_id=6a00b8ea0674f2dece00d09e53f262be2b" />          <id>tag:vox.com,2007-02-10:asset-6a00b8ea0674f2dece00d09e53f262be2b</id>
        <published>2007-02-10T05:57:07Z</published>
        <updated>2007-04-04T22:15:21Z</updated>
    
        <author>
            <name>ydnar</name>
            <uri>http://ydnar.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://ydnar.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
          Last week I was revisiting the always fun problem of implementing “classical” inheritance in JavaScript. I’d taken a few stabs at it, and had gotten it to a reasonably good state that borrowed some good ideas from Doug Crockford, Sam Stephenson, ...   <p style="clear:both;"> 
    <a href="http://ydnar.vox.com/library/post/refining-superclass-method-calls-in-javascript.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00b8ea0674f2dece00d09e53f262be2b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="javascript" scheme="http://ydnar.vox.com/tags/javascript/" label="javascript" /> 
    <category term="code" scheme="http://ydnar.vox.com/tags/code/" label="code" /> 
    <category term="inheritance" scheme="http://ydnar.vox.com/tags/inheritance/" label="inheritance" /> 
    <category term="superclass" scheme="http://ydnar.vox.com/tags/superclass/" label="superclass" /> 
    </entry> 
    
    <entry>
        <title>Adobe Makes an Open Source Play</title>   
        <link rel="alternate" type="text/html" title="Adobe Makes an Open Source Play" href="http://ydnar.vox.com/library/post/adobe-makes-an-open-source-play.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Adobe Makes an Open Source Play" href="http://ydnar.vox.com/library/post/adobe-makes-an-open-source-play.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Adobe Makes an Open Source Play" href="http://www.vox.com/atom/svc=post/asset_id=6a00b8ea0674f2dece00cdf39cd267cb8f" />          <id>tag:vox.com,2006-11-07:asset-6a00b8ea0674f2dece00cdf39cd267cb8f</id>
        <published>2006-11-07T15:22:59Z</published>
        <updated>2006-11-07T19:06:28Z</updated>
    
        <author>
            <name>ydnar</name>
            <uri>http://ydnar.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://ydnar.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Adobe has given the Flash ActionScript (ECMAScript or JavaScript 2.0) interpreter to the Mozilla foundation as the new open source core of SpiderMonkey, the JavaScript engine for Firefox. It&#39;s called Tamarin. Brilliant.    <p style="clear:both;"> 
    <a href="http://ydnar.vox.com/library/post/adobe-makes-an-open-source-play.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00b8ea0674f2dece00cdf39cd267cb8f?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="coding" scheme="http://ydnar.vox.com/tags/coding/" label="coding" /> 
    <category term="flash" scheme="http://ydnar.vox.com/tags/flash/" label="flash" /> 
    <category term="javascript" scheme="http://ydnar.vox.com/tags/javascript/" label="javascript" /> 
    <category term="2006" scheme="http://ydnar.vox.com/tags/2006/" label="2006" /> 
    <category term="geek" scheme="http://ydnar.vox.com/tags/geek/" label="geek" /> 
    <category term="adobe" scheme="http://ydnar.vox.com/tags/adobe/" label="adobe" /> 
    <category term="open source" scheme="http://ydnar.vox.com/tags/open+source/" label="open source" /> 
    <category term="code" scheme="http://ydnar.vox.com/tags/code/" label="code" /> 
    <category term="vm" scheme="http://ydnar.vox.com/tags/vm/" label="vm" /> 
    <category term="compiler" scheme="http://ydnar.vox.com/tags/compiler/" label="compiler" /> 
    <category term="interpreter" scheme="http://ydnar.vox.com/tags/interpreter/" label="interpreter" /> 
    <category term="osi" scheme="http://ydnar.vox.com/tags/osi/" label="osi" /> 
    <category term="ecmascript" scheme="http://ydnar.vox.com/tags/ecmascript/" label="ecmascript" /> 
    <category term="js2" scheme="http://ydnar.vox.com/tags/js2/" label="js2" /> 
    </entry> 
</feed>


