View json-storage-example.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.getScript('https://raw2.github.com/coolaj86/json-storage-js/master/lib/json-storage.js') | |
var store = JsonStorage.create(localStorage); | |
store.set('foo', { bar: "baz", html: '<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>' , updated: Date.now() }); | |
$('body').append(store.get('foo').html); |
View gist:8994688
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssn | |
phone | |
link + title | |
<TD><A HREF='findareacode.php?areacode=201'>201</A><TD><A HREF='findome.php?npa=&nxx=360&usaquerytype=Search+by+Number'>360<TD><A HREF='findcity.php?cityname=JERSEYCITY&state=NJ'>JERSEYCITY<TD><A HREF='shownpamap.php?graphic=http://fonefinder.net/images/npamap/nj.gif'>New Jersey</A><TD><A HREF='http://fonefinder.net/level3.php'>TELCOVE INVESTMENT, LLC - NJ</A><TD>CLEC<TD><A HREF='findome.php?npa=201&nxx=360&usaquerytype=Search+by+Number'>More</A> |
View futuresjs-join-then-arguments.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
join.then(function () { | |
var args = Array.prototype.slice.call(arguments) | |
; | |
args.forEach(function (arg) { | |
console.log('arg[1]', arg[1]); | |
}); | |
}) |
View YSAsingleswards.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
<title>Young Single Adult (YSA) Wards</title> | |
</head> | |
<body> | |
<table border="0" width="900" cellspacing="0" cellpadding="0"> | |
<tbody><tr> | |
<td><img border="0" src="topbanner_2.jpg" width="900" height="130"></td> |
View inject-jquery.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var js = document.createElement('script') | |
; | |
js.src = "//code.jquery.com/jquery-1.11.0.min.js"; | |
document.head.appendChild(js); |
View Scriptures-Albanian-Shkrimet-e-Shenjta-Shqipë.md
Some useful links for those wanting to learn Albanian (particularly Senior Missionaries)
New Testament (AudioBook) in Albanian:
Dhiata e Re (also Dhjata e Re) mp3
http://api.dropsha.re/files/YX1xYQA/Shqip_Bibël_(Dhjata_e_Re)_mp3.zip (zipped into a .zip)
(rarred into a .rar)
View README.md
These docs are just my attempt of making sense of and filling in the gaps (i.e. for first timers) in these articles:
- https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager
- https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Connecting_a_Firefox_OS_device_to_the_desktop
Enable Debugging in Firefox OS 1.3
Turn off the lock screen
OlderNewer