Skip to content

Instantly share code, notes, and snippets.

@kaelifa
kaelifa / tab formatted comment header
Created February 2, 2013 10:39
Comment header formatted using tabs Change the indent size, there is no way to ensure the formatting is maintained.
/**
* @description: Creates the styling for the social navigation
*
* @author: kaelifa
* @version: 0.1
* @date: 2013-02-02
*
*
* @example:
* <nav class="navSocial">
@kaelifa
kaelifa / readable commenting
Created February 2, 2013 10:35
Comment header formatted using spaces
/**
* @description: Creates the styling for the social navigation
*
* @author: kaelifa
* @version: 0.1
* @date: 2013-02-02
*
*
* @example:
* <nav class="navSocial">
@kaelifa
kaelifa / index.html
Created November 9, 2012 08:08
A CodePen by kaelifa. Playing with rgba and opacity
<div class="example-colour75">
<p>Example colour with 75% opacity</p>
</div>
<div class="example-colour5">
<p>Example colour with 50% opacity</p>
</div>
<div class="example-colour5">
@kaelifa
kaelifa / index.html
Created November 9, 2012 08:04
A CodePen by kaelifa. Setting colour opacity using rbga - A function where I can set the RGB colour value once as a variable and then amend the opacity on a case-by-case basis
<div class="example-colour75">
<p>Example colour with 75% opacity</p>
</div>
<div class="example-colour50">
<p>Example colour with 50% opacity</p>
</div>
<div class="example-colour25">
@kaelifa
kaelifa / gist:3925009
Created October 20, 2012 22:13 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt