Skip to content

Instantly share code, notes, and snippets.

View shazmoh's full-sized avatar

Shah Mohammed shazmoh

  • New York, NY
View GitHub Profile
var storeData2 = {
identifier: 'abbr',
label: 'name',
items: [{
abbr: 'ec',
name: 'Ecuador',
capital: 'Quito'
},
{
@shazmoh
shazmoh / termKit_launch_crash_log.txt
Created May 21, 2011 20:08
TermKit launch crash log
Process: TermKit [12587]
Path: /Users/shajahan/TermKit/Build/TermKit.app/Contents/MacOS/TermKit
Identifier: net.acko.TermKit
Version: 0.3.2-alpha (0.3.2)
Code Type: X86-64 (Native)
Parent Process: launchd [798]
Date/Time: 2011-05-21 16:07:34.227 -0400
OS Version: Mac OS X 10.6.5 (10H574)
Report Version: 6
@shazmoh
shazmoh / fiddle.css
Created May 2, 2011 20:34
1.6 dojo store custom response
html, body {
font-family: Arial;
}
h3 {
background-color: #efefef;
border-bottom: #ccc;
margin-bottom: 2px;
padding: 3px;
}
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid #999;
}
@shazmoh
shazmoh / fiddle.css
Created May 2, 2011 18:32
JSFiddle Github Integration test using Dojo
#resultsContainer div {
padding: 2px;
margin: 3px;
border: 1px solid #ccc;
background-color: #efefef;
}