CINXE.COM
Quick Sprout — I'm Kind of a Big Deal
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://www.quicksprout.com/","20090418142303","http://web.archive.org/","web","https://web-static.archive.org/_static/", "1240064583"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Quick Sprout — I'm Kind of a Big Deal</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.quicksprout.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.quicksprout.com/wp-includes/wlwmanifest.xml"/> <script language="javascript" type="text/javascript"> <!-- function collapseThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } else { comment.className += " collapsed"; } } function expandThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } } function findBody(el) { var divs = el.getElementsByTagName("div"); var ret; for(var i = 0; i < divs.length; ++i) { if(divs.item(i).className.indexOf("body") > -1) return divs.item(i); } return false; } function onAddComment() { //checkDocumentIntegrity(); var el = document.getElementById("commentform"); // Future release: Check if form is filled correctly and mark the form fields. el.submit(); } function moveAddCommentBelow(theId, threadId, collapse) { expandThread( theId ); var addComment = document.getElementById("addcomment"); if(!addComment) { alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'"); return } var comment = document.getElementById(theId); if(collapse) { for(var i = 0; i < comment.childNodes.length; ++i) { var c = comment.childNodes.item(i); if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) { c.className += " collapsed"; } } } addComment.parentNode.removeChild(addComment); comment.appendChild(addComment); if(comment.className.indexOf("alt")>-1) { addComment.className = addComment.className.replace(" alt", ""); } else { addComment.className += " alt"; } var replyId = document.getElementById("comment_reply_ID"); if(replyId == null) { alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over."); } replyId.value = threadId; var reRootElement = document.getElementById("reroot"); if(reRootElement == null) { alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over."); } reRootElement.style.display = "block"; var aTags = comment.getElementsByTagName("A"); var anc = aTags.item(0).id; //document.location.href = "#"+anc; document.getElementById("comment").focus(); } function checkDocumentIntegrity() { str = ""; str += checkElement("reroot","div tag"); str += checkElement("addcomment", "div tag"); str += checkElement("comment_reply_ID", "hidden form field"); str += checkElement("content", "div tag"); str += checkElement("comment", "textfield"); str += checkElement("addcommentanchor", "anchor tag"); if(str != "") { str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str; str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed."; alert(str); } } function checkElement(theId, elDesc) { var el = document.getElementById(theId); if(!el) { if(elDesc == null) elDesc = "element"; return "- The "+elDesc+" with the ID '" +theId + "' is missing\n"; } else return ""; } function reRoot() { var addComment = document.getElementById("addcomment"); var reRootElement = document.getElementById("reroot"); reRootElement.style.display = "none"; var content = document.getElementById("content-main"); if( !content ) content = document.getElementById("content"); if( content ) { addComment.parentNode.removeChild(addComment); content.appendChild(addComment); } addComment.className = addComment.className.replace(" alt", ""); document.location.href = "#addcommentanchor"; document.getElementById("comment").focus(); document.getElementById("comment_reply_ID").value = "0"; } function changeCommentSize(d) { var el = document.getElementById("comment"); var height = parseInt(el.style.height); if(!height && el.offsetHeight) height = el.offsetHeight; height += d; if(height < 20) height = 20; el.style.height = height+"px"; } --> </script> <style type="text/css"> .comment { position: relative; margin: 3px; margin-top: 6px; /* border: 1px solid #666; */ padding: 4px 4px 4px 8px; background-color: #fff; } .odd { background-color: #f8f8f8; } .comment div { position: relative; } .comment .comment img { margin: 0px; } .comment .collapseicon { width: 13px; height: 13px; overflow: hidden; background-image: url(http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png); } .collapsed .collapseicon { background-image: url(http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/wp-content/plugins/briansthreadedcomments.php?image=subthread.png); } .comment .reply { text-align: right; font-size: 80%; padding: 0px 6px 6px 0px; } .comment { border: 1px solid #ddd; margin-top: 10px; } input#subscribe { width: auto; } .comment .body .content { padding: 0px 3px 0px 3px; /*width: 100%; */ overflow: auto; } .comment .title abbr { border: none; } .collapsed .body, .collapsed .comment { display: none; } #commentform textarea { width: 97%; } .btc_gravatar { float: right; margin: 3px 3px 4px 4px; } </style> <meta name="description" content="I'm Kind of a Big Deal"/> <meta name="wp_theme" content="Thesis 1.2"/> <meta name="robots" content="all"/> <meta name="description" content="I'm Kind of a Big Deal"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/style.css" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/content.php?font=georgia&size=14&m=1" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/nav.php?size=11" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/header.php?size=36" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/headlines.php?size=22" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/bylines.php?size=10" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/multimedia.php?size=14" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/sidebars.php?size=13" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/footer.php?size=12" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/widths.php?c=3&w=480" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/lib/css/deprecated.css" type="text/css" media="screen, projection"/> <link rel="stylesheet" href="http://web.archive.org/web/20090418142303cs_/http://www.quicksprout.com/wp-content/themes/thesis/custom/custom.css?041809-70403" type="text/css" media="screen, projection"/> <!--[if lte IE 7]> <link rel="stylesheet" href="http://www.quicksprout.com/wp-content/themes/thesis/lib/css/ie7.css" type="text/css" media="screen, projection" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" href="http://www.quicksprout.com/wp-content/themes/thesis/lib/css/ie6.css" type="text/css" media="screen, projection" /> <![endif]--> <link rel="alternate" type="application/rss+xml" title="Quick Sprout RSS Feed" href="http://web.archive.org/web/20090418142303/http://feeds.feedburner.com/quicksprout"/> <link rel="pingback" href="http://www.quicksprout.com/xmlrpc.php"/><script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_conf.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_core.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_url.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_search_engine.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_user_agent.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_website_base.js"></script> <script type="text/javascript" src="/web/20090418142303js_/http://www.quicksprout.com/wp-content/plugins/kissmetrics/javascript/km_website_user.js"></script> <script language="javascript"> <!-- KM.Core.main.assign("listing_type", "Home", "string"); KM.Core.main.assign("listing_value", null, "string"); KM.Core.main.record("view_listing", {}, null); --> </script> </head> <body class="custom"> <div id="container"> <div id="page"> <ul id="tabs"> <li class="current_page_item"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/" title="Home" rel="nofollow">Home</a></li> <li class="page_item page-item-5"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/about/" title="About">About</a></li> <li class="page_item page-item-6"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/contact/" title="Contact">Contact</a></li> <li class="rss"><a href="http://web.archive.org/web/20090418142303/http://feeds.feedburner.com/quicksprout" title="Quick Sprout RSS Feed" rel="nofollow">Subscribe</a></li> </ul> <div id="header"> <p id="logo"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/">Quick Sprout</a></p> <h1 id="tagline">I’m Kind of a Big Deal</h1> </div> <div id="content_box"> <div id="content" class="hfeed"> <div class="post_box hentry top"> <div class="headline_area"> <h2 class="entry-title"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/04/08/the-andrew-warner-story-how-a-21-year-old-created-a-385-million-dollar-business-by-returning-his-jcrew-clothes/" rel="bookmark" title="Permanent Link to The Andrew Warner Story: How a 21 Year-Old Created a 38.5 Million Dollar Business by Returning His J.Crew Clothes">The Andrew Warner Story: How a 21 Year-Old Created a 38.5 Million Dollar Business by Returning His J.Crew Clothes</a></h2> <p class="headline_meta">by <span class="author vcard fn">Neil Patel</span> on <abbr class="published" title="2009-04-08">April 8, 2009</abbr></p> </div> <div class="format_text entry-content"> <p><img src="http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/images/andrewwarner.jpg" title="andrew warner" alt="andrew warner"/></p> <p>The chances are, you probably haven’t heard of the name <a href="http://web.archive.org/web/20090418142303/http://www.mixergy.com/">Andrew Warner</a>. And if you have, all you will see is a young man who throws local web conferences and interviews successful entrepreneurs. But the thing is, there is a lot more to Andrew Warner than meets the eyes. <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/04/08/the-andrew-warner-story-how-a-21-year-old-created-a-385-million-dollar-business-by-returning-his-jcrew-clothes/#more-716" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/04/08/the-andrew-warner-story-how-a-21-year-old-created-a-385-million-dollar-business-by-returning-his-jcrew-clothes/#comments" rel="nofollow"><span>230</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box hentry"> <div class="headline_area"> <h2 class="entry-title"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/03/02/don%e2%80%99t-give-up/" rel="bookmark" title="Permanent Link to Don’t Give Up!">Don’t Give Up!</a></h2> <p class="headline_meta">by <span class="author vcard fn">Neil Patel</span> on <abbr class="published" title="2009-03-02">March 2, 2009</abbr></p> </div> <div class="format_text entry-content"> <p><object width="480" height="344"><param name="movie" value="http://www.youtube.com/v/MslbhDZoniY&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://web.archive.org/web/20090418142303oe_/http://www.youtube.com/v/MslbhDZoniY&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="344"></embed></object></p> <p>If you watch the video above, you’ll notice a gentleman by the name of <a href="http://web.archive.org/web/20090418142303/http://www.lifewithoutlimbs.org/">Nick Vujicic</a>, who was born without any arms or legs. When he was 8 years old he wanted to end his life because he felt hopeless. But the thing is, he didn’t. Instead of hating his life, he learned to embrace it and live life to the fullest. <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/03/02/don%e2%80%99t-give-up/#more-702" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/03/02/don%e2%80%99t-give-up/#comments" rel="nofollow"><span>320</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box hentry"> <div class="headline_area"> <h2 class="entry-title"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/26/strapped-for-cash-sign-up-for-billshrink/" rel="bookmark" title="Permanent Link to Strapped For Cash? Billshrink Can Save You Thousands!">Strapped For Cash? Billshrink Can Save You Thousands!</a></h2> <p class="headline_meta">by <span class="author vcard fn">Neil Patel</span> on <abbr class="published" title="2009-02-26">February 26, 2009</abbr></p> </div> <div class="format_text entry-content"> <p><img src="http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/images/billshrink.jpg" title="billshrink" alt="billshrink"/></p> <p>Times are tough! Getting a higher paying job or a second job is a great way to make some extra money, but it probably is not a realistic solution for you. A more realistic solution is to make smarter spending decisions. As the saying goes, “it is easier to save money than to make it”.</p> <p>You don’t have to change your lifestyle by not buying things you want, but instead, try to save money by buying things that are on sale or look for better deals.</p> <h3>Billshrink</h3> <p>Recently, I was turned onto a new service called <a href="http://web.archive.org/web/20090418142303/http://www.billshrink.com/">Billshrink</a>. The cool thing about it is that it can help you save money on your credit card bill and your cell phone plan, without changing your spending habits or cutting back on your cell phone minutes. <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/26/strapped-for-cash-sign-up-for-billshrink/#more-681" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/26/strapped-for-cash-sign-up-for-billshrink/#comments" rel="nofollow"><span>143</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box hentry"> <div class="headline_area"> <h2 class="entry-title"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/15/15-things-i-wish-i-had-known-when-i-started-my-first-blog/" rel="bookmark" title="Permanent Link to 15 Things I Wish I Had Known When I Started My First Blog">15 Things I Wish I Had Known When I Started My First Blog</a></h2> <p class="headline_meta">by <span class="author vcard fn">Neil Patel</span> on <abbr class="published" title="2009-02-15">February 15, 2009</abbr></p> </div> <div class="format_text entry-content"> <p><img src="http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/images/wish.jpg" title="wish blogging" alt="wish blogging"/></p> <p>Over the last 3 years I created 2 blogs, my first (<a href="http://web.archive.org/web/20090418142303/http://www.pronetadvertising.com/">Pronet Advertising</a>) is on marketing and my second (Quick Sprout) is on business. Although both of my blogs do well, I made my share of mistakes. I am not a big believer in regrets and I have learned a lot over the last 3 years, but if I started all over again, I would do things very differently. <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/15/15-things-i-wish-i-had-known-when-i-started-my-first-blog/#more-634" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/15/15-things-i-wish-i-had-known-when-i-started-my-first-blog/#comments" rel="nofollow"><span>559</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box hentry"> <div class="headline_area"> <h2 class="entry-title"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/02/how-to-optimize-your-blog-for-search-engines/" rel="bookmark" title="Permanent Link to How to Optimize Your Blog for Search Engines">How to Optimize Your Blog for Search Engines</a></h2> <p class="headline_meta">by <span class="author vcard fn">Neil Patel</span> on <abbr class="published" title="2009-02-02">February 2, 2009</abbr></p> </div> <div class="format_text entry-content"> <p><img src="http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/images/searchengineoptimization.jpg" title="search engine optimization" alt="search engine optimization"/></p> <p>Over the past few years I worked with 30 of the <a href="http://web.archive.org/web/20090418142303/http://technorati.com/pop/blogs/">top 100 blogs</a> to help them increase their traffic. The thing that all of these blogs have in common is that they have great content. But one thing that most of these blogs didn’t do right is leverage search engines.</p> <p><a href="http://web.archive.org/web/20090418142303/http://en.wikipedia.org/wiki/Search_engine_optimization">Search engine optimization</a> doesn’t have to be complicated. As long as you follow the instructions below, you can optimize your blog within 30 minutes. <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/02/how-to-optimize-your-blog-for-search-engines/#more-598" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/2009/02/02/how-to-optimize-your-blog-for-search-engines/#comments" rel="nofollow"><span>414</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="prev_next"> <p class="previous"><a href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/page/2/">← Older Entries</a></p> </div> </div> <div id="sidebars"> <div id="multimedia_box"> <div id="custom_box"> <img style="margin: 0px 6px 6px 0px" align="left" alt="neil patel" title="neil patel" src="http://web.archive.org/web/20090418142303im_/http://www.quicksprout.com/images/neilpatel.jpg"/> <h3>About Neil Patel</h3> Neil Patel is the co-founder of 2 Internet companies: <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.crazyegg.com/">Crazy Egg</a>, and <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.kissmetrics.com/">KISSmetrics</a>. Through these 2 companies he has helped large corporations such as AOL, General Motors, Hewlett-Packard and Viacom make more money from the web. By the age of 21 not only was Neil named a top 100 blogger by Technorati, but he was also one of the top influencers on the web according to the Wall Street Journal. <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/about/#neilpatel">[read more...]</a> </div> </div> <div id="sidebar_1" class="sidebar"> <ul class="sidebar_list"> <li class="widget widget_text"> <div class="textwidget"><div class="callout"> <p><strong><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/about">About Quick Sprout</a></strong><br><br> If you think about all the people that have high paying jobs, you’ll notice that some are talented and others are not. Regardless of how good they are, they are all perceived as “rock stars”. If you want to learn how to become a “rock star”, you have come to the right place. <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/about">[read more…]</a></p></div> </div> </li><li class="widget widget_betterblogroll"><h3>My Involvements</h3><ul><li><a href="http://web.archive.org/web/20090418142303/http://www.sandlotgames.com/" title="">Sandlot Games</a></li><li><a href="http://web.archive.org/web/20090418142303/http://roflrazzi.com/" title="">ROFL Razzi</a></li><li><a href="http://web.archive.org/web/20090418142303/http://www.founderscoop.com/" title="">Founders Co-op</a></li><li><a href="http://web.archive.org/web/20090418142303/http://www.buddytv.com/" title="">BuddyTV</a></li><li><a href="http://web.archive.org/web/20090418142303/http://punditkitchen.com/" title="">Pundit Kitchen</a></li></ul></li> <li class="widget widget_text"> <h3>Find me Online</h3> <div class="textwidget"><p>If you want to interact with me on the web, here are some of the places where you can find me:</p> <ul class="findme"> <li class="facebook"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.facebook.com/people/Neil_Patel/500013011">Facebook</a></li> <li class="linkedin"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.linkedin.com/in/neilkpatel">LinkedIn</a></li> <li class="twitter"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://twitter.com/neilpatel">Twitter</a></li> </ul></div> </li><li class="widget widget_topcomm"><h3>Top Commentors</h3> <ul> <li><a href="http://web.archive.org/web/20090418142303/http://www.yugocars.com/">Himanshu (5)</a></li> <li><a href="http://web.archive.org/web/20090418142303/http://www.tankinz.com/">rufman (5)</a></li> <li><a href="http://web.archive.org/web/20090418142303/http://kennethedwardsjr.com/">Kenney Loves Life (4)</a></li> <li><a href="http://web.archive.org/web/20090418142303/http://www.westwood.edu/">Online Colleges (4)</a></li> <li>Ronnie (4)</li> </ul></li><!-- end of widget --> </ul> </div> <div id="sidebar_2" class="sidebar"> <ul class="sidebar_list"> <li class="widget widget_text"> <h3>Subscribe</h3> <div class="textwidget"><p>Even if you don't visit Quick Sprout on a regular basis, you can stay tuned by having the latest Quick Sprout news delivered to you for <em>free</em> via RSS or Email:</p> <ul class="subscriptions"> <li class="rss"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://feeds.feedburner.com/Quicksprout">RSS Updates</a></li> <li class="email"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.feedburner.com/fb/a/emailverifySubmit?feedId=815108&loc=en_US">Email Updates</a></li> </ul></div> </li> <li class="widget widget_text"> <h3>Killer Blogs</h3> <div class="textwidget"><a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.bargaineering.com/articles/">Bargaineering</a> - A blueprint for financial prosperity<br> <a href="http://web.archive.org/web/20090418142303/http://www.failblog.org/">Fail Blog</a> - A funny picture blog about failure<br> <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.inspiredstartup.com/">Inspired Startup</a> - Your guide to starting up a company<br> <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.persuasive.net/">Persuasive.net</a> - The fastest way to learn persuasive communication<br> <a rel="nofollow" href="http://web.archive.org/web/20090418142303/http://www.shoemoney.com/">Shoemoney</a> - The life of a self-made Internet millionaire</div> </li><li class="widget thesis_widget_search"> <h3>Search this Site</h3> <form method="get" class="search_form" action="http://web.archive.org/web/20090418142303/http://www.quicksprout.com/"> <p> <input class="text_input" type="text" value="To search, type and hit enter" name="s" id="s" onfocus="if (this.value == 'To search, type and hit enter') {this.value = '';}" onblur="if (this.value == '') {this.value = 'To search, type and hit enter';}"/> <input type="hidden" id="searchsubmit" value="Search"/> </p> </form> </li> </ul> </div> </div> </div> <div id="footer"> <p>© 2009 by Quick Sprout. </p> </div> </div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "http://web.archive.org/web/20090418142303/https://ssl." : "http://web.archive.org/web/20090418142303/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-1589983-1"); pageTracker._trackPageview(); </script> <script type="text/javascript" src="http://web.archive.org/web/20090418142303js_/http://izearanks.com/itk/show/quicksprout-com"></script> </body> </html><!-- FILE ARCHIVED ON 14:23:03 Apr 18, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:27:26 Feb 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.928 exclusion.robots: 0.028 exclusion.robots.policy: 0.016 esindex: 0.01 cdx.remote: 20.5 LoadShardBlock: 407.026 (6) PetaboxLoader3.datanode: 210.35 (7) PetaboxLoader3.resolve: 363.141 (2) load_resource: 228.174 -->