Public Gists by mikelikesbikes

Gravatar
Thu Nov 12 11:30:10 -0800 2009
1
2
3
My Git Workflow starting from master and doing development in a feature branch.
 
1) git checkout -b new_feature_name
Gravatar
Tue Nov 10 07:45:40 -0800 2009
1
2
3
.js-enabled,
html.js .js-disabled {
  display:none;
Gravatar
Tue Sep 01 10:47:07 -0700 2009
1
2
3
$(document).ready(function(){
  // normal cycling blink for the elements color
  $("span").blink();
Gravatar
Tue Jul 21 10:32:01 -0700 2009
1
2
3
GREEN="\[\033[0;32m\]"
NC='\e[0m'
 
Gravatar
Mon Jul 13 15:03:51 -0700 2009
1
2
3
/* Eric Meyer's CSS Reset Stylesheet */
 
html, body, div, span, applet, object, iframe,