<?xml version="1.0" encoding="utf-8"?><!-- generator="Kirby" -->

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>Scratchdisk.com Feed</title>
    <link>https://scratchdisk.com/blog</link>
    <generator>Kirby</generator>
    <lastBuildDate>Wed, 22 Apr 2026 12:01:01 +0000</lastBuildDate>
    <atom:link href="https://scratchdisk.com/feed" rel="self" type="application/rss+xml" />

        <description>The latest updates from http://scratchdisk.com</description>
      
        <item>
      <title>Implementing Operator Overloading in JavaScript</title>  
      <link>https://scratchdisk.com/posts/operator-overloading</link>
      <guid>https://scratchdisk.com/posts/operator-overloading</guid>
      <pubDate>Fri, 03 Jan 2014 00:00:00 +0000</pubDate>
        
                  <description><![CDATA[Paper.js comes with its own flavor of JavaScript called PaperScript. PaperScript does two things: It executes your code in its own scope, where all Paper.js classes appear to be global (without polluting the actual global scope), but more importantly it adds operator overloading to the JavaScript language. Operator overloading in PaperScript works by…]]></description>
            
    </item>
        <item>
      <title>The .each() Side-car</title>  
      <link>https://scratchdisk.com/posts/the-dot-each-side-car</link>
      <guid>https://scratchdisk.com/posts/the-dot-each-side-car</guid>
      <pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate>
        
                  <description><![CDATA[Straps.js is micro-library that grew out of Bootstrap.js, a larger cross-platform library for client-sided scripting that I started working on in 2006. I have since abandoned this project in favour of jQuery, and Twitter has come along and unintentionally snatched the name, but the best parts of it now live on in Straps.js, which was heavily used to build…]]></description>
            
    </item>
            
  </channel>
</rss>