Hi, I'm Oran. I'm a programmer. Here's what I've been thinking about recently:
-
Deep Copy In JavaScript November 25th 2009 Coding Style Web Tutorial I've been interested in writing a generic deep copy algorithm in JavaScript for a while. The simple way to make a deep copy in JavaScript ...
-
Classes and Objects in JavaScript November 24th 2009 Coding Style Web Tutorial JavaScript supports object-oriented programming, with classes, objects, methods, and inheritance even though it doesn't have a `class` keyword. (This article is about [JavaScript 1.5][JS15] and ...
-
JavaScript Arguments June 18th 2009 Coding Style Web Tutorial In JavaScript, the full collection of arguments passed into a function is made available through the special `arguments` keyword. It's useful for fancy functional programming ...
These are my most popular essays (according to Google Analytics):
-
The Minimal Interpreted Scripting Language May 20th 2007 Python Popular If you're thinking of creating a scripting language for your application, reading this article could save your life. Well, maybe not your entire life, but ...
-
Make CSS Sprites with the Python Image Library January 12th 2008 Python Web Tutorial Popular I'm going to show you how to write a Python script to automatically rollup icons into a single sprite image. The CSS to use those ...
-
Clone() In JavaScript January 23rd 2008 Coding Style Web Tutorial Popular > My [other essay][DCJS] provides source code and documentation for shallow copy, deep copy, and clone functions. If you came here searching for "javascript clone," ...
