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 class='googft-info-window'> | |
{video} | |
</div> |
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 t = location.href; | |
var u = "http://cdn-akm.vmixcore.com/player/2.0/player.swf?player_id=48df95747124fbbad1aea98cee6e46e4"; | |
var h = "<OBJECT id='V0CuCNmu2y-DUmYkbBQt2AckDDshqeGrQd' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='620' height='382'>"; | |
h += "<param name='FlashVars' value='debug=&services_url=http://cdn-akm.vmixcore.com/core-flash/UnifiedVideoPlayer/services.xml&token=V0CuCNmu2y-DUmYkbBQt2AckDDshqeGrQd&player_id=48df95747124fbbad1aea98cee6e46e4&ref=" + t + "'/>"; | |
h += "<param name='movie' value='" + u + "'/>"; | |
h += "<param name='wmode' value='opaque'/>"; | |
h += "<param name='allowFullScreen' value='true'/>"; | |
h += "<param name='AllowScriptAccess' value='always'/>"; h += "<embed src='" + u + "' wmode='opaque' allowFullScreen='true' AllowScriptAccess='always' width='620' height='382' FlashVars='debug=&services_url=http://cdn-akm.vmixcore.com/core-flash/UnifiedVideoPlayer/services.xml&token |
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> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | |
<meta charset="UTF-8"> | |
<style> | |
#map-canvas { | |
height: 610px; | |
width: 620px; | |
} |
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> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_page.css"> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_table.css"> | |
<style> | |
table { | |
font-size: 12px; | |
font-family: Arial, Helvetica, sans-serif; | |
float: left; |
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
<table id="five_year" style="width: 620px;"> | |
<thead> | |
<tr> | |
<th class="NAME-cell">NAME</th> | |
<th class="2008 Enrollment-cell">2008 Enrollment</th> | |
<th class="2012 Enrollment-cell">2012 Enrollment</th> | |
<th class="Increase/Decrease-cell">Increase/Decrease</th> | |
<th class="Percent Increase/Decrease-cell">Percent Increase/Decrease</th> | |
</tr> | |
</thead> |
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> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_page.css"> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_table.css"> | |
<style> | |
table { | |
font-size: 12px; | |
font-family: Arial, Helvetica, sans-serif; | |
float: left; |
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 type="text/javascript" charset="utf-8"> | |
$(document).ready(function() { | |
$('#five_year').dataTable({ | |
"iDisplayLength": 25 | |
}); | |
}); | |
</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
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_page.css"> | |
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_table.css"> | |
<link href="http://wcfcourier.com/app/special/grassley_sweeney/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<link href="http://wcfcourier.com/app/crime_map/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" /> | |
<style> | |
table { |
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 class='googft-info-window' style='font-family: sans-serif; font-size: 13px; width:225px'> | |
<b>{County} County</b><br> | |
<hr /> | |
<b>2011 - Dollars per acre:</b> {2011: Dollars per acre}<br> | |
<b>2010 - Dollars per acre:</b> {2010: Dollars per acre}<br> | |
<br /> | |
<b>2010-2011: Dollar change:</b> {2010-2011: Dollar change}<br> | |
<b>2010-2011: Percent change:</b> {2010-2011: Percent change} | |
</div> |
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="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | |
<script type="text/javascript" language="JavaScript"> | |
$(document).ready(function() { | |
$('.trackMe').each(function(){ | |
$(this).children("img:last").mousemove(function(e) { | |
var offset = $(this).offset(); | |
var xpos = (e.pageX - offset.left); | |
var ypos = (e.pageY - offset.top); | |
//now to get the first child image width.. | |
var thisImage = $(this); |