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
var documentPathname = document.location.pathname, | |
hijack = { | |
history: $('html').hasClass('history'), | |
currentLocation: documentPathname, | |
firstLoad: 1, | |
init: function(){ | |
var context = this; | |
// Normal link clicks | |
$('a').live('click',function(e){ | |
context.firstLoad = 0; |
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
/* hide the like button count */ | |
.fb_edge_widget_with_comment iframe { | |
width:52px !important; | |
} | |
/* hide that pesky comment box */ | |
span.fb_edge_comment_widget.fb_iframe_widget iframe { | |
display: none; | |
} |
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
config.init({ | |
meta: { | |
title: 'Premier Dental Implant Practices', | |
name: "Christopher Webb", | |
homepage: 'http://conspirator.co', | |
twitter: 'conspirator', | |
banner: '/* \n' + | |
' * \tAuthor:\t\t{{meta.name}}\n' + | |
' * \tWebsite:\t{{meta.homepage}}\n' + | |
' * \tTwitter:\thttp://twitter.com/{{meta.twitter}}\n' + |
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
-- ======================================== | |
-- Author: Christopher Webb | |
-- Web: http://conspirator.co | |
-- Twitter: http://twitter.com/conspirator | |
-- ======================================== | |
set finderPath to "" | |
tell application "Finder" | |
try |
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
<!DOCTYPE html> | |
<html lang="en-us"> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script> | |
function sticky_relocate() { | |
var window_top = $(window).scrollTop() || 0, | |
div_top = 200; | |
if (window_top > div_top) { |
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
<html> | |
<head> | |
<title>Pixie</title> | |
</head> | |
<body style="background:#000;"> | |
<canvas id="pixie" style="display:block;margin:50px auto;width:480px;"></canvas> | |
<script src="pixie.js"></script> | |
<script> | |
window.onload = function() { | |
canvas = document.getElementById('pixie'); |
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
<li class="riteaid newjersey newyork oregon california massachusetts connecticut washington pennsylvania"> | |
<a href="http://www.riteaid.com/" target="_blank"> | |
<span class="logo"></span> | |
<span class="url">www.riteaid.com</span> | |
</a> | |
</li> |
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
<div id="featured-wrap" class="clearfix"> | |
<div id="slides"> | |
<a href="ourproducts.html"><img src="assets/images/slide1.png"></a> | |
<a href="#"><img src="assets/images/slide2.png"></a> | |
<a href="#"><img src="assets/images/slide3.png"></a> | |
</div> | |
<div id="featured"> | |
<h3>Featured products</h3> | |
<ul> | |
<li class="clearfix"> |
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
/* | |
Christopher Webb | |
http://conspirator.co | |
http://twitter.com/conspirator | |
*/ | |
/* Reset */ | |
html,body,div,span,object,iframe, |
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
header('Content-type: application/json'); |