Skip to content

Instantly share code, notes, and snippets.

View jasontucker's full-sized avatar

Jason Tucker jasontucker

View GitHub Profile
@jasontucker
jasontucker / 0_reuse_code.js
Created December 23, 2013 05:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jasontucker
jasontucker / index.html
Created December 3, 2013 09:59 — forked from anonymous/index.html
My IE WordPress Meetup talk - Dec 3 2013
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type='text/css'>
body {
font-family: 'Helvetica';
letter-spacing:-5px;
@jasontucker
jasontucker / index.html
Last active December 30, 2015 02:59 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type='text/css'>
body {
font-family: 'Helvetica';
letter-spacing:-5px;
@jasontucker
jasontucker / index.html
Created September 22, 2013 22:04 — forked from anonymous/index.html
This is my talk from WCLAX 2013
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type='text/css'>
body {
font-family: 'Helvetica';
letter-spacing:-5px;
@jasontucker
jasontucker / gist:4504080
Last active December 10, 2015 22:38 — forked from billerickson/gist:1325515
Bill's code resulted in having the <span></span> be included in the id="title" which was problematic for the site I as working on my method breaks up the title a bit more to not including the <span></span> in the title attribute.
<?php
/**
* Set a span around the letters "WP" in Site Title
* @author Jason Tucker
* Based on code by Bill Erickson
*
* Why fork?
* Bill's code resulted in having the <span></span>
* be included in the id="title" which was problematic
* for the site I as working on my method breaks up the
@jasontucker
jasontucker / output.txt
Created October 16, 2012 20:42 — forked from mckabi/get_full_RTers.php
Get all of RTers by tweet
<?php
/*
* 공식 트위터 사이트에서는 트윗을 RT한 사람 목록을 볼 수가 있는데
* 숫자가 조금만 많아도 줄여서 보여주기 때문에 모두 확인하기가 어렵다.
*
* 트위터 API를 써서 모두 확인하는 방법
*/
$tweet_id = '101450759463383041'; // 트위터 사이트에서 트윗한 시간을 누르면 확인 가능