<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Dan Zambonini</title>
	
	<link>http://danzambonini.com</link>
	<description>Web App Success</description>
	<lastBuildDate>Mon, 03 Sep 2012 16:46:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/danzambonini" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="danzambonini" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Silicon Valley’s Secret Sauce: It’s Made out of People</title>
		<link>http://danzambonini.com/silicon-valleys-secret-sauce-its-made-out-of-people/</link>
		<comments>http://danzambonini.com/silicon-valleys-secret-sauce-its-made-out-of-people/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 16:46:43 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[silicon valley]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814153</guid>
		<description><![CDATA[Stanford University and local high-paying employers attract the best ambitious technical talent, and facilitate immigration through visa programs. The rigorous interview process for these institutions acts as a first-round filter for investors. Entrepreneurs form startups during their academic studies or use savings/equity from their well-paid jobs. Initial seed funding is readily available from a large [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-619814154" title="Silicon Valley People Ecosystem" src="http://danzambonini.com/wp-content/uploads/2012/09/silicon_valley_people_ecosystem.png" alt="Silicon Valley People Ecosystem" width="470" height="466" /></p>
<ol>
<li>Stanford University and local high-paying employers attract the best ambitious technical talent, and facilitate immigration through visa programs. The rigorous interview process for these institutions acts as a first-round filter for investors.</li>
<li>Entrepreneurs form startups during their academic studies or use savings/equity from their well-paid jobs.</li>
<li>Initial seed funding is readily available from a large network of angel investors. As we’ll see, these angels are likely to already have a shared connection with the entrepreneur.</li>
<li>Later rounds of funding are enabled by one or more local Venture Capital funds, who are also socially connected.</li>
<li>The startup is acquired by, or grows into a larger corporation.</li>
<li>The entrepreneur vests or otherwise significantly cashes-out of their company, with enough wealth to provide angel investment for smaller startups. As the entrepreneur originally came through the Stanford or Facebook/Google/etc route, they likely already have shared connections with many of the younger entrepreneurs.</li>
<li>The angel becomes a partner at a larger VC fund; now the fund also has a connection to the new startups.</li>
<li>The VC teaches a class or becomes a professor at Stanford, forming closer connections with / earlier access to future entrepreneurs.</li>
</ol>
<p>I don’t want to imply that this is the only way that people and funds flow in Silicon Valley (SV), nor is it even the most common. But it does demonstrate one of the many people-oriented ecosystems that make the area unique. Other entrepreneur networks include those established by funds or accelerators. For example, I like to play my own version of <a href="http://en.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon">The Kevin Bacon Game</a>, called The Dave McClure Game, in which I connect any person in the Bay Area to <a href="http://500hats.com/">Dave McClure</a> (of <a href="http://500.co/">500 startups</a>) within two steps.</p>
<p>I’ve lived in three different countries and travelled around the world, and a recurring theme in the web communities of large cities is a desire to replicate the successes and benefits of the SV tech scene. But these tend to focus on the wrong things, like shared office space or high-speed internet infrastructure. While these are certainly useful elements to have, they’re not the source of SV’s success &#8211; in fact, anyone who lives in SV will tell you that the internet infrastructure is surprisingly primitive.</p>
<p>It’s the feedback loop of people that makes SV what it is, from the constant influx of young global talent, through the huge experienced mentoring network, to the established investors and thought leaders. It’s a catch-22 born of previous successes.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/silicon-valleys-secret-sauce-its-made-out-of-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polish that Turd: Web Design Rules-of-Thumb for Developers</title>
		<link>http://danzambonini.com/web-design-rules-of-thumb/</link>
		<comments>http://danzambonini.com/web-design-rules-of-thumb/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 06:17:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[regular]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814148</guid>
		<description><![CDATA[1. Grid Align all elements to a grid. Use a framework like 960.gs if you want, but you may find that the gutters between columns are too narrow or your page elements don’t fit neatly into the pre-defined grid. It doesn’t take much effort to set up your own self-consistent set of widths in CSS. [...]]]></description>
				<content:encoded><![CDATA[<h2>1. Grid</h2>
<p>Align all elements to a <a href="http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-designing-grid-systems-part-1">grid</a>. Use a framework like <a href="http://960.gs/">960.gs</a> if you want, but you may find that the gutters between columns are too narrow or your page elements don’t fit neatly into the pre-defined grid. It doesn’t take much effort to set up your own self-consistent set of widths in CSS. You may find it easier if you:</p>
<ul>
<li>Use a <a href="http://www.cssreset.com/">CSS Reset</a> declaration to more easily set up predictable spacing, especially if forms or lists are involved.</li>
<li>Use a <a href="http://nicolasgallagher.com/micro-clearfix-hack/">Clearfix hack</a> on rows to avoid weird floating anomalies.</li>
<li>Use <code>box-sizing: border-box</code> on your columns and <code>display: inline-block</code> on horizontal list items (e.g. menus) to make padding and margin adjustments easier. Remove any whitespace between inline-block elements to get the best results.</li>
</ul>
<div id="attachment_619814149" class="wp-caption alignnone" style="width: 560px"><a href="http://subpug.com"><img class="size-large wp-image-619814149" title="Subpug RSS Reader" src="http://danzambonini.com/wp-content/uploads/2012/06/subpug-550x470.png" alt="" width="550" height="470" /></a><p class="wp-caption-text">We created our own grid for Subpug</p></div>
<p>&nbsp;</p>
<h2>2. Color Palette</h2>
<p>Choose a <a href="http://kuler.adobe.com/">color palette</a> and stick to it. You probably don’t need more than three colors, along with black and white.</p>
<ul>
<li>Don’t be afraid to use shades of your main palette colors. Once you have your main palette in RGB format, it’s easy to create shades with different opacities in <code>rgba()</code> <a href="http://css-tricks.com/rgba-browser-support/">CSS declarations</a>.</li>
<li>Limit the amount of gaudy fully-saturated colors in your palette. Even black and white should be a little desaturated; think #111 or #222 instead of #000, and #FDFDFD rather than #FFF.</li>
</ul>
<h2>3. Typography Hierarchy</h2>
<p>Create a <a href="http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography-part-4">typography hierarchy</a> and stick to it. Font size is the most obvious way to visualize the different priorities of text, but you can also use font weight, color and family.</p>
<ul>
<li>One font family is the easiest to get right; use two if you need the additional flexibility in your hierarchy. In general, combinations of font families should be dissimilar, such as a serif and a sans-serif, though of similar proportions.</li>
<li>If you’re going to stick with a single font-family, you’ll get the most flexibility from a family with lots of weights to choose from. <a href="http://www.myfonts.com/fonts/adobe/helvetica-neue/">Helvetica Neue</a> is great on a Mac; for consistency across all platforms, try <a href="https://typekit.com/fonts/proxima-nova">Proxima Nova</a> from Typekit or <a href="http://www.google.com/webfonts/specimen/Open+Sans">Open Sans</a> from Google web fonts.</li>
</ul>
<h2> 4. Line Height</h2>
<p>Set your line heights. It’s surprising how a small change to line height can make a block of text feel more professionally designed.</p>
<ul>
<li>Make sure that you know <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/">the difference</a> between a line height of <code>1.2</code> and <code>1.2em</code>.</li>
<li>Try a line-height of around 1.4 to 1.5 for nicely readable paragraphs of text, and 1.1 to 1.2 for tighter headlines.</li>
<li>If possible, keep a common multiple between your line heights to set a vertical rhythm. For example, a paragraph of 12px with 1.5 / 18px line height could be paired with a heading of 24px and 1.125 / 27px line height, both of which fit onto a base vertical grid of 9px.</li>
</ul>
<h2>5. Light Source</h2>
<p>Define an invisible light source and apply its effects consistently. Most designs assume a dim ambient light source at some distance beyond the top of the page, but you could try different directions or even a brighter point of light directly “over” the page (i.e. from the user’s direction). The effects of the light source are:</p>
<ul>
<li>Solid blocks of color should be replaced with subtle gradients. If the light source is at a large enough distance from the top, a linear gradient should run vertically with a lighter top. Unless your virtual bulb is extremely bright, keep the gradients subdued, though big blocks of color will need a large enough gradient to prevent <a href="http://en.wikipedia.org/wiki/Colour_banding">banding</a>. If the light source is hovering over the page or is close to an edge, it should produce a <a href="http://www.impressivewebs.com/css3-radial-gradient-syntax/">radial gradient</a>.</li>
<li>Interface objects that have depth, such as buttons and hovering elements, will cast a shadow. For most subtle light sources, keep the shadows no more than a few pixels in offset and blur distance, e.g. <code>box-shadow: 0px 2px 2px rgba(0,0,0,0.1)</code>, and don’t use pure black for the shadow color.</li>
<li>Text that appears on a button or other interface element surface should be given depth, with a 1 pixel drop shadow. A dark <code>text-shadow</code> will make the text appear above the button, a light shadow gives the appearance of inset text.</li>
</ul>
<div id="attachment_619814150" class="wp-caption alignnone" style="width: 560px"><a href="http://subpug.com"><img class="size-large wp-image-619814150" title="Subpug interface" src="http://danzambonini.com/wp-content/uploads/2012/06/subpug_lightsource-550x95.png" alt="" width="550" height="95" /></a><p class="wp-caption-text">We use a consistent top-down light source in Subpug</p></div>
<p>&nbsp;</p>
<h2>6. Realism</h2>
<p>Add subtle realism to the interface details.</p>
<ul>
<li>Square pointy corners are sharp and painful, so most real objects tend to have slightly rounded corners &#8211; take the same approach to your UI elements with <code>border-radius</code>.</li>
<li>Real-world objects tend not to instantaneously disappear, but instead fold, fade or slide away. Add transitions like -<code>webkit-transition: all 0.4s</code> (and other browser equivalent properties) to elements that move, resize or disappear.</li>
<li>Materials are rarely perfectly smooth, so add a subtle amount of noise to your interface. You’ll have to apply noise with an image, but you can create a single tile-able noise PNG with alpha transparency and apply it to elements of different colors via multiple backgrounds, e.g. <code>background: url('noise.png'), -webkit-gradient(linear, left top, left bottom, #E7ECF1, #D1D9E0)</code></li>
</ul>
<p>&nbsp;</p>
<div id="attachment_619814151" class="wp-caption alignnone" style="width: 498px"><img class="size-full wp-image-619814151" title="Example of non-standard border-radius" src="http://danzambonini.com/wp-content/uploads/2012/06/orderly.png" alt="" width="488" height="355" /><p class="wp-caption-text">In this upcoming app, we use a non-standard, subtle border-radius (border-radius: 2px 2px 20% 2px / 60px 2px 2px 60px) combined with an inset shadow for an asymmetrical paper effect.</p></div>
<p>&nbsp;</p>
<h2>7. Whitespace</h2>
<p>Follow Dan’s maxim, “<em>If it still looks bad, add more </em><a href="http://www.alistapart.com/articles/whitespace"><em>whitespace</em></a>.”</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/yiJ9fy1qSFI?rel=0" frameborder="0" width="549" height="412"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/web-design-rules-of-thumb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The correlation between seriousness and ability</title>
		<link>http://danzambonini.com/the-correlation-between-seriousness-and-ability/</link>
		<comments>http://danzambonini.com/the-correlation-between-seriousness-and-ability/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:34:57 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ability]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[professionalism]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814143</guid>
		<description><![CDATA[I’ve attended hundreds of sales pitches and client meetings, nearly always as a supplier to a larger organisation. On a few occasions in my early career I recall being faintly berated by colleagues for my behaviour. Not for doing anything aggressive, derogatory or suggestive, but for humorous remarks that were deemed inappropriate – just by [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_619814144" class="wp-caption aligncenter" style="width: 560px"><img class="size-large wp-image-619814144 " title="Donald Draper from Mad Men" src="http://danzambonini.com/wp-content/uploads/2011/11/don-draper-550x430.jpg" alt="" width="550" height="430" /><p class="wp-caption-text">Don Draper, the role model for serious businesspeople and sepia-lovers everywhere.</p></div>
<p>I’ve attended hundreds of sales pitches and client meetings, nearly always as a supplier to a larger organisation. On a few occasions in my early career I recall being faintly berated by colleagues for my behaviour. Not for doing anything aggressive, derogatory or suggestive, but for humorous remarks that were deemed inappropriate – just by the nature of them being a light-hearted quip said in an otherwise serious situation.</p>
<p>With relatively few exceptions, big businesses lack humour. Even smaller web startups tend to take themselves very seriously, and some of the most prominent technology journalists dedicate far too much of their time to personal vendettas and angry rants.</p>
<p>Why is it that our culture somehow associates fun and humour with a lack of professionalism, whereas if you’re solemn, loud and angry you’re taken seriously?</p>
<p>Many of my heroes are known for their wit: <a href="http://www.stephenfry.com/">Stephen Fry</a>, <a href="http://en.wikipedia.org/wiki/Al_Franken">Al Franken</a>, <a href="http://www.thedailyshow.com/">Jon Stewart</a>, <a href="http://en.wikipedia.org/wiki/Chris_Morris_(satirist)">Chris Morris</a>, <a href="http://www.feynmanonline.com/">Richard Feynman</a>, <a href="http://en.wikipedia.org/wiki/Richard_Curtis">Richard Curtis</a> and <a href="http://www.markthomasinfo.co.uk/">Mark Thomas</a>. Though, to be fair, they do all dodge the difficult issues of making profits and running businesses, and instead tackle easy targets like government corruption, the destruction of our ecosystem, corporate murder, third world poverty and the mechanics of our universe, to name but a few trivial matters.</p>
<p>These intellectual professionals demonstrate how humour can be used not to belittle an issue, but to clarify and amplify arguments, and increase the impact of their case. Research confirms [e.g. <a href="http://www.valpo.edu/news/news.php?releaseId=3358">1</a>, <a href="http://www.missouriwestern.edu/psychology/research/psy302/spring97/christi_collins.html">2</a>] that humour helps people to remember things.</p>
<p>When I first started to learn the Ruby programming language, I stumbled upon <a href="http://mislav.uniqpath.com/poignant-guide/">Why’s (Poignant) Guide to Ruby</a>. What a breath of fresh air it is, in the otherwise stodgy environment of technical programming guides, full of irreverence and whimsical cartoons. The author, <em>why the lucky stiff</em>, has/had a rare knack for mixing instruction and art to produce charming, memorable material. If you don’t already know about <em>__why</em>, you can read about his legacy at <a href="http://www.smashingmagazine.com/2010/05/15/why-a-tale-of-a-post-modern-genius/">Smashing Magazine</a>, <a href="http://ejohn.org/blog/eulogy-to-_why/">John Resig</a> and <a href="http://en.wikipedia.org/wiki/Why_the_lucky_stiff">Wikipedia</a>.</p>
<p>There is a time and place for humour, of course.</p>
<p>Most web app interfaces are purely functional and should be as transparent as possible, not interrupting a user’s flow with jokes and confusing pun-laden labels. But when we get a chance to communicate through other channels, whether in-person, through emails and blogs or instructional guides, humour should be considered a useful <em>and professional</em> tool that can be judiciously applied to relevant situations, not avoided at all costs.</p>
<p>And on that note, I’ll leave you with an always-excellent <a href="http://xkcd.com/970/">XKCD cartoon</a>:</p>
<p><a href="http://xkcd.com/970/"><img width="550" src="http://imgs.xkcd.com/comics/the_important_field.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/the-correlation-between-seriousness-and-ability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It’s wrong to stare at someone else’s MVP and compare sizes</title>
		<link>http://danzambonini.com/mvp-comparing-sizes/</link>
		<comments>http://danzambonini.com/mvp-comparing-sizes/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 15:00:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[minimum viable product]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814142</guid>
		<description><![CDATA[Whenever a new term enters the Internet lexicon, arguments inevitably follow about it’s meaning and scope. Engineers argued about what was or wasn’t technically ‘Ajax’ technology or ‘Web 2.0’ design, and content strategists are facing a similar problem pinning down the scope of their relatively new industry. Most recently, the concept of a Minimum Viable [...]]]></description>
				<content:encoded><![CDATA[<p>Whenever a new term enters the Internet lexicon, arguments inevitably follow about it’s meaning and scope. Engineers argued about what was or wasn’t technically ‘Ajax’ technology or ‘Web 2.0’ design, and content strategists are facing a similar problem pinning down the scope of their relatively new industry.</p>
<p>Most recently, the concept of a Minimum Viable Product (MVP) has been debated – does it mean a small first release, a barely-usable prototype, or even just a Google AdWord?</p>
<p>An MVP may or may not be any of those things – depending on how you’re using them – but it doesn’t really matter what the definition is. Like many good ideas, the concept of the MVP is more important than a rigid definition. Rather than trying to replicate other people’s tactical implementations of the concept, it’s better to focus on the beautiful strategy of the MVP approach: what it is trying to achieve.</p>
<p><em>Validated learning </em>lies at the heart of MVP. This means that you should create something that enhances your knowledge (of the market or the problem space) using real data from customers or potential customers. Moreover, you must endeavour to extract the maximum amount of learning from the least amount of effort (money and time).</p>
<p>This is why the Google AdWord is a compelling implementation of the MVP: spend a few hours and a few dollars creating adverts, and you can learn about the market reaction to individual features, price demand curves, and even – if you’ve configured decent analytics on your landing page – the demographics and trends in daily usage patterns of your potential customers.</p>
<p>However, AdWords aren’t suitable for all cases. If your app is in a highly competitive market, you’ll either need to spend a lot more money to test it (and therefore an alternative MVP implementation may require less effort), or else it will languish on the second or third page of results, where it doesn’t receive enough attention for you to learn anything with confidence.</p>
<p>Similarly, if your app is in a new market, you may need more than the limited space of an AdWord to persuade early adopters to try it. If Twitter had tested an MVP AdWord, they would have received relatively few clickthroughs and may have decided to abandon the idea. Even a sophisticated mock-up or internal prototype may not have been a suitable MVP for Twitter, who would have needed a basic functioning system with the ability to post and read messages before they could discover anything about how early adopters used the product.</p>
<p>Don’t limit yourself to one specific MVP implementation if you can quickly and easily learn more through multiple sources; the MVP is an ongoing, iterative process, not a single definitive test of an idea. Depending on your market, you may decide to create an advert, send out a survey email and also present an annotated wireframe to the board of an interested corporation. When we first started to think about <a href="http://www.clickdensity.com/">Clickdensity</a>, we published early data on an O’Reilly blog to get feedback from alpha geeks, prototyped with a client to see how they used the results, and emailed our customers to assess their reaction to the proposition.</p>
<p>Which leads me to my final point: you need to carefully consider and perfect your app proposition before you test an MVP. It’s all too easy to get caught up in the idea of an app and assume that people will know what it does and why they should use it. For many forms of MVP, it is the text of the proposition rather than the interactive functionality of an app that’s being tested, so be sure to run your text past a couple of relevant people before testing it with a larger audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/mvp-comparing-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web app ideas: Where to find inspiration</title>
		<link>http://danzambonini.com/web-app-ideas-where-to-find-inspiration/</link>
		<comments>http://danzambonini.com/web-app-ideas-where-to-find-inspiration/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:52:29 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814138</guid>
		<description><![CDATA[One of the early chapters in my book (A Practical Guide to Web App Success) discusses the factors that influence the success of an app, such as the idea, the quality and speed of execution, and the wider context in which it’s situated: the competitive landscape, the levels of technology adoption, the financial climate and [...]]]></description>
				<content:encoded><![CDATA[<p>One of the early chapters in my book (<a href="http://www.fivesimplesteps.com/products/web-app-success">A Practical Guide to Web App Success</a>) discusses the factors that influence the success of an app, such as the idea, the quality and speed of execution, and the wider context in which it’s situated: the competitive landscape, the levels of technology adoption, the financial climate and so on.</p>
<p>While the book includes some quick and easy ways to validate a concept, I don’t really talk a great deal about the initial genesis of ideas, as I assume that most people who buy the book already know what they want to build.</p>
<p>This post fills that gap. It is written for those of you who have the enthusiasm to build an app, but first need a good problem to sink your teeth into.</p>
<h2>Work</h2>
<p>Most of us spend at least eight hours of every weekday at work, solving problems, transferring knowledge and managing processes. Our wages are usually based on how quickly and effectively we can do these things, as quantity and quality are two key variables that affect business profits. If you can think of a way make a business process more efficient or generate more value in the same amount of time, you’ve got a fundamentally sound app idea.</p>
<p>Unfortunately there is little tangible diversity in the daily experiences of most web app developers. This is one reason why you see a steady stream of new MVC frameworks on <a href="http://news.ycombinator.com/">Hacker News</a> – we have similar jobs in similar environments, and therefore create similar solutions to similar problems.</p>
<p>Less than 1% of workers in the US are software engineers [data <a href="http://www.wolframalpha.com/input/?i=number+of+people+employed+in+the+US+in+2008">1</a> and <a href="http://www.bls.gov/oco/ocos303.htm">2</a>], yet we initiate at least 90% of web app products (a conservative guess). This is the equivalent of most magazines being written by printing press operators – though come to think of it, that would produce more interesting results than the current stable of <a href="http://www.heatworld.com/">celebrity cellulite shitfests</a>.</p>
<p>It doesn’t necessarily matter if you pursue an unoriginal idea, but in some ways it makes it more difficult to have a real impact: you’ll face apathy from the market and a prohibitive amount of competition that includes free and open source options. Unless you’ve secured the funding necessary to force your way into a crowded market, it’s better to seek opportunities that at least have a smidgen of something new and that customers have a pressing need for.</p>
<p>If you work in a small company or startup, you’ll naturally wear many hats and will face a variety of non-technical problems. Keep your eyes peeled for tasks that can be automated or improved with web technology.</p>
<p>If you work in a large company you should seek out similar opportunities, but you’ll need to proactively find a way to work with other teams (sales, design, marketing, finance, human resources) to step out of the programming sphere and find fresh problems to solve.</p>
<p>As director of a growing web company for eleven years, I got to discover many problems that are still in need of solid solutions. Here are two examples to get you started.</p>
<p><strong>Example: Responding to tendering opportunities is costly</strong>. Large contracts from the public and private sectors are often put out to <a href="http://en.wikipedia.org/wiki/Request_for_tender">tender</a>. If a company wants to win one of these valuable contracts, they must respond with a high-quality documented response, which will run to hundreds of pages, though much of it can be boilerplate or customised boilerplate text and diagrams. The value of a contract is often hundreds of thousands of dollars, so it’s worthwhile for the company to spend days or even weeks preparing the tender response, which is incredibly costly, but a necessary risk of winning work.</p>
<p>Over time, a company will create dozens of boilerplate/template documents/answers/snippets that they can re-use in tender responses, but these are often stored in myriad Word documents that need to be manually managed, collated and customised.</p>
<p>There is an opportunity for an app that stores various reusable document components that can be easily discovered, selected, customised and aggregated to produce a tailored, professional tender response. If a company tenders for two projects a month and you can reduce the average tender response time from five days to three days, you’ll save them thousands of dollars a month, at minimum. What might a company pay for that kind of saving?</p>
<p><strong>Example: Assessing good job candidates is difficult</strong>. There’s no obvious solution to this, which is why it’s still a problem. Every company knows that their hiring process isn’t perfect. They’ll take on employees who won’t pass a probationary period (costing the company thousands of dollars in wasted training) and will pass on candidates who should have been accepted (costing the company potentially tens of thousands of dollars in <a href="http://en.wikipedia.org/wiki/Opportunity_cost">opportunity costs</a>).</p>
<p>There are a few partial solutions to this problem (such as LinkedIn and Stack Overflow) but these are industry-specific and not applicable to all candidates. If you could develop an app that helps employers (perhaps in a specific industry) to improve their hit/miss recruitment rate by even 10 or 20%, you’ll save them thousands of dollars a year, and probably a lot more.</p>
<h2>Life</h2>
<p>When you’re not in work you’re cooking meals, paying utility bills, socializing, pursuing hobbies and fitness, seeking entertainment, traveling, and so on. Adopt a critical mindset for a couple of days to identify areas that could be improved, bearing in mind the types of task that web apps are useful for, such as automating recurring processes, detecting patterns in data and bringing together supply and demand.</p>
<p>Think creatively, and question anything that doesn’t seem quite right from the second you wake up. Feel tired after a restless night? Maybe there’s a way to detect a pattern in your habits and environment to improve your sleep. Throwing away junk electronic equipment because it’s not worth your time putting it on eBay, Craigslist or Freecycle? Perhaps there needs to be an exceptionally low-friction app that can list it for local pick-up within seconds. Annoyed at the garbage that people leave on your street? There may not be a web app answer to that, but maybe there is if you give it some thought. It sometimes helps if you first consider what the perfect “magical” solution would be, ignoring technical limitations. From there, work back to the closest you can get with current technology.</p>
<p>Here’s a more concrete example.</p>
<p><strong>Example: The system for buying gig tickets is broken</strong>. We all know it. Many popular venues only list tickets through large corporate ticket vendors, and the final price always seems to end up costing 50% more than the “face value”. There are some complexities at work here (it is often the venues that impose the ridiculous additional fees, not the middle-men), but that doesn’t make the system any less broken to the customer. In addition there are people who buy multiple tickets for no other purpose than to restrict supply and inflate the re-sale value of their own tickets.</p>
<p>So, while there are a number of upcoming gigs at <a href="http://en.wikipedia.org/wiki/The_Fillmore">The Fillmore</a> that I would like to attend, I’m not willing to pay the absurd extra fees for bands that I’m only partly interested in seeing. What some of my friends and I do is wait until a day before each gig and then scan Craigslist and eBay for spare tickets. For most gigs, we’ll find tickets at face value or sometimes less. However, we still have to manually set a reminder for upcoming gigs and then scan the websites for tickets a day or two before (or sometimes on the day of the gig itself). An app could make this more efficient, by helping to match supply and demand.</p>
<h2>Competition</h2>
<p>If your primary purpose of building an app is to make money, it sometimes makes sense to copy an idea that’s already proven rather than strive for originality. As Zynga’s CEO Mark Pincus is <a href="http://www.sfweekly.com/2010-09-08/news/farmvillains/">alleged to have said</a>, “<em>I don&#8217;t fucking want innovation. You&#8217;re not smarter than your competitor. Just copy what they do and do it until you get their numbers.</em>&#8221;</p>
<p>You could investigate small (easy to replicate) profitable web apps and copy them feature-for-feature, but for reasons I’ve already stated, I’m not a fan of blatant facsimiles. If you can add a slightly new take on a tired concept you stand a better chance of success.</p>
<p>A simple way to do this is to find a large piece of software and think about how it might be adapted to better suit specific industries; <a href="http://www.startuplessonslearned.com/">Eric Reis</a> and <a href="http://steveblank.com/">Steve Blank</a> would refer to this as <em>re-segmenting a market by niche</em>.</p>
<p>Think of how Kyle Bragger’s <a href="http://forrst.com/">Forrst</a> took the idea of a generic social network and re-segmented it for graphic designers and programmers. How would you do something similar for your occupation or interests, such as a social network for musicians to share riffs and ideas?</p>
<p><strong>Example: Basecamp for authors/publishers</strong>. 37 Signals’ <a href="http://basecamphq.com/">Basecamp</a> is the leading project management and online collaboration tool, partly because it’s well-designed generic features make it useful for a wide range of industries. But this also means that it isn’t tailored to any particular type of business.</p>
<p>My <a href="http://www.fivesimplesteps.com/">publisher</a>, editor and I used Basecamp to communicate throughout the book authoring process. While it certainly helped, it could have been improved for our particular use-case. Small publishers and distributed authoring teams need a system that better handles revisions between files, and in general something more suited to iterative tasks rather than linear discussions. It would also be useful to have a file repository that treats various assets – documents, diagrams, screen captures, raw data, sources – differently, and one with greater control over the structure and relationships of discussions, files, milestones and to-dos. But it also needs to be extremely simple and tailored for the publishing process, not just a shoe-horned version of <a href="https://github.com/">GitHub</a> or <a href="http://www.redmine.org/">Redmine</a>.</p>
<p>Even <a href="http://www.magmahq.com/">Magma</a>, which handles “print publication management” and according to Techcrunch is a “<em>Basecamp-like platform oriented towards magazines and print publications</em>”, is aimed at a slightly different segment of the market. There are abundant niches to fill in almost every market.</p>
<h2>Technology R&amp;D</h2>
<p>Sometimes an idea will present itself when you’re playing with technology. In the winter of 2005 I was tinkering with some simple Javascript that displayed the X and Y coordinates of the mouse position, and started to think how interesting it would be to record the coordinates of a user’s mouse on a website. We quickly <a href="http://onjava.com/pub/wlg/9240">created some prototype code</a>, and found that the results were actually useful. That code went on to become what was probably the <a href="http://www.clickdensity.com/">first heat map app</a>, before <a href="http://www.crazyegg.com/">Crazy Egg</a>, <a href="http://www.clicktale.com/">Clicktale</a> and the others that followed.</p>
<p>This isn’t my preferred approach to idea development because it’s technology-led rather than originating from a real market need. Still, it might help to get your creative juices flowing. A quick way to start thinking about the application of technology is to write a list of recent web technologies that interest you on a piece of paper – web P2P video, canvas/WebGL, geolocation, data mining algorithms, and so on – randomly choose two (close your eyes and place your finger on the list), and think about how they could be usefully combined.</p>
<h2>Market R&amp;D</h2>
<p>What do people say that they want? Social media and web apps like <a href="http://theinternetwishlist.com/">The Internet Wishlist</a> make it easy to find out. Check out Google search suggestions to discover what software people are looking for (e.g. <a href="http://ubersuggest.org/?source=web&amp;query=is+there+an+app+&amp;language=English%2FUSA&amp;format=html">1</a>, <a href="http://ubersuggest.org/?source=web&amp;query=software+that+&amp;language=English%2FUSA&amp;format=html">2</a>), and try creating some <a href="http://bit.ly/tWyGnD">convoluted Twitter search queries</a> to find tweets with app ideas. Most will be in jest, but you’ll sometimes find some genuine needs hidden in the noise, and even the humorous suggestions can inspire a practical related app idea.</p>
<p style="text-align: center;"><img class="size-full wp-image-619814141 aligncenter" title="Researching web app ideas on Twitter" src="http://danzambonini.com/wp-content/uploads/2011/11/twitter_app_ideas_curated_export.png" alt="Researching web app ideas on Twitter" width="542" height="800" /></p>
<h2>Summary</h2>
<p>This post outlines different sources of inspiration for web apps. Once you’ve chosen an idea, give it a few days to mull-over and slowly iterate the concept. Rather than gradually expanding on the initial idea, try to stick to the essence of it while you remove imaginary features and scope. Most of all, try to choose an idea that excites you – it makes the development so much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/web-app-ideas-where-to-find-inspiration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Infographic: New York &amp; San Francisco Social Activity</title>
		<link>http://danzambonini.com/infographic-new-york-san-francisco-social-activity/</link>
		<comments>http://danzambonini.com/infographic-new-york-san-francisco-social-activity/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 18:17:51 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[regular]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814131</guid>
		<description><![CDATA[Yesterday we launched Mingle, our awesome free iPhone app for New York and San Francisco. The app does a lot of cool stuff with geo-social data aggregation (from Foursquare, Flickr, Instagram and Twitter) and visualisation, and I thought that I&#8217;d put some stats together from the data and share it with you. A quick additional [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday we launched <a title="Mingle social iPhone app for New York and San Francisco" href="http://getmingle.com" target="_blank">Mingle, our awesome free iPhone app for New York and San Francisco</a>. The app does a lot of cool stuff with geo-social data aggregation (from <a href="http://foursquare.com/">Foursquare</a>, <a href="http://www.flickr.com/">Flickr</a>, <a href="http://instagr.am/">Instagram</a> and <a href="http://twitter.com">Twitter</a>) and visualisation, and I thought that I&#8217;d put some stats together from the data and share it with you.</p>
<p><a href="http://getmingle.com"><img src="http://danzambonini.com/wp-content/uploads/2011/07/mingle_infographic_export.png" alt="New York and San Francisco social activity data" width="550" height="1600" /></a></p>
<p>A quick additional note on the methodology. For the ratio data (most men, women, tourists, locals), I only included venues that had received over 200 checkins during the data collection period. In total, the data consists of about 500,000 checkins for New York and about 250,000 checkins for San Francisco.</p>
<p>Now go check out the <a href="http://getmingle.com" target="_blank">Mingle</a> iPhone app, which displays this kind of data in real-time.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/infographic-new-york-san-francisco-social-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stereotype: a Case Study in Scalable SEO</title>
		<link>http://danzambonini.com/stereotype-a-case-study-in-scalable-seo/</link>
		<comments>http://danzambonini.com/stereotype-a-case-study-in-scalable-seo/#comments</comments>
		<pubDate>Thu, 19 May 2011 05:06:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814127</guid>
		<description><![CDATA[Back in March I told you about a couple of projects I&#8217;d written in two days over Christmas, and have done nothing with since. I just happened to be checking our AdSense account for the first time in a while, and noticed that one of the projects &#8211; stereotype &#8211; was now generating £2.50 a week [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://danzambonini.com/wp-content/uploads/2011/05/women_stereotype.png"><img class="alignleft size-medium wp-image-619814128" title="The Women entry on Stereoty.pe" src="http://danzambonini.com/wp-content/uploads/2011/05/women_stereotype-156x300.png" alt="The Women entry on Stereoty.pe" width="100" height="192" /></a>Back in March <a href="http://danzambonini.com/quick-update-march-2011/">I told you</a> about a couple of projects I&#8217;d written in two days over Christmas, and have done nothing with since.</p>
<p>I just happened to be checking our AdSense account for the first time in a while, and noticed that one of the projects &#8211; <a href="http://stereotypers.com">stereotype</a> &#8211; was now generating £2.50 a week and gradually increasing each week. It&#8217;s not enough to retire (£120 a year&#8230; that&#8217;s about $200 USD), but it&#8217;s better than a kick in the teeth.</p>
<p>The interesting thing about the project is that it&#8217;s a wonderful example of self-scaling SEO. I&#8217;ve done absolutely zilch in terms of marketing the site or hunting for backlinks, yet the site now attracts 600 pageviews a day, from almost entirely organic search traffic.</p>
<div id="attachment_619814" class="wp-caption alignleft" style="width: 560px"><a href="http://danzambonini.com/wp-content/uploads/2011/05/stereotype_daily_pageview_growth.png"><img class="size-large wp-image-619814129" title="Stereoty.pe: growth in pageviews since launch" src="http://danzambonini.com/wp-content/uploads/2011/05/stereotype_daily_pageview_growth-550x126.png" alt="Stereoty.pe: growth in pageviews since launch" width="550" height="126" /></a><p class="wp-caption-text">The growth of stereoty.pe pageviews since launch, over five months</p></div>
<p>When I created the site, I invested some time in structuring the page titles to appeal to users browsing Search Engine Results Pages (SERPs), and ensured that the structure of the site always closely linked multiple sections together, so as to create an easily crawlable &#8220;mesh&#8221; that distributes PageRank evenly across pages.</p>
<p>Most importantly, the site has slowly grown of its own accord. The database was originally populated with a list of 130 countries and 15 topics (women, men, beer, weather). An automated system then searches Twitter for combinations of these phrases (Swedish women, Swedish men, Swedish beer) every day, measures the sentiment, and stores the results.</p>
<p>Pages are only created for combinations that have enough relevant (high sentiment) data. As the data has grown over the last five months, so new <em>quality, non-duplicate </em>pages have slowly been automatically added and cross-linked into the site structure.</p>
<p>I don&#8217;t know how many pages have currently been &#8220;made live&#8221;, but eventually there will be 130 (countries) * 15 (topics) + 130 (country top-level pages) + 15 (topic top-level pages) + 1 (home page) = <strong>2,096 pages</strong>. Yes, it could be construed as content-farm like, and yes it faces risk from an ongoing <a href="http://searchenginewatch.com/article/2067687/Google-Panda-Update-Say-Goodbye-to-Low-Quality-Link-Building">Panda-like update</a> from Google that wiped out my other 2-day project, <a href="http://fanranked.com/">Fan Ranked</a>. But for the time being I believe it provides some content value that isn&#8217;t provided by other websites and is a good example of how to get decent marketing results with little effort.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/stereotype-a-case-study-in-scalable-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Defence of The Library</title>
		<link>http://danzambonini.com/in-defence-of-the-library/</link>
		<comments>http://danzambonini.com/in-defence-of-the-library/#comments</comments>
		<pubDate>Wed, 18 May 2011 19:21:50 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814126</guid>
		<description><![CDATA[I made a decision at the start of this year to blog and tweet less. Talk less, do more. Up until now it&#8217;s been fairly easy, but I&#8217;ve had to interrupt my writing of the last few chapters of the book to write this post. A couple of days ago Seth Godin wrote about The [...]]]></description>
				<content:encoded><![CDATA[<p>I made a decision at the start of this year to blog and tweet less. <em>Talk less, do more</em>. Up until now it&#8217;s been fairly easy, but I&#8217;ve had to interrupt my writing of the last few chapters of <a href="http://www.fivesimplesteps.com/products/web-app-success">the book</a> to write this post.</p>
<p>A couple of days ago Seth Godin wrote about <a href="http://sethgodin.typepad.com/seths_blog/2011/05/the-future-of-the-library.html">The future of the library</a>. While it is positioned as a love-letter to librarians and the latent potential in a new vision for the library, I see it as a dangerous and (ironically) outdated article.</p>
<p>Throughout our last year of travel, we relied on libraries &#8211; from Cardiff to Vancouver to Melbourne. Initially it wasn&#8217;t a positive decision to use them, more-so a &#8220;<em>I suppose, if we really have to&#8230;</em>&#8221; decision. But we quickly developed a deep appreciation and respect for libraries and the surprisingly modern services that they provide. So much so, that I now feel it is our personal duty to protect them.</p>
<p>Wherever we went, we could use a library. FOR FREE. We didn&#8217;t live there, but we were always welcomed and given warm shelter, free WiFi and a large desk with a convenient power outlet. It seems that many other people were also making use of the service &#8211; if you haven&#8217;t been to a library for a while and presume that most others haven&#8217;t either, you may be surprised.</p>
<p>Libraries are wonderful places to work, and many already meet Godin&#8217;s &#8220;future vision&#8221; of rows of available computer terminals and masses of convenient working areas. Some also have meeting rooms and other facilities that make them even more friendly to the development and exchange of information and ideas.</p>
<p>And yes, they still have books too. I&#8217;m currently sitting next to a pile of beautiful library-borrowed books &#8211; including wonderfully typeset and illustrated <a href="http://www.edwardtufte.com/tufte/">Tufte</a> masterpieces &#8211; that are far superior to online equivalents. There&#8217;s probably about $250 worth of books in that little pile, and if there&#8217;s something specific we need, we can just order it. Isn&#8217;t that amazing, when you think about it? We can get any book we want, for free.</p>
<p>Libraries also offer an amazing array of other services, including DVD / Blu-Ray rentals and video game rentals. Mostly for free. As Godin states, I&#8217;m sure some librarians resent this &#8220;dumbing down&#8221; of their establishments, but isn&#8217;t this also the most incredible way to get people into the building, together as a community, and slowly inch them towards other activities? Getting people through the door is half the battle, so these services make sense to me. Plus, let me just re-state, they are mostly FREE. You can borrow a $60 video game for FREE.</p>
<p>I&#8217;ve also seen libraries with video game consoles inside the library, playgroups, and other non-literature-based services. These have been well used &#8211; it was incredible in Melbourne to see kids queuing for the library in the morning so that they could play games that they couldn&#8217;t afford to otherwise. And afterwards, they&#8217;d often progress to the comics or magazine section that had been strategically placed beside the consoles. Sure, it isn&#8217;t Mark Twain, but doesn&#8217;t the video game &gt; comic &gt; graphical novel &gt; book progression just make sense to you? It certainly does to me. Well done, libraries.</p>
<p>My main gripe with Godin&#8217;s post, however, is that he seems to be almost blaming libraries for a lack of vision. No, Seth, what they&#8217;re lacking is CASH. And pointing out that they&#8217;re currently crap does not help their fight against cuts. They&#8217;re not rolling in money, but instead are facing reduced budgets every year. And you know what you can do with less? Less.</p>
<p>I&#8217;d like to return to the start of this post and ask Seth to do something that I&#8217;m trying: talk less, do more. It&#8217;s fine to point out foibles and wax lyrical about beautiful technical visions. But what libraries really need is support. They ARE heading in the right direction, but what we need to do is encourage people to get libraries back into the zeitgeist and to use them. When people realise how wonderful libraries are we will hopefully see more people willing to demand budget increases rather than cuts, which will help to further evolve their services. But moaning and navel-gazing won&#8217;t get us there.</p>
<p>If you haven&#8217;t visited a library for a while, I urge you to take 20 minutes out of your weekend and give one a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/in-defence-of-the-library/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Quick Twitter API Tip: Don’t Make Requests on The Hour</title>
		<link>http://danzambonini.com/quick-twitter-api-tip-dont-make-requests-on-the-hour/</link>
		<comments>http://danzambonini.com/quick-twitter-api-tip-dont-make-requests-on-the-hour/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 04:46:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[overload]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814124</guid>
		<description><![CDATA[The title says it all, really. I&#8217;m currently running two almost-identical scripts that pull data from the Twitter API every half an hour. The first version of the script runs at :00 and :30 minutes past every hour, and the second version at :05 and :35 minutes past every hour. The on-the-hour/half-hour script fails (i.e. [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://danzambonini.com/wp-content/uploads/2011/03/ishot-2.png"><img class="size-medium wp-image-619814125 aligncenter" title="Data from the Twitter API" src="http://danzambonini.com/wp-content/uploads/2011/03/ishot-2-219x300.png" alt="Data from the Twitter API" width="219" height="300" /></a></p>
<p>The title says it all, really.</p>
<p>I&#8217;m currently running two almost-identical scripts that pull data from the Twitter API every half an hour. The first version of the script runs at :00 and :30 minutes past every hour, and the second version at :05 and :35 minutes past every hour.</p>
<p>The on-the-hour/half-hour script fails (i.e. the API doesn&#8217;t respond) about two to three times more often than the 5 minute delayed version. Failed API calls can be identified in the sample screenshot above by 0 values &#8211; none of the calls should return a zero value.</p>
<p>So that&#8217;s it, really. The most likely reason is that :00 and :30 are peak times for API requests, so you&#8217;re more likely to make a request at these times to an overloaded API service. Shift your calls around a bit in the hour, and you&#8217;ll get a more robust response. This probably holds true for other APIs too.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/quick-twitter-api-tip-dont-make-requests-on-the-hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Update, March 2011</title>
		<link>http://danzambonini.com/quick-update-march-2011/</link>
		<comments>http://danzambonini.com/quick-update-march-2011/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 06:15:46 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[regular]]></category>

		<guid isPermaLink="false">http://danzambonini.com/?p=619814122</guid>
		<description><![CDATA[I try not to write too much personal stuff on this blog, as I can&#8217;t think of more than about three people in the world who actually want to know what I&#8217;m doing. Even so, this is going to be one of those posts, albeit a short one. We&#8217;re so hectic at the moment that [...]]]></description>
				<content:encoded><![CDATA[<p>I try not to write too much personal stuff on this blog, as I can&#8217;t think of more than about three people in the world who actually want to know what I&#8217;m doing. Even so, this is going to be one of those posts, albeit a short one. We&#8217;re so hectic at the moment that I haven&#8217;t had time to update this blog as much as I&#8217;d like, so instead I thought I&#8217;d explain what I&#8217;m up to. Basically, it&#8217;s an &#8220;<em>excuse blog post</em>&#8220;.</p>
<p>We took on a lot of <a href="http://contentini.com/">consultancy work</a> last year, especially from August onwards. We got to work with some lovely people and on some excellent projects, but working seven days a week just didn&#8217;t leave any time to build our own things. We decided that we would really cut-back on consultancy work after December, and so far we&#8217;ve been fairly good at not taking on too much work this year.</p>
<p>At the end of December, I created a couple of 2-day projects (<a href="http://stereotypers.com">Stereotype</a>, <a href="http://fanranked.com/">Fan Ranked</a>) to try to get back into the swing of iterative, agile development. Actually, Fan Ranked <em>was</em> relatively successful, given the small investment: it was making about $20 per week in affiliate fees. Unfortunately, it was a little too late. A few weeks after launch, the Google &#8216;content farm&#8217; update obliterated it from the search rankings (as it should, I suppose), and it now just sits there, gathering about five meagre visits a day. Still, these projects got my development-fu back in motion.</p>
<p>Over the next month, I started to build up a bigger app: <a href="http://rosel.la/">Rosella Twitter Games</a>. I made good progress, but soon decided that I should probably finish other commitments before embarking on larger projects. With that in mind, the last month I&#8217;ve had my head down with writing <a href="http://www.fivesimplesteps.com/products/web-app-success">Designing Web App Success</a>. I&#8217;m about 18 chapters into the 25, and making good progress. I&#8217;m REALLY excited about the book &#8211; it&#8217;s crammed full of good stuff, from business models to personas, typography to testing, development to SEO. I really want it to be <em>The Definitive Manual</em> for web apps. I&#8217;m a little fed-up with those books that are 20 chapters of the same thing, full of fluff and inspiration, but no real actionable information. This book is going to be the opposite: about 20 books condensed down into a single &#8216;need to know&#8217; compendium.</p>
<p>We&#8217;re also about to &#8216;pivot&#8217; the Contentini agency model / website, but I don&#8217;t want to say too much about that quite yet. We&#8217;ve built some apps under the Contentini brand over the last couple of weeks (e.g. <a href="http://trends.contentini.com/">Web Strategy Twitter Trends</a>), so that might give you an idea.</p>
<p>Until next time, whenever it might be.</p>
]]></content:encoded>
			<wfw:commentRss>http://danzambonini.com/quick-update-march-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 2.498 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-20 09:31:00 -->
