Skip to content

Instantly share code, notes, and snippets.

View cdharrison's full-sized avatar
🎯
Focusing

@cdharrison cdharrison

🎯
Focusing
View GitHub Profile
@cdharrison
cdharrison / table-generated-content.html
Created August 22, 2013 20:20
A way to get generated content to appear after* a specific table row. (*Note: it actually puts it before the row proceeding the one... but whatevs.)
<!doctype html>
<html>
<head>
<title>
Test
</title>
<meta charset="utf-8" />
<style>
table{
border: 1px solid #000;
@cdharrison
cdharrison / SassMeister-input.scss
Created October 16, 2013 05:55
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
/* Nesting */
nav{
ul{
margin: 0;
padding: 0;
@cdharrison
cdharrison / css-preprocessors.md
Last active December 25, 2015 16:09
CSS Preprocessors
@cdharrison
cdharrison / preprocessor-apps.md
Created October 17, 2013 11:31
CSS Preprocessor GUIs
@cdharrison
cdharrison / css-preprocessor-libraries.md
Created October 17, 2013 11:40
CSS Preprocessor Frameworks + Mixin Libraries

Frameworks/Mixin Libraries

@cdharrison
cdharrison / css-preprocessors-reading.md
Last active December 25, 2015 18:49
Further Reading on CSS Preprocessors

Further Reading

@cdharrison
cdharrison / archive.php
Created November 21, 2013 19:57
Sample archive.php file for WordPress
<?php
/**
* @package WordPress
* @subpackage effercio
*/
get_header();
?>
@cdharrison
cdharrison / archives.php
Created November 21, 2013 19:58
A page template for a slightly customized archives page for WordPress.
<?php
/**
* @package WordPress
* @subpackage effercio
*/
/*
Template Name: Archives
*/
get_header();
@cdharrison
cdharrison / archives.php
Created November 21, 2013 20:01
A slightly fancier archives page for WordPress
<?php
/**
* @package WordPress
* @subpackage Tersus
Template Name: Archives
*/
?>
Go to Alfred Preferences
Web Search
Add Custom Search
Search URL: http://smile.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords={query}
Title: Smile
Keyword: smile
URL for sharing: alfred://customsearch/Smile/smile/utf8/noplus/http://smile.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords={query} (Copy and paste into your browser and it should open Alfred to add this.)