Skip to content

Instantly share code, notes, and snippets.

@devonharless
devonharless / questions.md
Last active April 22, 2018 04:04
Product Vetting - ipaulgraham.herokuapp.com
Product/User Definition
  • How are you understanding customer needs?
  • What are the top things users want?
  • Where do new users come from?
  • Who is going to be your first paying customer?
  • What resistance will they have to trying your product and how will you overcome it?
  • How does your product work in more detail?
  • How will customers and/or users find out about you?
  • How are you meeting customers?
  • What do you understand about your users?
@devonharless
devonharless / _lane-titles.scss
Created September 4, 2013 17:05
Progression mixin
.lane-titles {
@include position(absolute, 0 0 0 0px);
@include progress(33px, saturate(darken($light-gray, 13%), 8%),
saturate($dark-gray, 18%), 6, h2);
h2 {
@include span-columns(3);
}
}
var attachment = <%=
{:name => 'Look at me Villainized!',
:href => url_for(''),
:description => "How about you try villainizing yourself in time for Halloween?",
:media => [{:type => 'flash',
:swfsrc => url_for("swf/StreamPlayer.swf?background_num=#{Rack::Utils.escape @entry.background_number }&villain_num=#{Rack::Utils.escape @entry.villain_number }&upload_photo_url=#{Rack::Utils.escape @entry.entry_preview.amazon_public_url(:main) }&#{Rack::Utils.escape @entry.flash_data}", :skip_facebook => true),
:imgsrc => @entry.entry_preview.amazon_public_url(:main),
:expanded_width => '460',
:expanded_height => '460'}]
}.to_json