Digital prospector, lover of plain-text email, and code wrangler at @nytimes.
- Minneapolis, MN
- https://fiddlyio.com
Pinned Loading
-
-
Make wordpress shared password prote...
Make wordpress shared password protected 1<IfModule mod_rewrite.c>
2RewriteEngine On
3RewriteBase /
45# send all users w/o this cookie to wall.php
-
Webpage performance testing with nig...
Webpage performance testing with nightmare.js 1let Nightmare = require('nightmare');
2let harPlugin = require('nightmare-har-plugin');
3let options = {
4waitTimeout: 1000
5};
-
my-yard-our-message
my-yard-our-message PublicOriginal project code for django version of myyardourmessage.com from 2008
Python
-
In wordpress, a better way to check ...
In wordpress, a better way to check if an author has a gravatar or not. Sometimes you might want to check to see if a gravatar exists and not display any image if there isn't one. Uses the wordpress HTTP and caching apis. A better version of this: http://codex.wordpress.org/Using_Gravatars#Checking_for_the_Existence_of_a_Gravatar 12/**
3* Utility function to check if a gravatar exists for a given email or id
4* @param int|string|object $id_or_email A user ID, email address, or comment object
5* @return bool if the gravatar exists or not
-
just-a-little-glue
just-a-little-glue PublicA _very simple_ web page management & url routing system, not a cms.
PHP 6
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.