Skip to content

Instantly share code, notes, and snippets.

View whyisjake's full-sized avatar
✈️

Jake Spurlock whyisjake

✈️
View GitHub Profile
function make_printing_guide_blurb() {
return '<div class="alert alert-info">
<img src="'.get_stylesheet_directory_uri().'/img/SIP4_Cover_RGB1.jpg" class="thumbnail pull-right" style="width:125px; height: auto;" />
<h4 style="text-align:center;">MAKE Ultimate Guide To 3D Printing</h4>
<ul>
<li>3D Printers Buyer\'s Guide</li>
<div id="div-gpt-ad-664089004995786621-4">
<script type="text/javascript">googletag.display('div-gpt-ad-664089004995786621-4');</script>
<div id="div-gpt-ad-664089004995786621-4_ad_container"><!-- FM Leaderboard 1 Zone -->
<script type="text/javascript" src="http://static.fmpub.net/zone/274"></script>
<script
type="text/javascript"
src="http://keywords.fmpub.net/?t=r&amp;s=80&amp;u=http%3A%2F%2Fblog.makezine.com%2Fvolume%2F&amp;r=fmpub.makezine/_fM_sz=728x90_fM_fmzid=274_fM__fM_fmcls=ATF_fM_tile=1_fM_qcseg=D_fM_qcseg=T_fM_qcseg=13151_fM_qcseg=2781_fM_qcseg=2361_fM_qcseg=2340_fM_qcseg=1155_fM_qcseg=1152_fM_qcseg=1151_fM_qcseg=1150_fM_qcseg=1145_fM_qcseg=1144_fM_ord=6971368098165840"></script><!-- FM c-49859 p-161237 b-73306 -->
<script type="text/javascript" language="JavaScript" src="http://remnant.fmpub.net/zone/274?t=js"></script>
<div id="lijit_region_113596"></div>
<script type="text/javascript" src="http://www.lijit.com/delivery/fp?u=fm&amp;z=113596&amp;n=1"></script>
@whyisjake
whyisjake / shortcode.php
Created November 13, 2012 23:28
Slideshare Shortcode
[slideshare id=15084328&doc=bbowsptwebinarpub12-11-08a-121108082042-phpapp02]
@whyisjake
whyisjake / playlist.php
Created November 13, 2012 22:40
YouTube Playlist Shortcode
function youtube_playlist( $atts, $content = null ) {
extract( shortcode_atts( array(
'width' => '370',
'height' => '208',
), $atts ) );
return '<iframe width="' . esc_html($width) . '" height="' . esc_html( $height ) . '" src="'. esc_url( 'http://www.youtube.com/embed/videoseries?list=' . $content . '&amp;hl=en_US' ) .'" frameborder="0" allowfullscreen></iframe>';
}
add_shortcode( 'youtube_playlist', 'youtube_playlist' );
@whyisjake
whyisjake / gigya_functions.php
Created November 9, 2012 17:36
Gigya Sample Functions
<?php
function is_gigya_user_logged_in() {
return true;
}
function is_gigya_user_esp_subsrciber() {
return true;
}
@whyisjake
whyisjake / gist:4042211
Created November 8, 2012 22:28
Printer Review
<div class="row-fluid">
<div class="span8">
<p class="muted"><a href="http://printrbot.com">printrbot.com</a></p>
<div class="lead">Easy to use, with feature-rich software and impressive print quality.</div>
<p>The compact Afinia H479 is a version of PP3DP's Up Plus 3D printer, rebranded for the U.S. market. It’s got a single extruder and runs via USB off Mac or Windows machines, with no onboard controls except an Initialize button and a flashing status indicator. But despite the n-frills hardware, it’s a surprising little performer that’s ideal for beginners.</p>
@whyisjake
whyisjake / home.php
Created October 26, 2012 16:28
Simple WordPress Logged In Page
<?php
get_header()
if ( is_user_logged_in() ) {
get_template_part('logged-in-home.php')
} else {
get_template_part('not-logged-in-home.php')
}
@whyisjake
whyisjake / buddypress-group.php
Created October 16, 2012 03:27
BuddyPress Loop Sample
<?php
error_reporting(E_ALL);
define('WP_DEBUG', true);
/**
* Template Name: Mentor Makerpsace Group
*/
@whyisjake
whyisjake / volumes.php
Created October 10, 2012 18:02
Array of magazine articles to convert to volume post types
<?php
$magazine_to_volume = array(
//'volume' => 'pageID',
'12' => 234893,
'13' => 234705,
'14' => 234308,
'15' => 234210,
'16' => 233771,
'17' => 233555,
@whyisjake
whyisjake / 9321.json
Created September 25, 2012 00:29
GottaGiddaWay Micro Shelter-Garden Pod
{
"e": [
{
"tags_new": "",
"zone": "",
"photo": "",
"cs_rid": "9321",
"subarea": "",
"descfull_u": "This mini shelter was featured in the NY Times, The Boston Globe, Yahoo's homepage, and Make's \"Tiny Yellow House\" show. Its made from curbside junk, portable, solar, and has been on display everywhere from Walden Woods, to M.I.T. \n \n \n ",
"url": "http://relaxshacks.blogspot.com/2011/09/tiny-cabin-at-deerfield-ma-craftart.html",