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
register_taxonomy("Tags", array("video"), array("hierarchical" => false, "label" => "Video Tags", "query_var"=> true,"singular_label" => " Video Tag", "rewrite" => true)); |
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="<?php bloginfo('template_directory'); ?>/_/js/minicart.js"></script> | |
<script type="text/javascript"> | |
PAYPAL.apps.MiniCart.render(); | |
</script> |
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
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } |
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
.cssClass | |
{ | |
width:expression(document.body.clientWidth > 900? "900px": "auto" ); | |
} |
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
<?php | |
// Translations can be filed in the /languages/ directory | |
load_theme_textdomain( 'html5reset', TEMPLATEPATH . '/languages' ); | |
$locale = get_locale(); | |
$locale_file = TEMPLATEPATH . "/languages/$locale.php"; | |
if ( is_readable($locale_file) ) | |
require_once($locale_file); | |
// Add RSS links to <head> section |
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
<?php if (is_page('home') ) { ?> | |
<!--home page custom JS--> | |
<script type='text/javascript' src="<?php bloginfo('template_directory'); ?>/Scripts/customJS.js"></script> | |
<?php } ?> |
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
<?php | |
/** @package WordPress */ | |
if ( file_exists( dirname( __FILE__ ) . '/local.php' ) ) { | |
include( dirname( __FILE__ ) . '/local.php' ); | |
define( 'WP_LOCAL_DEV', true ); // We'll talk about this later | |
} else { | |
/** Hardened database loop */ | |
$dbvalues = array('DB_HOST', 'DB_NAME', 'DB_USER', 'DB_PASSWORD'); | |
/** -------------------------------------------------------------*/ |
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
{ | |
"type": "QUAD OP-AMP", | |
"title": "LM324N Series High Gain Low Power Quad Operational Amplifier - DIP-14", | |
"label": "LM324N", | |
"description": "These devices consist of four independent high-gain frequency-compensated operational amplifiers that are designed specifically to operate from a single supply over a wide range of voltages.\n\nDatasheet:http://datasheet.octopart.com/LM324N-Texas-Instruments-datasheet-148749.pdf", | |
"tags": [ | |
"LM324N", | |
"Texas Instruments", | |
"Quad OP-AMP" | |
], |
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
// | |
//geo-location-javascript v0.4.8 | |
//http://code.google.com/p/geo-location-javascript/ | |
// | |
//Copyright (c) 2009 Stan Wiechers | |
//Licensed under the MIT licenses. | |
// | |
//Revision: $Rev: 77 $: | |
//Author: $Author: [email protected] $: | |
//Date: $Date: 2011-01-11 14:57:50 -0500 (Tue, 11 Jan 2011) $: |
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
<a href="fb://page/212971392077465" class="facebook">My Fanpage</a> |