<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace V5 Site Server v5.13.159 (http://www.squarespace.com) on Fri, 24 May 2013 02:52:32 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Blog</title><subtitle>Blog</subtitle><id>http://www.jeevanpadiyar.com/blog/</id><link rel="alternate" type="application/xhtml+xml" href="http://www.jeevanpadiyar.com/blog/"/><link rel="self" type="application/atom+xml" href="http://www.jeevanpadiyar.com/blog/atom.xml"/><updated>2010-10-05T21:18:28Z</updated><generator uri="http://five.squarespace.com/" version="Squarespace V5 Site Server v5.13.159 (http://www.squarespace.com)">Squarespace</generator><entry><title>The statistics of A/B testing pt 2.</title><category term="A/B Testing"/><category term="Conversion Optimization"/><category term="Hypothesis Testing"/><category term="Z score"/><category term="normal distribution"/><id>http://www.jeevanpadiyar.com/blog/2010/9/21/the-statistics-of-ab-testing-pt-2.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2010/9/21/the-statistics-of-ab-testing-pt-2.html"/><author><name>Jeevan Padiyar</name></author><published>2010-09-21T21:23:00Z</published><updated>2010-09-21T21:23:00Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><span style="font-size: 150%;">Calculating Statistical Significance</span></p>
<p>Before I describe the hypothesis test used in Part I, I want to lay a foundation.</p>
<p>Let&rsquo;s begin with the phrase hypothesis test, itself. A hypothesis test is a statistical procedure designed to test a claim. There are two parts to any claim being examined &ndash; the null hypothesis which is what is currently known and the alternative hypothesis which is what you are testing.</p>
<p>When I was learning about statistical testing, the term null hypothesis used to confuse me, but the more I began to wrap my head around it the more I realized that the null is simply the status quo. Using the example in part I, the two claims being tested are Page A and Page B. The null hypothesis for this is simply that both A and B have the same efficacy, that is they result in statistically the same number of conversions. Or put another way, there is no statistical difference between them. The alternate hypothesis on the other hand is the idea that we are concerned with. Again going back to the example in part I -we are looking at the data to determine if Page B converts better than page A, so the alternative hypothesis is Page B is &gt; Page A at conversion (or comparably page A is &lt; Page B &ndash; it performs worse.)</p>
<p>Now that we have established the null hypothesis- Page A is Equal to Page B, and the alternative hypothesis- Page A&lt; Page B, we can begin our test.</p>
<p>We need to the following items to arrive at our result (*Warning a little bit of math below*):</p>
<p>1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A <a href="http://www.medfriendly.com/standardscoretopercentileconversion.php5">Z score to percentile conversion table</a>. (The chart here is for IQ tests, but it has the data we need. Ignore all columns except Z score and percentile). What is a Z score you ask? The Z score, also called the standard score, is the relative position of a single value on the bell curve of all values. Anyone who has ever been in a college class is familiar with the idea of a bell curve, or normal distribution. In <a href="http://radar.oreilly.com/2010/08/is-your-survey-data-lying-to-y.html">statisical studies that are conducted correctly</a>, the data also tends to follow a bell shape:</p>
<p>&nbsp;<img src="http://www.jeevanpadiyar.com/storage/post-images/Normal%20Distribution.gif?__SQUARESPACE_CACHEVERSION=1284845945128" alt="" /></p>
<p>The Z score (or standard score) is the number of standard deviations away from the center of the bell curve (the mean), that a particular data point falls and can be correlated to a percentile. Standard scores are great because you don&rsquo;t need to know the specifics of the data once you have calculated them. 2 standard deviations above the mean or the 97<sup>th</sup> percentile means the same thing to everyone.</p>
<p>2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The number of people participating in each segment of the the A/B test (n1 and n2) for Page A and Page B respectively.</p>
<ol>
<li>n1 = 31500, n2= 33500</li>
</ol>
<p>3)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The sample proportion of each sample. In our case this is conversion rate for page A (p1) and Page B (p2)</p>
<p><span class="full-image-block ssNonEditable"><img src="http://www.jeevanpadiyar.com/storage/post-images/Sample%20Proportion%20p1%20and%20p2.jpg?__SQUARESPACE_CACHEVERSION=1284846094643" alt="" /></span></p>
<p>4)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The overall sample proportion &nbsp;which is the total number of individuals from each sample who have converted. In the A/B test from part one this can be calculated by dividing the total <em>number </em>of conversions for both tests by the total number of people who saw both pages:</p>
<p><span class="full-image-block ssNonEditable"><img src="http://www.jeevanpadiyar.com/storage/post-images/Total%20Sample%20Proportion.jpg?__SQUARESPACE_CACHEVERSION=1284846124725" alt="" /></span></p>
<p>5)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The following formula for calculating the test statistic for the &nbsp;two population proportions which is used to calculate the Z-score:</p>
<p><span class="full-image-block ssNonEditable"><img src="http://www.jeevanpadiyar.com/storage/post-images/Test%20statistic%20formula%20for%20two%20sample%20proportions.jpg?__SQUARESPACE_CACHEVERSION=1284846149614" alt="" /></span></p>
<p>From substituting the correct values into the test statistic equation we get</p>
<p><span class="full-image-block ssNonEditable"><img src="http://www.jeevanpadiyar.com/storage/post-images/Test%20statistic%20calculation.jpg?__SQUARESPACE_CACHEVERSION=1284846186737" alt="" /></span></p>
<p>In this particular case, where the alternate hypothesis is Page A &lt; Page B the test statistic is the &nbsp;Z-score. And it corresponds to a percentile of 11.51% But what does that mean?</p>
<p>If we subtract 100 from the percentile we get 88.5%. This is probability that the null hypothesis is false- or that Page A is not equal to Page B. &nbsp;While it is high it does not quite meet the threshold of statistical significance (95% certainty), therefore conclude that the two tests are not statistically different.</p>
<p>So there you have it &ndash; we plowed through an uncertain situation, and using statistics came up with a definitive business decision.</p>]]></content></entry><entry><title>The statistics of A/B testing pt 1</title><category term="A/B Testing"/><category term="Bookswim"/><category term="Conversion Optimization"/><category term="Hypothesis Testing"/><category term="Jeevan Padiyar"/><id>http://www.jeevanpadiyar.com/blog/2010/9/18/the-statistics-of-ab-testing-pt-1.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2010/9/18/the-statistics-of-ab-testing-pt-1.html"/><author><name>Jeevan Padiyar</name></author><published>2010-09-18T18:16:22Z</published><updated>2010-09-18T18:16:22Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><span style="font-size: 140%;">Hypothesis test to find your way.</span></p>
<p>Statistical methods can help us with more than just examining trends in a given population. Used correctly we can also determine the best of two options available. This is exceptionally important in A/B testing land.</p>
<p>For those of you not familiar with A/B testing, here is a brief primer. A/B testing is the process of modifying site elements to increase conversions. What constitutes a conversion is defined by the site owner and can be anything from purchasing a product to visiting a deeper page within the site. &nbsp;In a properly set up A/B test either page A (with no change) or page B (with the change being tested) is shown randomly to a site visitor and the conversion rate is measured for that specific instance. At the end of a test the data is aggregated to determine which page, A or B converted, and site is changed to reflect the winning modification.</p>
<p>Below is a great diagram of <a href="http://unbounce.com/blog/">A/B testing process</a> from the Unbounce Blog</p>
<p><span class="full-image-block ssNonEditable"><a href="http://unbounce.com/blog/"><img src="http://www.jeevanpadiyar.com/storage/post-images/AB Testing Conversion Optimization.png?__SQUARESPACE_CACHEVERSION=1284833927871" alt="" /></a></span></p>
<p>Once the data is gathered the real fun of assessing the statistical significance of A vs. B begins.</p>
<p>You might be asking, can&rsquo;t we just look at the conversion rate and move on? The answer is sometimes. Only when there is an overwhelming winner is the decision easy. In most tests the data is less definitive. Let&rsquo;s take a look at an A/B test we recently conducted at&nbsp;<a href="http://www.bookswim.com">bookswim</a>&nbsp;</p>
<p>In our experiment, we generated the following results.</p>
<table border="0" cellspacing="0" cellpadding="0" width="325">
<tbody>
<tr>
<td width="123" valign="bottom">
<p><span style="color: black;">Test Case</span></p>
</td>
<td width="84" valign="bottom">
<p><span style="color: black;">Views</span></p>
</td>
<td width="119" valign="bottom">
<p><span style="color: black;">Conversion Rate</span></p>
</td>
</tr>
<tr>
<td width="123" valign="bottom">
<p><span style="color: black;">Page A</span></p>
</td>
<td width="84" valign="bottom">
<p><span style="color: black;">31500</span></p>
</td>
<td width="119" valign="bottom">
<p><span style="color: black;">1.01%</span></p>
</td>
</tr>
<tr>
<td width="123" valign="bottom">
<p><span style="color: black;">Page B</span></p>
</td>
<td width="84" valign="bottom">
<p><span style="color: black;">33500</span></p>
</td>
<td width="119" valign="bottom">
<p><span style="color: black;">1.11%</span></p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Strictly based on the conversion numbers it looks like Page B converted 10% better than Page A, but when we ran the numbers through a standard hypothesis test (also known as a Z test &ndash; more on that later) we found that the two scenarios were in fact equal.</p>
<p>So the moral of the story is, use hypothesis testing on all your A/B data otherwise you may be setting yourself up for a surprise in your conversion optimization efforts.</p>
<p>In my next post I will describe how we came up with the results.&nbsp;</p>]]></content></entry><entry><title>Is your data lying to you?</title><category term="Statistics"/><category term="analytics"/><category term="consmer surveys"/><category term="ebooks"/><category term="publishing"/><id>http://www.jeevanpadiyar.com/blog/2010/8/29/is-your-data-lying-to-you.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2010/8/29/is-your-data-lying-to-you.html"/><author><name>Jeevan Padiyar</name></author><published>2010-08-29T21:17:18Z</published><updated>2010-08-29T21:17:18Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>As the book industry continues to change, we are inundated with statistics about user behavior:</p>
<ul>
<li>49% of e-book readers are bought as gifts [<a href="http://toc.oreilly.com/2010/08/followreader-consumer-attitudes-toward-e-book-reading.html">Bowker</a>]</li>
<li>28% of US adults are avid (5+ hours/week) readers [<a href="http://www.versoadvertising.com/beasurvey/" target="_blank"><span style="color: windowtext;">Verso</span></a>] - 64MM avid readers</li>
<li>The heart of the U.S. romance novel readership is women aged 31-49 who are currently in a romantic relationship. [<a href="http://www.rwanational.org/cs/readership_stats">Romance Writers of America</a>]</li>
</ul>
<p>These statistical nuggets are great because in isolation they give us a glimpse into why people do what they do, and how we can adjust our business to match market needs. But how often do we blindly accept data because it comes with pretty graphs and sound bites that seem to make sense? Probably more often than we'd like to admit.</p>
<p>The best way to ensure that we are not led astray, is to look at what biases have been introduced into a study before using its data to make a decision. &nbsp;<span class="aptureLink"><span class="aptureLinkIcon">&nbsp;</span><a class="snap_noshots aptureLink" href="http://en.wikipedia.org/wiki/Bias">Bias</a></span> is systematic favoritism in the data collection process which causes misleading results. &nbsp;Two types of bias are hazards in studies: selection bias and measurement bias.</p>
<ul>
<li>Selection Bias can occur when the group that is surveyed does not accurately reflect the target of the study, or is simply too small to matter. For example, if a study claims to describe the behavior of all readers in the U.S. but only surveys 30 stay-at-home moms in Indiana, it is hardly representative of every reader in the country.</li>
<li>Measurement Bias occurs when the questions asked favor a specific outcome. A survey question like "Do you agree that e-books are replacing print books as the preferred medium?" will deliver very different results than one that asks readers to choose their preferred medium from among e-books, purchased p-books or books checked out from the library.</li>
</ul>
<p>As you read a study, ask yourself the following questions to determine if the authors tried to mitigate bias. Remember: the target population is the group that you want to generalize about, and the sample is the group that you actually survey in order to make those generalizations.</p>
<p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Is the target population (sometimes called the sampling frame) well-defined?</strong> If it isn't, the study may contain people outside the target, or it may exclude people who are relevant. In researching e-book reader purchase behavior, a well-defined population could be American consumers who purchased an e-book reader either online or in a physical store over the last 2 years. But if a study only looked at online shoppers at Christmas, the results could be skewed towards gift givers, and they could not be generalized to consumers who bought e-book readers in stores.</p>
<p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Is the sample randomly selected from the target population?</strong>&nbsp; In a truly random sample, every member of the target population has the same chance of being included in the study. When asking this question be wary of surveys that are conducted exclusively on the web, but draw generalizations about all people. These types of studies have participants that are <span style="text-decoration: underline;">not</span> randomly selected, as they only capture a slice of the traffic to a given domain, and at best can only ever speak to the habits of the users of the particular site conducting research.</p>
<p>3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Does the sample represent the target population? </strong>Here it is important to look at all of the characteristics of the target population to see if they are mirrored in the sample. If you are looking to figure out the book purchase habits of Americans, make sure the sample has the same diversity of ethnicity, geographic distribution and age as is reported in the latest U.S. census.&nbsp;</p>
<p>4.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Is the sample large enough? </strong>The larger the sample the more accurate the results. A quick way to estimate if a sample is large enough to produce a reasonably small margin of error is to divide 1 by the square root of the sample size (Margin of Error=&radic;Sample Size). So a 1,500 person survey would produce a margin of error of 2.58%. It is also important that the sample size in this calculation be the number of people who responded to survey, not the number of survey requests that were sent out.</p>
<p>5.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>What is the response rate for the survey?</strong><span class="Apple-style-span" style="color: #000000;">&nbsp;The response rate is defined as the number of people in a target population who actually responded to a given survey.&nbsp;</span>&nbsp;If  the response rate is too low, a study may only reflect people who have a  strong opinion about the topic, making the results biased toward their  opinions and not the larger and less vociferous target population.<span class="Apple-style-span" style="color: #000000;">&nbsp;</span><span class="Apple-style-span" style="color: #000000;">A  "good" response rate is dependent upon the margin of error that a study  is looking to achieve (or that it claims), and the size of the target  population being studied. There are two factors to consider here. The  first one is a no-brainer: The higher the response rate, the more  accurate the study. The second is a little more subtle. The larger the  target poplulation being examined, the lower the response rate required  for the same level of accuracy. The <span class="aptureLink"><span class="aptureLinkIcon">&nbsp;</span><a class="snap_noshots aptureLink" href="http://www.greatbrook.com/survey_accuracy.pdf">linked figure</a></span> helps explain the correlation graphically. (According to the chart, for  a study that is looking to achieve a margin of error of +/- 5%, and is  studying a population of 2000 people, the&nbsp;response&nbsp;rate needs to  approach 20% to achieve the desired result.) At the end of the day, know  the response rate and make sure it closely matches the stated margin of  error that study&nbsp;purports&nbsp;to achieve.</span></p>
<p>6.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Do the questions appear to be leading the respondents into a particular answer? </strong>If they do, run the other way! This means that the researchers' agenda is adding a measurement bias and the results aren't worth the paper they are printed on.<strong> </strong>Also be wary of any study that doesn't share its sampling method, sample characteristics and survey questions.</p>
<p>In the end, the goal of a survey is to accurately describe a larger population. This can only be done if great care is taken to 1) ensure that the results wouldn't change much if another sample was taken under the same conditions and to 2) reduce biases that can be introduced into the system.</p>
<p>﻿</p>]]></content></entry><entry><title>Is your company investible?</title><id>http://www.jeevanpadiyar.com/blog/2009/5/5/is-your-company-investible.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2009/5/5/is-your-company-investible.html"/><author><name>Jeevan Padiyar</name></author><published>2009-05-05T21:34:00Z</published><updated>2009-05-05T21:34:00Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Fred Wilson from <a href="http://www.unionsquareventures.com/">Union Square Ventures</a> makes several great points in his posts on the <a href="http://www.avc.com/a_vc/2009/04/the-venture-capital-math-problem.html">Venture Capital math problem.</a> (As you may remember, we were fortunate enough to have 2 members of USV speak during entrepreneur week: <a href="http://continuations.com/">Albert Wenger</a> and <a href="http://thegongshow.tumblr.com/">Andrew Parker)</a></p>
<p>But instead of rehashing how the venture capital model needs fixing, I thought it would be interesting to use the data to shed light into how an venture funds are set up and the financial metrics that drive equity investments.</p>
<p>First lets talk about how a venture fund works:</p>
<p>Venture funds make investments into illiquid and risky investments with expectation of high returns over the long term. Most funds are organized as limited partnerships in which the venture capital firm acts as the general partner (GP) and investment advisor and the investors serve as limited partners or (LPs).</p>
<p><em>The General Partner</em></p>
<p>The general partner is the person or entity that has control over management (running day to day operations) and investment decision. Usually the GP is organized as an entity such as an LLC, in order to shield the individuals who are making investment decision from personal liability associated with acting as GPs.</p>
<p>General partners can compensated by the fund in several ways. The most common is though a management fee which can be a percentage of the value of the fund at the end of a relevant period or straight percentage on the paid in capital--usually 2%. Moreover, the GP is entitled to a percentage of the overall profits from a fund at some point in the future, such as when a liquidity event occurs or when the fund closes. This is called carried interest and is usually 20%. "2 and 20" is how this is commonly referred, where 2% represents the management fee and 20% represents the carried interest.</p>
<p>Often the 20% carried interest has a limitation: It is only allocated if the funds value exceeds a certain amount. This prevents the GP from receiving payment if the fund suffered a loss. VCs who are members of the LLC which serves as the GP are therefore doubly careful about the investment decision they make. Not only do they want to wisely invest the money of their investors, but want to make investments that maximize profits of their fund, so they can participate in the upside at the funds close.</p>
<p><em>The Limited partners </em></p>
<p>Limited partners are usually institutional investors or HNW individuals. Fund investors can be employee benefit plans, insurance companies, banks, pension plans, university endowments, family offices, trusts among others. Limited partners cannot participate in the management of the fund without exposing themselves to personal liability and generally are prohibited from transferring their interests in the fund without consent of the general partner.</p>
<p><em>Lifespan and Capital calls</em></p>
<p>Venture funds usually are organized so that they have a life span between seven and ten years. Generally investors are not required to invest 100 percent of their capital in the initial closing of the fundraising round. Instead capital will be dispersed to the fund by investors on a pre-determined basis or when investments are made by the fund. The latter is known as a 'capital call' Many partnership agreements have penalties if LPs fail to meet their calls on a timely basis which can range from loss of rights to participate or exclusion from the funds profits going forward.</p>
<p><em>Economics</em></p>
<p>Because LPs typically make investments into high risk illiquid securities, they are looking for significant returns on their investments to compensate them for the increased risk. Fred Wilson does the math in his<a href="http://www.avc.com/a_vc/2009/04/the-venture-capital-math-problem.html"> blog:</a></p>
<p>At a bare minimum</p>
<blockquote>
<p>an investment needs to generate 2.5x net of fees and carry to the investors to deliver a decent return. Fees and carry bump that number to 3x gross returns.</p>
</blockquote>
<p>So a 5 million dollar investment needs to generate 15MM in returns.</p>
<p>Looking at how much of a company a single VC owns at exit is next.</p>
<blockquote>
<p>The number bandied about by most VCs is 20%. That means that each VC investor owns, on average 20% of each portfolio company. We'll use that number but to be honest I think it's lower, like 15% which makes the math even tougher.</p>
</blockquote>
<p>Using the 20% number, a 5MM investment must generate 75MM (or 25X) at a minimum in order to make it worthwhile for the venture capital firm to satisfy the risk appetite of its limited partners.</p>
<p>As you can see VCs have to take into account the size of the potential market, and the probability of generating significant returns on their investment, not because they are greedy, but because of the metrics of success they need to meet in order run their own VIABLE businesses.</p>
<p>Do you agree or disagree? We'd love to hear your thoughts in the comments below.</p>
<p>&nbsp;</p>]]></content></entry><entry><title>Equity Compensation Explained</title><id>http://www.jeevanpadiyar.com/blog/2009/4/7/equity-compensation-explained.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2009/4/7/equity-compensation-explained.html"/><author><name>Jeevan Padiyar</name></author><published>2009-04-07T21:36:00Z</published><updated>2009-04-07T21:36:00Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Start-up technology companies often have difficulty recruiting and retaining talented employees. These companies need to attract high quality employees to build their businesses; however, they often lack the financial resources to offer their employees competitive salaries. One way to help level the compensation playing field between start-ups and established companies is with equity compensation.</p>
<p>Equity compensation is non-cash compensation that represents an ownership interest in the company. The two most common forms of equity compensation are stock options and restricted stock. Due to the variety of legal, accounting, and tax issues that are involved with equity compensation, proper planning is critical. Therefore, a company should seek legal and accounting advice before implementing an equity compensation plan.</p>
<p>A stock option is a right to purchase shares of a company&rsquo;s stock at a predetermined price, which is referred to as the exercise price. The right to exercise the option and purchase shares of a company&rsquo;s stock generally accrues, or "vests," over a period of time. The vesting of options over time creates an incentive for the employee to remain with the company to build its value. Option holders are not stockholders and thus are not entitled to vote their option shares or otherwise exercise any other rights of stockholders. All or a portion of the vesting of options often accelerates upon the sale of the company, unless the buyer assumes the options under its plan. Conversely, if an employee leaves the company, the vesting of stock options ceases, and the employee usually has a limited period of time to exercise the options that were vested on the employment termination date.</p>
<p>There are two types of stock options: incentive stock options ("ISOs") and non-qualified stock options ("NQSOs"). In the case of ISOs, and generally in the case of NQSOs, there is no tax to the option holder when the option is granted or when the option vests. The crucial distinction between ISOs and NQSOs is when the option is exercised. Generally, there is no tax to the option holder when ISOs are exercised. (However, the option holder may be subject to alternative minimum tax when ISOs are exercised.) When NQSOs are exercised, the option holder is subject to ordinary income tax on the difference between the exercise price and the fair market value of the stock on the date of exercise. The option holder is subject to capital gains tax on the sale of the stock that was purchased upon the exercise of ISOs and NQSOs. This tax is on the difference between the sales price and, in the case of ISOs the exercise price, and in the case of NQSOs the fair market value of the stock on the date of exercise.</p>
<p>Under the Internal Revenue Code, a stock option must satisfy several criteria to qualify as an ISO. Principal among these is that ISOs may be granted to employees only, and the exercise price of ISOs must be equal to or greater than the stock&rsquo;s fair market value on the grant date. NQSOs may be granted to non-employees, such as outside directors or advisors. The exercise price of NQSOs may also be less than the stock&rsquo;s fair market value on the grant date. <br /><br />While stock options are appropriate for most employees, a company&rsquo;s founders generally demand the voting and other rights of stockholders. However, the founders may desire to ensure that the stock owned by all of the founders is at risk and thus subject to forfeiture if a founder leaves the company. This motivates all the founders to work hard to build the company&rsquo;s value, and if the stock of a departing founder is forfeited, it can be used to hire a replacement thus minimizing the dilution to the remaining founders. In addition, investors may wish to ensure that the founders are motivated to remain with the company to build its value. Restricted stock fulfills these objectives and is often used as a form of equity compensation for founders.</p>
<p>Unlike the grant of stock options, the grant of restricted stock is the issuance of shares of the company&rsquo;s stock. A holder of restricted stock can vote the shares at stockholder meetings and has all of the other rights of a stockholder under applicable corporate law.</p>
<p>Restricted stock is generally subject to a repurchase right that allows the company to repurchase a portion of the founder&rsquo;s stock if his or her employment is terminated by the company for cause, or if the founder voluntarily resigns within a certain period of time. This repurchase right lapses over time, freeing the stock of the restrictions in much the same way that stock options are subject to a vesting schedule.</p>
<p>The founder is subject to ordinary income tax as the restrictions lapse in an amount equal to difference between the purchase price of the shares and the fair market value of the stock at the time the repurchase restrictions lapse. However, the founder can file a "Section 83(b) Election" with the IRS within 30 days of the grant of the restricted stock to accelerate this tax to the grant date. If this election is made the founder is subject to ordinary income tax upon the grant of the restricted stock equal to the fair market value of the stock on the grant date. In either case, the founder is subject to capital gains tax when the stock is sold.</p>
<p>The two most common forms of equity compensation, stock options and restricted stock, serve similar, yet different, purposes in structuring a company&rsquo;s compensation plan. Proper use of equity compensation is important in building a start-up company as it helps ensure the hiring, motivation, and retention of quality employees.</p>
<p>&nbsp;</p>]]></content></entry><entry><title>Why do companies lead their customers on?</title><id>http://www.jeevanpadiyar.com/blog/2008/7/31/why-do-companies-lead-their-customers-on.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2008/7/31/why-do-companies-lead-their-customers-on.html"/><author><name>Jeevan Padiyar</name></author><published>2008-07-31T08:37:00Z</published><updated>2008-07-31T08:37:00Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><span class="full-image-float-left"><span><img  style="width: 193px; height: 129px;" src="http://www.jeevanpadiyar.com/storage/453717459_4f0b5754e9.jpg?__SQUARESPACE_CACHEVERSION=1217513197212"></span></span><span class="full-image-block"><span><img  src="http://www.flickr.com/photos/themightysheen/453717459/?__SQUARESPACE_CACHEVERSION=1217513134579"></span></span></p><p><span class="full-image-block"><span><img  src="http://www.flickr.com/photos/themightysheen/453717459/?__SQUARESPACE_CACHEVERSION=1217513109899"></span></span>It has been&nbsp; a while since we last posted, and I almost was going to prolong our silent streak this morning until I saw this article in <a href="http://www.cmswatch.com/Trends/1329-Three-years-later,-Day-CQ-5-is-still-almost-ready?source=RSS">CMS Watch</a>&nbsp; which&nbsp; spoke about&nbsp; how Day CQ leading their customers on re: a new version release. Now I have no idea what Day CQ is, (personally I am a fan of <a href="www.squarespace.com">squarespace.com</a> --which powers this site)&nbsp; but that is besides the point.&nbsp; I see a similar trend of over promising and under delivering across the web. This only leads to one thing, disappointing and frustrated users.</p><p>Here is our advice to companies that&nbsp; want to build buzz by making an "early" announcement about an undeliverable event:</p><ol><li>DON'T</li>
<li>DON'T</li>
<li>Refer to 1 and 2.</li>
</ol><p>I understand the intention. Tell people ahead of time so they can chatter about it, and then release to a primed audience. That only works when the priming is close to the event, itself. When to much time elapses, the user you hoped to excite end up talking about your inability to deliver. When the product launch actually does come, the negative energy serves to dampen or squash the buzz around your long anticipated project, regardless of how good it is. Worse yet, if the product has flaws they are amplified 10 fold by the disgruntled chatter.</p><p>Here is our suggestion.</p><ol><li>Build your product</li>
<li>Test the crap out of it</li>
<li>A few weeks before launch make a cryptic announcement about new things comming.</li>
<li>Soft launch your product (without fanfare) to see if the market is really excited about it. <br></li>
<li>Let attention organically build</li>
<li>A week after the launch, do a hard launch with a full PR push</li>
</ol><br><p>If you product is awesome you'll be surprise how much more effective this strategy is.<br></p>]]></content></entry><entry><title>Happy 4th!!</title><id>http://www.jeevanpadiyar.com/blog/2008/7/4/happy-4th.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2008/7/4/happy-4th.html"/><author><name>Jeevan Padiyar</name></author><published>2008-07-04T13:11:52Z</published><updated>2008-07-04T13:11:52Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>&nbsp;Happy 4th of July!!! Don't set too much stuff on fire.</p><p>&nbsp;</p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kDA9NbPAK8o&hl=en&fs=1" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="" /><embed src="http://www.youtube.com/v/kDA9NbPAK8o&hl=en&fs=1" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="425" height="344"></embed></object><p>&nbsp;</p><p><span class="sizeLess20">&nbsp;</span></p><p class="sizeGreater40"><span class="sizeLess20">10,500,000 Firecrackers set off at once!:</span></p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/wQOKvaYmPFQ&hl=en&fs=1" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="" /><embed src="http://www.youtube.com/v/wQOKvaYmPFQ&hl=en&fs=1" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="425" height="344"></embed></object><p>&nbsp;</p><p>100,000 bottle rockets set off at once:&nbsp;</p><p>&nbsp;</p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CELmhbylP5c&hl=en&fs=1" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="" /><embed src="http://www.youtube.com/v/CELmhbylP5c&hl=en&fs=1" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="425" height="344"></embed></object><p>&nbsp;</p><p>&nbsp;</p>]]></content></entry><entry><title>I don't care that you hired a new developer</title><id>http://www.jeevanpadiyar.com/blog/2008/7/1/i-dont-care-that-you-hired-a-new-developer.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2008/7/1/i-dont-care-that-you-hired-a-new-developer.html"/><author><name>Jeevan Padiyar</name></author><published>2008-07-01T13:41:47Z</published><updated>2008-07-01T13:41:47Z</updated><content type="html" xml:lang="en-US"><![CDATA[<span class="full-image-float-left"><img style="width: 246px; height: 369px;" alt="1348976252_6be7d3800d.jpg" src="http://www.jeevanpadiyar.com/storage/1348976252_6be7d3800d.jpg" /></span><p>We see it all the time. Companies touting the most useless or incomprehensible information on their blogs:<br /></p><blockquote><p>We just hired a new developer today. Yay us! <br /></p></blockquote><p>Translation: We have nothing to write about.</p><p>From&nbsp; the<a href="http://direct2dell.com/channel/archive/2008/06/26/xp-down-for-the-count.aspx" class="offsite-link-inline"> Dell Channel Blog</a><br /></p><blockquote><p>Microsoft is scheduled to transition XP to EOL status on June 30<sup>th</sup>, 2008. The last day to order a system pre-installed with XP from Dell will be today, June 26, 2008, in order to allow for building and assembly of the system and stay in accordance with Microsoft&rsquo;s licensing policies. <br /></p></blockquote><p>&nbsp;Translation: We were in a hurry to post intelligible information, so we just cut and pasted a paragraph from Microsoft's technical sales documentation. </p><p>In fact a recent study published by Forester and written up in the Wall Street Journal suggests that <a href="http://blogs.wsj.com/biztech/2008/06/30/most-corporate-blogs-are-unimaginative-failures/" class="offsite-link-inline">most corporate blogs are abysmal failures</a>, generating no interaction with the customer base they are aimed at engaging:</p><ul><li>Forrester found that most B2B blogs are &ldquo;dull, drab, and don&rsquo;t stimulate discussion.&quot;</li><li>&nbsp;Seventy percent stuck to business or technical topics, <br /></li><li>74% rarely get comments <br /></li><li>56% simply regurgitated press releases or other already-public new</li></ul><p>Our advice, if you want to engage your customers, or potential customers with a blog, give them something of value. Tell them about new developments in your industry, or how product decisions were made, or just be entertaining. Heck if you are afraid of straying to far from center, profile your customers with a case study that explains what folks should do in a similar situation. </p><p>Why? The whole purpose of a blog is establish a relationship with the community around you. You want people to walk away with the idea that:</p><ul><li>you care about them</li><li>you are an expert in your field</li><li>you are not trying to cram product down their throat without saying hello first</li><li>you are willing to share (which goes back to caring about the people around you)</li><li>your company is made of real people, not mindless automatons, and has a personality of its own.<br /></li></ul><p>I mean seriously, would you ever start a conversation with someone at a bar by saying &quot;I bought toilet paper this morning.&quot;?</p><p>If you want to check out an excellent corporate blog, take a peak at <a href="http://blog.compete.com/" class="offsite-link-inline">compete.com.</a> Because they provide me with substance, I check them out daily.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]></content></entry><entry><title>New Copyright Law. Is your IP protected?</title><id>http://www.jeevanpadiyar.com/blog/2008/6/26/new-copyright-law-is-your-ip-protected.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2008/6/26/new-copyright-law-is-your-ip-protected.html"/><author><name>Jeevan Padiyar</name></author><published>2008-06-26T12:24:52Z</published><updated>2008-06-26T12:24:52Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><span class="full-image-float-left"><img style="width: 252px; height: 189px;" alt="142732116_0f75a4f22a.jpg" src="http://farm1.static.flickr.com/45/142732116_0f75a4f22a.jpg?v=0" /></span>A new piece of copyright legislation&nbsp; being debated by congress, <a class="offsite-link-inline" href="http://www.opencongress.org/bill/110-h5889/show">The Shawn Bentley Orphan Act</a>, may change the way copyright infringement awards are made by the courts. </p><blockquote><p>This bill would limit the amount of damages a copyright holder could collect from an infringer if the infringer performed a diligent search for the copyright holder before using their work.&nbsp;</p></blockquote><p>While aiming to open up unclaimed intellectual property to free use, the law creates a loophole for those who don't maintain adequate ownership records on their work.</p><p>Personally, we feel that this legislation would be effective at stemming the tide of frivolous lawsuits because </p><ol><li>it places the burden of actively monitoring registrations on copyright owners</li><li>it keeps promotes open use of abandoned works, without the fear of legal recourse if those abandoned works gain public traction after they been re-purposed or re-introduced.</li></ol>]]></content></entry><entry><title>To build an Audience Create Video Often</title><id>http://www.jeevanpadiyar.com/blog/2008/6/21/to-build-an-audience-create-video-often.html</id><link rel="alternate" type="text/html" href="http://www.jeevanpadiyar.com/blog/2008/6/21/to-build-an-audience-create-video-often.html"/><author><name>Jeevan Padiyar</name></author><published>2008-06-21T12:17:07Z</published><updated>2008-06-21T12:17:07Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>A study just published by <a class="offsite-link-inline" href="http://www.tubemogul.com">Tubemogul</a> indicates that online video has a very short half life. Most views (75%) occur in the first 44 days.</p><p><span class="full-image-float-none"><a class="offsite-link-inline" href="http://www.tubemogul.com/research/index.php?r=7"><img alt="Evergreen%20Video.jpg" src="http://www.jeevanpadiyar.com/storage/Evergreen%20Video.jpg" /></a></span></p><p>While there is still the potential for a longtail, 25% of the views still remain after the first month, the drop of appears to be exponential. </p><p>What does this mean for your viral video campaign (Provided that you have created valuable and compelling content)? </p><ol><li>Create a library. Release 4 or 5 videos at the same time when you are starting your campaign. Most people will see your content in the first 30-45 days. If they enjoy what they see they will look at your other content before deciding whether or not to subscribe. When you only have one video to show, even if it is brilliant, the chances of building a regular audience are slim.<br /></li><li>Build on your video momentum. Release a new video at least once a month, when most people are likely to find your content. This way you are capitalizing on the upswing of interest, building&nbsp; a larger audience with each release. <br /></li><li>Refer back to older episodes<strong> if they are relevant</strong> to increase viewership of those earlier pieces. You won't see a huge peak in viewership of non-evergreen content, but every view increases the possibility of developing a new subscriber.</li><li>If you aren't able to create videos on a regular basis, or you miss a release date, put up a short notice informing your audience that new content is coming (and then apologize in the next release for the delay). People appreciate the honesty, and this lets them know that you aren't a flake. <br /></li></ol><p>If you have anything to add to the list, feel free to leave a comment.</p><p><br /></p>]]></content></entry></feed>