I hereby claim:
- I am vormwald on github.
- I am vormwald (https://keybase.io/vormwald) on keybase.
- I have a public key ASCF_1DTPnAxeUS1Ygdag61uOQBZlcN9MSgJ_8Ej7mZpqgo
To claim this, I am signing this object:
# Based on https://gist.github.com/1205828, in turn based on https://gist.github.com/1182136 | |
# Modified for Zurb Foundation | |
class BootstrapLinkRenderer < ::WillPaginate::ActionView::LinkRenderer | |
protected | |
def html_container(html) | |
tag(:ul, html, container_attributes) | |
end | |
def page_number(page) |
namespace.views.MyWizard = Backbone.Views.extend({ | |
initialize: function() { | |
_.bindAll(this, 'render', 'wizardMethod'); | |
} | |
render: function() { | |
this.wizardMethod(); | |
return this; | |
}, |
gem 'unicorn' |
# Set up the prompt | |
autoload -Uz promptinit | |
promptinit | |
prompt walters | |
export PROMPT=$'%{\e[0;%(?.32.31)m%}>%{\e[0m%} ' | |
setopt histignorealldups sharehistory |
# This is a site specific file, everything else is taken care of in /etc/nginx/nginx.conf | |
server { | |
listen 80; | |
server_name www.sitename.com; | |
return 301 http://sitename.com$request_uri; | |
} | |
server { | |
listen 80; ## listen for ipv4; this line is default and implied |
I hereby claim:
To claim this, I am signing this object:
When beginning a new project, the most important thing is to view it from the eventual end user's perspective. Determining how my software can improve a user's day-to-day life is my goal in any software project. To gain perspective of their workflow and goals, I seek out and solicit feedback from potential users early and often in the process.
Initially I try to capture the essence of the project on paper – taking notes, sketching interfaces, and drawing out data flow diagrams. This gives me a reference when speaking with and soliciting feedback from users. Once the concepts begin to gel, I'll transfer paper notes to a digital format. I store
var topsData = [ | |
{ | |
"item": "V-Neck Sweater", | |
"color": "Black", | |
"season": "Spring, Summer, Fall, Winter", | |
"occasion": "Everyday", | |
"image": "images/blackvnecksweater_tops.jpg" | |
}, | |
{ | |
"item": "Chambray Shirt", |