diff options
Diffstat (limited to '.html/packaging-ideas.html')
| -rw-r--r-- | .html/packaging-ideas.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/.html/packaging-ideas.html b/.html/packaging-ideas.html new file mode 100644 index 0000000..cbf5fe1 --- /dev/null +++ b/.html/packaging-ideas.html @@ -0,0 +1,99 @@ +<!DOCTYPE html> +<html> +<head> + <title> + The Codex » + Why “Web 2.0” Matters + </title> + + <link + rel='stylesheet' + type='text/css' + href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> + <link + rel="stylesheet" + type="text/css" + href="media/css/reset.css"> + <link + rel="stylesheet" + type="text/css" + href="media/css/grimoire.css"> +</head> +<body> + +<div id="shell"> + + <ol id="breadcrumbs"> + + <li class="crumb-0 not-last"> + + <a href="./">index</a> + + </li> + + <li class="crumb-1 last"> + + packaging-ideas + + </li> + + </ol> + + + + <div id="article"> + <h1 id="why-web-20-matters">Why “Web 2.0” Matters</h1> +<p>It's not about Web 2.0. It's about every stupid industry buzzword that's ever +made programmers roll their eyes.</p> +<h2 id="packaging-ideas">Packaging ideas</h2> +<p>“Web 2.0” gives people who don't live and breathe technology a handy hook to +group ideas on.</p> +<ul> +<li>New, unfamiliar ideas</li> +<li>Ideas people already have but haven't articulated.</li> +</ul> +<h2 id="unpackaging-ideas">Unpackaging ideas</h2> +<p>A well-packaged idea has to do two things:</p> +<ol> +<li>Get the idea into someone's head.</li> +<li>Let someone “unpackage” the idea in their own context and think new things + about it.</li> +</ol> + </div> + + + +<div id="comments"> +<div id="disqus_thread"></div> +<script type="text/javascript"> + /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ + var disqus_shortname = 'grimoire'; // required: replace example with your forum shortname + + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); +</script> +<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> +<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> +</div> + + + + <div id="footer"> + <p> + + The Codex — + + Powered by <a href="http://markdoc.org/">Markdoc</a>. + +<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/packaging-ideas.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/packaging-ideas.md">history</a>). + + </p> + </div> + +</div> +</body> +</html>
\ No newline at end of file |
