Hi, I'm Oran. I write code, and I write about code.
My latest essays:
-
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 ...
My 3 most popular essays (according to Google Analytics):
-
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 I recently did a google search for "javascript clone", and noticed there's a lot of confusion about *cloning* vs. *copying* out there. Every function called ...
-
Django File Uploads March 24th 2008 Python Web Tutorial Popular > This essay is obsolete. Django 1.0 introduced new features and documentation. Please see [Django File Uploads][DFU]. [DFU]: http://docs.djangoproject.com/en/dev/topics/http/file-uploads/ This tutorial provides a concrete example ...
You can browse all 29 of the essays grouped by tag or in alphabetical order.
