Skip to content

Instantly share code, notes, and snippets.

{"referenceId":"catchup-ac2-mez-archive-taggart-abuseoftrust-20101010_std.mpg"}
{"entityType":"ASSET","videoId":"4142385100001","status":"SUCCESS","entity":"4890660695001","action":"CREATE","version":"1"}
@dunknicoll
dunknicoll / 0_reuse_code.js
Last active August 29, 2015 14:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@dunknicoll
dunknicoll / joomla3.php
Last active August 29, 2015 13:56
Joomla 3 FOF Renderer with Tab Support
<?php
/**
* @package FrameworkOnFramework
* @subpackage render
* @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**