Skip to content

Instantly share code, notes, and snippets.

p() { cd ~/Projects/$1; }
_p() { _files -W ~/Projects -/; }
compdef _p p
s() { cd ~/Sites/$1; }
_s() { _files -W ~/Sites -/; }
compdef _s s
.button {
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 8px 0 #823a17, 0 15px 20px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 8px 0 #823a17, 0 15px 20px rgba(0, 0, 0, .5);
box-shadow: 0 8px 0 #823a17, 0 15px 20px rgba(0, 0, 0, .5);
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev
ServerAlias *.xip.io
ProxyPass / http://localhost:20559/
ProxyPassReverse / http://localhost:20559/
ProxyPreserveHost On
</VirtualHost>
@RyanParsley
RyanParsley / gitGoDaddyPatch.txt
Created September 25, 2013 21:18
I needed this in my .git/config to use git to push to godaddy.
[remote "origin"]
receivepack = /full/absolute/path/to/libexec/git-core/git-receive-pack
uploadpack = /full/absolute/path/to/libexec/git-core/git-upload-pack
@RyanParsley
RyanParsley / StupidGitTricks.md
Last active January 4, 2016 03:59
Stupid Git Tricks

Config

List your activity in this project across all branches

[alias]
me = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --author='Ryan Parsley' --all

How I have fugitive set up

@RyanParsley
RyanParsley / macSoftwareRecommendations.md
Last active August 29, 2015 13:55
Mac software that I use all the time

Mac software that I use all the time

Free

  • iTerm2 - (better than the default terminal)
  • MacVim - (configured with Janus)
  • Sequel Pro - (MySQL client)
  • NVAlt - (notes backed up via dropbox)
  • Alfred - (Faster app launching via search)
  • Skitch - (Screenshot app by Evernote)
@RyanParsley
RyanParsley / WindowsSoftwareRecommendations.md
Created January 31, 2014 21:54
Windows Software Recommendation
@RyanParsley
RyanParsley / AEA_Debrief_Co-Design_Not_Redesign.md
Last active August 29, 2015 13:56
AEA Debrief: Co-Design, Not Redesign At An Event Apart in Atlanta, Kevin Hoffman shared key points to consider to have better collaboration within your organization. Here's a collection of take aways that resonated with me.

AEA Debrief: Co-Design, Not Redesign

At An Event Apart in Atlanta, Kevin Hoffman shared key points to consider to have better collaboration within your organization. Here's a collection of take aways that resonated with me.

Collaboration is good

Collaboration is key to successful projects. Meetings are not the devil, they're just often missunderstood. None of us are greater than all of us, even Axl Rose. Build a successful "core team" that is cross-disciplinary, smaller than 7 people, has autonomy to make decisions and report to the rest of the team based on the vision.

How to collaborate

  • List Item 1
  • List Item 2
@RyanParsley
RyanParsley / AEA_Debrief_Designing_Using_Data.md
Last active August 29, 2015 13:56
AEA Debrief: Designing Using Data. At An Event Apart in Atlanta, Sarah Parmenter made a case for the need of designers to embrace data in there decision making. Here's a collection of take aways that resonated with me.

AEA Debrief: Designing Using Data.

At An Event Apart in Atlanta, Sarah Parmenter made a case for the need of designers to embrace data in there decision making. Here's a collection of take aways that resonated with me.

Sarah opened up by referencing a polarizing post recently made by Jeff Croft. In his post, Croft makes a case for the need of web designers to diverseify thier offering. In fact, he concludes with: “Diversify or die” . Croft doesn't actually give guidance of how or in what direction designers should diversify. Sarah picks up where Croft left off. In other words:

“Design is no longer the killer differentiator.” —John maeda

What is design?