Skip to content

Instantly share code, notes, and snippets.

@digibutt
digibutt / gist:1120091
Created August 2, 2011 12:30
jQuery DomReady Hello World!
$(document).ready(function(){
alert('HELLO WORLD');
});
@digibutt
digibutt / gist:1120012
Created August 2, 2011 11:07
A basic Ext.TabPanel
var tabs = new Ext.TabPanel({
renderTo: Ext.getBody(),
activeTab: 0,
items: [{
title: 'Hello',
html: 'World!'
}]
});
<entry gd:etag="W/&quot;CE4EQn47eCp7ImA9WhZUFko.&quot;">
<id>tag:youtube.com,2008:video:Nujoj5yRWTE</id>
<published>2011-06-10T02:28:23.000Z</published>
<updated>2011-06-10T02:28:23.000Z</updated>
<category scheme="http://schemas.google.com/g/2005#kind" term="http://gdata.youtube.com/schemas/2007#video"/>
<category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Entertainment" label="Entertainment"/>
<category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="106 Weston Street"/>
<category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="London property"/>
<category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="Tim Murphy"/>
<category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="IP Global"/>