<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shoemoney - Skills To Pay The Bills &#187; ddn</title>
	<atom:link href="http://www.shoemoney.com/author/ddn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shoemoney.com</link>
	<description>Skills to Pay the Bills</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Instantly Get More Pageviews for Free</title>
		<link>http://www.shoemoney.com/2010/04/13/how-to-instantly-get-more-pageviews-for-nothing/</link>
		<comments>http://www.shoemoney.com/2010/04/13/how-to-instantly-get-more-pageviews-for-nothing/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 22:26:41 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[Tech Talk Tuesday]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/?p=7119</guid>
		<description><![CDATA[A few months ago during the redesign of ShoeMoney.com I noticed this area next to our social links: At the time there was a random post being displayed. Sure, that would have gotten some clicks but it occurred to me that there had to be a better way. Obviously some posts are better than others, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A few months ago during the redesign of ShoeMoney.com I noticed this area next to our social links:</p>
<p><img src="http://www.dellanave.com/skitch//Tatto_Media_Report_Finds_SEO_Conferences_Have_Zero_Value-20100413-160914.jpg"></p>
<p>At the time there was a random post being displayed.  Sure, that would have gotten some clicks but it occurred to me that there had to be a better way.  Obviously some posts are better than others, and it doesn&#8217;t make any sense to rotate through low quality posts when there are the gems that people love but may be a few years old and the new ShoeMoney.com reader might not ever see them.</p>
<p>So here&#8217;s what I did:</p>
<p><span id="more-7119"></span></p>
<p>We went through and tagged a selection of posts that we considered the &#8220;Best of ShoeMoney&#8221;.</p>
<p>Then I added some simple code to the header file so that it would execute on every page load.  The code checks to see if the current page being loaded is a &#8220;Best of ShoeMoney&#8221; post, and if it is, it adds it to a cookie on the users machine.<br />
<code>if(is_single()) {<br />
        $tags = get_the_tags();<br />
        foreach($tags as $tag) {<br />
                if($tag->name == "Best Of ShoeMoney") {<br />
			if($_COOKIE['haveuseen']) {<br />
                                $seen_posts = unserialize($_COOKIE['haveuseen']);<br />
                        } else {<br />
                                $seen_posts = array();<br />
			}<br />
                        if(!in_array($wp_query->post->ID,$seen_posts)) {<br />
                                array_push($seen_posts,$wp_query->post->ID);<br />
                        }<br />
                        setcookie('haveuseen',serialize($seen_posts),time()+(60*60*24*365),'/','shoemoney.com');<br />
		}<br />
        }<br />
}<br />
</code></p>
<p>Finally, in the template code I run a get_posts() and exclude the posts in the cookie that people have already seen.  This way, on every page load they are exposed to a &#8220;Best of ShoeMoney&#8221; story that they haven&#8217;t read yet.</p>
<p>The result?</p>
<p>Posts that were completely dead with traffic suddenly saw a spike when it was implemented:</p>
<p><img src="http://www.dellanave.com/skitch//Top_Content_-_Google_Analytics-20100413-161015.jpg"></p>
<p>Send this post to your programmer and have them implement this today for an instant boost in pageviews!
<p><a href="http://www.thehoth.com"><img src="http://content.shoemoney.com/1rule_circle_728x90.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2010/04/13/how-to-instantly-get-more-pageviews-for-nothing/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
		<item>
		<title>How to Get Analytics From Your Videos</title>
		<link>http://www.shoemoney.com/2010/03/24/how-to-add-video-event-tracking-to-flowplayer-with-ga/</link>
		<comments>http://www.shoemoney.com/2010/03/24/how-to-add-video-event-tracking-to-flowplayer-with-ga/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:34:07 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[Tech Talk Tuesday]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/?p=6964</guid>
		<description><![CDATA[Video presents an interesting problem for the online marketer. While video is extremely powerful and engaging, we give up a lot of &#8220;features&#8221; that a standard HTML sales page has. It&#8217;s very possible that your flashy, engaging video presentation does a worse job of conveying your message than a good page. Even worse, it&#8217;s very [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Video presents an interesting problem for the online marketer.  While video is extremely powerful and engaging, we give up a lot of &#8220;features&#8221; that a standard HTML sales page has.  It&#8217;s very possible that your flashy, engaging video presentation does a worse job of conveying your message than a good page.  Even worse, it&#8217;s very hard to do any kind of testing or optimization like you can with a split-tested sales page.</p>
<p>Enter Event Tracking in Google Analytics.  Event Tracking allows you to track all sorts of events on your web site which could be an entire series of articles by themselves.  Want to know how many people are clicking various buttons on your site?  Event Tracking can tell you.</p>
<p>What we care about with video, is how many people are finishing the video?  As Jeremy mentioned in another post, 90% of the people who finish the <a href="http://www.shoemoneysystem.com">ShoeMoney System</a> video BUY.  More finishers = More buyers.</p>
<p>Fortunately, with FlowPlayer this is very easy.  The meat of it is this snippet of code you place in your FlowPlayer config:</p>
<p><code>       onStart: function(clip) {<br />
            pageTracker._trackEvent("Videos", "Play", clip.url);<br />
        }, </p>
<p>        // track pause event for this clip. time (in seconds) is also tracked<br />
        onPause: function(clip) {<br />
            pageTracker._trackEvent("Videos", "Pause", clip.url, parseInt(this.getTime()));<br />
        }, </p>
<p>        // track stop event for this clip. time is also tracked<br />
        onStop: function(clip) {<br />
            pageTracker._trackEvent("Videos", "Stop", clip.url, parseInt(this.getTime()));<br />
        }, </p>
<p>        // track finish event for this clip<br />
        onFinish: function(clip) {<br />
            pageTracker._trackEvent("Videos", "Finish", clip.url);<br />
        } </code></p>
<p>That&#8217;s it.</p>
<p><img src="http://www.dellanave.com/skitch//Event_Tracking_Category__-_Google_Analytics-20100323-222721.png"></p>
<p>After gathering data, in your Analytics account under Content->Event Tracking you will have stats on Plays, Pauses, and Finishes.  Of course, since this is GA, you can also look at all kinds of other dimensions of this data.</p>
<p>Now it&#8217;s your turn to implement, and figure out how to use this new data to make more money.
<p><a href="http://www.thehoth.com"><img src="http://content.shoemoney.com/1rule_circle_728x90.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2010/03/24/how-to-add-video-event-tracking-to-flowplayer-with-ga/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Make Your Life Easier in 2 Simple Steps</title>
		<link>http://www.shoemoney.com/2010/03/16/make-your-life-easier-in-2-simple-steps/</link>
		<comments>http://www.shoemoney.com/2010/03/16/make-your-life-easier-in-2-simple-steps/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:11:58 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[Tech Talk Tuesday]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Fujitsu S300M]]></category>
		<category><![CDATA[S1500M]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/?p=6851</guid>
		<description><![CDATA[Welcome to the first Tech Talk Tuesday. Most readers of this blog are self-employed in some fashion. If you are, you probably know that there are hassles that come with being self-employed. One of the biggest is the amount of paper that seems to stack up. Bank accounts, taxes, investments, payrolls, lawyers, receipts, bills, invoices [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Welcome to the first Tech Talk Tuesday.</p>
<p>Most readers of this blog are self-employed in some fashion.  If you are, you probably know that there are hassles that come with being self-employed.  One of the biggest is the amount of paper that seems to stack up.  Bank accounts, taxes, investments, payrolls, lawyers, receipts, bills, invoices the list goes on.  I have found a solution that has made our lives so much easier.</p>
<p>Steps:</p>
<p>1) Go to Amazon and buy a <a href="http://www.amazon.com/ScanSnap-S300M-600DPI-Mobile-Scanner/dp/B001554FBE/ref=sr_1_1?ie=UTF8&#038;tag=shoemoney-20&#038;s=office-products&#038;qid=1268710735&#038;sr=8-1">Fujitsu S300M</a> or <a href="http://www.amazon.com/Fujitsu-ScanSnap-Instant-Sheet-Fed-Macintosh/dp/B001XWCQO2/ref=pd_cp_e_1">S1500M</a>.  I recommend the S300M unless you have a really out of control paper situation.  The 300 does basically everything the 1500 does.</p>
<p>2) Get an <a href="http://www.evernote.com/">Evernote</a> account.  It&#8217;s free to try, but you&#8217;re going to want to upgrade to get the search within documents.</p>
<p><strong>What&#8217;s this going to do?</strong></p>
<p>The Fujitsu ScanSnap allows you to 1-button scan directly into Evernote.  Evernote allows you to search within all of your documents even if they are just scanned PDFs, as well as tag them however you want.</p>
<p>This is a game-changer for most people.  Suddenly instead of having to file things into a file cabinet, and not be able to find them when you need them, you can just search all of your documents.</p>
<p>Here are instructions for <a href="http://paperlessmac.com/2010/01/how-to-get-the-fujisu-scansnap-300m-and-evernote-working-together/">the S300M and Evernote on a Mac</a></p>
<p>Or <a href="http://blog.evernote.com/2009/05/07/scan-to-evernote-fujitsu-scansnap/">Scan to Evernote</a> on Windows.</p>
<p>My desk is clear for the first time in years.</p>
<p><a href="http://www.thehoth.com"><img src="http://content.shoemoney.com/1rule_circle_728x90.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2010/03/16/make-your-life-easier-in-2-simple-steps/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Split Testing with a Genetic Algorithm</title>
		<link>http://www.shoemoney.com/2010/03/03/split-testing-with-a-genetic-algorithm/</link>
		<comments>http://www.shoemoney.com/2010/03/03/split-testing-with-a-genetic-algorithm/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:38:12 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[David Dellanave]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Split Testing]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/?p=6693</guid>
		<description><![CDATA[I&#8217;ve got some interesting data following the ShoeMoney System launch that I want to share. This time around I used genetify to do multi-variate testing with an optimizing algorithm. Let me show you why this is important. Let&#8217;s say we got 50,000 unique visitors to our landing page. 3.0% conversion rate 5.0% conversion rate So [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve got some interesting data following the <a href="http://www.shoemoneysystem.com/">ShoeMoney System</a> launch that I want to share.<span id="more-6693"></span></p>
<p>This time around I used <a href="http://wiki.github.com/gregdingle/genetify/">genetify</a> to do multi-variate testing with an optimizing algorithm.  Let me show you why this is important.</p>
<p>Let&#8217;s say we got 50,000 unique visitors to our landing page.</p>
<table>
<tbody>
<tr>
<td>
<h3>3.0% conversion rate</h3>
</td>
<td>
<h3>5.0% conversion rate</h3>
</td>
</tr>
<tr>
<td><img src="http://www.dellanave.com/skitch//The_ShoeMoney_System_is_Live-20100303-104958.png" alt="" /></td>
<td><img src="http://www.dellanave.com/skitch//The_ShoeMoney_System_is_Live-1-20100303-105034.png" alt="" /></td>
</tr>
</tbody>
</table>
<p>So you say, great, orange converted better.  So what?  Everyone knows orange buttons convert better.  Well you&#8217;re right, but we also tested some much more interesting things that I&#8217;m not willing to share.  But, let me show you something more important.</p>
<p>Assume we had 50,000 unique visitors, with a $200 sale price.</p>
<p>50,000 * 3% = 1500 = $300,000<br />
50,000 * 5% = 2500 = $500,000</p>
<p>If we had simply 50/50 split tested to SEE which result was better:</p>
<p>25,000 * 3% + 25,000 * 5% = $150,000 + $250,000 = $400,000</p>
<p>But using a genetic algorithm that optimized in real-time for the best conversion rate:</p>
<p>10,000 * 3% + 40,000 * 5% = $60,000 + $400,000 = $460,000</p>
<p>Because our algorithm optimized itself for the best conversion, we made an extra 15% in revenue.</p>
<p>The coolest thing about MVT with a genetic algorithm is that it will find <em>combinations</em> that work the best that you would never have dreamed of.</p>
<p>If you aren&#8217;t using the tools available, you are leaving money on the table.
<p><a href="http://www.thehoth.com"><img src="http://content.shoemoney.com/1rule_circle_728x90.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2010/03/03/split-testing-with-a-genetic-algorithm/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Want Analytics on your Twitter?</title>
		<link>http://www.shoemoney.com/2009/12/18/want-analytics-on-your-twitter/</link>
		<comments>http://www.shoemoney.com/2009/12/18/want-analytics-on-your-twitter/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:24:29 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[shoemoney]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/?p=6196</guid>
		<description><![CDATA[At this point, for online marketers Twitter and Facebook are no longer just ways to chat with our friends and colleagues. Both platforms provide a rich environment for user and customer acquisition. The biggest problem though, is that there are virtually no analytics or metrics other than follower/friend counts. From what I&#8217;ve seen, Ad.ly is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>At this point, for online marketers Twitter and Facebook are no longer just ways to chat with our friends and colleagues.  Both platforms provide a rich environment for user and customer acquisition.  The biggest problem though, is that there are virtually no analytics or metrics other than follower/friend counts.</p>
<p>From what I&#8217;ve seen, Ad.ly is well on their way to changing that.</p>
<p><img src="http://www.dellanave.com/skitch//Ad.ly_Analytics_-_Understand_Your_Followers-20091217-102018.jpg"></p>
<p>Would you like to see more data like that on your followers?  I thought so.  How about this:</p>
<p><img src="http://www.dellanave.com/skitch//Ad.ly_Analytics_-_Understand_Your_Followers-20091217-102131.jpg"></p>
<p>All you have to do is <a href="http://analytics.ad.ly/">head over to Ad.ly analytics</a> and the authorize your<br />
Twitter account. It takes less than 15 seconds and you&#8217;re up and<br />
running.</p>
<p>Right now you can see follower statistics like: gender<br />
breakdown, percent engaged, location (domestic and global), most<br />
influential and my personal favorite,<br />
the time of day you tweet and time of day you get retweeted. Twitter<br />
marketers and rabid users are going to love this tool. They also have<br />
an paid version of the product that  will allow you to dig much deeper into your follower data. I am a bit  skeptical that average users will pay for this but you never know?  It&#8217;s worth a shot I suppose.</p>
<p>A few things I&#8217;d like to see right off the bat:</p>
<ul>
<li>Suggestions on optimal time to tweet based on when I will get the most retweets</li>
<li>An analysis of my social graph and a suggestion of who I should convince to follow me to extend my reach the most in the sectors that matter to me.
<li>Pull in all my click data from bit.ly etc and show me which links I&#8217;ve posted that are the most popular.</li>
</ul>
<p>This is hot stuff, and if they keep improving it I doubt that Twitter will be able to avoid acquiring these guys.  You heard it here first.
<p><a href="http://www.thehoth.com"><img src="http://content.shoemoney.com/1rule_circle_728x90.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2009/12/18/want-analytics-on-your-twitter/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>How to Pass Up the Opportunity of a Lifetime</title>
		<link>http://www.shoemoney.com/2007/11/16/how-to-pass-up-the-opportunity-of-a-lifetime/</link>
		<comments>http://www.shoemoney.com/2007/11/16/how-to-pass-up-the-opportunity-of-a-lifetime/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 21:22:32 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[shoemoney]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/2007/11/16/how-to-pass-up-the-opportunity-of-a-lifetime/</guid>
		<description><![CDATA[Sometimes I feel like its every day that someone comes to me with the opportunity of a lifetime. It will require no capital investment, just a little tiny bit of my time, and will have enormous returns. I (almost) always pass. But how do you know when to pass up these great chances to become [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Sometimes I feel like its every day that someone comes to me with the opportunity of a lifetime.  It will require no capital investment, just a little tiny bit of my time, and will have enormous returns.  I (almost) always pass.</p>
<p>But how do you know when to pass up these great chances to become a gazillionaire?  I think I&#8217;m lucky in that I was jaded against these fantastic opportunities when I was younger.  One time in elementary school a kid promised me that he had the other red property on McDonalds monopoly.  Since I had the matching red one, it was a shoe-in to win the Dodge Viper.  I was already explaining to my mom how I was going to get the Viper and sell it and then invest the money in the stock market.  Guess who never produced the final red property?</p>
<p>In college a friend approached me with a GREAT business idea.  He had everything planned out, and all I needed to do was build the web site.  He offered me a slice of what was going to be this huge pie.  I thought it seemed pretty solid so I told him I&#8217;d be happy to be involved but I wanted to just be paid for my time instead of taking a percentage.  He decided to find someone else to build the site.  This weekend I found out they went completely bankrupt.</p>
<p>So whats the point?  How do you know?</p>
<p>1) If it&#8217;s too good to be true, it is.  No one is going to offer you 45% return on your money with ZERO RISK.  Unless they&#8217;re pushing blow.  Maybe you&#8217;re ok with that, but assess the risk.</p>
<p>2) How much of your time is it <b>really</b> going to take?  If someone offers you 10% of their company for something that will take you 10 minutes, GO FOR IT.  Or email me and I will.  If on the other hand you size it up and realize it may take 110% of your valuable time, its probably not worth the risk.</p>
<p>3) Use your experience and trust your gut.  Maybe you&#8217;ll pass up a great opportunity, but the statistics are in your favor for making a good decision.  You&#8217;ve probably been burned before, put everything you know together and really analyze it.</p>
<p>4) Be skeptical as hell.  About everything.</p>
<p>5) Protect your interests.  If you&#8217;re investing tens or hundreds of thousands of dollars, what is a couple grand to pay a good lawyer to protect you with a iron-clad contract?  Same goes with your precious time.  GET IT IN WRITING.</p>
<p>Now excuse me while I go buy some stock in this company I just got an email about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2007/11/16/how-to-pass-up-the-opportunity-of-a-lifetime/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Answers to Q&amp;A Round 3 &#8211; With David Dellanave</title>
		<link>http://www.shoemoney.com/2007/08/13/answers-to-qa-round-3-with-david-dellanave/</link>
		<comments>http://www.shoemoney.com/2007/08/13/answers-to-qa-round-3-with-david-dellanave/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 18:20:33 +0000</pubDate>
		<dc:creator>ddn</dc:creator>
				<category><![CDATA[q&a]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://www.shoemoney.com/2007/08/13/answers-to-qa-round-3-with-david-dellanave/</guid>
		<description><![CDATA[Luis asks: What motivates you to be with shoe and not doing all that stuff by yourself. David Dellanave: Same reason I don&#8217;t clean my own house. I can be far more productive focusing on what I&#8217;m good at, and letting a great marketer do the marketing that I&#8217;m not great at. Teddy asks: What [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><b><a href="">Luis</a> asks: </b></p>
<div class="questions">What motivates you to be with shoe and not doing all that stuff by yourself.</div>
<p>
<div class="answers"><b>David Dellanave: Same reason I don&#8217;t clean my own house.  I can be far more productive focusing on what I&#8217;m good at, and letting a great marketer do the marketing that I&#8217;m not great at. </b></div>
<p><b><a href="http://teddymail.com/">Teddy</a> asks: </b></p>
<div class="questions">What are your interests outside of programming?</div>
<p>
<div class="answers"><b>David Dellanave: I have way too many hobbies.  Auto-racing, skiing, boating, traveling, motorcycles and food among others.</b></div>
<p><b><a href="http://bloggingexperiment.com/">Blogging Experiment</a> asks: </b></p>
<div class="questions">I think the most obvious question is &#8220;How is it working with Shoe?&#8221;</p>
<p>I&#8217;d also like to know whether you&#8217;ve received and obviously turned down any other impressive offers.</p></div>
<p>
<div class="answers"><b>David Dellanave: I don&#8217;t know how to answer that.  We work very well together.  I have turned down some pretty impressive offers including Google.  Why would I want to do anything else when I can work from home, work on exciting projects that I basically choose, and work with a good friend?</b></div>
<p><b><a href="http://www.blogcrowds.com/">Stavanger</a> asks: </b></p>
<div class="questions">DJ and rapper? Why not Woz and Jobs?</p>
<p>My question, so Dillsmack how much hack have you done? I see some wardriving stuff at http://www.dellanave.com/projects/.</p></div>
<p>
<div class="answers"><b>David Dellanave: Woz and Jobs would be pretty lofty.  I&#8217;ve done a lot of stuff that hasn&#8217;t made it to my web site.  Updating that is one of the lowest priorities I can think of.</b></div>
<p><b><a href="">corey</a> asks: </b></p>
<div class="questions">What do you think every web developer should know about security as it pertains to server-side code?</div>
<p>
<div class="answers"><b>David Dellanave: I think its vital to know the implications of what you&#8217;re doing when you&#8217;re coding.  If you don&#8217;t have a clue about security, I can guarantee you will write exploitable code.  Get out there and look at some exploits of common software like WordPress or phpBB and see what they did wrong.  Learn from that, and try not to make the obvious mistakes.</b></div>
<p><b><a href="">Kiley</a> asks: </b></p>
<div class="questions">I don&#8217;t have a question, but I do have a<br />
comment.<br />
The relationship between you two is one that ALL programmers should pay<br />
FULL attention to. Why? Because 99.9% of programmers are FLAKES!<br />
FLAKES who either start a project and can&#8217;t finish it, or just do a<br />
half a$$ job. Dave obviously did his job right from the jump, in turn<br />
you gave him more work, and eventually made him a full time employee,<br />
whom I&#8217;m sure is payed very well.<br />
ALL programmers should take ownership in every project they do, there<br />
are plenty more Shoemoney&#8217;s out there who will pay you for a job well<br />
done.</div>
<p>
<div class="answers"><b>David Dellanave: Yes. </b></div>
<p><b><a href="http://www.epursuit.net/blog/about/">Paul Bradish</a> asks: </b></p>
<div class="questions">Do you still reside in Minnesota?</div>
<p>
<div class="answers"><b>David Dellanave: Yes, Minneapolis. </b></div>
<p><b><a href="http://www.modern-worker.com/">Modern Worker</a> asks: </b></p>
<div class="questions">Dave, did you originally begin programming at a<br />
young age or was it something like front-end design that led you into<br />
hard coding and such?</div>
<p>
<div class="answers"><b>David Dellanave: I don&#8217;t do design at all, I don&#8217;t have any eye for it.  I know what looks good, but I can&#8217;t create that.  I was always a coder.  In high school I worked for a great company that had a great web designer.  He would crank out the front-ends, and I wrapped them around the code.  Too bad he was a back stabber, or we&#8217;d probably hire him.</b></div>
<p><b><a href="http://www.ehlo-localhost.com/">koen</a> asks: </b></p>
<div class="questions">Dave, have you got a mac too, like shoe <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
and how did you get in contact with shoe?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;ve always been a Mac guy, thats how I meant Shoe in the first place many years ago.  The Mac community is pretty small.  We have a lot of friends in common in that community.  You&#8217;d be surprised who is a huge Mac user.</b></div>
<p><b><a href="http://www.freelandlordsoftware.com/">eTown Landlord</a> asks: </b></p>
<div class="questions">Dave, what&#8217;s up with your own personal website?<br />
It&#8217;s pretty lame for a guy with such killer skills&#8230; Do you think you<br />
will ever put up a site that is more interesting or do you not have the<br />
time to put into your site?<br />
Thanks in advance, Corey</div>
<p>
<div class="answers"><b>David Dellanave: Lame?  What would you like it to do?  I think it serves its purpose pretty well.  It is extremely low-priority for me.</b></div>
<p><b><a href="">Joe</a> asks: </b></p>
<div class="questions">Who helps you guys structure the equity sharing/ partnership deals and how does that work?</div>
<p>
<div class="answers"><b>David Dellanave: We just do what&#8217;s fair. </b></div>
<p><b><a href="http://web-professor.net/">web professor</a> asks: </b></p>
<div class="questions">Do you like to watch movies about gladiators?</div>
<p>
<div class="answers"><b>David Dellanave: I like Gladiator&#8230; </b></div>
<p><b><a href="http://www.widewebtalk.com/">Theo</a> asks: </b></p>
<div class="questions">How many hours a day do you work?</div>
<p>
<div class="answers"><b>David Dellanave: Anywhere from 0 to 18.  It just depends on what needs to get done. </b></div>
<p><b><a href="http://www.arolabs.com/">aRo`</a> asks: </b></p>
<div class="questions">Would you suggest to other webdeveloppers to work together with a marketer ?</p>
<p>I&#8217;m talking about the programmers who want to launch there own projects/sites.</p></div>
<p>
<div class="answers"><b>David Dellanave: Find someone you can trust and have a good working relationship with.  If a friendship grows out of that its a bonus.  Don&#8217;t try to make something work because your buddy thinks he is a good marketer and you&#8217;re a good coder. </b></div>
<p><b><a href="http://cashbulge.com/">Leonid Shalimov</a> asks: </b></p>
<div class="questions">1 Million?!?! Ahh, congrats. Good for him <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</div>
<p>
<div class="answers"><b>David Dellanave: Answer </b></div>
<p><b><a href="http://www.stockvault.net/">Bjorgvin</a> asks: </b></p>
<div class="questions">Why did you decide to stick with shoe, and what do you believe is the most vital thing in your relationship with him?</div>
<p>
<div class="answers"><b>David Dellanave: I stuck it out because I knew that we&#8217;d hit it out of the park sooner or later.  We have, and we&#8217;ll do it again. </b></div>
<p><b><a href="http://bizop.ca/">michael webster</a> asks: </b></p>
<div class="questions">How is possible from something like spyfu to work, even though I know you guys don&#8217;t like the data?</div>
<p>
<div class="answers"><b>David Dellanave: Answer </b></div>
<p><b><a href="http://chonnguyen.com/">Chon</a> asks: </b></p>
<div class="questions">why have you not tried dating shoes babysitter?</div>
<p>
<div class="answers"><b>David Dellanave: I live in Minneapolis.. they live in in Nebraska..</b></div>
<p><b><a href="http://www.chrisblogging.com/">chrisblogging.com</a> asks: </b></p>
<div class="questions">How did you get hooked up with Shoe?? How did you get a job working with him?</div>
<p>
<div class="answers"><b>David Dellanave: This has been answered so many times.  We knew each other from the Mac community.  I offered my services to help out with one specific web site he had.  Things went well with that and we&#8217;ve gone from there.</b></div>
<p><b><a href="http://www.stocktradingtogo.com/">Blain Reinkensmeyer</a> asks: </b></p>
<div class="questions">Dave, at 22 and a millionaire I gotta know man, what kind of car do you drive?</div>
<p>
<div class="answers"><b>David Dellanave: Black on black H2. </b></div>
<p><b><a href="http://www.rentvine.com/blog/">Dave Dugdale</a> asks: </b></p>
<div class="questions">Dave, when Jeremy comes to you with an idea how<br />
do you start working on it? For example I like to sketch out what each<br />
page will look like on paper (paper prototype) and then I create a<br />
logic flow chart of how it will work.</div>
<p>
<div class="answers"><b>David Dellanave: You&#8217;re wasting too much time.  I just start working on it.  Open up a text editor and create index.php.  You&#8217;ll be surprised what flows from there. </b></div>
<p><b><a href="http://www.backlinkwatch.com/">Mong</a> asks: </b></p>
<div class="questions">Wow, good what constitutes your net worth of million dollar?</div>
<p>
<div class="answers"><b>David Dellanave: Assets &#8211; liabilities. </b></div>
<p><b><a href="http://www.netondas.com/">Jay Tillery</a> asks: </b></p>
<div class="questions">And now for my questions..<br />
How do you know when to trust an entretpreneur when working for equity?<br />
Do you draw up a contract? Do you do half equity, half pay? Do you guys<br />
go through planning on paper first then you hit the programming or do<br />
you just start with an idea and you start moving it around until it&#8217;s<br />
finished?</div>
<p>
<div class="answers"><b>David Dellanave: OK thats a 2-part question.  As far as partnership goes we are well-established so its not something we have to do every time we work on a new project.  If I had to offer advice, I would say equity or profit-sharing is the way to go.  It is all about the amount of risk you&#8217;re willing to take.  Someone might come to me with a project that they think is a great idea and I think the idea is crap.  In that case I might (probably not, but for the sake of argument lets say I might) do it for a flat fee.  That might work out great for the guy with the crappy idea, when it blows up and all I got was my fee.  Thats the name of the game though, sometimes you have to take a risk.  In my case I&#8217;d rather take the risk if I believe in a project and get a lot more in the long-run than just a flat fee.  I also like passive income.</p>
<p>As far as planning and stuff, I think everyone knows how we work by now.  We just do it.  There is very little planning and talking about how great its going to be, we just hammer it out.  I know the point has been pretty beleaguered, but it bears repeating.  Just do it.<br />
</b></div>
<p><b><a href="http://www.uradrone.com/">Rob</a> asks: </b></p>
<div class="questions">When did you start programming, and what languages did you start with? Did you go to college, and if so what did you major in?</p>
<p>I know I know it&#8217;s a two part question, but I&#8217;m quite curious.</p></div>
<p>
<div class="answers"><b>David Dellanave: I started with Perl when I was about 14.  I had this fantastic mentor who worked at IBM named Bruce Winter.  He wrote the most popular home-automation software on the planet completely in Perl.  He really made me fall in love with Perl, and from there it was easy to learn other languages.  I went to the University of Minnesota and I was an Electrical Engineering major.  It was a colossal waste of time and money.  I spent most of the time running the Ski and Snowboard Club, which was awesome.  I&#8217;m glad I quit school when I did, I think it would have sucked the life out of me.</b></div>
<p><b><a href="http://www.georgiecasey.com/">Georgie Casey</a> asks: </b></p>
<div class="questions">For the two of ye really, how did you learn how<br />
to load balance and scale auctionads? Did you get someone else in.<br />
Seems like a big and important job for people with no experience.</div>
<p>
<div class="answers"><b>David Dellanave: You&#8217;re right, it would be a big job for someone with no experience.  Fortunately, I have a tremendous amount of experience in the area which is why I am in the position I am in in the first place.</b></div>
<p><b><a href="http://www.bingoport.co.uk/">Scott</a> asks: </b></p>
<div class="questions">I find this interesting, since my business partner and I have a similar relationship.</p>
<p>David, what is the craziest idea Shoe has come up with and what did you have to say/do to get him off the track?</p></div>
<p>
<div class="answers"><b>David Dellanave: I still haven&#8217;t gotten him off the paintball gas station idea. </b></div>
<p><b><a href="http://www.devtrench.com/">devtrench blog</a> asks: </b></p>
<div class="questions">How do you guys work remotely? Do you IM, Skype, etc? Any secrets to making that work?</div>
<p>
<div class="answers"><b>David Dellanave: We basically have an IM window open all day long.  Its like an open line of communication all day.  Since we both came from the IRC world, typing conversations is nothing new to us.  We use the phone, but surprisingly little.</b></div>
<p><b><a href="http://www.ganardinero.info/">Cristi√°n</a> asks: </b></p>
<div class="questions">Do you have personal projects that you would like to share?</div>
<p>
<div class="answers"><b>David Dellanave: No not really.  At this point, whats mine is ours.  Why would I go off and do a &#8220;personal project&#8221; without bringing in the best marketer I can think of?</b></div>
<p><b><a href="http://moremerchant.com/">More M</a> asks: </b></p>
<div class="questions">If you were new to the internet today and wanted to make a living at it, where would you start&#8230; what would you do?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;d start by reading <a href="http://www.shoemoney.com">Shoemoney.com</a>.  That guy always gives tips on how to get started.  You really have to find your own opportunities though. </b></div>
<p><b><a href="http://grivon.com/search/">Grivon</a> asks: </b></p>
<div class="questions">Which language did you (and how old were you<br />
when you when you?) first learnt programming?<br />
I&#8217;d also like a bit of information on how your first &#8220;equity split&#8221;<br />
went? Not too sure how to go about that but I think that&#8217;s what I&#8217;d<br />
like to do for my next project (with my own davey of course :p )</div>
<p>
<div class="answers"><b>David Dellanave:  I started learning Perl when I was about 14.</p>
<p>Jeremy basically offered me 40% of the site, if I was willing to go and build a Sprint version of one of his ringtone sites.  It went very well, to say the least.</b></div>
<p><b><a href="http://www.myroom.co.jp/">JeffPosaka</a> asks: </b></p>
<div class="questions">How is your truck dashboard?  Did you ever get sued by that sucky company?</div>
<p>
<div class="answers"><b>David Dellanave: It turned out really well.  They never followed through, and I will take that page down out of respect at some point.  I didn&#8217;t like being threatened though, so its staying up for a bit.</b></div>
<p><b><a href="http://www.compareutilitybills.com/">Ron</a> asks: </b></p>
<div class="questions">Shoe has to be one of the smartest guys in this business.<br />
If you had to start over with nothing, what one piece on internet wisdom from Shoe would you want to use. Please<br />
use something other than &#8220;just do it&#8221; phase.</div>
<p>
<div class="answers"><b>David Dellanave: So you want me to answer your question, but you&#8217;ve pre-conceived what you want the answer to be?  OK, instead of &#8220;just do it&#8221;: fake it &#8217;til you make it.</b></div>
<p><b><a href="http://www.noaprcreditcards.com/">Mike</a> asks: </b></p>
<div class="questions">Which programming language are you most proficient at?</p>
<p>Thanks, Mike</p></div>
<p>
<div class="answers"><b>David Dellanave: I love Perl but I think I&#8217;ve slipped since I do so much with PHP now.  PHP rocks.</b></div>
<p><b><a href="">ferrarislave</a> asks: </b></p>
<div class="questions">2 questions in 1 post. Please answer both if you<br />
can <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Do you use any web frameworks (django, cakephp, rails). I know<br />
Perl is your favorite language, but what do you think of Python?<br />
Those are my two questions. Thanks Shoe and thanks Dave!</div>
<p>
<div class="answers"><b>David Dellanave: I don&#8217;t use any frameworks.  In fact I think ruby on rails is asinine.  I also don&#8217;t use Python, but more because I don&#8217;t have a use for it that I couldn&#8217;t use Perl or PHP for than because I don&#8217;t like it. </b></div>
<p><b><a href="http://www.timlinden.com/blog/">Tim Linden</a> asks: </b></p>
<div class="questions">Did you ever get carpal tunnel or tendinitis from programming? I did (tendinitis) so I quit doing work for other people..</div>
<p>
<div class="answers"><b>David Dellanave: No, but my eyes are bugging the hell out of me and I have to believe the computer monitor has something to do with it. </b></div>
<p><b><a href="http://eddiepurba.com/">eddie</a> asks: </b></p>
<div class="questions">dave,<br />
what is your 5 years goal?<br />
how do you forecast about make money online in 5 years from now?.</div>
<p>
<div class="answers"><b>David Dellanave: In 5 years I&#8217;ll increase my net worth by 10 times.  I don&#8217;t know what we&#8217;ll be doing online 6 months from now, much less 5 years.  Mobile is going to be HUGE in a few years.  It will probably change the way we interact with the world, and more importantly buy things online.</b></div>
<p><b><a href="">nate</a> asks: </b></p>
<div class="questions">What are you going to do with all the cash you made from AuctionAds?</div>
<p>
<div class="answers"><b>David Dellanave: Double it within a year. </b></div>
<p><b><a href="http://www.geckotales.com/">Gecko Tales</a> asks: </b></p>
<div class="questions">Why do you think so many programmers have no<br />
idea how to make money with what they do, except from paychecks? You<br />
are an obvious exception, but I&#8217;m always working with programmers that<br />
put in 60+ hours for 70K or so a year when they could use their skills<br />
to rake in twice that on their own.</div>
<p>
<div class="answers"><b>David Dellanave: The risks I&#8217;ve taken and the lifestyle aren&#8217;t for everyone.  I know a lot of great coders that like to be able to leave their work at 5pm, and want to know for sure they&#8217;re going to get the same size paycheck every month.  If thats what you want, who has a right to tell you thats wrong?</b></div>
<p><b><a href="http://www.jonathanvolk.com/">Jonathan Volk</a> asks: </b></p>
<div class="questions">Seriously, when are you and Shoe coming out with a Rap single I can promote for my ringtones campaign! <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I kid, actually I&#8217;m just curious as to what you plan to do in the future? Goals, ambitions, etc.</p></div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;m just going to keep doing what I enjoy.  I&#8217;d like to own a portfolio of businesses over the next 10 years, a bar, a restaurant, rental properties etc. </b></div>
<p><b><a href="http://www.freelandlordsoftware.com/">eTown Landlord</a> asks: </b></p>
<div class="questions">How much does an eyeball weigh?</div>
<p>
<div class="answers"><b>David Dellanave: Answer </b></div>
<p><b><a href="http://www.cpa-affiliates.com/">CPA Affiliates</a> asks: </b></p>
<div class="questions">*LOL*&#8230;. here is a good question.. How do you put up with Shoe Day in and day out it has to get old&#8230; ?   *L*</div>
<p>
<div class="answers"><b>David Dellanave: It doesn&#8217;t really.  Maybe not working in the same office buffers that. </b></div>
<p><b><a href="http://www.corporatewebidentity.biz/">art</a> asks: </b></p>
<div class="questions">When working on new business ideas, what step by step process do you go through to determine which tasks to do daily.</p>
<p>What process do you use to evaluate new business ideas? # of users, costs? revenue potential?</p></div>
<p>
<div class="answers"><b>David Dellanave: Jeremy throws out an idea, and I try to bat it down with negativity and reasons it won&#8217;t work.  If he can come up with valid responses to all of my reasons not to try it, its probably a pretty solid idea. </b></div>
<p><b><a href="http://www.findcollegecards.com/">Tom</a> asks: </b></p>
<div class="questions">When you first graduated from high school, where did you see yourself at age 23?</div>
<p>
<div class="answers"><b>David Dellanave: I decided I&#8217;d be a millionaire before 25.  That is all. </b></div>
<p><b><a href="http://masonchan.wordpress.com/">Mason</a> asks: </b></p>
<div class="questions">Is your relationship with shoe more than just a friend thing? <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  j/k j/k</p>
<p>Here&#8217;s my real question&#8230;<br />
Do you have a college degree?</p></div>
<p>
<div class="answers"><b>David Dellanave: Nope, I quit with a year left.  If I do decide to go back to school it will only be for fun.  I think it would be fun to get a law degree.</b></div>
<p><b><a href="">Tracy</a> asks: </b></p>
<div class="questions">When you and Shoe are in the same room, can you really see yourself off the reflection on his head if the lights are bright?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;ve never looked that closely.  You should try it.</b></div>
<p><b><a href="">John Wallace</a> asks: </b></p>
<div class="questions">Hesitate to ask, where did moniker Dillsmack come from and<br />
if printable what does it mean?</div>
<p>
<div class="answers"><b>David Dellanave: When I was like 11 my best friend&#8217;s brother called me Della-dillsmack.  Around the same time I started IRC&#8217;ing and I needed a nickname.  I didn&#8217;t know I would have to own it for the rest of my life <img src='http://www.shoemoney.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </b></div>
<p><b><a href="http://www.bluedevilmedia.com/">BlueDevilMedia</a> asks: </b></p>
<div class="questions">Smack! What advice would you give to noobs about<br />
programming? i.e. where to start, what languages to focus on, what to<br />
prepare for in the near future&#8230;.</div>
<p>
<div class="answers"><b>David Dellanave: I don&#8217;t know that I&#8217;m in a position to.  I&#8217;d say pick a language and get proficient in it, but make sure you have a toolbox of several tools so you can choose the right one for the job.  I love Perl but I don&#8217;t feel like its the right tool to build sites with so I use PHP.  I use Perl to build tools. </b></div>
<p><b><a href="http://www.redwebsolutions.com/">Web Design &amp; Marketing</a> asks: </b></p>
<div class="questions">There are a lot of freelance websites where<br />
people are prepared to work for next to nothing. Do you think that<br />
makes it difficult for people in a similar position to you to achieve<br />
success?</div>
<p>
<div class="answers"><b>David Dellanave: If they want to sell themselves short thats their problem.  Frankly most of the freelancers aren&#8217;t worth half the pennies they sell themselves for.  The ones that are need to grow a pair and market themselves better.  If you&#8217;re waiting for your ship to come in on elance.com, you better get comfortable for the wait. </b></div>
<p><b><a href="http://www.greatdogsite.com/">Paul.</a> asks: </b></p>
<div class="questions">Where is a reliable place to get good PHP programmers, both US and foreign?</div>
<p>
<div class="answers"><b>David Dellanave: I don&#8217;t know, I don&#8217;t hire programmers.</b></div>
<p><b><a href="http://www.flashbangstudios.com/">Matthew</a> asks: </b></p>
<div class="questions">Do you spend time on learning projects simply to<br />
try out some new API, language, or piece of technology? Or do you<br />
mostly learn new things along the way with &#8220;real&#8221; shippable projects?</div>
<p>
<div class="answers"><b>David Dellanave: Not really.  My friends who are more bad-ass coders than I (cloak, fuka) do stuff like that.  I guess I don&#8217;t see the point of &#8220;trying out&#8221; a technology unless I can use it.  I wish I had that mentality but it doesn&#8217;t jive with me. </b></div>
<p><b><a href="http://www.redwebsolutions.com/">Web Designer</a> asks: </b></p>
<div class="questions">How much harder is it to break through as a<br />
programmer when there is so many foreign providers offering cheap<br />
services? What did you do to compete with them?</div>
<p>
<div class="answers"><b>David Dellanave: See the other answer.  I don&#8217;t compete with those people.  Never have, never will. </b></div>
<p><b><a href="http://www.airgead.ie/catalog/coin_counters_coin_sorters.html">Coin Counter</a> asks: </b></p>
<div class="questions">Do you see yourself as a marketer as well as a<br />
programmer since working with Shoe and do you see yourself taking<br />
marketing projects of your own in the future?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;ve certainly learned a lot but I&#8217;m not a marketer.  Like I said in another answer, why would I want to do a side project without a great marketer? </b></div>
<p><b><a href="http://samiahmed.co.uk/">Sami</a> asks: </b></p>
<div class="questions">what programming tools do you use?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;m not sure what you mean.  I use Perl and PHP mostly, and my editor of choice is emacs.  I don&#8217;t use a development environment like Eclipse or Zend at all. </b></div>
<p><b><a href="http://workingcanadianfamily.blogspot.com/">workingcanuck</a> asks: </b></p>
<div class="questions">When you started with Shoe 3 years ago did you<br />
imagine you would be this successful 3 years later? Or did you just<br />
think of it as a stepping stone to something better down the line?</div>
<p>
<div class="answers"><b>David Dellanave: Within 6 months of &#8220;starting&#8221; with Shoemoney I was in Colorado with my friends skiing and I was generating about $300/day in passive income.  I absolutely knew we&#8217;d be this successful.  It was never a stepping stone.</b></div>
<p><b><a href="http://grivon.com/search/">Grivon</a> asks: </b></p>
<div class="questions">Ok last one I promise!!<br />
Do you think you could&#8217;ve been just as or more successful with anyone<br />
else?! Or was it the Shoemoney + Dave equation that = Success do you<br />
think?</div>
<p>
<div class="answers"><b>David Dellanave: Thats hard to say.  We&#8217;re a very dynamic team.  I think a great marketer and a great programmer are bound for success.  Its not like we are the only 2 people doing well online. </b></div>
<p><b><a href="http://www.timspangler.com/">Tim Spangler</a> asks: </b></p>
<div class="questions">Do you know Max Action?</div>
<p>
<div class="answers"><b>David Dellanave: Yes. </b></div>
<p><b><a href="http://www.onlinebibletalk.om/">JohnC</a> asks: </b></p>
<div class="questions">How would you go about building an auctionsniper-esque widget for drupal/wordpress?</div>
<p>
<div class="answers"><b>David Dellanave: I&#8217;d start by learning PHP. </b></div>
<p><b><a href="http://www.techzilo.com/">TechZilo</a> asks: </b></p>
<div class="questions">Hmm&#8230;.all hail the mogul, Dave.</p>
<p>Here&#8217;s my 2cents &#8211; who&#8217;d win GenX OS war? MS or Apple?&#8221; No apple biased answers please.</p></div>
<p>
<div class="answers"><b>David Dellanave: Apple. </b></div>
<p><b><a href="http://www.bulbboy.co.uk/">Bulbboy</a> asks: </b></p>
<div class="questions">DDN, when you were 5, what did you want to be when you grew up?</div>
<p>
<div class="answers"><b>David Dellanave: A fighter pilot like Maverick and my uncle. </b></div>
<p><b><a href="http://bestseoblogs.com/">SEO Blogs</a> asks: </b></p>
<div class="questions">What is your sleeping schedule? How many hours of sleep do you average per night?</div>
<p>
<div class="answers"><b>David Dellanave: I usually crash around 2am and get up around 10am. I pull a nice espresso and make a cappucino, and then go to work taking over the world.</b></div>
<p><BR><br /><b><a href="http://www.avc.us">mrrbob</a> asks: </b></p>
<div class="questions">Do you know any young hardworking programmers that want to (and are capable) accomplish what you did? I got some killer ideas but no programming skills. Hook me up.</div>
<p><BR>
<div class="answers"><b>David Dellanave: I get the same question from recruiters all the time.  If I knew of any, I&#8217;d probably hire them to lighten my work-load of more trivial tasks. </div>
<p></b><br />
<BR><br /><b><a href="http://mattsblog.ca/">Matt</a> asks: </b></p>
<div class="questions">What are the specs on your computer(s)? What OS do you run? What&#8217;s your programming editor of choice (eg. Notepad)? Thanks.</div>
<p><BR>
<div class="answers"><b>David Dellanave: I have a Quad-G5 Power Mac with a 30&#8243; Apple display and two 24&#8243; displays.  Obviously I run MacOS.  I ssh to all the machines to do work locally, and I always use emacs if its available.</div>
<p></b><br />
<BR><br /><b><a href="http://www.techzilo.com/">TechZilo</a> asks: </b></p>
<div class="questions">how many hours do you work? and how&#8217;s your offline world?</div>
<p><BR>
<div class="answers"><b>David Dellanave: See above.  How is my offline world?  I couldn&#8217;t possibly be happier.  I&#8217;ve got a sweet house, a great job that I basically consider a hobby, I&#8217;ve made some great money and I can be flexible enough (both financially and time-wise) to have a lot of fun pretty much whenever I want.  I literally couldn&#8217;t ask for anything more.</div>
<p></b><br />
<BR><br /><b><a href="http://www.stupid3gp.com">stupid 3gp</a> asks: </b></p>
<div class="questions">What you think where you will stand if you dont find Shoe?</div>
<p><BR>
<div class="answers"><b>David Dellanave: Who cares?  Asking &#8220;what-if&#8217;s&#8221; is a waste of time. </div>
<p></b><br />
<BR><br /><b><a href="http://www.techzilo.com/">TechZilo</a> asks: </b></p>
<div class="questions">i say, ur design uses tables a lot&#8230; not a good idea&#8230;it loads a bit slow</div>
<p><BR>
<div class="answers"><b>David Dellanave: Design a better one and send it over. </div>
<p></b><br />
<BR></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shoemoney.com/2007/08/13/answers-to-qa-round-3-with-david-dellanave/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>

