Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View webxl's full-sized avatar

Matt Motherway webxl

View GitHub Profile
@webxl
webxl / objExtend.js
Created September 22, 2011 18:16 — forked from addyosmani/objExtend.js
JavaScript object 'namespace' extension experiments
$(function(){
//===========================================================
// JavaScript object 'namespace' extension experiments
// by @addyosmani (comparing deep extension in vanilla JS vs.
// jQuery's $.extend)
//
//
// The goal here is to:
//
@webxl
webxl / flot_v_raphael.html
Created October 19, 2010 04:16 — forked from andrewwatts/flot_v_raphael.html
Correcting for additional default charting options in flot
<!DOCTYPE HTML>
<html>
<head>
<title>flot vs raphael</title>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.flot.min.js"></script>
<script type="text/javascript" src="raphael.js"></script>
<script type="text/javascript" src="g.raphael-min.js"></script>