<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://yehudakatz.com/2011/08/12/understanding-prototypes-in-javascript/"/>
	<rdf:li rdf:resource="http://ignorethecode.net/blog/2009/11/23/stripes/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://yehudakatz.com/2011/08/12/understanding-prototypes-in-javascript/">
    <title>Understanding “Prototypes” in JavaScript « Katz Got Your Tongue?</title>
    <dc:date>2012-01-31T13:28:06+00:00</dc:date>
    <link>http://yehudakatz.com/2011/08/12/understanding-prototypes-in-javascript/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[In essence, a JavaScript “class” is just a Function object that serves as a constructor plus an attached prototype object. I mentioned before that earlier versions of JavaScript did not have Object.create. Since it is so useful, people often created something like it using the new operator:

]]></description>
<dc:subject>javascript prototype</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:c06a6e8c963b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:prototype"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ignorethecode.net/blog/2009/11/23/stripes/">
    <title>ignore the code: Stripes: A Conceptual Operating System User Interface</title>
    <dc:date>2009-11-24T00:12:07+00:00</dc:date>
    <link>http://ignorethecode.net/blog/2009/11/23/stripes/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[Martin Gimpl’s Stripes is a conceptual user interface that uses a zoomable window management model similar to the one found in Chrome OS, but foregoes tabs completely.]]></description>
<dc:subject>ui os prototype concept</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:471d88b03aab/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:ui"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:os"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:prototype"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:concept"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>