- 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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |