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

<channel>
	<title>Haut Tech &#187; events</title>
	<atom:link href="http://blog.sciodev.com/tag/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sciodev.com</link>
	<description>Hot Thoughts about SaaS, On-Demand Business and Technology</description>
	<lastBuildDate>Mon, 26 Sep 2011 12:47:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SaaS &amp; Cloud Products: Are You Ready for Cloud Architecture?</title>
		<link>http://blog.sciodev.com/2011/04/14/saas-cloud-products-are-you-ready-for-cloud-architecture/</link>
		<comments>http://blog.sciodev.com/2011/04/14/saas-cloud-products-are-you-ready-for-cloud-architecture/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 19:05:22 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[multitenancy]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=1094</guid>
		<description><![CDATA[Planning and developing a Cloud product can be a daunting prospect, especially if using cloud-based infrastructure and services requires a departure from your “comfort zone” in more traditional installed and server-based products. One of the biggest concerns is developing the architecture for the project. For an implementation on something like Amazon Web Services how do you decide on the break-down of the application between the various services Amazon provides? Can you model the utilization scenarios and understand your costs in different situations?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F04%2F14%2Fsaas-cloud-products-are-you-ready-for-cloud-architecture%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F04%2F14%2Fsaas-cloud-products-are-you-ready-for-cloud-architecture%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is the fourth article in a series with excerpts from this year’s workshop titled, “<a title="EventBrite Registration Page" href="http://saasudenverworkshop.eventbrite.com/" target="_blank">How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap</a>.” Each of these articles will cover one part of core subjects in our Cloud Product Roadmap.  If you are just joining us &#8211; you can return to the <a title="First Article in the Series" href="http://blog.sciodev.com/2011/02/25/saas-cloud-products-our-new-workshop-series/">first article in the series </a>and find out more about the workshop background and other articles in the series.</p>
<h2><span style="color: #0000ff;">Excerpt</span>: How to Eat an Elephant Workshop by <a href="http://www.sciodev.com/" target="_blank">Scio Consulting</a></h2>
<p>Planning and developing a Cloud product can be a daunting prospect, especially if using cloud-based infrastructure and services requires a departure from your “comfort zone” in more traditional installed and server-based products. One of the biggest concerns is developing the architecture for the project. For an implementation on something like <a href="http://aws.amazon.com/" target="_blank">Amazon Web Services</a> how do you decide on the break-down of the application between the various services Amazon provides? Can you model the utilization scenarios and understand your costs in different situations?</p>
<p>Before you begin that consideration &#8211; let’s first make it clear that straightforward server virtualization is not the key feature of Cloud technology. Where Cloud implementations really shine in their value is in the ability to provide highly elastic capacity for specific application elements. This means the architecture can to break out client service elements that are based on utilizing elastic storage, moving large amounts of content, or have bursty characteristics.  Simple server virtualization schemes are limited reaching these scenarios economically because they are based on replicating a the server footprint rather than extending individual application  components.</p>
<p>On the other side of the coin, the “client side” of the application is not the only thing we’re concerned about. We also need to consider an operational side of the application that will support our product strategy and business model.  Hobbling operations by relying on manual processes to onboard customers and handle operations is not a sustainable way of dealing with the “back office details” of the service.  Generally, the operational side of an application will scale in a linear fashion. These components will scale in relation to the number of clients rather the usage patterns of application features by clients. That means utilizing different scaling strategies for various parts of the application. It also means cost modeling needs to be split between dynamic services that are consumed directly by client use and the more linear use patterns of components that are required to operate the service.</p>
<p>To understand the issues, let’s go back to one of the basic problems of a SaaS or Cloud product. There are several elements of these applications that are critical to operations but take considerable effort to plan, develop and implement:</p>
<ul>
<li><strong>Multi-Tenancy</strong> &#8211; For most SaaS and Cloud Services, multi-tenancy is the core approach to application management, generating new instances, and structuring client data. Multi-tenancy is implemented in the database of the application itself.</li>
<li><strong>Application Management and Availability</strong> &#8211; Regardless of whether they are designed for the Cloud or not, modern applications are not monolithic. As we have discussed, they are actually a group of components that may have different use patterns and performance characteristics. Managing performance and scaling for the entire application is a basic requirement, but in a component model, you may need to manage performance and response at the component level to leverage the opportunities that true Cloud architecture offers.</li>
<li><strong>Product Management</strong> &#8211; Configuration, metering and billing are necessary to manage service packages that can be offered to clients. It is likely your packages will change over time, so your management system needs to be flexible and accept a wide range of scenarios. If you plan to leverage reporting to determine feature acceptance and value, you also need to be able to monitor feature-level usage over time.</li>
<li><strong>Usage Metering &amp; Billing</strong> &#8211; If your service has usage-based billing, no matter how it works, you need some way to translate usage into billing. What seems simple can be come complicated quickly when you are faced with various combinations of partial months, changing user counts, differential pricing by user role, promotions, and other unexpected complications. Being able to respond to a changing elastic deployment. It requires much more effort to maintain reliability over changes to the core and operational sides of the application. In the best case, the basic architecture of the application platform supports the kind of load-balancing and instance version control that makes this possible.</li>
<li><strong>Subscription Management</strong> &#8211; A subscription is the package of services that a client has subscribed to and pays for in regular periods.  Although they are utility-based, very few Cloud Services can adopt a totally unpackaged, spot use model.  Granular spot use models are hard for the client to plan for because they can represent a risky “uncapped expense.”  And &#8211; unless they are based in regular use by a very large client base, they can result in a cash flow that is impossible to plan on. Because of this, regardless of how the service works, most SaaS and Cloud Services will have subscription-based packages and require on-going subscription management and the ability for clients to change subscriptions based on the current feature pricing schema.</li>
<li><strong>Access Control</strong> &#8211; Users must be able to access the features related to their role within their company subscription and if the service includes a suite of applications &#8211; their access needs to reflect their participation in the suite.</li>
<li><strong>Customer On-Boarding and Provisioning</strong> &#8211; When a customer signs up and is accepted, the application should be able to use the information provided at signup to provision a client instance and provide the necessary credentials, roles and access needed to the customer without any manual intervention or coding.</li>
<li><strong>Service Management and Configuration</strong> &#8211; When web services are used to provide the different components of an application, each service needs to be managed, versions need to be tracked and dependancies need to be respected. Without a management tool, this work needs to be done manually and can greatly complicate the job of managing new component rollouts.</li>
<li><strong>Contextual Logging</strong> &#8211; All servers and applications provide some level of logging &#8211; but if there is no mechanism to tie log information to users, clients and features, it can require a lot of effort to track down issues. Some sort of contextual information attached to logs speeds support efforts and improves overall customer support and reliability.</li>
</ul>
<p>Taken together, these features require considerable planning and development effort to implement. They are not part of the core product value a SaaS or Cloud Service delivers, but they make the difference between a business model that operates and scales successfully and one that becomes burdened by too much overhead to scale repeatedly and successfully across enough customers to reach profitability. As you can see, these components will technically scale in relation to the number of clients the service has, not the features in use by clients and users.</p>
<p><a href="http://apprenda.com/" target="_blank">SaaSGrid</a> is one of a relatively small number of middleware servers or platforms that vendors can build on to provide these operational features and it will run either directly on servers or as virtualized servers on a service like Amazon Webservices. In either a virtualized or “bare metal” installation, a tool like SaaSGrid can lower the effort required to develop and implement a SaaS or Cloud product by as much as 60%.</p>
<p><strong>So, when we get down to it &#8211; fully leveraging the capabilities of the Cloud for an application means understanding component-based architecture, the expected scaling characteristics and use patterns of each component, and finally the “orchestration” or web services messaging that allows all the components to act transparently across many clients as one application.</strong> On the business side, all of these elements have to be packaged and modeled to develop client offerings that have prices aligned to value and use. And &#8211; building a SaaS or Cloud product means planning for <span style="text-decoration: underline;">both client and operational functionality</span>.</p>
<p style="text-align: center;">&lt;<a title="3rd Article in the Series" href="http://blog.sciodev.com/2011/03/30/saascloud-products-planning-your-technical-architecture/" target="_blank">Read the previous article in the series</a>&lt;</p>
<p><span style="color: #0000ff;"><strong>Do you need to know more about developing SaaS and Cloud Services to develop your application and business model?</strong></span> You should consider joining us at:</p>
<h1 style="text-align: center;"><span style="color: #0000ff;">How To Eat An Elephant</span></h1>
<h2 style="text-align: center;"><span style="color: #ff6600;">Developing a Real-World  SaaS Product Roadmap</span></h2>
<h3 style="text-align: center;">28th April 2011</h3>
<p style="text-align: center;">from 8:30 am to 1:30 pm   <em>(including breaks)</em></p>
<h3 style="text-align: center;">The Venue</h3>
<h3 style="text-align: center;">Embassy Suites &#8211; Southeast</h3>
<p style="text-align: center;"><strong>7525 East Hampden Avenue</strong></p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Denver, Colorado</span></h3>
<h3><span style="text-decoration: underline;">Prices</span></h3>
<ul>
<li>How to Eat an Elephant Workshop &#8211; <strong>Standard price &#8211; $499</strong></li>
<li><strong>Register <span style="color: #0000ff;">NOW</span></strong><span style="color: #000000;"> for our Denver Workshop and take advantage of our</span><strong> <a title="$150 Off!" href="http://saasudenverworkshop.eventbrite.com/?discount=Save150SaaSGrid">Apprenda-SaaSGrid Special Price</a><br />
</strong></li>
</ul>
<h3><span style="text-decoration: underline;">Agenda</span></h3>
<ul>
<li><strong>The Business Case for the Cloud </strong>- Assess if the Cloud is for you by identifying the business opportunity, investment needs, risks, etc.</li>
<li><strong>SaaS/Cloud Product Strategy</strong> &#8211; Define the competitive and positioning strategy for your product within your context and your market.</li>
<li><strong>Your Cloud Business Model </strong>- Define how your product will make money and what is needed to make it happen. Developing your SaaS/Cloud Product Roadmap – Develop a tactical roadmap to align funding, development and marketing objectives.</li>
<li><strong>Key Technical &amp; Functional Requirements of a SaaS/Cloud Product</strong> – Understand the architecture and functional elements required to deliver your service smoothly and profitably</li>
<li><strong>Cloud Readiness Checklist</strong> – Identify key requirements of SaaS and Cloud operations, customer support, legal, financial considerations, sales and marketing that you will need to prepare for to make your product successful.</li>
</ul>
<p style="text-align: center;"><em><strong>You can take the workshop by itself or in conjunction with</strong></em></p>
<h2 style="text-align: center;"><span style="color: #0000ff;">SaaS University</span></h2>
<p style="text-align: center;"><em><strong>THE Industry’s Most Comprehensive Cloud Application Conference</strong></em> <strong> </strong></p>
<p style="text-align: center;"><em>At the</em><strong> Embassy Suites, Southeast &#8211; <span style="color: #ff6600;">Denver, Colorado</span></strong><strong> &#8211; April 26th to 28th 2011</strong></p>
<h3>Prices</h3>
<ul>
<li><strong>SaaS University Package</strong> &#8211; Regular Admission &#8211; $999</li>
<li><strong>SaaS University Early Birds &#8211; $799</strong> (<span style="text-decoration: underline;"><em>Early Bird Registrations On April 15, 2011</em></span>)</li>
</ul>
<p><em><strong>Get an additional discount from Scio &#8211; Regardless of when you register</strong></em></p>
<ul>
<li>Because we are participating in this event, <strong>you can get an additional $150 off your registration</strong>.</li>
<li>Just enter the Scio&#8217;s Discount Code: <strong>SCIOsave150</strong> when registering for SaaS University.</li>
</ul>
<p style="text-align: center;"><a title="Register for SaaS University Denver" href="http://www.cvent.com/events/saas-university-denver-co/fees-7e6477e737e644de9de2a2a91046e102.aspx" target="_blank"><strong>Go to SaaS University Denver Registration Page</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2011/04/14/saas-cloud-products-are-you-ready-for-cloud-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS/Cloud Products: Planning Your Technical Architecture</title>
		<link>http://blog.sciodev.com/2011/03/30/saascloud-products-planning-your-technical-architecture/</link>
		<comments>http://blog.sciodev.com/2011/03/30/saascloud-products-planning-your-technical-architecture/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:48:10 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=1073</guid>
		<description><![CDATA[In this installment, we going to look briefly at what needs to be in your Technical Architecture plan rather than review a part of the presentation from the workshop.    We provide MS Word templates for each element of the Cloud Product Roadmap, which can be modified and brought together to document your plan.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F30%2Fsaascloud-products-planning-your-technical-architecture%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F30%2Fsaascloud-products-planning-your-technical-architecture%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is the third article in a series with excerpts from this year’s workshop titled, “<a title="Workshop Registration Page" href="http://saasudenverworkshop.eventbrite.com/" target="_blank"><strong>How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap</strong></a>.” Each of these articles will cover one part of core subjects in our Cloud Product Roadmap.  If you are just joining us &#8211; you can return to the <a title="First Article in the Series" href="http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/" target="_blank">first article in the series</a> and find out more about the workshop background and other articles in the series.</p>
<h3><span style="text-decoration: underline;">Cloud Product Roadmap &#8211; Technical Architecture</span></h3>
<p><em><strong><span style="color: #0000ff;">Excerpt</span>: Reviewing the Roadmap Template for Technical Architecture</strong></em></p>
<p>In this installment, we going to look briefly at what needs to be in your <strong>Technical Architecture </strong>plan rather than review a part of the presentation from the workshop.    We provide MS Word templates for each element of the Cloud Product Roadmap, which can be modified and brought together to document your plan.</p>
<p>So just for the sake of understanding the outline &#8211; let’s review the major points of a Technical Architecture plan as for SaaS and Cloud products we see it:</p>
<ul>
<li> Technical Architecture Design Model</li>
<li> Technical Architecture Design Process</li>
<li> Architecture Design Elements
<ul>
<li> High-Level Architecture Requirements</li>
<li> Application Architecture Design</li>
<li> Tenancy Approach</li>
<li> Scalability Approach</li>
<li> Metering Approach</li>
<li> Security Authorization &amp; Authentication Approach</li>
<li> Audits &amp; Compliance Approach</li>
<li> Provisioning &amp; Implementation Approach</li>
</ul>
</li>
<li> Gap Analysis &amp; Third-Party Solutions</li>
<li> Cost Estimation &amp; Optimization</li>
</ul>
<p>It is important to note at this point that this is not the complete technical plan. The roadmap also needs to include <strong>Development and Maintenance Processes</strong>, <strong>Operations and the Support Approach</strong>. You will also notice something it doesn’t include: Long, detailed descriptions of end-user functionality. This is because we recommend companies with SaaS and Cloud products use Agile development processes. Using an Agile approach means that the application is planned up front at a high-level using “user stories” that describe the main points of functionality needed by users. These descriptions will be broken down in more detail during the development process, but within the context of the evolving application. This allows the product manager to consider what the application needs to do, but spend less time on about how the functionality is implemented. Today developers leverage a wide range of tools and frameworks to deliver rich functionality more quickly and with better quality than in previous years. But each set of tools has its own implementation pattern. A product manager that spends too much time specifying <strong>HOW </strong>things need to be done, rather than focusing the <strong>outcomes</strong>, is likely to be wasting time on specifications that don’t leverage the frameworks properly or creating work-arounds with increased risk and development effort.</p>
<p>Another aspect of this plan are the elements included specifically for Cloud and SaaS applications. <strong>Tenancy, Scalability, Metering, Provisioning and Implementation</strong> are all architectural issues that concern online applications. In our experience, it is common for product management to focus on end-user functionality and leave the specifications for operational purposes until a later time. In many cases, this means the development team either ends up “back-porting” critical functionality into the application or tacking it on the side somehow. This usually means that important opportunities to do it right the first time are lost and in many cases issues like metering never have the flexibility they need. The point of our templates is to help our clients to consider these and other critical elements at the right time in the planning process &#8211; before choices are made and effort is expended that is hard to back away from.</p>
<p><strong>The Design Process</strong></p>
<p>If you have an existing product or assets in the form of technical assets (libraries, web services, algorithms, etc.) you can migrate, the first thought is of course leverage them to build the new Cloud or SaaS product. Using them provides a level of comfort and could lower the total cost of development. However, depending on what the assets are and what technologies are involved, they may also become a constraint that will prevent you from optimizing costs, performance, processes and the user interface. ISVs with existing products quite often consider ways to leverage their existing assets &#8211; even going so far as to just host instances of their application for clients ASP style to get something in the market quickly. Their basic thought is that the value of SaaS or Cloud all based in the delivery model. Typically startups design their applications from the ground up because they rarely have technical assets to consider.</p>
<p>Existing assets that are not already setup for the Cloud can also suffer from a lack of operational features to automate customer on-boarding and implementation, feature packaging and pricing, and usage metrics. Conversely, building from the ground up doesn’t mean you have to build everything. Using the Cloud model, you can leverage best of breed components to fill the operational gaps and allow you to focus on developing your core value.</p>
<p>You can also leverage specific SaaS and Cloud platforms that provide a many of the operational elements of Cloud products and usually enforce a level of code consistency. These can greatly lower the effort required and can offer capabilities that you can use immediately but would rarely put in your first product version. The build or buy decision in this case is usually a product of business priorities for budget, effort and the time required to bring a product to release.</p>
<p>So, in essence, the design process is a series of choices and compromises that finally arrive at the approach for the final product. The choices can be difficult but are usually made easier by making a series of strategic business and product decisions before you begin to consider the technical architecture. Making decisions on the technical architecture before key business and product decisions are made can lead to wasted development effort and increased risk that the development process will take longer than planned.</p>
<p><strong>Special Attributes of Cloud Products</strong></p>
<p>Current Cloud products, particularly those that take advantage of services like Windows Azure, can scale compute, storage, and delivery in direct response to needs in a specific dimension. That means if the application needs more storage, but doesn’t need more compute power, storage capability can be scaled up (or down) by itself. Conversely, if the application needs to process a great deal of data, it can add compute until it reaches a satisfactory performance for the job at hand. This ability to scale elements of the application separately provides opportunities to approach design problems in new ways. Where before we scaled simply by adding more servers, which included all elements whether we needed them or not, we can now scale just what we need to meet demand. This changes the design process to include considerations for issues like:</p>
<ul>
<li>What processes can be handled by a compute role, possibly from a queue, and processed in the background to reduce front end pressure?</li>
<li>What degree of scalability will be required by each process?</li>
<li>How will the application scale up and down? What will be monitored and how will it trigger change?</li>
<li>What types of data will the application use and what resource can be used to store it?</li>
<li>Are there content distribution needs that could take significant bandwidth?</li>
<li>Does our scaling model fit within our pricing, packaging and overhead model? Are there better ways to accomplish same end with a lower overhead? What are the trade-offs?</li>
</ul>
<p>Each cloud platform has its own capabilities and design patterns so there is a learning curve in deciding which applies to a specific product and project. But once basic decision is made for the platform, the next level is to consider how to design the application so that it can scale and leverage the platform transparently and make the best use of its strengths. It is best not to duck the decision and just go for a simple virtual machine approach because, with the exception of a few special cases, most of the value leveraging a cloud platform will be lost in the process.</p>
<p><strong><span style="color: #0000ff;"><span style="color: #000000;">If working with the interplay of decisions between your product strategy, technical architecture and business model is something you are struggling with</span> &#8211; you should consider joining us for our workshop!  <span style="color: #000000;">It will help you parse your priorities and bring together a roadmap for product development that meets your needs.</span></span></strong></p>
<p style="text-align: center;">&lt;<a title="2nd Article in the Series" href="http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/" target="_blank">Read the previous article in the series</a> &#8211; <a title="Are you ready for Cloud Architecture?" href="http://blog.sciodev.com/2011/04/14/saas-cloud-products-are-you-ready-for-cloud-architecture/">Next article</a>&gt;</p>
<p><strong> </strong></p>
<p><em><strong>This series will be covering more in the days leading up to the event. But reading these excerpts will not give you all the material and is no substitute for attending and joining in the discussion.</strong></em></p>
<h1 style="text-align: center;">How To Eat An Elephant</h1>
<h2 style="text-align: center;"><span style="color: #0000ff;">Developing a Real-World  SaaS Product Roadmap</span></h2>
<h3 style="text-align: center;">28th April 2011</h3>
<p style="text-align: center;">from 8:30 am to 1:30 pm   <em>(including breaks)</em></p>
<h3 style="text-align: center;">The Venue</h3>
<h3 style="text-align: center;">Embassy Suites &#8211; Southeast</h3>
<p style="text-align: center;"><strong>7525 East Hampden Avenue</strong></p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Denver, Colorado</span></h3>
<h3>Prices</h3>
<ul>
<li>How to Eat an Elephant Workshop &#8211; <strong>Standard price &#8211; $499</strong></li>
<li><strong>Register by April 1st</strong> for our Denver Workshop and take advantage of our <strong><a title="$100 off before March 29th!" href="http://saasudenverworkshop.eventbrite.com/?discount=SAVE100EarlyBird" target="_blank">Early Bird Pricing</a></strong></li>
</ul>
<h3>Agenda</h3>
<ul>
<li><strong>The Business Case for the Cloud </strong>- Assess if the Cloud is for you by identifying the business opportunity, investment needs, risks, etc.</li>
<li><strong>SaaS/Cloud Product Strategy</strong> &#8211; Define the competitive and positioning strategy for your product within your context and your market.</li>
<li><strong>Your Cloud Business Model </strong>- Define how your product will make money and what is needed to make it happen. Developing your SaaS/Cloud Product Roadmap – Develop a tactical roadmap to align funding, development and marketing objectives.</li>
<li><strong>Key Technical &amp; Functional Requirements of a SaaS/Cloud Product</strong> – Understand the architecture and functional elements required to deliver your service smoothly and profitably</li>
<li><strong>Cloud Readiness Checklist</strong> – Identify key requirements of SaaS and Cloud operations, customer support, legal, financial considerations, sales and marketing that you will need to prepare for to make your product successful.</li>
</ul>
<p style="text-align: center;"><em><strong>You can take the workshop by itself or in conjunction with</strong></em></p>
<h2 style="text-align: center;"><span style="color: #0000ff;">SaaS University</span></h2>
<p style="text-align: center;"><em><strong>THE Industry’s Most Comprehensive Cloud Application Conference</strong></em> <strong> </strong></p>
<p style="text-align: center;"><em>At the</em><strong> Embassy Suites, Southeast &#8211; <span style="color: #ff6600;">Denver, Colorado</span></strong><strong> &#8211; April 26th to 28th 2011</strong></p>
<h3>Prices</h3>
<ul>
<li><strong>SaaS University Package</strong> &#8211; Regular Admission &#8211; $999</li>
<li><strong>SaaS University Early Birds &#8211; $799</strong> (Registrations By April 1st, 2011)</li>
</ul>
<p><em><strong>Get an additional discount from Scio &#8211; Regardless of when you register</strong></em></p>
<ul>
<li>Because we are participating in this event, <strong>you can get an additional $100 off your registration</strong>.</li>
<li>Just enter the Scio&#8217;s Discount Code: <strong>SCIOsave100</strong> when registering for SaaS University.</li>
</ul>
<p style="text-align: center;"><a title="Register for SaaS University Denver" href="http://www.cvent.com/events/saas-university-denver-co/fees-7e6477e737e644de9de2a2a91046e102.aspx" target="_blank"><strong>Go to SaaS University Denver Registration Page</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2011/03/30/saascloud-products-planning-your-technical-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS-Cloud Products: What is Your Product Strategy?</title>
		<link>http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/</link>
		<comments>http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:19:15 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[OPD]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=1055</guid>
		<description><![CDATA[Installment 2: Our 2011 Workshop Series This is the second article in a series with excerpts from this year’s workshop titled, “How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap.” Each of these articles will cover one part of core subjects in our Cloud Product Roadmap. If you are just joining <a href='http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F24%2Fsaas-cloud-products-what-is-your-product-strategy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F24%2Fsaas-cloud-products-what-is-your-product-strategy%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3 class="p1"><strong>Installment 2: Our 2011 Workshop Series</strong></h3>
<p class="p2">This is the second article in a series with <strong><em>excerpts</em></strong> from this year’s workshop titled, “<a title="Workshop Information &amp; Registration Page" href="http://saasudenverworkshop.eventbrite.com/" target="_blank"><strong>How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap</strong></a>.” Each of these articles will cover one part of core subjects in our <strong>Cloud Product Roadmap</strong>.<span class="Apple-converted-space"> </span>If you are just joining us &#8211; you can return to the <a href="http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/" target="_blank">first article in the series</a> and find out more about the workshop background and other articles in the series.<span class="Apple-converted-space"> </span></p>
<h3 class="p1"><span style="text-decoration: underline;"><strong>Cloud Product Roadmap &#8211; Product Strategy</strong></span><span class="s1"><strong><em> </em></strong></span></h3>
<p class="p1"><span class="s1" style="color: #0000ff;"><strong><em>Excerpt</em></strong></span><strong>: Lean Product Development and the Customer Development Process<span class="Apple-converted-space"> </span></strong></p>
<p class="p5"><strong> </strong></p>
<p class="p4">The <strong>Product Strategy</strong> section of our <strong>Workshop</strong> covers the <strong>Lean Product Development</strong> approach and how it leverages the <strong>Customer Development Process</strong>. One of the opening slides mentions this quote, “<em>Product strategy is like a roadmap, and like a roadmap it’s only useful when you know where you are and where you want to go</em>.” (McGrath 2001)</p>
<p class="p4">This is the core idea behind our <strong>Product Strategy</strong> presentation and our <strong>Cloud Product Roadmap</strong> &#8211; helping companies considering SaaS and Cloud products to find where they want and need to go.</p>
<p class="p4"><strong>Lean Product Development </strong>rests on a basic premise: <span class="s2">The product features that customers will value are <strong>unknowns</strong>.</span> In the case of a software, regardless of how it is delivered, that means the features and services the application will offer are simply a hypothesis until they have been actually evaluated by users in their own context and use. By using Agile development and practices and evaluation by key customers, product management seeks a minimum feature set that will provide the greatest value while reaching the widest customer coverage. The Agile development approach provides a system of relatively short development cycles or iterations that produce features that users can evaluate immediately.<span class="Apple-converted-space"> </span></p>
<p class="p4">The <strong>Customer Development Process</strong> provides the basis for customer involvement, particularly during early product development. The founding team seeks clients who can understand the product vision.<span class="Apple-converted-space"> </span>These clients will become early adopters and customer development partners during application development. The <strong>Agile</strong> development iterations are used to test the feature hypotheses with the customer development partners to validate that the features developed provide real value and will drive sales. The point is to find a product that reliably produces value for enough customers to sustain a business model that can be scaled.<span class="Apple-converted-space"> </span></p>
<p class="p4">Based on <strong>Customer Validation</strong>, the process continues into creating market demand and scaling sales to reach positive cash flow. The product development doesn’t end however, it continues throughout the lifecycle of the application as the customer pool grows, continually feeding discovery and learning. At the same time, the company itself manages a process of transition from being a product development organization to an operational machine that can continue to execute and serve customers as sales scale.<span class="Apple-converted-space"> </span></p>
<p class="p4">The key starting point for this process of product and company building is finding the <strong>Minimum Viable Product (MVP).</strong> This is a product version with the minimum features needed to solve the core problem of the target market. In most cases, it is a lot less product than is necessary for a market release. This is an important difference from the traditional product development process where the aim is to bring together as robust and complete a feature set as possible that will fend off possible competitors and produce an apparently <em>over-whelming </em>feature advantage. This is possible because traditional product development processes depend on the assumption that the market is known and the needs of users are fully understood. It works well when the product line has a solid history of success and the product management team has been participating in the market for some time.<span class="Apple-converted-space"> </span></p>
<p class="p4">Internet-based applications and services, however, have the possibility of reaching new markets and customer segments that were out of reach in the locally-installed, licensed model &#8211; even for ISVs in the market with products. While a SaaS or Cloud product developed with traditional product development methodology could capture its existing customers, it could easily miss newly available market segments with unexplored problems.<span class="Apple-converted-space"> </span></p>
<p class="p4">To address this gap, <strong>Lean Product Development</strong> and the <strong>MVP </strong>approach are aimed at testing the value hypothesis and allowing the visionary early adopters to “fill in the gaps” when it is validated that the MVP is solving a real problem. If the MVP isn’t solving the core problem, the cost of re-evaluating and approaching the opportunity from a different direction is small and early adopters can aid in defining the issues contextually.<span class="Apple-converted-space"> </span>In this approach, the risk of wasted effort and time are minimized, and the opportunity for clarity in solving the real problem is greatly improved. Once the MVP is proven, the vision can continue to be achieved in small increments without the waste of producing a laundry list of features that in the end no one will pay enough for to realize a profit.<span class="Apple-converted-space"> </span></p>
<p class="p4"><strong>The advantages of Lean Product Development:</strong></p>
<ul class="ul1">
<li class="li4">Reduces the risk in bringing a new product to market</li>
<li class="li4">Reduces investment prior to positive cash flow</li>
<li class="li4">Accelerates time to market with a viable product</li>
<li class="li4">Aligns product features with proven customer needs</li>
<li class="li4">Provides a rapid, dynamic feedback loop from the customer that drives product design, product packaging, price structure, and competitive positioning</li>
</ul>
<p class="p4">The competitive positioning issue is one that is worth a few extra words. The <strong>Customer Development Process</strong> engages customers and creates a shared sense of product destiny. In turn this increases customer satisfaction, loyalty and retention. These are critical to success for online services like SaaS and Cloud Products. It produces a product that fits a client base tightly and is a barrier to competition. It has been shown that products with a Replace Strategy need to be perceived to be nine times better than the product they replace to gain market traction. The longer a customer is retained in a <strong>Lean Product Development</strong> model, the greater the barrier the competition will have to overcome.</p>
<p class="p4" style="text-align: center;">&lt;<a href="http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/" target="_blank">Read the previous article in the series</a> &#8211; <a title="Technical Architecture" href="http://blog.sciodev.com/2011/03/30/saascloud-products-planning-your-technical-architecture/">Third Article in the Series</a>&gt;</p>
<p class="p5"><strong> </strong></p>
<p class="p4"><em><span style="color: #0000ff;"><strong>This is just one of many critical subjects we cover in our workshop. </strong></span></em></p>
<p class="p4"><span style="color: #000000;"><em><strong>This series will be covering more in the days leading up to the event. But reading these excerpts will not give you all the material and is no substitute for attending and joining in the discussion.</strong></em></span></p>
<h1 style="text-align: center;">How To Eat An Elephant</h1>
<h2 style="text-align: center;"><span style="color: #0000ff;">Developing a Real-World  SaaS Product Roadmap</span></h2>
<h3 style="text-align: center;">28th April 2011</h3>
<p style="text-align: center;">from 8:30 am to 1:30 pm   <em>(including breaks)</em></p>
<h3 style="text-align: center;">The Venue</h3>
<h3 style="text-align: center;">Embassy Suites &#8211; Southeast</h3>
<p style="text-align: center;"><strong>7525 East Hampden Avenue</strong></p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Denver, Colorado</span></h3>
<h3><span style="text-decoration: underline;">Prices</span></h3>
<ul>
<li>How to Eat an Elephant Workshop &#8211; <strong>Standard price &#8211; $499</strong></li>
<li><span style="text-decoration: underline; color: #ff6600;"><strong>Register By April 1st</strong></span> for our Denver Workshop and take advantage of our <strong><a title="$100 off before March 29th!" href="http://saasudenverworkshop.eventbrite.com/?discount=SAVE100EarlyBird" target="_blank">Early Bird Pricing</a></strong></li>
</ul>
<h3><span style="text-decoration: underline;">Agenda</span></h3>
<ul>
<li><strong>The Business Case for the Cloud </strong>- Assess if the Cloud is for you by identifying the business opportunity, investment needs, risks, etc.</li>
<li><strong>SaaS/Cloud Product Strategy</strong> &#8211; Define the competitive and positioning strategy for your product within your context and your market.</li>
<li><strong>Your Cloud Business Model </strong>- Define how your product will make money and what is needed to make it happen. Developing your SaaS/Cloud Product Roadmap – Develop a tactical roadmap to align funding, development and marketing objectives.</li>
<li><strong>Key Technical &amp; Functional Requirements of a SaaS/Cloud Product</strong> – Understand the architecture and functional elements required to deliver your service smoothly and profitably</li>
<li><strong>Cloud Readiness Checklist</strong> – Identify key requirements of SaaS and Cloud operations, customer support, legal, financial considerations, sales and marketing that you will need to prepare for to make your product successful.</li>
</ul>
<p><em><strong>You can take the workshop by itself or in conjunction with</strong></em></p>
<h2 style="text-align: center;"><span style="color: #0000ff;">SaaS University</span></h2>
<p style="text-align: center;"><em><strong>THE Industry’s Most Comprehensive Cloud Application Conference</strong></em> <strong> </strong></p>
<p style="text-align: center;"><span style="color: #ff6600;"><em>At the</em><strong> Embassy Suites, Southeast &#8211; Denver, Colorado</strong><strong> &#8211; April 26th to 28th 2011</strong></span></p>
<h3><span style="text-decoration: underline;">Prices</span></h3>
<ul>
<li><strong>SaaS University Package</strong> &#8211; Regular Admission &#8211; $999</li>
<li><strong>SaaS University Early Birds &#8211; $799</strong> (<span style="color: #ff6600;">Registrations by April 1st, 2011</span>)</li>
</ul>
<p><em><strong>Get an additional discount from Scio &#8211; Regardless of when you register</strong></em></p>
<ul>
<li>Because we are participating in this event, <strong>you can get an additional $100 off your registration</strong>.</li>
<li>Just enter the Scio&#8217;s Discount Code: <strong>SCIOsave100</strong> when registering for SaaS University.</li>
</ul>
<p style="text-align: center;"><a title="Register for SaaS University Denver" href="http://www.cvent.com/events/saas-university-denver-co/fees-7e6477e737e644de9de2a2a91046e102.aspx" target="_blank"><strong>Go to SaaS University Denver Registration Page</strong></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F24%2Fsaas-cloud-products-what-is-your-product-strategy%2F&amp;title=SaaS-Cloud%20Products%3A%20What%20is%20Your%20Product%20Strategy%3F" id="wpa2a_2"><img src="http://blog.sciodev.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS &amp; Cloud Apps: Do you have a Product Roadmap?</title>
		<link>http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/</link>
		<comments>http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 17:19:09 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[nearshore]]></category>
		<category><![CDATA[OPD]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Scio]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=1029</guid>
		<description><![CDATA[Introduction to Our 2011 Workshop Series This is the first article in a series I will be writing over the next several weeks with excerpts of this year’s workshop titled, “How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap.” Each of these articles will cover one part of core subjects in <a href='http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F21%2Fsaas-cloud-apps-do-you-have-a-product-roadmap%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F21%2Fsaas-cloud-apps-do-you-have-a-product-roadmap%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2>Introduction to Our 2011 Workshop Series</h2>
<p>This is the first article in a series I will be writing over the next several weeks with excerpts of this year’s workshop titled, “<strong>How to Eat an Elephant &#8211; Developing a Real-World Product SaaS Product Roadmap</strong>.” Each of these articles will cover one part of core subjects in our <strong>Cloud Product Roadmap</strong>.</p>
<h3>Background</h3>
<p>First, some background on our workshop. The concept behind the workshops comes from our consulting experience at <a title="Scio Consulting International" href="http://www.sciodev.com" target="_blank">Scio</a>. We provide <strong>Nearshore Product Development</strong> for SaaS and Cloud products from our <a href="http://www.sciodev.com/about/development-center" target="_blank">Development Center in Morelia, Mexico</a>. Our clients come from a wide range of industries and cover the range from single entrepreneur startups to multi-national corporations. We focus primarily on the Americas because that is where we can leverage our collaborative <strong>Nearshore</strong> model best, but we also provide services for companies in Europe and Australia where our background with SaaS applications is particularly important to the projects.  Our services center around software development for SaaS and Cloud applications, but in the course of developing apps for our clients we also realize it is critical we contribute what we can to their success.</p>
<p>Over the years we have been providing our services we have found that clients repeatedly hitting the same “bumps” in the road to releasing a service. Some of the issues are business and some are technical. In response, we began to develop consulting services that could help our clients avoid those problems and have a clearer picture of the way forward. These services are strong and well-received, but basically focused on the needs of a single client prior to development by our team. They don’t scale in a way that we could easily provide them in a more generic setting to multiple companies. So &#8211; to fill that gap &#8211; we developed a more formal approach to what we began to call the <strong>Cloud Product Roadmap</strong>.</p>
<p>The idea of a <strong>Product Roadmap</strong> is not new and we’re certainly not the only ones to use the idea. Our particular focus however brings a concentration on the factors that are critical to success in the field of SaaS and Cloud Services. Broadly, our roadmap leverages the concepts of <strong>Agile Software Development, Lean Product Development, Customer-Driven Product Management</strong>, and the collaborative environment they require at all levels of the project. From our experience and a growing number of practitioners in the field, this is the <strong><em>secret sauce</em></strong> behind a growing number of successful SaaS and Cloud products. The elements of this roadmap are increasingly seen as the standard for product development and management in the field.</p>
<p>The workshop itself is an intensive, interactive discussion of the critical issues and decisions that need to be made to launch, manage and maintain a successful SaaS or Cloud application. It covers both the business and technical aspects involved as well as the iterative cycle of decisions that have to be navigated to arrive at a complete roadmap. The events are intentionally small to provide more opportunities for discussion and adjustment to the needs of the attendees.</p>
<p><em><strong>So &#8211; what do we talk about in our workshop? Here is an except from two slides in our Business Model presentation:</strong></em></p>
<h2>Cloud Product Roadmap &#8211; Business Model</h2>
<h3><span style="color: #0000ff;"><em>Excerpt</em></span>: The Democratization of Entrepreneurship</h3>
<p>A successful business model in SaaS and Cloud Products evolves from a series of iterations between the concepts for the product and the business that supports it while deriving income from the value it provides clients. The process has been best conceptualized in the writings of <a href="http://steveblank.com" target="_blank">Steve Blank</a> and <a href="http://www.startuplessonslearned.com/" target="_blank">Eric Ries</a> and identified as the “<a href="http://www.slideshare.net/startuplessonslearned/lean-startup-presentation-to-maples-investments-by-steve-blank-and-eric-ries-presentation" target="_blank">Lean Startup</a>.”</p>
<p>The key point is that the ideas behind business model development and the process of developing a successful software product have changed in the last few years. Experience and technology have come together in a way that makes it much easier for individual entrepreneurs to enter the field.</p>
<p><span style="color: #0000ff;"><em><strong>Consider the traditional barriers that confronted entrepreneurs:</strong></em></span></p>
<ul>
<li><strong>Long, technically-driven development cycles</strong> &#8211; A lot of the basic functionality required didn’t exist. There where no models or platforms to build on. Development required research and highly-skilled, technically creative development teams. Development cycles were long, feature lists were exhaustive, and the risks were high. Imagine a development cycle of more than a year for a platform that has a regular renewal cycle of three years. Add to that an implementation environment that varies from client to client because they are all isolated. There is a lot of risk to absorb in taking on a project like that and most individual entrepreneurs don’t have that kind of resources.</li>
<li><strong>The high cost of the first customer</strong> &#8211; In this environment, the first customer implementation carries tremendous cost and risk. If there is a failure in the implementation or the product fails to meet expectations, it becomes very difficult to recover. Is the product wrong or the customer a unique case? It is hard to know. If you go forward assuming this case is unique, you continue to carry the risk that you have spent a lot of money going down the wrong road. If you assume this is a clear indication that your product is at fault, you could increase your total cost and risk even more by spending the effort to fix the perceived problems. This is exactly the risk that high license fees had to address. The entrepreneur fronting the development of a complex product is taking a lot of risk in an installed environment.</li>
<li><strong>Limited financing options</strong> &#8211; The high capital needs and limited options available for a pool of thousands of new businesses created a focus on funding rather than the product itself. This was the era of the one-page business model and the endless cycles of meetings with venture firms in Silicon Valley.</li>
<li><strong>Expertise in entrepreneurship and product development concentrated in a few places</strong> &#8211; The skills and resources needed to form a successful team concentrated in parallel with the financial firms that could handle the risk and investment. Outside of Silicon Valley and a few other areas, it was very hard to find resources.</li>
<li><strong>High failure rate</strong> &#8211; Entrepreneurism is a process of failure.  If you are averse to risk and failure, your upside is badly constrained. With the high investment required, only a few could stand the risk of a new project.</li>
<li> <strong>Slow adoption of new technology</strong> &#8211; By its nature, the success of a software product depends on the adoption of the basic unit of implementation &#8211; the computer or platform that runs the software. If the initial cost is high, skilled resources are limited, and the knowledge of the value that can be derived is low &#8211; adoption is limited to the few brave souls with the vision and resources to take the plunge.  When communication itself was slower and less driven by the individual, it was very hard to build acceptance of new technology.</li>
</ul>
<p><span style="color: #0000ff;"><em><strong>What has changed?</strong></em></span></p>
<ul>
<li><strong>Compression of the product development cycle</strong> &#8211; Instead of trying to cover every possible aspect of a founder’s vision, current product development processes focus on the minimum number of features required to deliver value. Using Agile development techniques, a functional application can be evaluated much sooner and put in front of customers at a much earlier point. Add this to the ubiquitous delivery medium of the Internet and you have the capability to reach a wide range of prospective customers in a very short period of time. This allows you to leverage customer much sooner in the development cycle and correct your course while your risk is still manageable.</li>
<li><strong>Lower funding requirements</strong> &#8211; Over time the number of tools and services that lower the effort required to build and implement a product, especially in current cloud configurations, has increased geometrically. This lowers the time-to-market and investment needed, which creates an environment where investment can be forestalled until a ramp up is justified by market acceptance, positive cash flow and real customers.</li>
<li><strong>Funding tuned to encourage and manage the search for a sustainable and scalable business model</strong> &#8211; Smaller steps in the development cycle, success-based funding, with a focus on waiting for key investment until a repeatable and sustainable business model is found. In fact, in many business to business models, venture funding is not needed at all. Positive cash flow and traditional business instruments can carry the load.</li>
<li><strong>Entrepreneurship recognized as a management science </strong>- The overarching process and philosophy is well understood. A successful business model is not luck. It is achieved with a roadmap approach that can be repeated over and over.</li>
<li><strong>The consumer Internet paves the way</strong> &#8211; The acceptance of the Internet by consumers and the change in their perceptions of technology is becoming part of business DNA.</li>
</ul>
<p><a title="Second Installment" href="http://blog.sciodev.com/2011/03/24/saas-cloud-products-what-is-your-product-strategy/" target="_blank">The Second Installment in this Series is now Available</a> &gt;</p>
<p><strong><span style="color: #0000ff;"><em>So &#8211; Are you considering or developing a SaaS or Cloud Product? Are you operating a Service that isn’t reaching it’s potential? Do you want to know more about how you can leverage the success others are having in the field?</em></span></strong></p>
<ul>
<li>How are you going about the process of business model and product development? Is it serving you?</li>
<li>What do you know about current techniques and experience in the field? Can you evaluate which ideas could work for you?</li>
<li>Do you have a product roadmap?  Do you know how to put one together and use it?</li>
<li>Do you know how to navigate your product to a successful launch while minimizing your cost and risk?</li>
<li>Do you know what it takes to operate and maintain your service while continuing to respond to your customers needs?</li>
</ul>
<p><span style="color: #0000ff;"><em><strong>…This workshop answers these questions and many more. It leverages our field experience across many projects and many situations</strong></em></span></p>
<h1 style="text-align: center;">How To Eat An Elephant</h1>
<h2 style="text-align: center;"><span style="color: #0000ff;">Developing a Real-World  SaaS Product Roadmap</span></h2>
<h3 style="text-align: center;"><span style="color: #ff6600;">28th April 2011</span></h3>
<p style="text-align: center;">from 8:30 am to 1:30 pm   <em>(including breaks)</em></p>
<h3 style="text-align: center;"><span style="text-decoration: underline;">The Venue </span></h3>
<h3 style="text-align: center;"><span style="color: #ff6600;"><span style="color: #000000;">Embassy Suites &#8211; Southeast</span></span></h3>
<p style="text-align: center;"><strong>7525 East Hampden Avenue</strong></p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Denver, Colorado<br />
</span></h3>
<h3 style="text-align: center;"><span style="text-decoration: underline;">Prices</span></h3>
<ul>
<li style="text-align: left;"><span style="color: #0000ff;">How to Eat an Elephant Workshop</span> &#8211; <strong>Standard price &#8211; $499</strong></li>
<li style="text-align: left;"><strong>Register By April 1st</strong> for our Denver Workshop and take advantage of our <strong><a title="$100 off before March 29th!" href="http://saasudenverworkshop.eventbrite.com/?discount=SAVE100EarlyBird" target="_blank">Early Bird Pricing</a></strong></li>
</ul>
<h3><span style="text-decoration: underline;"><span style="color: #0000ff;">Agenda</span></span></h3>
<ul>
<li><strong>The Business Case for the Cloud </strong>- Assess if the Cloud is for you by identifying the business opportunity, investment needs, risks, etc.</li>
<li><strong>SaaS/Cloud Product Strategy</strong> &#8211; Define the competitive and positioning strategy for your product within your context and your market.</li>
<li><strong>Your Cloud Business Model </strong>- Define how your product will make money and what is needed to make it happen. Developing your SaaS/Cloud Product Roadmap – Develop a tactical roadmap to align funding, development and marketing objectives.</li>
<li><strong>Key Technical &amp; Functional Requirements of a SaaS/Cloud Product</strong> – Understand the architecture and functional elements required to deliver your service smoothly and profitably</li>
<li><strong>Cloud Readiness Checklist</strong> – Identify key requirements of SaaS and Cloud operations, customer support, legal, financial considerations, sales and marketing that you will need to prepare for to make your product successful.</li>
</ul>
<p><span style="color: #0000ff;"><em><strong>You can take the workshop by itself or in conjunction with</strong></em></span></p>
<h2 style="text-align: center;"><span style="color: #0000ff;">SaaS University</span></h2>
<p style="text-align: center;"><em><strong>THE Industry’s Most Comprehensive Cloud Application Conference</strong></em> <strong><span style="color: #0000ff;"> </span></strong></p>
<p style="text-align: center;"><em><span style="color: #0000ff;"><span style="color: #000000;">At the</span></span></em><strong><span style="color: #0000ff;"> Embassy Suites, Southeast &#8211; <span style="color: #ff6600;">Denver, Colorado</span></span></strong><strong><span style="color: #0000ff;"> &#8211; April 26th to 28th 2011</span></strong></p>
<h3 style="text-align: center;"><span style="text-decoration: underline;">Prices</span></h3>
<ul>
<li style="text-align: left;"><strong>SaaS University Package</strong> &#8211; Regular Admission &#8211; $999</li>
<li style="text-align: left;"><strong><span style="color: #ff6600;">SaaS University Early Birds &#8211; $799</span></strong> (<span style="text-decoration: underline;"><span style="color: #0000ff;">Registrations By April 1st, 2011)</span></span></li>
</ul>
<p style="text-align: left;"><em><strong><span style="color: #0000ff;">Get an additional discount from Scio &#8211; Regardless of when you register</span></strong></em></p>
<ul>
<li style="text-align: left;">Because we are participating in this event, <strong><span style="text-decoration: underline;">you can get an additional $100 off your registration</span></strong>.</li>
<li style="text-align: left;">Just enter the Scio&#8217;s Discount Code: <strong>SCIOsave100</strong> when registering for SaaS University.</li>
</ul>
<p style="text-align: center;"><a title="Register for SaaS University Denver" href="http://www.cvent.com/events/saas-university-denver-co/fees-7e6477e737e644de9de2a2a91046e102.aspx" target="_blank"><strong>Go to SaaS University Denver Registration Page</strong></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F03%2F21%2Fsaas-cloud-apps-do-you-have-a-product-roadmap%2F&amp;title=SaaS%20%26%23038%3B%20Cloud%20Apps%3A%20Do%20you%20have%20a%20Product%20Roadmap%3F" id="wpa2a_4"><img src="http://blog.sciodev.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2011/03/21/saas-cloud-apps-do-you-have-a-product-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS: Keeping Ahead of Moore&#8217;s Law</title>
		<link>http://blog.sciodev.com/2010/06/08/saas-keeping-ahead-of-moores-law/</link>
		<comments>http://blog.sciodev.com/2010/06/08/saas-keeping-ahead-of-moores-law/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 21:08:26 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=910</guid>
		<description><![CDATA[The relentless change brought to us by the consistent doubling of computing power that Moore's Law describes continues and is now likely to change at least some SaaS applications in the near term.  What do I mean? Consider - we now have a very competitive mobile application market and thanks to Google Chrome and now Apple Safari, it has crossed to the desktop on browsers.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F06%2F08%2Fsaas-keeping-ahead-of-moores-law%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F06%2F08%2Fsaas-keeping-ahead-of-moores-law%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The relentless change brought to us by the consistent doubling of computing power that <a href="http://en.wikipedia.org/wiki/Moore's_law" target="_blank">Moore&#8217;s Law</a> describes continues and is now likely to change at least some SaaS applications in the near term.  What do I mean? Consider &#8211; we now have a very competitive mobile application market and thanks to <a href="http://en.wikipedia.org/wiki/Google_Chrome" target="_blank">Google Chrome</a> and now <a href="http://en.wikipedia.org/wiki/Safari_(web_browser)" target="_blank">Apple Safari</a>, it has crossed to the desktop on browsers.</p>
<h3>Meet the New Paradigm</h3>
<p>The event that brought this to mind was the <a href="http://arstechnica.com/apple/news/2010/06/safari-5-faster-less-clutter-secure-browser-extensions.ars" target="_blank">announcements of the release of Safari 5.o</a>.  Leaving out the typical &#8220;improved performance&#8221; claims &#8211; two things were apparent &#8211; it is now a <strong>platform</strong> and it is designed for use in a <strong>cross-platform, mobile environment</strong>. On the platform side, Safari has joined Chrome in providing an extension system that allows developers to in effect, build secure and stable, rich clients into the browser. We&#8217;ve seen this for a while in the form of the &#8220;app stores&#8221; that are proliferating for mobile devices like smart phones and the &#8220;iPad&#8221; category (however you define it).  On the mobile, cross-platform aspect, the browser is now tuned for mobile users.  It is very noticeable if you try the new Reader function of Safari. It is quite usable on a desktop or laptop, but it really shines in the limited real estate of mobile devices. Multiple page articles merge seamlessly into one. Space wasting banners, sidebars and menus disappear. The browser becomes a credible, focused article reader for all devices.</p>
<p>What does this mean for SaaS? Take this evolving &#8220;browser as a platform&#8221; trend together with the <a href="http://www.wired.com/gadgetlab/2010/06/comparison-apple-versus-android/" target="_blank">announcement of iOS 4 </a>(the artist formally known as the iPhone OS) and the growth of the <a href="http://code.google.com/android/" target="_blank">Google Android</a> and <a href="http://www.chromium.org/chromium-os" target="_blank">Chrome OS</a> and you have a quickly changing landscape of operating systems tuned for a rich mobile environment and a browser-centric application implementation system. These advancements mean the expansion and adoption of HTML 5.0 is moving even faster than many of us thought. They will make the often tricky environment of <a href="http://en.wikipedia.org/wiki/Ajax_(programming)" target="_blank">JavaScript and Ajax</a> less of an issue and the user experience of properly-tuned SaaS applications much more fluid and &#8220;desktop like.&#8221;  It means that locally-installed, OS dependent applications are becoming ever less relevant and cross-platform, network-delivered services are becoming increasingly rich and useful.</p>
<p>Frankly, as interesting as this news is, it also points out that SaaS is a very fluid environment. Keeping ahead of it is increasingly difficult. Knowing how to manage a SaaS product and chart a plan to navigate development is critical. Knowing what you need to support scalable SaaS operations and what you should embed in the application is critical. Understanding your user environment and what is expected in your market is critical. The list goes on and there has to be a way to understand the landscape and to make the choices easier. And the point of this article is &#8211; there is &#8211; it is <a href="http://www.softletter.com/SaaSUniversity/SaaSUniversity.aspx" target="_blank">SaaS University</a>.</p>
<p>As a company, <a href="http://www.sciodev.com" target="_blank">Scio</a> has stayed involved with SaaS University because it answers the need our clients and the SaaS community has to have current knowledge about our industry and important issues. Because Softletter produces regional events quarterly, you can plan to attend when and where it makes sense and take advantage of the evolving content as you need to. The tracks and workshops are well attended, but generally sized so the sessions can be interactive and remain relevant. If you&#8217;ve been to the larger, vendor-led conferences &#8211; SaaS University offers content that is focused on providing valuable insight to SaaS entrepenuers.</p>
<p>The next SaaS University event is in <a href="http://www.softletter.com/SaaSUniversity/SaaSUniversityConferenceWashingtonDC.aspx" target="_blank">Washington DC, July 20-22, 2010</a>. There is a<a href="http://www.softletter.com/SaaSUniversity/SaaSUniversityConferenceWashingtonDC/AgendaWashingtonDC2010.aspx" target="_blank"> full two-day agenda</a> of sessions in two tracks covering a wide range of subjects and a third day that offers a choice of <a href="http://www.softletter.com/SaaSUniversity/SaaSUniversityConferenceWashingtonDC/WashingtonDCWorkshopsJuly22nd.aspx" target="_blank">four in-depth workshops</a>. On that point in particular, I want to highlight our own workshop, Charting Your Course to SaaS.</p>
<h3>Charting Your Course to SaaS &#8211; SaaS University, Washington DC, May 22</h3>
<p>This is the third time we&#8217;ve offered this comprehensive workshop on SaaS and it continues to evolve as we respond to the needs of our participants. Following our joint workshop with Jim Geisman of Software Pricing Partners, we&#8217;ve continued to tighten the content and for SaaS University, will offer a more interactive format for this workshop, especially during the afternoon. The aim is to keep it small enough to allow everyone a chance to move the discussion toward the issues that interest them most.  It remains however, the only workshop that covers the business, operational and development issues that are critical to success in SaaS.</p>
<h3>Companies that can benefit by attending this workshop:</h3>
<ul>
<li>A new venture or as an ISV with on-premise products considering developing a SaaS offering</li>
<li>A service company with significant vertical expertise than could be delivered and monetized in a SaaS model.</li>
<li>An existing SaaS provider who made choices opportunistically that now constrain growth and cash flow.</li>
<li>A SaaS entrepreneur with limited funding that needs to achieve positive cash flow early with products that evolve with the market.</li>
</ul>
<h3>Company challenges this workshop can help overcome:</h3>
<ul>
<li>Building out a suite of products but are unsure of the strategies, metrics, and operational models needed to grow.</li>
<li>Developing a framework for sorting out technical and strategic choices required to move to the SaaS business model.</li>
<li>Facing significant operational problems including efficiency while keeping churn under control in an existing SaaS product.</li>
<li>Developing a product roadmap and unsure of what can be accomplished and timeframes</li>
</ul>
<h3>Topics to be Covered:</h3>
<ul>
<li>How is a SaaS Product and Business <em>Different</em>?</li>
<li>Reference Framework for Creating Your Roadmap</li>
<li>Making Strategic Development Choices</li>
<li>Operating A SaaS Business by the Metrics</li>
<li>10 Ways to Fail at SaaS</li>
<li>Applying Lessons Learned to Your Issues</li>
</ul>
<p><strong>Who Should Attend?</strong></p>
<p>This workshop and seminar is important for anyone considering a SaaS product, in the process of developing a product or offering a product that hasn’t reached its potential, including: Entrepreneurs, CXO’s, product managers and key executives in startups, vendors moving to SaaS or existing SaaS companies.</p>
<p><strong>About Your “Professor”</strong><a href="http://www.sciodev.com/about-us/management-team"><br />
</a></p>
<p><a href="http://www.sciodev.com/about-us/management-team">Mike Dunham, Vice President, Service Engineering for Scio Consulting</a>, has over 25 years background in the development and introduction of new technology working with startups, government and the largest enterprise software companies. He has worked with Scio for five years, regularly authors articles on SaaS and the software industry and hosts a series of podcasts on SaaS best practices. Mike leads Scio’s professional services helping companies develop and bring to market new SaaS offerings.</p>
<p>The workshop costs $695, but you can get an Early Bird Price of $495 when you combine it with your <a href="http://www.acteva.com/booking.cfm?bevaid=198448" target="_blank">SaaS University registration -</a> total package price of $1290. As a way to bring together a great amount of information in a short period of time, the combined package is a great opportunity. As we get closer to the event, I&#8217;ll expand on the agenda, but this is a great time to start planning and get your team together to attend SaaS University in Washington, DC!  I hope to see you there&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2010/06/08/saas-keeping-ahead-of-moores-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS: Develop, Price, Operate and Succeed</title>
		<link>http://blog.sciodev.com/2010/04/12/saas-develop-price-operate-and-succeed/</link>
		<comments>http://blog.sciodev.com/2010/04/12/saas-develop-price-operate-and-succeed/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 22:18:52 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business models]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[OPD]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Scio]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=876</guid>
		<description><![CDATA[Our workshop with Software Pricing Partners following the SaaS Summit: All About the Cloud is now finalized! Seating is limited so please check the details below and sign up NOW:]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F04%2F12%2Fsaas-develop-price-operate-and-succeed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F04%2F12%2Fsaas-develop-price-operate-and-succeed%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Our workshop with <a href="http://www.softwarepricing.com/" target="_blank">Software Pricing Partners </a>following the SaaS Summit: All About the Cloud is now finalized! Seating is <span style="text-decoration: underline;">limited</span> so please check the details below and sign up <a href="http://www.acteva.com/booking.cfm?bevaid=202248" target="_blank"><strong>NOW</strong></a>:</p>
<h2 style="text-align: center;">SaaS Offerings: How to Develop, Price, Operate, and Succeed</h2>
<ul>
<li><strong>One Day SaaS Executive Workshop Covering Technical and Business Topics</strong></li>
<li><strong>May 13, 2010 at the Donatello Hotel (near Union Square) San Francisco</strong></li>
</ul>
<p>Executives responsible for succeeding in the SaaS market need to make a series of critical choices in developing, packaging and selling their offerings. This one-day workshop provides the insights and tools needed to make the right choices.</p>
<p>Many of the challenges SaaS companies face can be met by balancing and integrating technical considerations with the business aspects of SaaS. Companies that can do this can bring their products to market rapidly and become cash-flow positive quickly.</p>
<p>This workshop is the <strong><span style="text-decoration: underline;">first</span></strong> to integrate pricing and business models with development and deployment. The workshop will be held on May 13th, the day after the <a href="http://www.opsource.net" target="_blank">OpSource</a> and <a href="http://www.siia.net" target="_blank">SIIA</a> event <a href="http://www.siia.net/aatc/2010/" target="_blank">SaaS Summit: All About the Cloud</a> at the <a href="http://www.westinstfrancis.com/" target="_blank">Westin St Francis Hotel</a> on Union Square in San Francisco. The workshop venue is conveniently located one half-block from the St Francis, at the <a href="http://www.shellhospitality.com/hotels/donatello_hotel/" target="_blank">Donatello Hotel</a> on Post Street.</p>
<h3>Which companies can benefit by attending this workshop:</h3>
<ul>
<li>A new venture or as an ISV with on-premise products considering developing a SaaS offering</li>
<li>A service company with significant vertical expertise than could be delivered and monetized in a SaaS model.</li>
<li>An existing SaaS provider who made choices opportunistically that now constrain growth and cash flow.</li>
<li>A SaaS entrepreneur with limited funding that needs to achieve positive cash flow early with products that evolve with the market.</li>
</ul>
<h3>Company challenges this workshop can help overcome:</h3>
<ul>
<li>Building out a suite of products but are unsure of the pricing and operational models needed to grow.</li>
<li>Developing a framework for sorting out technical and strategic choices required to move to the SaaS business model.</li>
<li>Facing significant operational problems including efficiency while keeping churn under control in an existing SaaS product.</li>
<li>Ensuring the pricing model, development framework and operational plan will work in complex, highly competitive markets.</li>
</ul>
<p><strong>Topics to be covered:</strong></p>
<ul>
<li>What Makes the SaaS Model Different and Difficult?</li>
<li>Making Development Choices Strategically</li>
<li>How to Choose an Effective Pricing Metric</li>
<li>Creating a Lean Product Development Roadmap</li>
<li>Using Packaging and Licensing to Increase Success</li>
<li>Finding the Right Price Levels and Discounts</li>
<li>Operating a SaaS Business</li>
<li>Auditing Your Plans with a SaaS Reference Framework</li>
</ul>
<p>Because of the value of this workshop, the importance of the SIIA/OpSource conference for SaaS providers and the convenience of the venue, this is an excellent opportunity to “put it all together.” The workshop content makes it well suited to a mixed group of business and technical members of your team because it joins the issues of both sides into a single view.</p>
<h3>Per Person Pricing</h3>
<table style="text-align: left; height: 114px;" border="1" cellspacing="2" cellpadding="2" width="345">
<tbody>
<tr>
<td style="vertical-align: top;">
<h4>Early Bird price – expires May 3rd</h4>
</td>
<td style="vertical-align: top;">
<h3>$495</h3>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<h4>Three or more persons from the same company</h4>
</td>
<td style="vertical-align: top;">
<h3>$395</h3>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<h4>Price after May 3rd</h4>
</td>
<td style="vertical-align: top;">
<h3>$595</h3>
</td>
</tr>
</tbody>
</table>
<h3>Group Promo Codes</h3>
<p><strong>Three or more members of the same team:</strong></p>
<ul>
<li>On or before May 3rd &#8211; <strong>57KA5G</strong></li>
<li>After May 3rd &#8211; <strong>7GNGBH</strong></li>
</ul>
<p>All attendees will receive copies of the workshop materials. The workshop fee also includes a “working lunch” and refreshments during the day.</p>
<p style="text-align: center;"><a href="http://www.acteva.com/booking.cfm?bevaid=202248" target="_blank">Secure Registration with Acteva</a>.<a href="http://www.acteva.com/go/scio"><br />
<img src="http://www.acteva.com/buttons/1_actnow_75x39.gif" border="0" alt="" width="75" height="39" /><br />
</a></p>
<h3>Hotel</h3>
<p><a href="http://www.shellhospitality.com/hotels/donatello_hotel/" target="_blank">The Donatello Hotel</a> has a <strong>limited </strong>number of rooms available for workshop attendees at <strong>$139</strong> during the period of May 9-14. This is an excellent opportunity to save with a very convenient location if you are also attending SaaS Summit/All About the Cloud Event.</p>
<ul>
<li>To receive this discounted rate, you <span style="text-decoration: underline;">must</span> the contact the hotel directly at 415-441-7100 &#8211; and ask for <strong>In-House Sales</strong> and  the “<strong>SCIO Pricing</strong>” discount.</li>
</ul>
<h3>About the Speakers</h3>
<p><strong> Michael Dunham, VP of Service Engineering – <a href="http://www.sciodev.com" target="_blank">Scio Consulting</a></strong><br />
Mike Dunham has more than 20 years of hands-on experience helping major corporations and government agencies succeed in an increasingly technical environment. As Scio’s principal consultant, Dunham provides clients insight into trends that affect business and technology planning so the processes Scio uses can bring clients’ ideas to life. As the VP of Service Engineering, Michael defines Scio’s service products and operational processes. A native of Sacramento, CA, he holds a bachelor’s degree in business administration from the University of California at Davis.</p>
<p><strong>Jim Geisman, Principal and Founder – <a href="http://www.softwarepricing.com/" target="_blank">Software Pricing Partners</a></strong><br />
Jim is an acknowledged expert in software pricing and, since founding the firm in 1982, has helped several hundred companies develop effective pricing models and strategies. His consulting spans established and emerging software companies delivering B2B solution via desktop, enterprise-class and, more recently Software-as-a-Service / on demand software. Jim has been a board member or advisor to several early stage technology companies. He holds degrees in Electrical Engineering from Tufts University and an MBA from Harvard Business School.</p>
<p>A quick introduction on our podcast:<br />
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNzIzMTc*NzkyNTEmcHQ9MTI3MjMxNzQ5ODkwMiZwPTQ1MDk3MiZkPUhvc3RJRCUzYSUyMDc1MzM3Jmc9MiZvPTFj/NDFhMWY3M2NkNTQyMWY4NDg2ZmZlMmFhYzkyMjlkJm9mPTA=.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="btr" width="215" height="230" id="btr"><param name="movie" value="http://www.blogtalkradio.com/btrplayer.swf?file=http%3A%2F%2Fwww%2Eblogtalkradio%2Ecom%2Fhaut%5Ftech%5Fconversations%2Fplay%5Flist%2Exml%3Fitemcount%3D4&#038;autostart=false&#038;bufferlength=20&#038;volume=80&#038;borderweight=1&#038;bordercolor=#999999&#038;backgroundcolor=#FFFFFF&#038;dashboardcolor=#0098CB&#038;textcolor=#F0F0F0&#038;detailscolor=#FFFFFF&#038;playlistcolor=#999999&#038;playlisthovercolor=#333333&#038;cornerradius=10&#038;callback=http://www.blogtalkradio.com/FlashPlayerCallback.aspx?referrer_url=/profile.aspx&#038;C1=7&#038;C2=6042973&#038;C3=31&#038;C4=&#038;C5=&#038;C6=" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="menu" value="false" /><param name="allowScriptAccess" value="always" /><embed src="http://www.blogtalkradio.com/btrplayer.swf?file=http%3A%2F%2Fwww%2Eblogtalkradio%2Ecom%2Fhaut%5Ftech%5Fconversations%2Fplay%5Flist%2Exml%3Fitemcount%3D4&#038;autostart=false&#038;bufferlength=20&#038;volume=80&#038;borderweight=1&#038;bordercolor=#999999&#038;backgroundcolor=#FFFFFF&#038;dashboardcolor=#0098CB&#038;textcolor=#F0F0F0&#038;detailscolor=#FFFFFF&#038;playlistcolor=#999999&#038;playlisthovercolor=#333333&#038;cornerradius=10&#038;callback=http://www.blogtalkradio.com/FlashPlayerCallback.aspx?referrer_url=/profile.aspx&#038;C1=7&#038;C2=6042973&#038;C3=31&#038;C4=&#038;C5=&#038;C6=" width="215" height="230" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false" allowScriptAccess="always" name="btr" FlashVars="gig_lt=1272317479251&#038;gig_pt=1272317498902&#038;gig_g=2"></embed><param name="FlashVars" value="gig_lt=1272317479251&#038;gig_pt=1272317498902&#038;gig_g=2" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2010/04/12/saas-develop-price-operate-and-succeed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SaaS Workshop: Charting Your Course to SaaS</title>
		<link>http://blog.sciodev.com/2009/10/21/saas-workshop-charting-your-course-to-saas/</link>
		<comments>http://blog.sciodev.com/2009/10/21/saas-workshop-charting-your-course-to-saas/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:33:07 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[On-Demand]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[product marketing]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Scio]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=625</guid>
		<description><![CDATA[SaaS is not a "one-size-fits-all" business. There are many options now for platforms and services you can use and the number is increasing every day. A lot of the information available is laden with marketing hype. How do you make the right decisions?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2009%2F10%2F21%2Fsaas-workshop-charting-your-course-to-saas%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2009%2F10%2F21%2Fsaas-workshop-charting-your-course-to-saas%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SaaS is not a &#8220;one-size-fits-all&#8221; business. There are many options now for platforms and services you can use and the number is increasing every day.  A lot of the information available is laden with marketing hype. How do you make the right decisions?</p>
<p>We&#8217;ve been helping companies transition to SaaS as startups and from traditional licensed software for several years and we&#8217;ve build up a practice we use repeatedly to navigate the choices. We&#8217;re bringing our practice to the <a href="http://www.saasuniversity.com/SaaSUEVENTS/SaaSUniversityDallasFtWorthJan2628/AgendaDallasFtWorthTexas2010/tabid/2673/Default.aspx" target="_blank">Dallas SaaS University </a>event as a <a href="http://bit.ly/SaaSUWorkshops">workshop</a> to help SaaS executives and entrepreneurs make the right choices for their business. We&#8217;re passionate about helping companies succeed in SaaS and we&#8217;d like to pass some of our knowledge on to you.</p>
<p>You can take this workshop combined with your <a href="http://bit.ly/SaaSURegister" target="_blank">signup to the University event or separately</a>, but I encourage you to take advantage of the combined pricing that is available. This is not a &#8220;technical&#8221; workshop &#8211; we will be covering how the technical and business decisions SaaS requires impact your business and product strategy. We&#8217;ll be using interactive exercises to help you put the concepts into your context and build something you can take back to your team. It is a full day with a catered lunch and will be a limited group so you will have plenty of opportunity to ask questions and be involved.</p>
<p style="text-align: center;"><strong><span style="color: #ff0000;">UpDate! &#8211; Use Discount Code: SCIO100 </span></strong></p>
<p>Here&#8217;s the outline:</p>
<h2 style="text-align: center;"><span style="color: #0000ff;">Charting Your Course to SaaS</span></h2>
<h3 style="text-align: center;">Making the Right Decisions for Your SaaS Product</h3>
<p><strong>Overview &#8211; How is a SaaS Product and Business “Different”?</strong></p>
<ul>
<li>Leaving 30 years of industry history behind</li>
<li>Transitioning to a service-led model</li>
<li>10 ways to fail</li>
</ul>
<p><strong>Your Service is Different</strong></p>
<ul>
<li>What does making the right choices mean?</li>
<li>Understanding your market, product strategy, roadmap, supporting technologies, and skills needed.</li>
<li>Knowing flexibility is key in SaaS</li>
</ul>
<p><strong>Sell the Right Product</strong></p>
<ul>
<li>Map your core product and customer assumptions</li>
<li>Consider test marketing plans</li>
<li>Developing a go-to-market feature set</li>
</ul>
<p><strong>Make Strategic Development Choices</strong></p>
<ul>
<li>Selecting services and platforms</li>
<li>Selecting a technical architecture</li>
<li>Making development and deployment choices</li>
</ul>
<p><strong>Operating a SaaS Business</strong></p>
<ul>
<li>Understanding service-led business requirements</li>
<li>Leveraging operational metrics</li>
<li>Understanding end-user interaction in SaaS and product management</li>
</ul>
<p><strong>Who Should Attend?</strong></p>
<p>This workshop and seminar is important for anyone considering a SaaS product, in the process of developing a product or offering a product that hasn’t reached its potential, including: Entrepreneurs, CXO’s, product managers and key executives in startups, vendors moving to SaaS or existing SaaS companies.</p>
<p><strong>About Your “Professors”</strong><br />
<a href="http://www.sciodev.com/about-us/management-team">Luis Aburto, CEO of Scio Consulting</a>, is a veteran of international technology and engineering consulting for corporate and government clients in the U.S. and Latin America. Mr. Aburto is the founder of Scio Consulting, and in 2006 was responsible for focusing the direction of the company on SaaS enablement services. Luis has worked with a multitude of software companies of all sizes and across many industries, helping them make the transition to SaaS.</p>
<p><a href="http://www.sciodev.com/about-us/management-team">Mike Dunham, Principal Consultant of Scio Consulting</a>, has over 25 years background in the development and introduction of new technology working with startups, government and the largest enterprise software companies. He has worked with Scio for five years, regularly authors articles on SaaS and the software industry and hosts a series of podcasts on SaaS best practices. Mike leads Scio’s professional services helping companies develop and bring to market new SaaS offerings.</p>
<p>As I mentioned &#8211; there are several <a href="http://bit.ly/SaaSURegister">ways you can join us in this workshop</a> and I very happy we have the opportunity to bring it to SaaS University. I&#8217;m looking forward to meeting many of my friends at SaaS University for the event.  If you would like to know more about what we&#8217;re going to be doing or some help building the case so you can get company support to go, just let me know. See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2009/10/21/saas-workshop-charting-your-course-to-saas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS Resources for ISV&#8217;s</title>
		<link>http://blog.sciodev.com/2008/11/24/saas-resources-for-isvs/</link>
		<comments>http://blog.sciodev.com/2008/11/24/saas-resources-for-isvs/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:40:30 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=42</guid>
		<description><![CDATA[I came across a good paper by Joel York of Chaotic Flow over the weekend that started a flow of thoughts about ISVs. The article is titled, "The Top Ten Do's and Don'ts of SaaS" and it made me wonder - where can someone considering developing a SaaS application go for the "ins and outs" of the field? It is fairly difficult to do without sifting through a lot of vendor-led material that, while good, is clearly biased or paying out some cash to go to a series of conferences - where again, you will surf through a wealth of vendor-led discussions regardless of the venue.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sciodev.com%2F2008%2F11%2F24%2Fsaas-resources-for-isvs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2008%2F11%2F24%2Fsaas-resources-for-isvs%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I came across a good paper by <a href="http://chaotic-flow.com/" target="_blank">Joel York of Chaotic Flow</a> over the weekend that started a flow of thoughts about ISVs. The article is titled, &#8220;<a href="http://chaotic-flow.com/media/software-as-a-service-success-top-ten.pdf">The Top Ten Do&#8217;s and Don&#8217;ts of SaaS</a>&#8221; and it made me wonder &#8211; where can someone considering developing a SaaS application go for the &#8220;ins and outs&#8221; of the field? It is fairly difficult to do without sifting through a lot of vendor-led material that, while good, is clearly biased or paying out some cash to go to a series of conferences &#8211; where again, you will surf through a wealth of vendor-led discussions regardless of the venue.</p>
<p>After some looking &#8211; I determined it isn&#8217;t all that easy. There are some good resources, but a simple Google search isn&#8217;t going to yield a lot of good resources without some digging. Outside of the listings on our blogroll (right sidebar of the <a href="http://blog.sciodev.com">index page</a>), we (the <a href="http://www.sciodev.com">Scio Team</a>) are planning to develop some over a period of time, but for now I would like this post to be a starting point for a list of resources that we can build on to. Eventually it will migrate over to our new &#8220;knowledge center&#8221; but for now, we&#8217;ll add resources as we run across them (or you, our readers suggest them) to this post.</p>
<p>Key: NC= Free = No cost resource, R=Registration Required, $=Costs for attending or using</p>
<p><strong>Conferences </strong></p>
<ul>
<li><a href="http://www.saasuniversity.com/" target="_blank">Saas University </a>($ &#8211; however you can join the Softletter SaaS University site by registration for free. Select the Welcome to SaaS U tab for information)</li>
<li><a href="http://www.saascon.com/" target="_blank">SaaSCon</a> ($) Computerworld&#8217;s Annual Industry Event</li>
<li><a href="http://www.siia.net/software/events.asp" target="_blank">SIIA (Software Information Industry Association) Events</a></li>
<li><a href="http://www.opsource.net/news.php?page=events" target="_blank">OpSource SaaS Summit </a>($ &#8211; Also provides links to upcoming webinars which are free for registration)</li>
<li><a href="http://www.idc.com/getdoc.jsp?containerId=IDC_P17807">IDC Software as a Service Summit</a> &#8211; ($) Market research and field case studies from leading ISVs</li>
<li><a href="http://www.cloudslam09.com/" target="_blank">Cloud Slam &#8217;09</a> Cloud Computing Virtual Conference (R, $ &#8211; but the price is <span style="text-decoration: underline;">low</span>)</li>
<li><a href="http://agile2009.agilealliance.org/" target="_blank">Agile 2009 Conference </a>- If you&#8217;re not using Agile principles in your development and product management practices &#8211; you probably should be. Of special interest is the <a href="http://agile2009.agilealliance.org/product" target="_blank">Agile Product Management track</a></li>
<li><a href="http://gluecon.com/" target="_blank">Glue Conference </a>- &#8220;The web is the platform&#8221; &#8211; explores the integration issues we&#8217;re facing as we move to web apps. ($)</li>
<li><a href="http://gevaperry.typepad.com/main/upcoming-cloud-computingrelated-events.html" target="_blank">Upcoming Cloud Computing-Related Events</a> &#8211; Giva Perry&#8217;s list (updated regularly).</li>
</ul>
<p><strong>Resources on the Web</strong></p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Software_as_a_Service" target="_blank">Wikipedia&#8217;s definition of SaaS</a>, along with general facts about the area and references. (Free)</li>
<li><a href="http://www.siia.net">SIIA</a>, (Software Information Industry Association) &#8211; <a href="http://www.siia.net/software/saas.asp" target="_blank">Software as a Service Resources. </a>A wide ranging archive of webcasts and papers from the last four years from this association. (Some require membership, some free) &#8211; a good example you will find widely copied on the web: <a href="http://www.siia.net/software/pubs/SAAS_TCO_WP.pdf">&#8220;Software as A Service: A Comprehensive Look at the Total Cost of Ownership if Software Applications</a>&#8220;</li>
<li><a href="http://www.opsource.net/saas-resources.php">OpSource &#8211; Resources</a> (Free). From their position as a leading SaaS hosting provider, this resource center remains one of the best available.</li>
<li><a href="http://promosearch.atomz.com/search/promosearch?sp-q=saas&amp;sp-a=sp1000a5a9&amp;sp-f=ISO-8859-1&amp;sp-t=general&amp;sp-x-1=cat&amp;sp-q-1=&amp;sp-x-2=cat2&amp;sp-q-2=&amp;sp-c=25&amp;">SaaS resource listings</a> from <a href="http://oreilly.com/">O&#8217;Reilly</a> &#8211; (Mostly Free &#8211; some conferences are listed as well) The well-known industry resource has a lot to offer, both technical and business-led perspectives.</li>
<li><a href="http://www-304.ibm.com/jct09002c/isv/marketing/saas/resources.html?ca=drs-2307">IBM SaaS Resources</a> &#8211; IBM is a vendor of managed hosting in the SaaS space and has offerings to facilitate ISVs moving to SaaS. This link leads to a number of resources (whitepapers, podcasts and webcasts) prepared for their community that are worth review.</li>
<li><a href="http://www.thinkstrategies.com/pubsnewsviews.html">THINKstrategies Publications, Columns, Webcasts and Quotes</a> &#8211; Research from one of the leading consultancies in the On-Demand space. (Free &#8211; some may require registration with vendors)</li>
<li><a href="http://www.saas-showplace.com/">SaaS Showplace</a> &#8211; also from THINKstrategies</li>
<li><a href="http://www.msp-showplace.com/" target="_blank">Managed Services Showplace®</a> &#8211; THINKstrategies MSP Directory</li>
<li><a href="http://www.softletter.com/">SoftLetter</a> &#8211; from Rick Chapman of SaaS University ($) Respected source for current data from inside the SaaS industry. (<a href="http://www.softletter.com/aspx/Profile.aspx">Softgram newsletter</a> is free for registration)</li>
<li><a href="http://chaotic-flow.com/">Chaotic Flow&#8217;s</a> five-part series, &#8220;<a href="http://chaotic-flow.com/2008/11/15/transform-your-saas-into-a-web-20-business/">Transform your SaaS into a Web 2.0 Business</a>&#8221; (Free)</li>
<li><a href="http://www.saas-model.com/">SaaS Scorecard </a>from Joel York of Chaotic Flow. Also see &#8211; <a href="http://chaotic-flow.com/2008/11/30/saas-model-economics-101-competitive-advantage-in-software-a-a-service/" target="_blank">SaaS Model Economics </a>and <a href="http://chaotic-flow.com/2008/11/17/saas-success-the-top-ten-dos-and-donts/" target="_blank">SaaS Success &#8211; Top Ten Dos and Don&#8217;ts</a> (Free)</li>
<li>IP Application&#8217;s<a href="http://www.ipapplications.com/index.php/resources/documentation-center.html" target="_blank"> Resource Center</a> (R) &#8211; good resource and their <a href="http://www.ipapplications.com/index.php/blog.html" target="_blank">blog</a> is worth some time as well.</li>
<li><a href="http://www.saugatech.com/researchbytopic.htm">Saugatuck Technology&#8217;s Research Library </a>- (R &amp; $ &#8211;  Market research papers, some that are free with registration, some for a fee)</li>
<li><a href="http://chaotic-flow.com/2008/11/30/saas-model-economics-101-competitive-advantage-in-software-a-a-service/" target="_blank"></a></li>
<li>Resource List from the Cloud Computing Group on LinkedIn &#8211; <a href="http://groups.google.com/group/cloud-computing/web/cloud-computing-blogs-resources?hl=en">Cloud Computing Blogs &amp; Resources</a></li>
<li><a href="http://innovationgames.com/">Innovation Games</a> &#8211; A very smart tool for Agile development and Agile development is key for SaaS products.</li>
<li><a href="http://www.web-strategist.com/blog/2009/01/16/body-of-work-community-and-social-network-research/#comment-849334">Body of Work: Community and Social Network Research</a> &#8211; Jeremiah Owyang of Forrester Research on Social Media. This is a key area all Internet-based businesses need to include in their business plans.</li>
</ul>
<p><a href="http://alltop.com/" target="_blank">Alltop</a> &#8211; Alltop is blog and news aggregator that has several groupings of sources of interest to ISV&#8217;s and start-ups in the On-Demand world.</p>
<ul>
<li><a href="http://virtualization.alltop.com/" target="_blank">Virtualization</a></li>
<li><a href="http://ria.alltop.com/">Rich Internet Apps</a></li>
<li><a href="http://cloud-computing.alltop.com/" target="_blank">Cloud Computing</a> (Includes SaaS)</li>
<li><a href="http://projectmanagement.alltop.com/">Project Management</a></li>
<li><a href="http://enterprise.alltop.com/" target="_blank">Enterprise</a> (Includes SaaS and a broad range of &#8220;enterprise level&#8221; subjects)</li>
<li><a href="http://productmanagement.alltop.com/" target="_blank">Product Management</a></li>
<li><a href="http://startups.alltop.com/">Startups</a></li>
<li><a href="http://smallbusiness.alltop.com/">Small to Medium Business</a> (SMB)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2008/11/24/saas-resources-for-isvs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

