Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
var get = Ember.get, set = Ember.set, doc = document; | |
var FastSelectComponent = Ember.Component.extend({ | |
items: null, | |
valuePath: 'value', | |
labelPath: 'label', | |
value: null, | |
selected: null, | |
tagName: 'select', |
// A static select where options aren't child-views but plain option tags. | |
// This implementation is currently much faster than Em.Select on large collections. | |
(function() { | |
// shortcuts | |
var set = Em.set, get = Em.get; | |
Em.FastSelect = Em.Select.extend({ |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
<?php | |
//Configure Script | |
$server = "http://frontdoor.ctn5.org/"; //include trailing backslash | |
$channelID = 1; //Cablecast Channel ID | |
$defualtSource = "Community Bulletin Board"; | |
date_default_timezone_set("America/New_York"); | |
//End Configure |