<?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/code/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="ydnar" href="http://ydnar.vox.com/library/posts/tags/code/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/code/atom.xml" />   
    <link rel="last" type="application/atom+xml" title="ydnar" href="http://ydnar.vox.com/library/posts/tags/code/page/1/atom.xml" />  
    <category term="code" scheme="http://ydnar.vox.com/tags/code/?_c=feed-atom" label="code" /> 
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2007-04-04T22:15:21Z</updated> 
    <author>
        <name>ydnar</name>
        <uri>http://ydnar.vox.com/?_c=feed-atom</uri>
    </author> 
    <id>tag:vox.com,2006:6p00b8ea0674f2dece/tags/code/</id> 
    <subtitle>is living in your future</subtitle>  
    
    <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> 
    
    <entry>
        <title>Graphics</title>   
        <link rel="alternate" type="text/html" title="Graphics" href="http://ydnar.vox.com/library/post/graphics.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Graphics" href="http://ydnar.vox.com/library/post/graphics.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Graphics" href="http://www.vox.com/atom/svc=post/asset_id=6a00b8ea0674f2dece00c22523cd8c8e1d" />                <id>tag:vox.com,2006-08-23:asset-6a00b8ea0674f2dece00c22523cd8c8e1d</id>
        <published>2006-08-23T07:21:33Z</published>
        <updated>2006-08-23T16:20:52Z</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">
        <p class="enclosed-assets" style="margin-bottom: 10px;">     <a href="http://ydnar.vox.com/library/photo/6a00b8ea0674f2dece00c22522d905549d.html?_c=feed-atom" style="float:left; margin-right:6px;"><img src="http://a5.vox.com/6a00b8ea0674f2dece00c22522d905549d-50si" alt="Basis (Sun)" /></a>     <a href="http://ydnar.vox.com/library/photo/6a00b8ea0674f2dece00c22522d6d6604a.html?_c=feed-atom" style="float:left; margin-right:6px;"><img src="http://a6.vox.com/6a00b8ea0674f2dece00c22522d6d6604a-50si" alt="Negative Lights + Masking Gels" /></a>     <a href="http://ydnar.vox.com/library/photo/6a00b8ea0674f2dece00c22522d6d8604a.html?_c=feed-atom" style="float:left; margin-right:6px;"><img src="http://a0.vox.com/6a00b8ea0674f2dece00c22522d6d8604a-50si" alt="Model Cloud" /></a> 
    <br style="clear:both;" />
</p>
          Recently dug up some old photos, er screenshots from the days when I was a graphics geek. I&#39;m supposed to give a presentation about same one of these Thursdays.    <p style="clear:both;"> 
    <a href="http://ydnar.vox.com/library/post/graphics.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00b8ea0674f2dece00c22523cd8c8e1d?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="graphics" scheme="http://ydnar.vox.com/tags/graphics/" label="graphics" /> 
    <category term="quake" scheme="http://ydnar.vox.com/tags/quake/" label="quake" /> 
    <category term="cg" scheme="http://ydnar.vox.com/tags/cg/" label="cg" /> 
    <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="code" scheme="http://ydnar.vox.com/tags/code/" label="code" /> 
    <category term="computer graphics" scheme="http://ydnar.vox.com/tags/computer+graphics/" label="computer graphics" /> 
    <category term="render" scheme="http://ydnar.vox.com/tags/render/" label="render" /> 
    <category term="rendering" scheme="http://ydnar.vox.com/tags/rendering/" label="rendering" /> 
    <category term="q3map2" scheme="http://ydnar.vox.com/tags/q3map2/" label="q3map2" /> 
    </entry> 
    
    <entry>
        <title>Holy War</title>   
        <link rel="alternate" type="text/html" title="Holy War" href="http://ydnar.vox.com/library/post/holy-war.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Holy War" href="http://ydnar.vox.com/library/post/holy-war.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Holy War" href="http://www.vox.com/atom/svc=post/asset_id=6a00b8ea0674f2dece00c2251c75d0f219" />          <id>tag:vox.com,2006-07-03:asset-6a00b8ea0674f2dece00c2251c75d0f219</id>
        <published>2006-07-03T21:27:34Z</published>
        <updated>2006-07-03T21:27:35Z</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">
          This is a brilliant solution to the age-old problem of tabs versus spaces in source code. Instead of treating tabs as indent of a fixed size, treat the source code as tabular data, where the tab character jumps to the next logical column, where t...   <p style="clear:both;"> 
    <a href="http://ydnar.vox.com/library/post/holy-war.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00b8ea0674f2dece00c2251c75d0f219?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    <category term="editors" scheme="http://ydnar.vox.com/tags/editors/" label="editors" /> 
    <category term="code" scheme="http://ydnar.vox.com/tags/code/" label="code" /> 
    <category term="tabs" scheme="http://ydnar.vox.com/tags/tabs/" label="tabs" /> 
    <category term="slashdot" scheme="http://ydnar.vox.com/tags/slashdot/" label="slashdot" /> 
    </entry> 
</feed>


