bwkfanboy 1.4.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +4 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +51 -0
- data/Procfile +1 -0
- data/README.rdoc +40 -77
- data/Rakefile +13 -48
- data/bin/bwkfanboy +47 -166
- data/bin/bwkfanboy_generate +7 -19
- data/bin/bwkfanboy_parse +21 -17
- data/bwkfanboy.gemspec +40 -0
- data/config.ru +3 -0
- data/doc/NEWS.rdoc +21 -79
- data/doc/plugin.rdoc +63 -79
- data/etc/bwkfanboy.yaml +2 -0
- data/etc/sinatra.rb +34 -0
- data/lib/bwkfanboy/cliconfig.rb +141 -0
- data/lib/bwkfanboy/cliutils.rb +114 -0
- data/lib/bwkfanboy/fetch.rb +22 -24
- data/lib/bwkfanboy/generator.rb +78 -0
- data/lib/bwkfanboy/home.rb +53 -0
- data/lib/bwkfanboy/meta.rb +5 -2
- data/lib/bwkfanboy/plugin.rb +247 -0
- data/lib/bwkfanboy/plugin_skeleton.erb +19 -23
- data/lib/bwkfanboy/server.rb +73 -0
- data/lib/bwkfanboy/utils.rb +39 -129
- data/plugins/bwk.rb +25 -0
- data/plugins/econlib.rb +22 -0
- data/plugins/freebsd-ports-update.rb +73 -0
- data/plugins/inc.rb +29 -0
- data/plugins/test.rb +29 -0
- data/public/.gitattributes +1 -0
- data/public/favicon.ico +0 -0
- data/public/jquery-1.7.2.min.js +0 -0
- data/public/list.js +111 -0
- data/public/loading.gif +0 -0
- data/public/style.css +54 -0
- data/shotgun.rb +20 -0
- data/test/example/.gitattributes +1 -0
- data/test/example/.gitignore +1 -0
- data/test/example/02/plugins/bwk.html +0 -0
- data/test/{plugins → example/02/plugins}/empty.rb +0 -0
- data/test/example/02/plugins/garbage.rb +1 -0
- data/test/example/02/plugins/inc.html +0 -0
- data/test/helper.rb +30 -27
- data/test/helper_cliutils.rb +34 -0
- data/test/test_cli.rb +86 -0
- data/test/test_fetch.rb +49 -18
- data/test/test_generate.rb +43 -16
- data/test/test_home.rb +33 -0
- data/test/test_plugin.rb +141 -0
- data/test/test_server.rb +21 -32
- data/views/list.haml +38 -0
- metadata +223 -110
- data/bin/bwkfanboy_fetch +0 -13
- data/bin/bwkfanboy_server +0 -126
- data/doc/README.erb +0 -114
- data/doc/README.rdoc +0 -141
- data/doc/TODO +0 -7
- data/doc/bwkfanboy_fetch.rdoc +0 -4
- data/doc/bwkfanboy_generate.rdoc +0 -7
- data/doc/bwkfanboy_parse.rdoc +0 -7
- data/doc/bwkfanboy_server.rdoc +0 -35
- data/doc/rakefile.rb +0 -59
- data/lib/bwkfanboy/generate.rb +0 -63
- data/lib/bwkfanboy/parser.rb +0 -156
- data/lib/bwkfanboy/plugins/bwk.rb +0 -33
- data/lib/bwkfanboy/plugins/econlib.rb +0 -34
- data/lib/bwkfanboy/plugins/freebsd-ports-update.rb +0 -76
- data/lib/bwkfanboy/plugins/inc.rb +0 -37
- data/lib/bwkfanboy/schema.js +0 -39
- data/test/popen4.sh +0 -4
- data/test/rake_git.rb +0 -36
- data/test/semis/Rakefile +0 -35
- data/test/semis/bwk.html +0 -393
- data/test/semis/bwk.json +0 -82
- data/test/semis/econlib.html +0 -21
- data/test/semis/inc.html +0 -1067
- data/test/semis/links.txt +0 -4
- data/test/test_parse.rb +0 -27
- data/test/xml-clean.sh +0 -8
- data/web/bwkfanboy.cgi +0 -36
data/test/semis/econlib.html
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<html xmlns:lf="urn:econlib"><head><title>Search Articles, Advanced Search | Library of Economics and Liberty</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta http-equiv="expires" content="0"/><meta http-equiv="Pragma" content="no-cache"/><link rel="shortcut icon" href="/res/img/favicon.ico" type="imag/x-icon"/><link rel="icon" href="/res/img/favicon.ico" type="imag/x-icon"/><link rel="stylesheet" type="text/css" href="/res/css/pagelayout.css"/><link rel="stylesheet" type="text/css" href="/res/css/html.css"/><link rel="stylesheet" type="text/css" href="/res/css/blog.css"/><link rel="stylesheet" type="text/css" href="/res/css/a.css"/><link rel="stylesheet" type="text/css" href="/res/css/masthead.css"/><link rel="stylesheet" type="text/css" href="/res/css/pagehead.css"/><link rel="stylesheet" type="text/css" href="/res/css/breadcrumbs.css"/><link rel="stylesheet" type="text/css" href="/res/css/sidebar.css"/><link rel="stylesheet" type="text/css" href="/res/css/page.css"/><link rel="stylesheet" type="text/css" href="/res/css/tables.css"/><link rel="stylesheet" type="text/css" href="/res/css/tabs.css"/><link rel="stylesheet" type="text/css" href="/res/css/footer.css"/><script type="text/javascript" src="/res/js/main.js"><!--//--></script><link rel="stylesheet" type="text/css" href="/res/css/article.css"/><script type="text/javascript"><!--
|
3
|
-
function check_query(x) { document.articlesearch.sortby.value = 'R'; return true; }
|
4
|
-
--></script><!--ha*:"ha*"--></head><body><table cellpadding="0" cellspacing="0" border="0" class="page_s1"><tr><td class="sidebar"><a href="/index.html"><img src="/res/img/masthead_econlib.jpg" class="block" title="Library of Economics and Liberty masthead logo" alt="Library of Economics and Liberty masthead logo"/></a><div class="breadcrumbs"> </div><div class="nav"><div class="selected"><div class="button">Search Articles</div></div><div class="group"><div class="head">Browse Article Archives</div><div class="button" onmouseover="overSideNav(this);" onmouseout="outSideNav(this);" onclick="document.location.href = '/library/archive.html';"><div class="label">by author</div></div><div class="button" onmouseover="overSideNav(this);" onmouseout="outSideNav(this);" onclick="document.location.href = '/library/articlearchivebydate.html';"><div class="label">by date</div></div></div><div class="button" onmouseover="overSideNav(this);" onmouseout="outSideNav(this);" onclick="document.location.href = '/library/About.html#articles';">
|
5
|
-
About the Articles and Columns
|
6
|
-
</div><div class="group"><div class="head">Frequently Asked Questions</div><div class="button" onmouseover="overSideNav(this);" onmouseout="outSideNav(this);" onclick="document.location.href = '/library/help.html#articles';"><div class="label">FAQs about Searching Articles</div></div></div></div><div class="p"><div class="bold-blue">Econlib Resources</div><div class="link"><a href="/library/About.html">About Econlib</a></div><div class="link"><a href="/library/contact.html">Contact Econlib</a></div><div class="link"><a href="javascript:openPopup('/library/quoteofthedaypopup.html');" title="Economics quote of the day by a famous economist">Quote of the Day</a></div><div class="link"><a href="/library/birthdays.html">Birthdays & Commemorations</a></div><div class="link"><a href="/library/faq.html">Frequently Asked Questions</a></div><div class="link"><a href="/library/register.html">Get Econlib Newsletter</a></div></div></td><td class="page"><div class="masthead"><div class="search_zone"><div class="columns"><div class="s1c1"><form name="mainsearch" method="get" action="/cgi-bin/search.pl"><table class="controls" cellpadding="0" cellspacing="0" border="0"><tr><td><select name="list"><option selected="yes" value="fullsite">Full Site</option><option value="articles">Articles</option><option value="econlog">EconLog</option><option value="econtalk">EconTalk</option><option value="books">Books</option><option value="cee">Encyclopedia</option><option value="guides">Guides</option></select></td><td><input type="text" name="query"/></td><td><div class="button"><input type="image" src="/res/img/btn_search.jpg" class="block" onmouseover="swapImage(this,'/res/img/btn_search_over.jpg');" onmouseout="swapImage(this,'/res/img/btn_search.jpg');" alt="btn_search.jpg" title="Go"/></div></td></tr></table></form></div></div></div><div class="nav"><div class="buttons"><table cellpadding="0" cellspacing="0" border="0"><tr><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('/library/forum.html');">Articles</td><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('http://econlog.econlib.org');">EconLog</td><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('http://www.econtalk.org');">EconTalk</td><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('/library/classics.html');">Books</td><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('/library/CEE.html');">Encyclopedia</td><td class="button" onmouseover="overNav(this);" onmouseout="outNav(this);" onclick="pressNav('/library/topics.html');">Guides</td><td class="selected" onclick="pressNav('/library/searchpage.html');">Search</td></tr></table></div></div></div><div class="pagehead"><div class="content"><div class="padded"><div class="single"><h1 class="title">Search Articles</h1><div class="byline">Advanced Search</div></div></div></div></div><div class="breadcrumbs"><div class="links"><ul><li><a href="/index.html">Home</a></li><li>| <a href="/cgi-bin/fullsearch.pl">Search</a></li><li>| Search Articles</li></ul></div></div><div class="columns"><div class="s1c1"><div class="padding" style="padding-bottom:0px;"><div class="section"><div class="tabs"><ul><li><span class="tab" onmouseover="overTab(this);" onmouseout="offTab(this);" onclick="document.location.href='/cgi-bin/fullsearch.pl?query=' + document.articlesearch.query.value + ((document.articlesearch.andor[1].checked) ? '&andor=or' : '');">Search Full Site</span></li><li class="selected"><span class="tab">Display Article Titles</span></li><li><span class="tab" onclick="javascript:article_para('314,315,313,312,310,311,308,309,306,307,304,305,302,303,300,301,298,299,296,297');" onmouseout="offTab(this);" onmouseover="overTab(this);">Display Article Paragraphs</span></li></ul></div><form name="articlesearch" method="get" action="/cgi-bin/searcharticles.pl" onSubmit="javascript: return check_query(this.query.value);"><input type="hidden" name="searchtype" value="ArticleSearch"/><input type="hidden" name="pgct" value="1"/><input type="hidden" name="sortby" value="DD"/><div class="advanced_search"><div class="tabs_title"><table class="centered" cellpadding="0" cellspacing="0"><tr><td><input type="radio" name="searchfield" value="F" checked="true"/></td><td><div style="padding-right:30px" class="label">Search full text</div></td></tr><tr><td><input type="radio" name="searchfield" value="T"/></td><td><div style="padding-right:30px" class="label">Search Titles</div></td></tr><tr><td><input type="radio" name="searchfield" value="A"/></td><td><div style="padding-right:30px" class="label">Search authors <input type="hidden" name="id" value=""/></div></td></tr></table></div><div class="section">
|
7
|
-
Search for:
|
8
|
-
<div class="search"><table class="controls" cellpadding="0" cellspacing="0" border="0"><tr><td><input type="text" name="query" size="30" value="ha*"/></td><td><div class="button"><input type="image" src="/res/img/btn_search.jpg" class="block" onmouseover="swapImage(this,'/res/img/btn_search_over.jpg');" onmouseout="swapImage(this,'/res/img/btn_search.jpg');" alt="btn_search.jpg" title="Go" onclick="javascript: document.articlesearch.searchtype.value = 'ArticleSearch'; document.articlesearch.pgct.value = '1';"/></div></td><td class="faq"><a href="/library/help.html#articles" class="more_txt" title="Use quotes for exact phrases. Click for more tips.">HELP WITH SEARCHING ARTICLES</a></td></tr></table></div><div class="floats" style="margin-top:4px;"><div class="left"><table class="centered" cellpadding="0" cellspacing="0"><tr><td><input type="radio" name="andor" value="and" checked="true"/></td><td><div class="label">Match all terms ("and")</div></td></tr><tr><td><input type="radio" name="andor" value="or"/></td><td><div class="label">Match any terms ("or") </div></td></tr></table></div></div></div></div></form></div></div></div></div><div class="section" style="width: 600px; padding-left: 20px; padding-right: 0px;"><div id="divResults"><div class="titlebar">314 Articles found for search term(s): ha*</div><div class="floats"><div class="right"><span class="italic"><a class="more_txt" href="#pagelisting">Displaying results</a> 1-20</span></div><div class="left"><p><div class="notes"><a title="Show matching paragraphs from these articles." class="show_para" href="javascript:article_para('314,315,313,312,310,311,308,309,306,307,304,305,302,303,300,301,298,299,296,297');">SHOW PARAGRAPHS that match your search terms<br/>from articles 1-20</a></div>Click on a column heading to sort by that item (<span class="arrow-rt">Indicates current sort</span>) </p></div></div><table cellspacing="0" cellpadding="0" border="0" class="ts1"><tbody><tr><th> </th><th><div class="left"><a title="Sort by Relevance" href="javascript:proc_sort('R');"> Rank</a></div></th><th><div class="left"><a title="Sort by Title" href="javascript:proc_sort('T');">Title</a> and <a title="Sort by Author" href="javascript:proc_sort('A');"> Author</a></div></th><th class="last" style="width:90px;"><div class="left"><a title="Sort by Descending/Ascending Publication Date" href="javascript:proc_sort('DA')" class="more_txt"> Pub. Date</a></div></th></tr><tr><td>1. </td><td>(14)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('314');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2011/Murphyairsecurity.html">Ensuring—and Insuring—Air Security</a><br/>Robert P. Murphy</div></td><td class="last">07 Feb 2011<br/><i>Featured Article</i></td></tr><tr class="even"><td>2. </td><td>(5)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('315');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2011/Jasayfoolish.html">The Foolish Quest for Stability</a><br/>Anthony de Jasay</div></td><td class="last">07 Feb 2011<br/><i>Reflections from Europe</i></td></tr><tr><td>3. </td><td>(2)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('313');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2011/Jasaynegative.html">Negative Productivity</a><br/>Anthony de Jasay</div></td><td class="last">13 Jan 2011<br/><i>Reflections from Europe</i></td></tr><tr class="even"><td>4. </td><td>(21)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('312');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2011/LuskNorwoodlocavore.html">The Locavore's Dilemma: Why Pineapples Shouldn't Be Grown in North Dakota
|
9
|
-
</a><br/>Jayson L. Lusk and F. Bailey Norwood</div></td><td class="last">03 Jan 2011<br/><i>Featured Article
|
10
|
-
</i></td></tr><tr><td>5. </td><td>(17)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('310');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Leemorality.html">The Political Economy of Morality: Political Pretense vs. Market Performance</a><br/>Dwight R. Lee</div></td><td class="last">06 Dec 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>6. </td><td>(4)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('311');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasayfantasy.html">Micro, Macro and Fantasy Economics</a><br/>Anthony de Jasay</div></td><td class="last">06 Dec 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>7. </td><td>(8)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('308');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Boudreauxglobalization.html">Free Trade and Globalization: More than "Just Stuff" </a><br/>Donald J. Boudreaux</div></td><td class="last">01 Nov 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>8. </td><td>(6)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('309');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasaydemocracy.html">The Best of the Worst: What Price Democracy </a><br/>Anthony de Jasay</div></td><td class="last">01 Nov 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>9. </td><td>(22)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('306');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Murphystockmarket.html">The Stock Market </a><br/>Robert P. Murphy</div></td><td class="last">04 Oct 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>10. </td><td>(15)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('307');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasaybankdebt.html">Bank Debt, Sovereign Debt and the Dogs That Did Not Bark </a><br/>Anthony de Jasay</div></td><td class="last">04 Oct 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>11. </td><td>(8)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('304');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Sobelgangs.html">More Gangs, Less Crime </a><br/>Russell S. Sobel</div></td><td class="last">06 Sep 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>12. </td><td>(9)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('305');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasaytwocheers.html">Two Cheers For Fiscal Austerity: Part II. </a><br/>Anthony de Jasay</div></td><td class="last">06 Sep 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>13. </td><td>(27)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('302');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Murphydiscrimination.html">The Economics of Discrimination </a><br/>Robert P. Murphy</div></td><td class="last">02 Aug 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>14. </td><td>(12)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('303');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasayausterity.html">Two Cheers For Fiscal Austerity: Part I. </a><br/>Anthony de Jasay</div></td><td class="last">02 Aug 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>15. </td><td>(16)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('300');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Sumnerneoliberalism.html">The Unacknowledged Success of Neoliberalism </a><br/>Scott Sumner</div></td><td class="last">05 Jul 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>16. </td><td>(20)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('301');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasayinsurance.html">Is Society a Great Big Insurance Company? </a><br/>Anthony de Jasay</div></td><td class="last">05 Jul 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>17. </td><td>(29)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('298');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Powellimmigration.html">An Economic Case for Immigration </a><br/>Benjamin Powell</div></td><td class="last">07 Jun 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>18. </td><td>(22)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('299');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasaydebtcard.html">Is Society a Great Big Credit Card? Part II. </a><br/>Anthony de Jasay</div></td><td class="last">07 Jun 2010<br/><i>Reflections from Europe</i></td></tr><tr><td>19. </td><td>(8)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('296');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Borderssubjectivity.html">The Relentless Subjectivity of Value </a><br/>Max Borders</div></td><td class="last">03 May 2010<br/><i>Featured Article</i></td></tr><tr class="even"><td>20. </td><td>(12)<br/><a class="show_para" title="Show matching paragraphs from this article." href="javascript:article_para('297');"> </a></td><td><div class="p"><a class="bold-blue" title="View Article with search terms highlighted" href="/library/Columns/y2010/Jasaycreditcard.html">Is Society a Great Big Credit Card? Part I.</a><br/>Anthony de Jasay</div></td><td class="last">03 May 2010<br/><i>Reflections from Europe</i></td></tr></tbody></table><br/><a class="more_txt" name="pagelisting">Displaying results</a> 1-20 on Page 1 of 16. Pages
|
11
|
-
<b>1</b> <a href="javascript: proc_page('2');" title="Page 2" class="links"><u>2</u></a> <a href="javascript: proc_page('3');" title="Page 3" class="links"><u>3</u></a> <a href="javascript: proc_page('4');" title="Page 4" class="links"><u>4</u></a> <a href="javascript: proc_page('5');" title="Page 5" class="links"><u>5</u></a> <a href="javascript: proc_page('6');" title="Page 6" class="links"><u>6</u></a> <a href="javascript: proc_page('7');" title="Page 7" class="links"><u>7</u></a> <a href="javascript: proc_page('8');" title="Page 8" class="links"><u>8</u></a> <a href="javascript: proc_page('9');" title="Page 9" class="links"><u>9</u></a> <a href="javascript: proc_page('10');" title="Page 10" class="links"><u>10</u></a> <a href="javascript: proc_page('11');" title="Page 11" class="links"><u>11</u></a> <a href="javascript: proc_page('12');" title="Page 12" class="links"><u>12</u></a> <a href="javascript: proc_page('13');" title="Page 13" class="links"><u>13</u></a> <a href="javascript: proc_page('14');" title="Page 14" class="links"><u>14</u></a> <a href="javascript: proc_page('15');" title="Page 15" class="links"><u>15</u></a> <a href="javascript: proc_page('16');" title="Page 16" class="links"><u>16</u></a> <script type="text/javascript"><!--
|
12
|
-
function proc_sort(sort_var) { document.articlesearch.sortby.value = sort_var; document.articlesearch.searchtype.value = 'Search'; document.articlesearch.submit(); }
|
13
|
-
function article_para(id) { document.articlesearch.reset(); document.articlesearch.searchtype.value = 'ArticleSearchPara'; document.articlesearch.id.value = id; document.articlesearch.submit();}
|
14
|
-
function proc_page(pgnum) { document.articlesearch.reset(); document.articlesearch.pgct.value = pgnum; document.articlesearch.searchtype.value = 'Search'; document.articlesearch.submit(); }
|
15
|
-
|
16
|
-
--></script></div></div><div class="p"><a class="top" href="#">Return to top</a></div></td></tr><tr><td class="footer_sidebar"><div class="sidebar"><div class="p">
|
17
|
-
Copyright © 1999-2008<br/><a href="http://www.libertyfund.org">Liberty Fund, Inc.</a><br/>
|
18
|
-
All Rights Reserved
|
19
|
-
</div></div><img src="/res/img/spacer.gif" width="180" height="1" class="block" alt="spacer gif"/></td><td class="footer_page"><div class="content"><div style="float:left;"><img src="/res/img/amagiLF.jpg" title="Liberty Fund logo, amagi symbol" alt="Liberty Fund logo, amagi symbol"/></div><div style="float:left;width:321px;padding-right:10px;">
|
20
|
-
The cuneiform inscription in the Liberty Fund logo is the earliest-known written appearance of the word "freedom" (amagi), or "liberty." It is taken from a clay document written about 2300 B.C. in the Sumerian city-state of Lagash.
|
21
|
-
</div><div style="float:left;width:50px;"><a href="/library/contact.html">Contact</a> <a href="/library/sitemap.html">Site Map</a> <a href="/library/privacy.html">Privacy and Legal</a> <a href="http://www.econlib.org">http://www.econlib.org</a></div></div><img src="/res/img/spacer.gif" width="560" height="1" class="block" alt="spacer gif"/></td></tr></table></body></html>
|
data/test/semis/inc.html
DELETED
@@ -1,1067 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml">
|
3
|
-
<head>
|
4
|
-
|
5
|
-
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
|
6
|
-
|
7
|
-
|
8
|
-
<title>Jason Fried's articles - Inc.com</title>
|
9
|
-
<meta name="title" content="Jason Fried's articles - Inc.com" />
|
10
|
-
<meta name="keywords" content="" />
|
11
|
-
<meta name="description" content="Jason Fried is co-founder of 37signals, a Chicago-based software firm, and co-author of the book Rework , which was published last March. He also writes Inc.'s Get Real column." />
|
12
|
-
|
13
|
-
<meta name="robots" content="index,follow" />
|
14
|
-
<meta name="googlebot" content="index,follow" />
|
15
|
-
|
16
|
-
|
17
|
-
<link rel="stylesheet" type="text/css" href="http://www.inc.com/views/css/incstyle.css?1" />
|
18
|
-
|
19
|
-
<!--[if IE 7]>
|
20
|
-
<link rel="stylesheet" type="text/css" href="http://www.inc.com/views/css/ie7.css" />
|
21
|
-
<![endif]-->
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<!-- jQuery Library + UI Tools -->
|
30
|
-
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
|
31
|
-
|
32
|
-
<script type="text/javascript" src="http://www.inc.com/lib/jquery-ui/js/jquery-ui-1.8.2.custom.min.js"></script>
|
33
|
-
<link rel="stylesheet" type="text/css" href="http://www.inc.com/lib/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css" />
|
34
|
-
|
35
|
-
<script type="text/javascript" src="http://www.inc.com/lib/jquery-autofill/jquery.autofill.min.js"></script>
|
36
|
-
<script type="text/javascript" src="http://www.inc.com/lib/jquery-cycle/jquery.cycle.lite.min.js"></script>
|
37
|
-
|
38
|
-
<script type="text/javascript" src="http://www.inc.com/js/scripts.js?xxx"></script>
|
39
|
-
<script type="text/javascript" src="http://www.inc.com/newselecttab.js"></script>
|
40
|
-
|
41
|
-
<script type="text/javascript" src="http://www.inc.com/lib/jcarousel/lib/jquery.jcarousel.min.js"></script>
|
42
|
-
<link rel="stylesheet" type="text/css" href="http://www.inc.com/lib/jcarousel/skins/entitygroup/skin.css" />
|
43
|
-
|
44
|
-
<script type="text/javascript" src="http://www.inc.com/lib/jquery-form/jquery.form.js"></script>
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
<style type="text/css">#article_left_col{ width: 580px !important;} #center_col { width: 950px !important;} h1.indexhead { margin: 0px; padding: 0px;}</style>
|
49
|
-
|
50
|
-
<script language="javascript">
|
51
|
-
ord=Math.random()*100000000000000000;
|
52
|
-
tilenum=1;
|
53
|
-
</script>
|
54
|
-
|
55
|
-
<script>incSitepage = "ros";</script>
|
56
|
-
|
57
|
-
<script>function selectItem(li) {if (li.extra) {document.location.href=li.extra[0];}}</script>
|
58
|
-
|
59
|
-
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.inc.com/rss.xml">
|
60
|
-
|
61
|
-
|
62
|
-
<script type="text/javascript">
|
63
|
-
|
64
|
-
var _gaq = _gaq || [];
|
65
|
-
_gaq.push(['_setAccount', 'UA-4300461-3']);
|
66
|
-
_gaq.push(['_setAllowLinker', true]);
|
67
|
-
_gaq.push(['_trackPageview']);
|
68
|
-
|
69
|
-
(function() {
|
70
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
71
|
-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
72
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
73
|
-
})();
|
74
|
-
|
75
|
-
</script>
|
76
|
-
|
77
|
-
|
78
|
-
<!-- HEADPLACEHOLDER //-->
|
79
|
-
|
80
|
-
|
81
|
-
</head>
|
82
|
-
|
83
|
-
<body class="author test" >
|
84
|
-
<noscript>Using a mobile device? Go to <a href="http://m.inc.com">m.inc.com</a> for our mobile version.</noscript>
|
85
|
-
<div id="container"><div id="container2">
|
86
|
-
<div id="interstitial_ad"></div>
|
87
|
-
<div id="interstitial_wrapper"><!-- begin 1x1 (interstitial trigger) --><script language="JavaScript" type="text/javascript">
|
88
|
-
document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.inc/ros;sz=1x1;pos=top;dcove=d;tile='+(tilenum++)+';dcopt=ist;lan=en;c_type=splash;cms=aut3006;ord=' + ord + '?" type="text/javascript"><\/script>');
|
89
|
-
</script>
|
90
|
-
<noscript><a href="http://ad.doubleclick.net/jump/mansueto.inc/ros;sz=1x1;pos=top;dcove=d;tile=1;dcopt=ist;lan=en;c_type=splash;cms=aut3006;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/mansueto.inc/ros;sz=1x1;pos=top;dcove=d;tile=1;dcopt=ist;lan=en;c_type=splash;cms=aut3006;ord=123456789?" width="1" height="1" border="0" alt=""/></a></noscript>
|
91
|
-
<!-- End ad tag --></div>
|
92
|
-
<script language="JavaScript"><!--
|
93
|
-
var s_pageName='';
|
94
|
-
var s_channel='ros';
|
95
|
-
var s_prop1 = '';
|
96
|
-
//--></script>
|
97
|
-
<script language="JavaScript" src="//www.inc.com/js/s_code_remote.js"></script>
|
98
|
-
<!--[if lt IE 8]><style>#container{ margin-top: -21px;}</style><![endif]-->
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
<script language="Javascript">
|
103
|
-
function login() {
|
104
|
-
//$txt = '<iframe id="createaccountframe" src="http://my.inc.com/users/register?embed=true&returl=http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried" frameborder="0" scrolling="no"></iframe>';
|
105
|
-
//document.getElementById('loginform-createaccount').innerHTML = $txt;
|
106
|
-
$txt2 = '<if'+'rame src="http://www.inc.com/lib/twitter/start.php?returl=http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried" frameborder="0" scrolling="no" style="width: 50px; height: 50px;"></ifr'+'ame>';
|
107
|
-
if(document.getElementById('loginform_twitter')) { document.getElementById('loginform_twitter').innerHTML = $txt2; }
|
108
|
-
document.getElementById('captcha').src = 'http://www.inc.com/lib/securimage/securimage_show.php?' + Math.random();
|
109
|
-
}
|
110
|
-
|
111
|
-
function refreshpage() {
|
112
|
-
document.location.href="http://www.inc.com/";
|
113
|
-
}
|
114
|
-
</script>
|
115
|
-
|
116
|
-
|
117
|
-
<div id="topbar">
|
118
|
-
<ul id="usernav"><li class="first"><a class="login" href="http://www.inc.com/login" rel="#loginform" onclick="javascript:login();" rel="nofollow">Login or signup</a></li></ul>
|
119
|
-
<ul id="usernav_loggedin"><li class="first">Welcome <a href="http://www.inc.com/member" rel="nofollow"><script>if(getCookie('incun')){document.write(getCookie('incun').replace("+"," ").replace("+"," ").replace("+"," ").replace("+"," "));}</script></a></li><li> | <a href="http://www.inc.com/logout?ret=http://www.inc.com/author/jason-fried" rel="nofollow">Logout</a></li></ul>
|
120
|
-
|
121
|
-
<script>$(document).ready(function() {
|
122
|
-
if(name = getCookie('incun')) {
|
123
|
-
$('#usernav_loggedin').show();
|
124
|
-
$('#topbar').show();
|
125
|
-
} else {
|
126
|
-
$('#usernav').show();
|
127
|
-
}
|
128
|
-
});</script>
|
129
|
-
|
130
|
-
|
131
|
-
<div id="loginform">
|
132
|
-
|
133
|
-
<img src="http://www.inc.com/images/inclogo_sm.png">
|
134
|
-
|
135
|
-
<div id="loginform-inner">
|
136
|
-
|
137
|
-
<h2 class="login">Join our community</h2>
|
138
|
-
|
139
|
-
<div id="externalauthorizors">
|
140
|
-
|
141
|
-
<h2>Login using:</h2>
|
142
|
-
<div id="loginform_google"><form name="google_openid_form" id="google_openid_form" action="http://www.inc.com/lib/dopeid/openidlogin.php" method="post" autocomplete="off">
|
143
|
-
<input type="hidden" name="openid_identifier" id="openid_identifier" value="https://www.google.com/accounts/o8/id" />
|
144
|
-
<input type="hidden" name="process" value="1" />
|
145
|
-
<input type="hidden" name="returl" value="http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried">
|
146
|
-
<input id="googlefollowusrid" type="hidden" name="followusrid" value="">
|
147
|
-
<button type="submit" id="login_google"></button>
|
148
|
-
</form></div>
|
149
|
-
<div id="loginform_yahoo"><form name="yahoo_openid_form" id="yahoo_openid_form" action="http://www.inc.com/lib/dopeid/openidlogin.php" method="post" autocomplete="off">
|
150
|
-
<input type="hidden" name="openid_identifier" id="openid_identifier" value="http://yahoo.com/" />
|
151
|
-
<input type="hidden" name="process" value="1" />
|
152
|
-
<input type="hidden" name="returl" value="http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried">
|
153
|
-
<input id="yahoofollowusrid" type="hidden" name="followusrid" value="">
|
154
|
-
<button type="submit" id="login_yahoo"></button>
|
155
|
-
</form></div>
|
156
|
-
<div id="loginform_facebook"><a href="https://www.facebook.com/login.php?api_key=139291179414843&cancel_url=http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried&display=page&fbconnect=1&next=http%3A%2F%2Fwww.inc.com%2Fauthor%2Fjason-fried&return_session=1&session_version=3&v=1.0"><img src="http://www.inc.com/images/login_facebook.png"></a></div>
|
157
|
-
<div id="loginform_twitter"></div>
|
158
|
-
<br clear="all">
|
159
|
-
</div>
|
160
|
-
|
161
|
-
<div id="loginform-login">
|
162
|
-
|
163
|
-
<h2>Use your Inc.com account:</h2>
|
164
|
-
|
165
|
-
<form name="authenticate" action="http://www.inc.com/authenticate" method="post">
|
166
|
-
<input type="hidden" name="returl" value = "http://www.inc.com/author/jason-fried">
|
167
|
-
<input id="followusrid" type="hidden" name="followusrid" value="">
|
168
|
-
<input name="email" id="email" value="">
|
169
|
-
<input type="password" name="password" id="password" value="">
|
170
|
-
<br clear="all">
|
171
|
-
<input type="submit" id="login" value="" />
|
172
|
-
|
173
|
-
<a id="forgotlink" href="#" onclick="javascript:document.getElementById('loginform-forgot').style.display='block'; return false;">Forgot login ?</a>
|
174
|
-
<br clear="all">
|
175
|
-
</form>
|
176
|
-
|
177
|
-
<div id="loginform-forgot">
|
178
|
-
<h2>Forgot login ?</h2>
|
179
|
-
|
180
|
-
<form method="post" action="http://www.inc.com/retrievepassword">
|
181
|
-
<input type="text" name="email" id="forgotemail" value="">
|
182
|
-
<input type="submit" id="forgotsend" value="" />
|
183
|
-
|
184
|
-
</form>
|
185
|
-
|
186
|
-
</div>
|
187
|
-
|
188
|
-
</div>
|
189
|
-
|
190
|
-
<div id="loginform-signup">
|
191
|
-
|
192
|
-
<h2>Create an Inc.com account:</h2>
|
193
|
-
|
194
|
-
<div id="loginform-createaccount">
|
195
|
-
<form id="registration" name="registration" method="post" action="http://www.inc.com/index.php?op=join" target="_top">
|
196
|
-
<input type="hidden" name="returl" value="http://www.inc.com/author/jason-fried">
|
197
|
-
<input id="newfollowusrid" type="hidden" name="followusrid" value="">
|
198
|
-
<input type="hidden" name="uid_invid" value="">
|
199
|
-
<input type="text" name="name" id="name" value="">
|
200
|
-
<input type="text" name="email" id="email1" value="">
|
201
|
-
<input type="password" name="password1" id="password1" value="">
|
202
|
-
<input type="password" name="password2" id="password2" value="">
|
203
|
-
|
204
|
-
<div style="width: 200px; text-align: right; font-size: 11px;"><a href="#" onclick="document.getElementById('captcha').src = 'http://www.inc.com/lib/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a></div>
|
205
|
-
<img id="captcha" src="http://www.inc.com/images/spacer.gif" alt="CAPTCHA Image" style="width: 230px; height: 80px;" />
|
206
|
-
<input class="field" id="captcha_code" name="captcha_code" maxlength="6" /><br>
|
207
|
-
|
208
|
-
<input type="submit" id="send" value="" />
|
209
|
-
</form>
|
210
|
-
|
211
|
-
|
212
|
-
<script language="Javascript">
|
213
|
-
|
214
|
-
$('#name').autofill({
|
215
|
-
value: 'Name',
|
216
|
-
defaultTextColor: '#666',
|
217
|
-
activeTextColor: '#333'
|
218
|
-
});
|
219
|
-
|
220
|
-
$('#email1').autofill({
|
221
|
-
value: 'Email Address',
|
222
|
-
defaultTextColor: '#666',
|
223
|
-
activeTextColor: '#333'
|
224
|
-
});
|
225
|
-
|
226
|
-
$('#password1').autofill({
|
227
|
-
value: 'Choose a password',
|
228
|
-
defaultTextColor: '#666',
|
229
|
-
activeTextColor: '#333'
|
230
|
-
});
|
231
|
-
$('#password2').autofill({
|
232
|
-
value: 'Confirm Password',
|
233
|
-
defaultTextColor: '#666',
|
234
|
-
activeTextColor: '#333'
|
235
|
-
});
|
236
|
-
$('#captcha_code').autofill({
|
237
|
-
value: 'Enter characters (case sensitive)',
|
238
|
-
defaultTextColor: '#666',
|
239
|
-
activeTextColor: '#333'
|
240
|
-
});
|
241
|
-
|
242
|
-
|
243
|
-
//ajax form submit
|
244
|
-
var options = { target: '#loginform-createaccount' };
|
245
|
-
|
246
|
-
// bind to the form's submit event
|
247
|
-
$('#registration').submit(function() {
|
248
|
-
$(this).ajaxSubmit(options);
|
249
|
-
return false;
|
250
|
-
});
|
251
|
-
|
252
|
-
|
253
|
-
</script>
|
254
|
-
</div>
|
255
|
-
|
256
|
-
</div>
|
257
|
-
|
258
|
-
<br clear="all">
|
259
|
-
|
260
|
-
<script language="Javascript">
|
261
|
-
|
262
|
-
$('#email').autofill({
|
263
|
-
value: 'Email Address',
|
264
|
-
defaultTextColor: '#666',
|
265
|
-
activeTextColor: '#333'
|
266
|
-
});
|
267
|
-
$('#password').autofill({
|
268
|
-
value: 'Password',
|
269
|
-
defaultTextColor: '#666',
|
270
|
-
activeTextColor: '#333'
|
271
|
-
});
|
272
|
-
$('#forgotemail').autofill({
|
273
|
-
value: 'Email Address',
|
274
|
-
defaultTextColor: '#666',
|
275
|
-
activeTextColor: '#333'
|
276
|
-
});
|
277
|
-
|
278
|
-
</script>
|
279
|
-
|
280
|
-
</div>
|
281
|
-
</div>
|
282
|
-
|
283
|
-
<div id="loginform2" style="display: none;">
|
284
|
-
<img src="http://www.inc.com/images/inclogo_sm.png">
|
285
|
-
<div id="loginform2-inner">
|
286
|
-
<h2 class="signup">Subscribe to Inc. magazine's free newsletters.</h2>
|
287
|
-
|
288
|
-
<form action="http://www.inc.com/newslettersignup" method="post">
|
289
|
-
<input type="hidden" name="returl" value = "http://www.inc.com/author/jason-fried">
|
290
|
-
<div id="newslettersignupoptions">
|
291
|
-
<div class="newslettersignupoption">
|
292
|
-
<input type="checkbox" name="newid[]" value="1" CHECKED>
|
293
|
-
<div class="newslettersignupoptiondetails">
|
294
|
-
<span class="title">Today's Small Business News</span><span class="frequency"> | Daily</span>
|
295
|
-
<p>Daily news from around the Web recommended by Inc.'s reporters.</p>
|
296
|
-
</div>
|
297
|
-
</div>
|
298
|
-
<div class="newslettersignupoption">
|
299
|
-
<input type="checkbox" name="newid[]" value="2">
|
300
|
-
<div class="newslettersignupoptiondetails">
|
301
|
-
<span class="title">Small Business Success</span><span class="frequency"> | Weekly</span>
|
302
|
-
<p>Inspiring company profiles and best practices for smart business owners.</p>
|
303
|
-
</div>
|
304
|
-
</div>
|
305
|
-
<br clear="all"><div class="newslettersignupoption">
|
306
|
-
<input type="checkbox" name="newid[]" value="3">
|
307
|
-
<div class="newslettersignupoptiondetails">
|
308
|
-
<span class="title">Start-up Advice</span><span class="frequency"> | Weekly</span>
|
309
|
-
<p>What you need to know to launch a new company.</p>
|
310
|
-
</div>
|
311
|
-
</div>
|
312
|
-
<div class="newslettersignupoption">
|
313
|
-
<input type="checkbox" name="newid[]" value="4">
|
314
|
-
<div class="newslettersignupoptiondetails">
|
315
|
-
<span class="title">Sales Coaching</span><span class="frequency"> | Weekly</span>
|
316
|
-
<p>Tips on negotiating, setting goals, lead generation, and more.</p>
|
317
|
-
</div>
|
318
|
-
</div>
|
319
|
-
<br clear="all"><div class="newslettersignupoption">
|
320
|
-
<input type="checkbox" name="newid[]" value="5">
|
321
|
-
<div class="newslettersignupoptiondetails">
|
322
|
-
<span class="title">Managing Technology</span><span class="frequency"> | Weekly</span>
|
323
|
-
<p>How to bring your business online, plus hardware, software, and telecom.</p>
|
324
|
-
</div>
|
325
|
-
</div>
|
326
|
-
<div class="newslettersignupoption">
|
327
|
-
<input type="checkbox" name="newid[]" value="6">
|
328
|
-
<div class="newslettersignupoptiondetails">
|
329
|
-
<span class="title">The Goods: Your Business Toolbox</span><span class="frequency"> | Weekly</span>
|
330
|
-
<p>Reviews of gadgets, software, and other tools, plus discounts and deals.</p>
|
331
|
-
</div>
|
332
|
-
</div>
|
333
|
-
<br clear="all">
|
334
|
-
<div id="newslettersignupemail">
|
335
|
-
<label for="usr_email">Your Email address</label><input name="usr_email" id="usr_email">
|
336
|
-
</div>
|
337
|
-
|
338
|
-
</div>
|
339
|
-
|
340
|
-
<div class="optin"><input type="checkbox" name="usr_internal_opt_inflag" value="true" CHECKED><p>I would like to receive information about new features, events and exclusive offers from Inc. and its parent company.</p></div>
|
341
|
-
<div class="optin"><input type="checkbox" name="usr_external_opt_inflag" value="true"><p>I would like to receive occasional offers from commercial partners.</p></div>
|
342
|
-
|
343
|
-
<input type="submit" id="subscribe" value="subscribe">
|
344
|
-
</form>
|
345
|
-
<br clear="all"> </div></div>
|
346
|
-
|
347
|
-
</div> <!--end topbar //-->
|
348
|
-
|
349
|
-
|
350
|
-
<script language="javascript">$("a.login[rel]").overlay({mask: '#000'});</script>
|
351
|
-
|
352
|
-
<!--testgroup://--> <script language="Javascript">
|
353
|
-
|
354
|
-
|
355
|
-
function getCookie(c_name) {
|
356
|
-
var i,x,y,ARRcookies=document.cookie.split(";");
|
357
|
-
for (i=0;i<ARRcookies.length;i++) {
|
358
|
-
x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
|
359
|
-
y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
|
360
|
-
x=x.replace(/^\s+|\s+$/g,"");
|
361
|
-
if (x==c_name) {
|
362
|
-
return unescape(y);
|
363
|
-
}
|
364
|
-
}
|
365
|
-
}
|
366
|
-
|
367
|
-
function setCookie(name,value,expires, options) {
|
368
|
-
if (options===undefined) { options = {}; }
|
369
|
-
if ( expires ) {
|
370
|
-
var expires_date = new Date();
|
371
|
-
expires_date.setDate(expires_date.getDate() + expires)
|
372
|
-
}
|
373
|
-
document.cookie = name+'='+escape( value ) +
|
374
|
-
( ( expires ) ? ';expires='+expires_date.toGMTString() : '' ) +
|
375
|
-
( ( options.path ) ? ';path=' + options.path : '' ) +
|
376
|
-
( ( options.domain ) ? ';domain=' + options.domain : '' ) +
|
377
|
-
( ( options.secure ) ? ';secure' : '' );
|
378
|
-
}
|
379
|
-
|
380
|
-
|
381
|
-
function deleteCookie( name, path, domain ) {
|
382
|
-
if ( getCookie( name ) ) document.cookie = name + '=' +
|
383
|
-
( ( path ) ? ';path=' + path : '') +
|
384
|
-
( ( domain ) ? ';domain=' + domain : '' ) +
|
385
|
-
';expires=Thu, 01-Jan-1970 00:00:01 GMT';
|
386
|
-
}
|
387
|
-
</script>
|
388
|
-
|
389
|
-
<div id="header">
|
390
|
-
<div id="headerbar">
|
391
|
-
<ul id="headernav">
|
392
|
-
<li id="home" class="first"><a href="http://www.inc.com/">Home</a></li>
|
393
|
-
<li id="magazine"><a href="http://www.inc.com/magazine">Magazine</a></li>
|
394
|
-
<li id="blogs"><a href="http://www.inc.com/blogs">Blogs</a></li>
|
395
|
-
<li id="askinc"><a href="http://ask.inc.com/">Ask Inc.</a></li>
|
396
|
-
<li id="toolsresearch"><a href="http://www.inc.com/tools">Tools & Research</a></li>
|
397
|
-
<li id="guides"><a href="http://www.inc.com/guides">Guides</a></li>
|
398
|
-
<li id="inctv"><a href="http://www.inc.com/inctv">Inc TV</a></li>
|
399
|
-
<li id="events"><a href="http://www.inc.com/events">Events</a></li>
|
400
|
-
<li id="newsletters"><a href="http://www.inc.com/newsletter">Newsletters</a></li>
|
401
|
-
<li id="subscriptions"><a href="http://trax.inc.com/k/w/sub/nav/subscription/subscribe">Subscriptions</a></li>
|
402
|
-
<li id="rss"><a href="http://www.inc.com/about/rss.html">RSS</a></li>
|
403
|
-
</ul>
|
404
|
-
|
405
|
-
<div id="search">
|
406
|
-
<form action="http://www.inc.com/sitesearch" id="cse-search-box" target="_top">
|
407
|
-
<div>
|
408
|
-
<input type="hidden" name="cx" value="partner-pub-9871731465474413:2jgmah3bjg3" />
|
409
|
-
<input type="hidden" name="cof" value="FORID:11" />
|
410
|
-
<input type="hidden" name="ie" value="ISO-8859-1" />
|
411
|
-
<input type="text" name="q" id="incsearchbox" size="31" class="search_box" value="Search Inc.com" onclick="this.value='';" />
|
412
|
-
<input type="image" name="xsubmit" src="http://www.inc.com//images/nav/searchbutton.gif" value="Search" class="search_go" />
|
413
|
-
</div>
|
414
|
-
</form>
|
415
|
-
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
|
416
|
-
</div> <!--end search //-->
|
417
|
-
</div> <!--end headerbar //-->
|
418
|
-
|
419
|
-
<div id="leaderboard">
|
420
|
-
<div id="logo"><a href="http://www.inc.com/" title="Small Business Resources for the Entrepreneur"><img src="/images/inclogo.gif" alt="Inc.com - The Daily Resource for Entrepreneurs" title="Small Business Resources for the Entrepreneur" width="198" height="68" /></a></div>
|
421
|
-
<div id="leaderboard_ad"><script language="JavaScript" type="text/javascript">
|
422
|
-
document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.inc/ros;sz=728x90;pos=top;dcove=d;tile='+(tilenum++)+';lan=en;c_type=splash;cms=aut3006;ord=' + ord + '?" type="text/javascript"><\/script>');
|
423
|
-
</script>
|
424
|
-
<noscript><a href="http://ad.doubleclick.net/jump/mansueto.inc/ros;sz=728x90;pos=top;dcove=d;tile=2;lan=en;c_type=splash;cms=aut3006;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/mansueto.inc/ros;sz=728x90;pos=top;dcove=d;tile=2;lan=en;c_type=splash;cms=aut3006;ord=123456789?" width="728" height="90" border="0" alt=""/></a></noscript>
|
425
|
-
</div> <!--end leaderboard_ad //-->
|
426
|
-
<div id="leaderboard_label"><img src="http://www.inc.com/images/leaderboard_label.gif"></div>
|
427
|
-
</div> <!--end leaderboard //-->
|
428
|
-
|
429
|
-
<div id="nav_container">
|
430
|
-
<ul id="nav">
|
431
|
-
<li id="startup">
|
432
|
-
<div class="navtitle"><a href="http://www.inc.com/start-up" title="Startup">STARTUP</a></div>
|
433
|
-
<ul>
|
434
|
-
<li><a href="http://www.inc.com/writing-a-business-plan" title="Writing a Business Plan">Writing A Business Plan</a></li>
|
435
|
-
<li><a href="http://www.inc.com/running-a-home-based-business" title="Running a Home-Based Business">Running A Home-Based Business</a></li>
|
436
|
-
<li><a href="http://www.inc.com/naming-a-business" title="Naming a Business">Naming a Business</a></li>
|
437
|
-
<li><a href="http://www.inc.com/how-to-incorporate" title="How to Incorporate">How to Incorporate</a></li>
|
438
|
-
<li><a href="http://www.inc.com/financing-a-small-business" title="Financing a Small Business">Financing a Small Business</a></li>
|
439
|
-
<li><a href="http://www.inc.com/buying-a-small-business" title="Buying a Small Business">Buying a Small Business</a></li>
|
440
|
-
<li class="last"><a href="http://www.inc.com/franchises" title="Franchises">Franchises</a></li>
|
441
|
-
</ul>
|
442
|
-
</li>
|
443
|
-
<li id="runningbusiness">
|
444
|
-
<div class="navtitle"><a href="http://www.inc.com/running-a-business" title="Running a Business">RUNNING A BUSINESS</a></div>
|
445
|
-
<ul>
|
446
|
-
<li><a href="http://www.inc.com/success-stories" title="Success Stories">Success Stories</a></li>
|
447
|
-
<li><a href="http://www.inc.com/growth-strategies" title="Growth Strategies">Growth Strategies</a></li>
|
448
|
-
<li><a href="http://www.inc.com/office-and-operations" title="Office and Operations">Office and Operations</a></li>
|
449
|
-
<li><a href="http://www.inc.com/legal-issues" title="Legal Issues">Legal Issues</a></li>
|
450
|
-
<li class="zebra last"><a href="http://www.inc.com/industries" title="Industries">Industries</a></li>
|
451
|
-
</ul>
|
452
|
-
</li>
|
453
|
-
<li id="finance">
|
454
|
-
<div class="navtitle"><a href="http://www.inc.com/money-and-finance" title="Finance">FINANCE</a></div>
|
455
|
-
<ul>
|
456
|
-
<li><a href="http://www.inc.com/basic-accounting" title="Basic Accounting">Basic Accounting</a></li>
|
457
|
-
<li><a href="http://www.inc.com/budgets" title="Budgets">Budgets</a></li>
|
458
|
-
<li><a href="http://www.inc.com/pricing-strategy" title="Pricing Strategy">Pricing Strategy</a></li>
|
459
|
-
<li><a href="http://www.inc.com/financing-a-small-business" title="Financing A Small Business">Financing A Small Business</a></li>
|
460
|
-
<li><a href="http://www.inc.com/business-taxes" title="Business Taxes">Business Taxes</a></li>
|
461
|
-
<li><a href="http://www.inc.com/selling-a-business" title="Selling A Business">Selling A Business</a></li>
|
462
|
-
<li><a href="http://www.inc.com/bookkeeping" title="Bookkeeping">Bookkeeping</a></li>
|
463
|
-
<li><a href="http://www.inc.com/exit-strategies" title="Exit Strategies">Exit Strategies</a></li>
|
464
|
-
<li class="last"><a href="http://www.inc.com/personal-finance" title="Personal Finance">Personal Finance</a></li>
|
465
|
-
</ul>
|
466
|
-
</li>
|
467
|
-
<li id="leadershipmanaging">
|
468
|
-
<div class="navtitle"><a href="http://www.inc.com/leadership-and-managing" title="Leadership & Managing">LEADERSHIP & MANAGING</a></div>
|
469
|
-
<ul>
|
470
|
-
<li><a href="http://www.inc.com/leadership" title="Leadership">Leadership</a></li>
|
471
|
-
<li><a href="http://www.inc.com/strategy-and-planning" title="Strategy and Planning">Strategy and Planning</a></li>
|
472
|
-
<li><a href="http://www.inc.com/human-resources" title="Human Resources (HR)">Human Resources (HR)</a></li>
|
473
|
-
<li class="zebra last"><a href="http://www.inc.com/employee-benefits" title="Employee Benefits">Employee Benefits</a></li>
|
474
|
-
</ul>
|
475
|
-
</li>
|
476
|
-
<li id="salesmarketing">
|
477
|
-
<div class="navtitle"><a href="http://www.inc.com/sales-and-marketing" title="Sales & Marketing">SALES & MARKETING</a></div>
|
478
|
-
<ul>
|
479
|
-
<li><a href="http://www.inc.com/sales" title="Sales">Sales</a></li>
|
480
|
-
<li><a href="http://www.inc.com/marketing" title="Marketing">Marketing</a></li>
|
481
|
-
<li><a href="http://www.inc.com/branding" title="Branding">Branding</a></li>
|
482
|
-
<li><a href="http://www.inc.com/online-marketing" title="Online Marketing">Online Marketing</a></li>
|
483
|
-
<li><a href="http://www.inc.com/advertising" title="Advertising">Advertising</a></li>
|
484
|
-
<li class="last"><a href="http://www.inc.com/customers" title="Customers">Customers</a></li>
|
485
|
-
</ul>
|
486
|
-
</li>
|
487
|
-
<li id="technology">
|
488
|
-
<div class="navtitle"><a href="http://www.inc.com/managing-technology" title="Technology">TECHNOLOGY</a></div>
|
489
|
-
<ul>
|
490
|
-
<li><a href="http://www.inc.com/internet-and-online-business" title="Internet and Online Business">Internet and Online Business</a></li>
|
491
|
-
<li><a href="http://www.inc.com/hardware" title="Hardware">Hardware</a></li>
|
492
|
-
<li><a href="http://www.inc.com/business-software" title="Business Software">Business Software</a></li>
|
493
|
-
<li><a href="http://www.inc.com/computer-security" title="Computer Security">Computer Security</a></li>
|
494
|
-
<li class="last"><a href="http://www.inc.com/telecom-and-wireless" title="Telecom and Wireless">Telecom and Wireless</a></li>
|
495
|
-
</ul>
|
496
|
-
</li>
|
497
|
-
<li id="innovation">
|
498
|
-
<div class="navtitle"><a href="http://www.inc.com/innovation" title="Innovation">INNOVATION</a></div>
|
499
|
-
<ul>
|
500
|
-
<li><a href="http://www.inc.com/managing-creativity" title="Managing Creativity">Managing Creativity</a></li>
|
501
|
-
<li><a href="http://www.inc.com/research-and-development" title="Research & Development">Research & Development</a></li>
|
502
|
-
<li><a href="http://www.inc.com/intellectual-property" title="Intellectual Property">Intellectual Property</a></li>
|
503
|
-
<li class="last"><a href="http://www.inc.com/bringing-innovation-to-market" title="Bringing Innovation to Market">Bringing Innovation to Market</a></li>
|
504
|
-
</ul>
|
505
|
-
</li>
|
506
|
-
<li id="inc5000">
|
507
|
-
<div class="navtitle"><a href="http://www.inc.com/inc500" title="INC.500|5000">INC.500|5000</a></div>
|
508
|
-
<ul>
|
509
|
-
<li><a href="http://www.inc.com/inc5000/list" title="The 2009 Inc. 500|5000 list">The 2010 Inc. 500|5000 List</a></li>
|
510
|
-
<li><a href="http://www.inc.com/inc5000/2010/top100.html" title="The 2009 Top Lists">The 2010 Top Lists</a></li>
|
511
|
-
<li><a href="http://www.inc500conference.com" title="Inc. 500|5000 Conference" target="_blank">Inc. 500|5000 Conference</a></li>
|
512
|
-
<li><a href="http://www.inc.com/inc5000/2010/honorees.html" title="2010 Honorees Page">Honorees Resources</a></li>
|
513
|
-
<li><a href="http://www.inc.com/inc5000/2010/honorees.html#press-release-templates" title="Press">Press</a></li>
|
514
|
-
<li><a href="http://www.inc.com/inc5000apply/2011/index.html" title="The 2010 List: Apply Now" style="background-color: #f9eb10;">Apply 2011</a></li>
|
515
|
-
</ul>
|
516
|
-
</li>
|
517
|
-
</ul>
|
518
|
-
</div> <!--end nav_container //-->
|
519
|
-
|
520
|
-
|
521
|
-
</div> <!--end header //-->
|
522
|
-
<div id="innercontainer">
|
523
|
-
|
524
|
-
<div id="content"><div id="content_inner">
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
<div id="maincolumn" class="withsidebar"><div id="maincolumn_inner">
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
<h1>Jason Fried</h1>
|
538
|
-
<img src="http://www.inc.com/uploaded_files/image/170x170/Jason-Fried-headshot-bkt_7076.jpg" class="authorimage">
|
539
|
-
<p class="authorblurb">Jason Fried is co-founder of 37signals, a Chicago-based software firm, and co-author of the book <em>Rework</em>, which was published last March. He also writes <em>Inc.'s</em> Get Real column.</p>
|
540
|
-
<br clear="all">
|
541
|
-
|
542
|
-
|
543
|
-
<div id="articleriver">
|
544
|
-
|
545
|
-
|
546
|
-
<div class="articledrop">
|
547
|
-
|
548
|
-
<a href="http://www.inc.com/magazine/20110401/jason-fried-why-i-run-a-flat-company.html"><img src="http://www.inc.com/uploaded_files/image/50x50/Get-Real-35-Corporate-Ladder-bkt_7859.jpg" class="thumb"></a>
|
549
|
-
|
550
|
-
|
551
|
-
<div class="articletext thumbed">
|
552
|
-
<h3><a href="http://www.inc.com/magazine/20110401/jason-fried-why-i-run-a-flat-company.html">Why I Run a Flat Company</a></h3>
|
553
|
-
<div class="byline">
|
554
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Apr 1, 2011</span> </div>
|
555
|
-
|
556
|
-
<p class="summary">I've always kept hierarchy to a minimum. Then a top employee said, "Promote me," and I was forced to reevaluate my organizational structure. <a class="readmore" href="http://www.inc.com/magazine/20110401/jason-fried-why-i-run-a-flat-company.html">Read story</a></p>
|
557
|
-
</div>
|
558
|
-
|
559
|
-
</div>
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
<div class="articledrop">
|
564
|
-
|
565
|
-
<a href="http://www.inc.com/magazine/20110301/making-money-small-business-advice-from-jason-fried.html"><img src="http://www.inc.com/uploaded_files/image/50x50/feature-54-Making-Money-Jason-Fried-bkt_7443.jpg" class="thumb"></a>
|
566
|
-
|
567
|
-
|
568
|
-
<div class="articletext thumbed">
|
569
|
-
<h3><a href="http://www.inc.com/magazine/20110301/making-money-small-business-advice-from-jason-fried.html">How to Get Good at Making Money</a></h3>
|
570
|
-
<div class="byline">
|
571
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Mar 1, 2011</span> </div>
|
572
|
-
|
573
|
-
<p class="summary">Entrepreneur Jason Fried offers the most fundamental of all small-business advice: how to get good at making money. <a class="readmore" href="http://www.inc.com/magazine/20110301/making-money-small-business-advice-from-jason-fried.html">Read story</a></p>
|
574
|
-
</div>
|
575
|
-
|
576
|
-
</div>
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
<div class="articledrop">
|
581
|
-
|
582
|
-
<a href="http://www.inc.com/magazine/20110201/how-to-turn-disaster-into-gold.html"><img src="http://www.inc.com/uploaded_files/image/50x50/GetReal-37-Thunder-Cloud-bkt_6950.jpg" class="thumb"></a>
|
583
|
-
|
584
|
-
|
585
|
-
<div class="articletext thumbed">
|
586
|
-
<h3><a href="http://www.inc.com/magazine/20110201/how-to-turn-disaster-into-gold.html">How to Turn Disaster Into Gold</a></h3>
|
587
|
-
<div class="byline">
|
588
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Feb 1, 2011</span> </div>
|
589
|
-
|
590
|
-
<p class="summary">When one of our products malfunctioned, thousands of stranded customers erupted in fury. Yet we came out of the crisis more credible than ever. Here’s what... <a class="readmore" href="http://www.inc.com/magazine/20110201/how-to-turn-disaster-into-gold.html">Read story</a></p>
|
591
|
-
</div>
|
592
|
-
|
593
|
-
</div>
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
<div class="articledrop">
|
598
|
-
|
599
|
-
<a href="http://www.inc.com/magazine/20101201/how-to-kill-a-bad-idea.html"><img src="http://www.inc.com/uploaded_files/image/50x50/Jason-Fried-headshot-bkt_3308.jpg" class="thumb"></a>
|
600
|
-
|
601
|
-
|
602
|
-
<div class="articletext thumbed">
|
603
|
-
<h3><a href="http://www.inc.com/magazine/20101201/how-to-kill-a-bad-idea.html">How to Kill a Bad Idea</a></h3>
|
604
|
-
<div class="byline">
|
605
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Dec 1, 2010</span> </div>
|
606
|
-
|
607
|
-
<p class="summary">Jason Fried tells us why no is the most important word an entrepreneur can learn. <a class="readmore" href="http://www.inc.com/magazine/20101201/how-to-kill-a-bad-idea.html">Read story</a></p>
|
608
|
-
</div>
|
609
|
-
|
610
|
-
</div>
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
<div class="articledrop">
|
615
|
-
|
616
|
-
<a href="http://www.inc.com/magazine/20101101/go-ahead-raise-your-businesss-prices.html"><img src="http://www.inc.com/uploaded_files/image/50x50/Jason-Fried-headshot-bkt_5667.jpg" class="thumb"></a>
|
617
|
-
|
618
|
-
|
619
|
-
<div class="articletext thumbed">
|
620
|
-
<h3><a href="http://www.inc.com/magazine/20101101/go-ahead-raise-your-businesss-prices.html">Go Ahead, Raise Your Business's Prices</a></h3>
|
621
|
-
<div class="byline">
|
622
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Nov 1, 2010</span> </div>
|
623
|
-
|
624
|
-
<p class="summary">Sure, some customers will complain, and others might take their business elsewhere. But there’s a good chance you don’t want those kinds of customers, an... <a class="readmore" href="http://www.inc.com/magazine/20101101/go-ahead-raise-your-businesss-prices.html">Read story</a></p>
|
625
|
-
</div>
|
626
|
-
|
627
|
-
</div>
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
<div class="articledrop">
|
632
|
-
|
633
|
-
<a href="http://www.inc.com/magazine/20100901/the-truth-about-real-estate.html"><img src="http://www.inc.com/uploaded_files/image/50x50/GetReal-37-factory-bkt_4923.jpg" class="thumb"></a>
|
634
|
-
|
635
|
-
|
636
|
-
<div class="articletext thumbed">
|
637
|
-
<h3><a href="http://www.inc.com/magazine/20100901/the-truth-about-real-estate.html">The Truth About Real Estate</a></h3>
|
638
|
-
<div class="byline">
|
639
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Sep 1, 2010</span> </div>
|
640
|
-
|
641
|
-
<p class="summary">Our new office cost a fortune, but I still think it is the best investment we’ve ever made. <a class="readmore" href="http://www.inc.com/magazine/20100901/the-truth-about-real-estate.html">Read story</a></p>
|
642
|
-
</div>
|
643
|
-
|
644
|
-
</div>
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
<div class="articledrop">
|
649
|
-
|
650
|
-
<a href="http://www.inc.com/magazine/20100701/managing-conflict.html"><img src="http://www.inc.com/uploaded_files/image/50x50/columns-39-conflict-bkt_4237.jpg" class="thumb"></a>
|
651
|
-
|
652
|
-
|
653
|
-
<div class="articletext thumbed">
|
654
|
-
<h3><a href="http://www.inc.com/magazine/20100701/managing-conflict.html">Managing Conflict</a></h3>
|
655
|
-
<div class="byline">
|
656
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Jul 1, 2010</span> </div>
|
657
|
-
|
658
|
-
<p class="summary">At a fast-growing company, arguing is inevitable. But it needn't be harmful. <a class="readmore" href="http://www.inc.com/magazine/20100701/managing-conflict.html">Read story</a></p>
|
659
|
-
</div>
|
660
|
-
|
661
|
-
</div>
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
<div class="articledrop">
|
666
|
-
|
667
|
-
<a href="http://www.inc.com/magazine/20100601/never-read-another-resume.html"><img src="http://www.inc.com/uploaded_files/image/50x50/column-36-GetReal-yellow-bkt_4128.jpg" class="thumb"></a>
|
668
|
-
|
669
|
-
|
670
|
-
<div class="articletext thumbed">
|
671
|
-
<h3><a href="http://www.inc.com/magazine/20100601/never-read-another-resume.html">Never Read Another Resume</a></h3>
|
672
|
-
<div class="byline">
|
673
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Jun 1, 2010</span> </div>
|
674
|
-
|
675
|
-
<p class="summary">37signals co-founder Jason Fried shares his tips for hiring great employees. <a class="readmore" href="http://www.inc.com/magazine/20100601/never-read-another-resume.html">Read story</a></p>
|
676
|
-
</div>
|
677
|
-
|
678
|
-
</div>
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
<div class="articledrop">
|
683
|
-
|
684
|
-
<a href="http://www.inc.com/inctv/2010/05/live-jason-fried-innovation.html"><img src="http://www.inc.com/uploaded_files/image/50x50/Jason-Fried-live-Innovation-bkt_773.jpg" class="thumb"></a>
|
685
|
-
|
686
|
-
|
687
|
-
<div class="articletext thumbed">
|
688
|
-
<h3><a href="http://www.inc.com/inctv/2010/05/live-jason-fried-innovation.html">Live Chat with Jason Fried, Entrepreneur, on Innovation</a></h3>
|
689
|
-
<div class="byline">
|
690
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">May 3, 2010</span> </div>
|
691
|
-
|
692
|
-
<p class="summary">Inc. columnist and entrepreneur, Jason Fried, answers viewers' live questions on innovation, running a successful small business, product development, and more. <a class="readmore" href="http://www.inc.com/inctv/2010/05/live-jason-fried-innovation.html">Watch video</a></p>
|
693
|
-
</div>
|
694
|
-
|
695
|
-
</div>
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
<div class="articledrop">
|
700
|
-
|
701
|
-
<a href="http://www.inc.com/magazine/20100501/why-is-business-writing-so-awful.html"><img src="http://www.inc.com/uploaded_files/image/50x50/Jason-Fried-headshot-bkt_3753.jpg" class="thumb"></a>
|
702
|
-
|
703
|
-
|
704
|
-
<div class="articletext thumbed">
|
705
|
-
<h3><a href="http://www.inc.com/magazine/20100501/why-is-business-writing-so-awful.html">Why Is Business Writing So Awful?</a></h3>
|
706
|
-
<div class="byline">
|
707
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">May 1, 2010</span> </div>
|
708
|
-
|
709
|
-
<p class="summary">Nearly every company relies on the written word to woo customers. So why is most business writing so numbingly banal? <a class="readmore" href="http://www.inc.com/magazine/20100501/why-is-business-writing-so-awful.html">Read story</a></p>
|
710
|
-
</div>
|
711
|
-
|
712
|
-
</div>
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
<div class="articledrop">
|
717
|
-
|
718
|
-
<a href="http://www.inc.com/magazine/20100401/driven-to-distraction.html"><img src="http://www.inc.com/uploaded_files/image/50x50/launch-39-butterflys-bkt_3282.jpg" class="thumb"></a>
|
719
|
-
|
720
|
-
|
721
|
-
<div class="articletext thumbed">
|
722
|
-
<h3><a href="http://www.inc.com/magazine/20100401/driven-to-distraction.html">Driven to Distraction</a></h3>
|
723
|
-
<div class="byline">
|
724
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Apr 1, 2010</span> </div>
|
725
|
-
|
726
|
-
<p class="summary">Are your business problems making you insane? In his debut column, 37signals co-founder Jason Fried argues that one of the keys to success is to let your laz... <a class="readmore" href="http://www.inc.com/magazine/20100401/driven-to-distraction.html">Read story</a></p>
|
727
|
-
</div>
|
728
|
-
|
729
|
-
</div>
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
<div class="articledrop">
|
734
|
-
|
735
|
-
<a href="http://www.inc.com/article/2010/03/37signals-jason-fried.html"><img src="http://www.inc.com/uploaded_files/image/50x50/jason-fried-live-2-bkt_3070.jpg" class="thumb"></a>
|
736
|
-
|
737
|
-
|
738
|
-
<div class="articletext thumbed">
|
739
|
-
<h3><a href="http://www.inc.com/article/2010/03/37signals-jason-fried.html">Live Chat with Jason Fried, Founder of 37signals</a></h3>
|
740
|
-
<div class="byline">
|
741
|
-
By <a href="http://www.inc.com/author/jason-fried">Jason Fried</a> | <span class="pubdate">Mar 8, 2010</span> </div>
|
742
|
-
|
743
|
-
<p class="summary">37signals founder Jason Fried answers questions from readers about running a business, boot-strapping, virtual work and more. <a class="readmore" href="http://www.inc.com/article/2010/03/37signals-jason-fried.html">Watch video</a></p>
|
744
|
-
</div>
|
745
|
-
|
746
|
-
</div>
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
</div> </div></div> <!--end maincolumn_inner/maincolumn //-->
|
751
|
-
|
752
|
-
<div id="sidebar"><div id="sidebar_inner">
|
753
|
-
|
754
|
-
<div id="trendingtopics">
|
755
|
-
<div id="trendingtopicsContent"></div>
|
756
|
-
<script>$("#trendingtopicsContent").load("/trendingtopicsblock");</script>
|
757
|
-
</div>
|
758
|
-
|
759
|
-
<div id="add_336_top" class="ad_336">
|
760
|
-
<script language="JavaScript" type="text/javascript">
|
761
|
-
document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.inc/ros;sz=336x280,300x600,300x250;pos=top;dcove=d;tile='+(tilenum++)+';lan=en;c_type=splash;cms=aut3006;ord=' + ord + '?" type="text/javascript"><\/script>');
|
762
|
-
</script>
|
763
|
-
<noscript><a href="http://ad.doubleclick.net/jump/mansueto.inc/ros;sz=336x280,300x600,300x250;pos=top;dcove=d;tile=3;lan=en;c_type=splash;cms=aut3006;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/mansueto.inc/ros;sz=336x280,300x600,300x250;pos=top;dcove=d;tile=3;lan=en;c_type=splash;cms=aut3006;ord=123456789?" width="336" height="280" border="0" alt=""/></a></noscript>
|
764
|
-
|
765
|
-
<p>ADVERTISEMENT</p>
|
766
|
-
</div>
|
767
|
-
|
768
|
-
<div class="section" id="twitter_blog">
|
769
|
-
<div id="twitter_holder">
|
770
|
-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
|
771
|
-
|
772
|
-
<script>
|
773
|
-
new TWTR.Widget({
|
774
|
-
version: 2,
|
775
|
-
type: 'search',
|
776
|
-
search: 'from:JasonFried',
|
777
|
-
interval: 6000,
|
778
|
-
title: 'Tweets from',
|
779
|
-
subject: 'Jason Fried',
|
780
|
-
width: 360,
|
781
|
-
height: 200,
|
782
|
-
theme: {
|
783
|
-
shell: {
|
784
|
-
background: '#d0d0d0',
|
785
|
-
color: '#000000'
|
786
|
-
},
|
787
|
-
tweets: {
|
788
|
-
background: '#ffffff',
|
789
|
-
color: '#444444',
|
790
|
-
links: '#1985b5'
|
791
|
-
}
|
792
|
-
},
|
793
|
-
features: {
|
794
|
-
scrollbar: false,
|
795
|
-
loop: true,
|
796
|
-
live: true,
|
797
|
-
hashtags: true,
|
798
|
-
timestamp: true,
|
799
|
-
avatars: true,
|
800
|
-
behavior: 'default'
|
801
|
-
}
|
802
|
-
}).render().start();
|
803
|
-
</script>
|
804
|
-
|
805
|
-
</div>
|
806
|
-
</div>
|
807
|
-
|
808
|
-
<div id="mostpopular">
|
809
|
-
<map name="poptabsmap">
|
810
|
-
<area href="javascript:newselecttab('pop');" shape="rect" coords="0,0,150,31" alt="Show most popular"></a>
|
811
|
-
<area href="javascript:newselecttab('email');" shape="rect" coords="155,0,310,31" alt="Show most emailed"></A>
|
812
|
-
</map>
|
813
|
-
<div id="mostpopulartabs" class="mostpop"><img src="http://www.inc.com/images/spacer.gif" usemap="#poptabsmap" height="31" width="360"></div>
|
814
|
-
<div id="popContent"></div>
|
815
|
-
<script>$("#popContent").load("http://www.inc.com/mostpopularblock");</script>
|
816
|
-
<div id="emailContent" style="display:none;"><script language="javascript" src="http://disqus.com/forums/inc/popular_threads_widget.js?num_items=12"></script></div>
|
817
|
-
</div>
|
818
|
-
|
819
|
-
<div class="ad_partners">
|
820
|
-
<p>FROM OUR PARTNERS</p>
|
821
|
-
<script language="JavaScript" type="text/javascript">
|
822
|
-
document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.inc/ros;sz=336x150;pos=top;dcove=d;tile='+(tilenum++)+';lan=en;c_type=splash;cms=aut3006;ord=' + ord + '?" type="text/javascript"><\/script>');
|
823
|
-
</script>
|
824
|
-
<noscript><a href="http://ad.doubleclick.net/jump/mansueto.inc/ros;sz=336x150;pos=top;dcove=d;tile=4;lan=en;c_type=splash;cms=aut3006;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/mansueto.inc/ros;sz=336x150;pos=top;dcove=d;tile=4;lan=en;c_type=splash;cms=aut3006;ord=123456789?" width="336" height="150" border="0" alt=""/></a></noscript>
|
825
|
-
|
826
|
-
</div>
|
827
|
-
|
828
|
-
<div class="ad_adblade">
|
829
|
-
<script type="text/javascript">document.write('<ifr'+'ame width="336" height="350" src="http://web.adblade.com/imps.php?app=2812&ad_width=336&ad_height=350&img_pad=3&title_font=1&title_color=0066cc&description_font=1&description_color=000000&id=61&output=html" frameborder="0" scrolling="no" hspace="0" vspace="0" marginheight="0" marginwidth="0" style="overflow: hidden;width:336px;height:350px;border:0px;padding:0px;margin:0px"></ifr'+'ame>');</script>
|
830
|
-
</div>
|
831
|
-
|
832
|
-
<div class="ad_subscriptions">
|
833
|
-
<script language="JavaScript" type="text/javascript">
|
834
|
-
document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.inc/ros;sz=360x170;pos=top;dcove=d;tile='+(tilenum++)+';lan=en;c_type=splash;cms=aut3006;ord=' + ord + '?" type="text/javascript"><\/script>');
|
835
|
-
</script>
|
836
|
-
<noscript><a href="http://ad.doubleclick.net/jump/mansueto.inc/ros;sz=360x170;pos=top;dcove=d;tile=6;lan=en;c_type=splash;cms=aut3006;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/mansueto.inc/ros;sz=360x170;pos=top;dcove=d;tile=6;lan=en;c_type=splash;cms=aut3006;ord=123456789?" width="360" height="170" border="0" alt=""/></a></noscript>
|
837
|
-
|
838
|
-
</div>
|
839
|
-
|
840
|
-
|
841
|
-
<div class="stripedhr"><hr /></div>
|
842
|
-
|
843
|
-
|
844
|
-
<div id="select_services">
|
845
|
-
<h2 class="feature">Select Services</h2>
|
846
|
-
<script language="JavaScript" type="text/javascript">showFeatured();</script>
|
847
|
-
</div>
|
848
|
-
</div></div> <!--end sidebar_inner/sidebar //-->
|
849
|
-
<br clear="all">
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
</div></div> <!--end content_inner/content //-->
|
855
|
-
</div> <!--end innercontainer//-->
|
856
|
-
|
857
|
-
<div id="innercontainer-footer">
|
858
|
-
<div id="content-footer"><div id="content_inner-footer">
|
859
|
-
|
860
|
-
<div class="stripedhr"><hr /></div>
|
861
|
-
<div id="footer">
|
862
|
-
|
863
|
-
<ul id="footernav">
|
864
|
-
<li id="home" class="first"><a href="http://www.inc.com/">Home</a></li>
|
865
|
-
<li id="mazazine"><a href="http://www.inc.com/magazine">Magazine</a></li>
|
866
|
-
<li id="contactus"><a href="http://www.inc.com/about/contact_us.html">Contact Us</a></li>
|
867
|
-
<li id="aboutus"><a href="http://www.inc.com/about/index.html">About Us</a></li>
|
868
|
-
<li id="advertise"><a href="http://www.inc.com/advertise/index.html">Advertise</a></li>
|
869
|
-
<li id="events"><a href="http://www.inc.com/events">Events</a></li>
|
870
|
-
<li id="legaldisclaimers"><a href="http://www.inc.com/about/disclaimer.html">Legal Disclaimers</a></li>
|
871
|
-
<li id="privacypolicy"><a href="http://www.inc.com/about/privacy.html">Privacy Policies</a></li>
|
872
|
-
<li id="subscriptions"><a href="http://trax.inc.com/k/w/sub/bottom">Subscribe</a></li>
|
873
|
-
<li id="inc5005000"><a href="http://www.inc.com/iboc">Inc. Business Owners Council</a></li>
|
874
|
-
|
875
|
-
</ul>
|
876
|
-
<p class="footertext">Copyright © 2011 Mansueto Ventures LLC. All rights reserved.</p>
|
877
|
-
|
878
|
-
</div> <!--end footer //-->
|
879
|
-
|
880
|
-
</div></div> <!--end content_inner-footer/content-footer //-->
|
881
|
-
</div><!--end innercontainer-footer //-->
|
882
|
-
|
883
|
-
</div></div> <!--end container2/container //-->
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
<script type="text/javascript">
|
888
|
-
$(function() {
|
889
|
-
$("#incsearchbox").autocomplete({
|
890
|
-
source: "http://www.inc.com/index.php?op=entity_search",
|
891
|
-
minLength: 4,
|
892
|
-
delay: 600,
|
893
|
-
select: function(event, ui) {
|
894
|
-
window.location.href = "http://www.inc.com/" + ui.item.id;
|
895
|
-
}
|
896
|
-
});
|
897
|
-
});
|
898
|
-
</script>
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
<!-- Begin comScore Tag -->
|
904
|
-
<script>
|
905
|
-
document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
|
906
|
-
</script>
|
907
|
-
<script>
|
908
|
-
COMSCORE.beacon({
|
909
|
-
c1:2,
|
910
|
-
c2:6916907
|
911
|
-
});
|
912
|
-
</script>
|
913
|
-
<noscript>
|
914
|
-
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6916907&c3=&c4=&c5=&c6=&c15=&cj=1" />
|
915
|
-
</noscript>
|
916
|
-
<!-- End comScore Tag -->
|
917
|
-
|
918
|
-
<!-- Start Quantcast tag -->
|
919
|
-
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
|
920
|
-
<script type="text/javascript">_qacct="p-47S1A5lS_E8SI";quantserve();</script>
|
921
|
-
<noscript>
|
922
|
-
<a href="http://www.quantcast.com/p-47S1A5lS_E8SI" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-47S1A5lS_E8SI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
|
923
|
-
</noscript>
|
924
|
-
<!-- End Quantcast tag -->
|
925
|
-
|
926
|
-
<!-- Start Chartbeat integration -->
|
927
|
-
<script type="text/javascript">
|
928
|
-
|
929
|
-
var _sf_async_config={uid:2768,domain:"inc.com"};_sf_async_config.sections = "";_sf_async_config.authors = "";
|
930
|
-
|
931
|
-
(function(){
|
932
|
-
function loadChartbeat() {
|
933
|
-
window._sf_endpt=(new Date()).getTime();
|
934
|
-
var e = document.createElement('script');
|
935
|
-
e.setAttribute('language', 'javascript');
|
936
|
-
e.setAttribute('type', 'text/javascript');
|
937
|
-
e.setAttribute('src',
|
938
|
-
(("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
|
939
|
-
"static.chartbeat.com/js/chartbeat.js");
|
940
|
-
document.body.appendChild(e);
|
941
|
-
}
|
942
|
-
var oldonload = window.onload;
|
943
|
-
window.onload = (typeof window.onload != 'function') ?
|
944
|
-
loadChartbeat : function() { oldonload(); loadChartbeat(); };
|
945
|
-
})();
|
946
|
-
</script>
|
947
|
-
<!-- End Chartbeat integration -->
|
948
|
-
|
949
|
-
|
950
|
-
<div id="posttrack"></div>
|
951
|
-
|
952
|
-
|
953
|
-
<script language="javascript">
|
954
|
-
function postload() {
|
955
|
-
var op = 'author';
|
956
|
-
var incSitePage = 'ros';
|
957
|
-
var txt = '';
|
958
|
-
if(op!='home' && incSitePage!='col.livechat') {
|
959
|
-
if (Math.random() < 0.5) {
|
960
|
-
txt += '<script src="http://content.dl-rms.com/rms/mother/555/nodetag.js"></scr' + 'ipt>';
|
961
|
-
} else {
|
962
|
-
txt += '<script language="javascript" src="http://icompass.insightexpressai.com/401.js"></scr' + 'ipt>';
|
963
|
-
}
|
964
|
-
}
|
965
|
-
|
966
|
-
txt += '<script type="text/javascript" src="http://amch.questionmarket.com/adsc/d632383/16/644041/randm.js"></scr' + 'ipt>';
|
967
|
-
|
968
|
-
<!-- Default Insight Tag -->
|
969
|
-
var _bizo_data_partner_id = "632";
|
970
|
-
var _bizo_p = (("https:" == document.location.protocol) ? "https://sjs." : "http://js.");
|
971
|
-
txt += unescape("%3Cscript src='" + _bizo_p + "bizographics.com/convert_data.js?partner_id=" + _bizo_data_partner_id + "' type='text/javascript'%3E%3C/script%3E");
|
972
|
-
|
973
|
-
if(incSitePage.indexOf("startup")!=-1) {
|
974
|
-
undertone = 655;
|
975
|
-
} else if(incSitePage.indexOf("runbiz")!=-1) {
|
976
|
-
undertone = 654;
|
977
|
-
} else if(incSitePage.indexOf("moneyfinance")!=-1) {
|
978
|
-
undertone = 661;
|
979
|
-
} else if(incSitePage.indexOf("ldrshipmanage")!=-1) {
|
980
|
-
undertone = 662;
|
981
|
-
} else if(incSitePage.indexOf("slsmktg")!=-1) {
|
982
|
-
undertone = 663;
|
983
|
-
} else if(incSitePage.indexOf("managetech")!=-1) {
|
984
|
-
undertone = 664;
|
985
|
-
} else if(incSitePage.indexOf("innovation")!=-1) {
|
986
|
-
undertone = 665;
|
987
|
-
} else if(incSitePage.indexOf("inc5000")!=-1) {
|
988
|
-
undertone = 666;
|
989
|
-
} else {
|
990
|
-
undertone = 694;
|
991
|
-
}
|
992
|
-
|
993
|
-
txt += '<img src=\'http://ads.undertone.com/fc.php?script=profileTargetingCommon:logBeacon&cb=[timestamp]&pid='+undertone+'\' alt=\'\' style=\'display: none;\' border=\'0\' height=\'1\' width=\'1\' />';
|
994
|
-
|
995
|
-
if(incSitePage.indexOf("moneyfinance")!=-1) {
|
996
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC04" width="1" height="1" border="0">';
|
997
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6209//ABC2/" width="0" height="0" border="0">';
|
998
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6209//ABC2/" width="0" height="0" border="0">';
|
999
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41482;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1000
|
-
} else if(incSitePage.indexOf("innovation")!=-1) {
|
1001
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC08" width="1" height="1" border="0">';
|
1002
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6211//E2AD/" width="0" height="0" border="0">';
|
1003
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6211//E2AD/" width="0" height="0" border="0">';
|
1004
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41486;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1005
|
-
} else if(incSitePage.indexOf("ldrshipmanage")!=-1) {
|
1006
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC05" width="1" height="1" border="0">';
|
1007
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6212//E3B2/" width="0" height="0" border="0">';
|
1008
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6212//E3B2/" width="0" height="0" border="0">';
|
1009
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41483;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1010
|
-
} else if(incSitePage.indexOf("runbiz")!=-1) {
|
1011
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=1812&token=INC03" width="1" height="1" border="0">';
|
1012
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6214//C5A8/" width="0" height="0" border="0">';
|
1013
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6214//C5A8/" width="0" height="0" border="0">';
|
1014
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41481;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1015
|
-
} else if(incSitePage.indexOf("slsmktg")!=-1) {
|
1016
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC06" width="1" height="1" border="0">';
|
1017
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6215//C6A9/" width="0" height="0" border="0">';
|
1018
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6215//C6A9/" width="0" height="0" border="0">';
|
1019
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41484;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1020
|
-
} else if(incSitePage.indexOf("startup")!=-1) {
|
1021
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=1812&token=INC02" width="1" height="1" border="0">';
|
1022
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6216//E7AE/" width="0" height="0" border="0">';
|
1023
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6216//E7AE/" width="0" height="0" border="0">';
|
1024
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41480;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1025
|
-
} else if(incSitePage.indexOf("managetech")!=-1) {
|
1026
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC07" width="1" height="1" border="0">';
|
1027
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6217//E0AF/" width="0" height="0" border="0">';
|
1028
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6217//E0AF/" width="0" height="0" border="0">';
|
1029
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41485;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1030
|
-
} else {
|
1031
|
-
txt += '<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=995&token=INC01" width="1" height="1" border="0">';
|
1032
|
-
txt += '<img src="http://www.burstnet.com/enlightn/6213//ECB3/" width="0" height="0" border="0">';
|
1033
|
-
txt += '<img src="https://www.burstnet.com/enlightn/6213//ECB3/" width="0" height="0" border="0">';
|
1034
|
-
txt += '<img src="http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=41488;sz=1x1;ord=1?"width="1" height="1" border="0" alt="">';
|
1035
|
-
}
|
1036
|
-
return txt;
|
1037
|
-
}
|
1038
|
-
$(document).ready(function() {
|
1039
|
-
document.getElementById("posttrack").innerHTML=postload();
|
1040
|
-
});
|
1041
|
-
</script>
|
1042
|
-
|
1043
|
-
|
1044
|
-
<script>
|
1045
|
-
cnt = getCookie('cnt');
|
1046
|
-
if(cnt) { cnt++; } else {cnt=1; }
|
1047
|
-
if(!getCookie('incun') && cnt==5) {
|
1048
|
-
login();
|
1049
|
-
$("#loginform").overlay({load: true });
|
1050
|
-
}
|
1051
|
-
setCookie('cnt',cnt,3600, { "path" : "/", "domain" : ".inc.com" });
|
1052
|
-
setCookie('currenturl','http://www.inc.com/author/jason-fried',3600, { "path" : "/", "domain" : ".inc.com" });
|
1053
|
-
|
1054
|
-
if(getCookie('reg2')=='true') { document.getElementById("newslettersignupemail").style.display="block"; }
|
1055
|
-
if(getCookie('reg2')) {
|
1056
|
-
$("#loginform2").overlay({load: true });
|
1057
|
-
deleteCookie('reg2','/','.inc.com');
|
1058
|
-
}
|
1059
|
-
</script>
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
</body>
|
1066
|
-
</html>
|
1067
|
-
|