Skip to content

Instantly share code, notes, and snippets.

View burtonian's full-sized avatar

Craig Burton burtonian

View GitHub Profile
ruleset a35x49 {
meta {
name "Dataset Tutorial Part 1"
author "Craig Burton"
description <<
Simple example for locating the JSON Tree Structure and Data
>>
logging on
}
dispatch {
ruleset a35x74 {
meta {
name "Dataset Tutorial Part 2"
description <<
Tutorial using Yahoo RSS Feed.
>>
author "Craig Burton"
logging on
}
ruleset a35x75 {
meta {
name "Datasource Tutorial Part 1"
author "Craig Burton"
description <<
Simple example for locating the JSON Tree Structure and Data
>>
logging on
}
dispatch {
ruleset a35x76 {
meta {
name "Datasource Tutorial Part 2"
description <<
Tutorial using Weather.gov Feed.
>>
author "Craig Burton"
logging on
}
@burtonian
burtonian / jquerykrl.krl
Created May 12, 2011 17:34
KRL JQuery Example
ruleset a35x104 {
meta {
name "JQuery Selectors"
description <<
>>
author "Craig Burton"
logging off
}
@burtonian
burtonian / basicselectors.html
Created May 12, 2011 17:35
Simple HTML file with basic selectors
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jquery and KRL Tutorial</title>
<script type="text/javascript" src="http://craigburton.com/jqueryplugins/jquery-1.6.js"></script>
<script type="text/javascript">
$("document").ready(function() {
//$("p").css("border", "3px solid red");
//$(".a").css("border", "3px solid red");
@burtonian
burtonian / jqueryui.html
Created May 14, 2011 14:19
Tutorial #16 jQuery UI HTML Source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects - Toggle Demo</title>
<link rel="stylesheet" href="http://craigburton.com/jqueryplugins/jqueryui/smoothness/css/smoothness/jquery-ui-1.8.12.custom.css">
<script src="http://craigburton.com/jqueryplugins/jquery-1.6.js"></script>
<script src="http://craigburton.com/jqueryplugins/jqueryui/smoothness/js/jquery-ui-1.8.12.custom.min.js"></script>
@burtonian
burtonian / jqueryui.krl
Created May 14, 2011 14:22
Tutorial #16 jQueryUI KRL source
ruleset a35x105 {
meta {
name "JQueryUI Selectors"
description <<
>>
author "Craig Burton"
logging off
use css resource jquery_ui_smoothness_css
@burtonian
burtonian / ListenLog.js
Created October 15, 2011 00:01
Emancipay ListenLog Prototype
ruleset a35x110 {
meta {
name "VRM EmanciPay"
description <<
VRM EmanciPay prototype with ListenLog
Twilio # Your Twilio number
>>
author "Craig Burton with a lot of help from Ed Orcutt"
logging off
key twitter {