I hereby claim:
- I am boborchard on github.
- I am boborchard (https://keybase.io/boborchard) on keybase.
- I have a public key whose fingerprint is F5FD 3F72 68D8 29C5 0E0F FFBE 5071 6414 F6BF 09D0
To claim this, I am signing this object:
| <?php | |
| /* | |
| Plugin Name: SEO - Remove H1 | |
| Plugin URI: http://boborchard.com/plugins/seo-remove-h1-wordpress-editor/ | |
| Description: Easily remove the H1 tag from the editor within the WordPress admin for SEO purposes. | |
| Version: 1.0.2 | |
| Author: Bob Orchard | |
| Author URI: http://boborchard.com | |
| */ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| class ApplicationController < ActionController::Base | |
| layout :layout_by_resource | |
| def layout_by_resource | |
| # If user isn't signed in or is on the main devise controllers, we'll use a different layout | |
| if devise_controller? && resource_name == :user && action_name == 'new' | |
| "devise" | |
| else | |
| "application" | |
| end |
| /usr/local/bin/icalBuddy -nrd -npn -df "%A" -ps "| ~ | -- |" -eed -sd -tf "@%1I:%M %p" -n -eep notes,location,url,attendees -sed eventsToday+7 | sed -e "s/*/--/" | sed -e "s/!/!!/" | fold -s -w 88 |
| <html> | |
| <head> | |
| <title>Background Hover Change</title> | |
| <!-- by @boborchard for @mantia https://twitter.com/mantia/status/488378727295098881) --> | |
| <script language="javascript"> | |
| <!-- | |
| function changeBGC(color){ | |
| document.bgColor = color; | |
| } | |
| //--> |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Name: PSP CSS Cheatsheet | |
| Author: Bob Orchard | |
| */ | |
| /* Body Classes */ | |
| .public-signup-page {} /* Both Signup and Success Pages */ | |
| .public-signup-page__signup {} | |
| .public-signup-page__success {} |
| Verifying my Blockstack ID is secured with the address 1BZ2JpPXn5kCeL3RQUECg8goJuCAkw9m3s https://explorer.blockstack.org/address/1BZ2JpPXn5kCeL3RQUECg8goJuCAkw9m3s |
| #!/bin/sh | |
| # Unpack the payload | |
| mkdir 'backup' | |
| unzip '*.zip' -d backup | |
| # Move down to the files directory for wp-cli | |
| cd files | |
| # Grab the credentials out of wp-config.php |