This file contains hidden or 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
*|YOUTUBE:[$vid=M-bPJ8T1430]|* |
This file contains hidden or 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
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script> | |
<script type="text/javascript"> | |
/*jslint browser: true, sloppy: true */ | |
/*global $, console*/ | |
/* Todo | |
* getEventDetails getting called twice - first time with no slug | |
* if $.getJSON calls fail... | |
*/ | |
var all_events; |
This file contains hidden or 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
{ | |
"id": 15717, | |
"title": "DSTILL ", | |
"start_time": "2014-03-13T19:00:00-07:00", | |
"end_time": "2014-03-13T22:00:00-07:00", | |
"lat": null, | |
"lng": null, | |
"description": "On Thursday, March 13, DSTILL brings together 50 craft spirit producers from across the country for The Showcase the signature tasting event of DSTILL. The Showcase provides the opportunity for consumers and trade to sample domestically produced artisan spirits from America’s top craft distillers and to enjoy specialty cocktails prepared by the barmen and women of the Colorado Bartenders Guild. The Showcase provides a Colorado welcome and a spirited kick-off to the American Craft Distillers Association’s inaugural convention and trade show. The DSTILL SHOWCASE is Thursday, March 13, 7-10pm at the McNichols Civic Center Building. Tickets are $50 online, $60 at the door.<br><br>Meet the Makers Workshops: A Small-Batch Experience on Wednesday, March 12<br>Explore the process of craft spirits production with leading American pr |
This file contains hidden or 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
{"id":15717,"title":"DSTILL ","start_time":"2014-03-13T19:00:00-07:00","end_time":"2014-03-13T22:00:00-07:00","lat":null,"lng":null,"description":"On Thursday, March 13, DSTILL brings together 50 craft spirit producers from across the country for The Showcase the signature tasting event of DSTILL. The Showcase provides the opportunity for consumers and trade to sample domestically produced artisan spirits from America’s top craft distillers and to enjoy specialty cocktails prepared by the barmen and women of the Colorado Bartenders Guild. The Showcase provides a Colorado welcome and a spirited kick-off to the American Craft Distillers Association’s inaugural convention and trade show. The DSTILL SHOWCASE is Thursday, March 13, 7-10pm at the McNichols Civic Center Building. Tickets are $50 online, $60 at the door.<br><br>Meet the Makers Workshops: A Small-Batch Experience on Wednesday, March 12<br>Explore the process of craft spirits production with leading American producers of whiskey, rum and gin. <br> |
This file contains hidden or 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
{ | |
"id": 15717, | |
"title": "DSTILL ", | |
"start_time": "2014-03-13T19:00:00-07:00", | |
"end_time": "2014-03-13T22:00:00-07:00", | |
"lat": null, | |
"lng": null, | |
"description": "On Thursday, March 13, DSTILL brings together 50 craft spirit producers from across the country for The Showcase the signature tasting event of DSTILL. The Showcase provides the opportunity for consumers and trade to sample domestically produced artisan spirits from America’s top craft distillers and to enjoy specialty cocktails prepared by the barmen and women of the Colorado Bartenders Guild. The Showcase provides a Colorado welcome and a spirited kick-off to the American Craft Distillers Association’s inaugural convention and trade show. The DSTILL SHOWCASE is Thursday, March 13, 7-10pm at the McNichols Civic Center Building. Tickets are $50 online, $60 at the door.<br><br>Meet the Makers Workshops: A Small-Batch Experience on Wednesday, March 12<br>Explore the process of craft spirits production with leading American pr |
This file contains hidden or 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
{"id":15409,"title":"Collaboration Festival","start_time":"2014-03-22T15:00:00-07:00","end_time":"2014-03-22T19:00:00-07:00","lat":null,"lng":null,"description":"<p>Imbibe and the Colorado Brewers Guild have teamed up to throw the first ever Collaboration Festival, the headline event of Colorado Craft Beer Week! As one of the four Lovibond Series events, Collaboration Festival will showcase the release of over 20 Colorado collaboration beers, all being unveiled at the event! Each beer featured at Collaboration Festival will be created by at least one Colorado Brewers Guild member, with other participating breweries coming from near and far. The other breweries will be from both in and out of state and some collaborations involve more than 5 breweries! The out-of-state brewery involvement is an exciting first for Colorado Craft Beer week.</p><p><br></p>\r\n\r\n<p>More collaborations are being added but the current collaboration list includes: </p><p><span id=\"sceditor-start-marker\" class=\"sceditor-selection |
This file contains hidden or 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
DATABASES = { | |
'default': { | |
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. | |
'NAME': 'wagon_sql', # Or path to database file if using sqlite3. | |
# The following settings are not used with sqlite3: | |
'USER': '****', | |
'PASSWORD': '****', | |
'HOST': '127.0.0.1', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP. | |
'PORT': '', # Set to empty string for default. | |
} |
This file contains hidden or 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
diff --git a/wp-content/plugins/wordpress-popup/popoverincludes/classes/popoverajax.php b/wp-content/plugins/wordpress-popup/popoverincludes/classes/popoverajax.php | |
index 81db67e..d2cdeda 100644 | |
--- a/wp-content/plugins/wordpress-popup/popoverincludes/classes/popoverajax.php | |
+++ b/wp-content/plugins/wordpress-popup/popoverincludes/classes/popoverajax.php | |
@@ -319,15 +319,15 @@ if(!class_exists('popoverajax')) { | |
} | |
- // Add the cookie | |
- if ( isset($_COOKIE['popover_view_'.COOKIEHASH]) ) { |
This file contains hidden or 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
- Listen 127.0.0.1:8000 | |
+ Listen 55.55.55.555:80 | |
- NameVirtualHost 55.55.55.555:8000 | |
+ NameVirtualHost 55.55.55.555:80 | |
- <VirtualHost 55.55.55.555:8000> | |
+ <VirtualHost 55.55.55.555:80> |
This file contains hidden or 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
Downloading/unpacking psycopg2 | |
Running setup.py egg_info for package psycopg2 | |
warning: no files found matching '*.py' under directory 'ZPsycopgDA' | |
warning: no files found matching '*.gif' under directory 'ZPsycopgDA' | |
warning: no files found matching '*.dtml' under directory 'ZPsycopgDA' | |
warning: no files found matching '*' under directory 'psycopg2da' | |
warning: no files found matching '*' under directory 'debian' | |
no previously-included directories found matching 'doc/src/_build' | |
warning: no files found matching 'ChangeLog' |