Skip to content

Instantly share code, notes, and snippets.

View jtcote's full-sized avatar

Jayson T. Cote jtcote

View GitHub Profile
@jtcote
jtcote / css_resources.md
Created April 9, 2014 16:16 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

@jtcote
jtcote / 0_reuse_code.js
Created April 9, 2014 16:15
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
@jtcote
jtcote / gumwp_media_lib_show_author_uploads_only.php
Last active December 22, 2015 22:59
WP media library filter to display only logged in users uploaded files
<?php
/**
* Media Library - View logged in author uploads only
*
* @package GUM WP Child Theme Functions
* @author Jayson T. Cote <[email protected]>
* @copyright Copyright (c) 2013, Jayson T. Cote
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
*
*/