Skip to content

Instantly share code, notes, and snippets.

<script>$('#mediawell').addClass('display-none');$('#mediawell-list').addClass('display-none');</script>
@csessig86
csessig86 / gist:a8df0aaba8e9f384e428
Last active November 29, 2016 17:30
Hide "More stories by author", follow us boxes
<script>$('.more-author-follow-us-box').addClass('display-none');</script>
@csessig86
csessig86 / gist:039505048b3964b597d7
Last active August 29, 2015 14:14
Reduce size of image
<script>$('#article-container #mediawell').css('max-width','400px');</script>
@csessig86
csessig86 / gist:be8ab601f7f88ce0c256
Last active September 30, 2015 21:21
Full-size embed
<div class="hide-600 center">
<h3>Gas prices: 1994-2015</h3>
<iframe frameborder="0" height="422" scrolling="no" src="https://docs.google.com/spreadsheets/d/1wTN5mIeRpR8RBGLaLFYkJ65xAIGR8whFHrVp3Lw0jj4/pubchart?oid=764506278&amp;format=interactive" width="655"></iframe>
<p class="embed-subhead">* Gas prices have been adjusted for inflation. To download the data, <a href="/apps/pbcsedit.dll/" target="_blank">click here</a></p>
</div>
@csessig86
csessig86 / gist:0fdc973e4746d7fb9b32
Created February 19, 2015 16:30
Static image teaser for database link
<div class="left">
<h3><a href="http://thegazette.com/data/lottery-retail" target="_blank">Database: Iowa Lottery retailers with jackpot wins</a></h3>
<a href="http://thegazette.com/data/lottery-retail" target="_blank"><img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/lottery-retail/ss.jpg" alt="" /></a>
<p class="embed-subhead">Click to see the lottery retailers won $1,000 or more between July 2013 and mid-November.</p>
</div>
@csessig86
csessig86 / gist:17ed0d1957cca71b34b6
Last active August 29, 2015 14:17
Free and reduce lunch: Iowa schools (2014-15)
District,Name,Enrollment,FreeLunch,ReducedLunch,FreeorReduced,FreeorReducedPrice,FreeOrReducedPercent
9,AGWSR,539,178,34,212,39.33,39.3
18,Adair-Casey,287,96,12,108,37.63,37.6
27,Adel DeSoto Minburn,1629,282,83,365,22.41,22.4
63,Akron Westfield,552,135,49,184,33.33,33.3
72,Albert City-Truesdale,99,36,17,53,53.54,53.5
81,Albia,1167,366,74,440,37.7,37.7
99,Alburnett,622,77,20,97,15.59,15.6
108,Alden,228,56,22,78,34.21,34.2
126,Algona,1358,331,129,460,33.87,33.9
<div id="table-shootings" class="table-container left">
<h3>Shooting arrests: 2014</h3>
<table class="table table-striped">
<thead>
<tr><th class="Date-cell">Date</th><th class="Address-cell">Address</th><th class="Name(s)-cell">Name(s)</th></tr>
</thead>
<tbody>
<tr class="firstRow">
<td class="Date">1/3/2014</td>
<td class="Address">5620 Johnson Ave</td>
<script>$('#mediawell').addClass('fullWidth');</script>
@csessig86
csessig86 / gist:f1596f10fb61dc8f9c3b
Last active August 29, 2015 14:17
Embed asset as default
<script>$('#mediawell-list li').each(function() {if ( $(this).attr('id') === 'tab-embed-one' ) {$(this).prependTo(this.parentNode);}});</script>
@csessig86
csessig86 / ia_free_reduced.csv
Created March 28, 2015 20:49
SVG drawing, D3 data load
District Name Enrollment FreeLunch ReducedLunch FreeorReduced FreeorReducedPrice
9 AGWSR 539 178 34 212 39.33
18 Adair-Casey 287 96 12 108 37.63
27 Adel DeSoto Minburn 1629 282 83 365 22.41
63 Akron Westfield 552 135 49 184 33.33
72 Albert City-Truesdale 99 36 17 53 53.54
81 Albia 1167 366 74 440 37.7
99 Alburnett 622 77 20 97 15.59
108 Alden 228 56 22 78 34.21
126 Algona 1358 331 129 460 33.87