Skip to content

Instantly share code, notes, and snippets.

@robertkent
robertkent / Contract Killer 3.md
Created October 26, 2018 10:11 — forked from tony-caffe/Contract Killer 3.md
The latest version of Bytes Unlimted ‘killer contract’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : June 14th 2017

@robertkent
robertkent / gist:7039138
Created October 18, 2013 09:41
Couple of Wordpress functions to change opengraph data used within the Yoast extension.
add_filter('wpseo_locale', 'override_og_locale');
function override_og_locale($locale)
{
return "en_GB"; // thanks to stack overflow for this
}
add_filter('wpseo_opengraph_type', 'homepage_opengraph_type');
function homepage_opengraph_type($type)
{
$page = get_the_ID();
@robertkent
robertkent / Creare_Twitter_Example.php
Created July 17, 2013 08:40
The example.php from our Creare_Twitter class implementation
<?php
require_once('Creare_Twitter.php');
$twitter = new Creare_Twitter();
##########################################################
# You can either edit the following per implementation - #
# or simply edit them in the class and remove all of #
# these property overrides #
##################################################################
######## Wordpress .htaccess Boilerplate - Rob's Edition ########
##################################################################
### This collection of HTACCESS commands are the strict intellectual property of Creare Communications Ltd ###
### Add support for SVG Graphics and CSS3 Pie
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AddType text/x-component .htc
@robertkent
robertkent / .htaccess
Last active December 19, 2015 13:49
My first gist
#this is a gist
#this is it edited