Revisions

gist: 77569 Download_button fork
public
Public Clone URL: git://gist.github.com/77569.git
Embed All Files: show embed
HTML #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>Why iteration is a powerful way to build a startup - Business - Crafty.se</title>
    <script>
      document.createElement('header');
      document.createElement('footer');
      document.createElement('section');
      document.createElement('aside');
      document.createElement('nav');
      document.createElement('article')
    </script>
  </head>
  <body id="crafty-se">
 
    <article id="article">
      <header>
        <h1>Why iteration is a powerful way to build a startup</h1>
      </header>
 
      <section>
        <p>Getting things right straight off the bat is no simple task. It’s
          the reason writers write drafts. It’s the reason athletes practice
          and train. It’s why a photographer will take a whole memory card of
          shots just to get the one magic image. And in business it’s the
          reason we plan.</p>
 
        <p>Before you start a business, you will inevitably (and rightly)
          produce a business plan about your product, the market, financial
          estimates, projections of sales and lots of other speculation on
          the future. Planning forces you to think through a lot of your
          assumptions about what’s going to happen after you invest your
          money and time. It ensures you’re not walking blindly into a
          storm.</p>
 
        <p>But the truth is, no matter how much you plan, there are still
          many ways you can find you’ve totally misjudged things. Perhaps
          you price a product wrong incorrectly guessing what people are
          willing to pay, maybe there are competitors you didn’t know you
          had, or perhaps you find that people use the product or service
          in a totally and unexpected way. Like life, business is
          unpredictable.</p>
      </section>
 
      <footer>
        <h1>About this article</h1>
 
        <h2>Author</h2>
        <p><address>Teddy Zetterlund</address></p>
 
        <h2>Published</h2>
        <p>March 11, 2009 at 10:17</p>
 
        <h2>Categorization</h2>
        <p>This article is categorized in <a href="#">business</a> and
          tagged with <a href="#" rel="tag">startups</a> and
          <a href="#" rel="tag">tips</a>.</p>
 
        <h2>Discussion</h2>
        <p>So far, this article has <a href="#">no comments</a>.</p>
      </footer>
    </article>
 
    <aside id="comments">
      <h1>Join the discussion</h1>
      <ol>
        <li>
          <article class="comment">
            <p>A commenter finds a piece of your content, likes it, and then joins the discussion.</p>
            <footer>
              <p>Posted by <address>Shaun</address> on October 1, 2008 at 8:25</p>
            </footer>
          </article>
        </li>
      </ol>
    </aside>
 
  </body>
</html>