<?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; workshop</title>
	<atom:link href="http://blog.sciodev.com/tag/workshop/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 Products: Our New Workshop Series</title>
		<link>http://blog.sciodev.com/2011/02/25/saas-cloud-products-our-new-workshop-series/</link>
		<comments>http://blog.sciodev.com/2011/02/25/saas-cloud-products-our-new-workshop-series/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 17:35:59 +0000</pubDate>
		<dc:creator>Michael Dunham</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=1011</guid>
		<description><![CDATA[How to Eat an Elephant - Developing a Real World SaaS/Cloud Product Roadmap - Our Workshop Series for 2011 covering the key elements of product and operations for SaaS and Cloud products. ]]></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%2F02%2F25%2Fsaas-cloud-products-our-new-workshop-series%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2011%2F02%2F25%2Fsaas-cloud-products-our-new-workshop-series%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Over the past few weeks, we&#8217;ve been working on a workshop we will be doing as a series in several cities this year. The workshop is focused on the key business and technical requirements for success with SaaS and Cloud Products and based on our experience in the field and our consulting practice.</p>
<p><em><strong>May I introduce:</strong></em></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: #0000ff;"><span style="color: #000000;">Developing a Real World SaaS/Cloud Product Roadmap</span></span></h2>
<p><span style="color: #0000ff;"><span style="color: #000000;"><br />
</span></span></p>
<h3 style="text-align: left;"><span style="color: #0000ff;"><span style="color: #000000;">Get Your SaaS/Cloud Product Off the Ground!</span></span></h3>
<p>If you want to develop a profitable, successful SaaS or Cloud product in the most efficient way &#8211; you must attend this 5-hour workshop. This event is for anyone considering a SaaS or Cloud product, in the process of developing a product or dealing with the issues of offering a product that isn&#8217;t reaching its potential.</p>
<h3>Who Should Attend?</h3>
<p>Entrepreneurs, CXO&#8217;s, product managers, and key executives in startups, ISVs moving to SaaS/Cloud Service or existing companies in the field.</p>
<h3>Benefits</h3>
<p>There are many ways to navigate the maze of choices that you face in bringing a SaaS/Cloud product to market. By attending this workshop, you will learn how to create a SaaS/Cloud Product Roadmap for your project that optimizes your resources, accelerates your time to positive cash flow and maximizes your chances of commercial success. This workshop will expose you to the tools and techniques Scio uses as a part of its SaaS/Cloud Consulting Practice to help our customers introduce new products.</p>
<h3>Answers Key Questions for SaaS and Cloud Products</h3>
<ul>
<li>How can we build and release our product incrementally so we can leverage our cash flow and customer feedback? How do we select a value-based feature set?</li>
<li>What are the critical steps in the process of releasing a new SaaS/Cloud product?</li>
<li>What technologies or services could we leverage and what are the tradeoffs?</li>
<li>What do you need to operate the business and operational side of a SaaS/Cloud business?</li>
<li>What skills do we need or should we bring in?</li>
</ul>
<p>You will hear industry best practices, our field tested experience, get your questions answered and learn about resources you can use to plan your Product Roadmap.</p>
<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>- 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.<br />
Developing your SaaS/Cloud Product Roadmap &#8211; 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> &#8211; Understand the architecture and functional elements required to deliver your service smoothly and profitably</li>
<li><strong>Cloud Readiness Checklist</strong> &#8211; 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>I hope you will join us for one of these workshops. The events are small and interactive so we have opportunities to speak directly to your questions and projects. Our unique balance of business and technical topics comes from our experience. We want our clients to have successful products and these workshops are designed to help attendees do just that.</p>
<h3>Calendar</h3>
<p>We will be adding new locations throughout the year, but we have some great opportunities for you now that you should consider:</p>
<h2 style="text-align: center;"><a title="How to Eat an Elephant, Austin" href="http://austinsaascloudwkshop.eventbrite.com/" target="_blank"><span style="color: #0000ff;">March 9, 2011 &#8211; Austin, Texas</span></a></h2>
<p>Our first workshop in this series is scheduled for Austin, just before the popular South By Southwest Conference. The workshop will be at Plaza 7000, just off Highway 1. The location is easily reachable from anywhere in the Austin area.  Ample free parking is available on site. Coffee and lunch will be provided.</p>
<p>The regular price for this workshop is $499 per person and $299 per person for groups of three or more from the same company. To kick off this series, you can apply the discounts below:</p>
<ul>
<li><span style="color: #0000ff;"><strong>$200 off the regular per person price</strong></span> &#8211; Use the code<strong> &#8220;austinHTEAE2011</strong>&#8221; or <a title="Austin Registration w/Discount" href="http://austinsaascloudwkshop.eventbrite.com/?discount=austinHTEAE2011" target="_blank">use this link to apply the discount directly</a> when you open the registration page on EventBrite.</li>
<li><span style="color: #0000ff;"><strong>$100 off the per person group price</strong></span> &#8211; Use the code &#8220;<strong>austinG3HTE2011</strong>&#8221; or <a title="Registration with Discount Group Price Applied" href=" http://austinsaascloudwkshop.eventbrite.com/?discount=austinG3HTE2011" target="_blank">use this link to apply the discount directly</a> when you open the page on EventBrite.</li>
</ul>
<p>Your host and speaker in Austin will be our CEO, Luis Aburto</p>
<h2 style="text-align: center;"><a title="SaaSUniversity" href="http://www.saasuniversity.com/" target="_blank"><span style="color: #0000ff;">SaaSUniversity &#8211; April 26-28, 2011 &#8211; Denver, Colorado</span></a></h2>
<p><span style="color: #0000ff;"><span style="color: #000000;">SaaS University offers 28 sessions and 6 keynotes by experienced industry executives and four additional, optional workshops over three days in Denver, Colorado. We&#8217;re proud to be a part of the fifth year of this industry-leading conference given by<a href="http://www.softletter.com/"> Softletter</a>. I will be presenting <a title="SaaSUniversity Denver, Agenda" href="http://www.softletter.com/SaaSUniversity/SaaSUniversityDenverCOApril2628/AgendaDenverCOApril2628/tabid/217/yhtab/1/Default.aspx" target="_blank">Lean Product Development for the Cloud</a> on as a part of the Transition to SaaS Track on the first day and our workshop will be part of the optional sessions on the third day. </span></span></p>
<ul>
<li><span style="color: #0000ff;"><span style="color: #000000;">The regular admission to the 2-day conference is $999.<strong><span style="color: #0000ff;"> If you register before April 8th, you can save $200</span>,</strong> making your price for regular admission $799.</span></span></li>
<li><span style="color: #0000ff;"><span style="color: #000000;">Our workshop 5 hour workshop on the third day is $499.<br />
</span></span></li>
<li><span style="color: #0000ff;"><span style="color: #000000;"><strong><span style="color: #0000ff;">You can save $100 off the entire price of your registration</span>, </strong>whether you stay for our workshop or not, by applying the discount code <strong>SCIOSave100</strong> when you register.<br />
</span></span></li>
</ul>
<p><a title="SaaS University Denver, Registration" href="https://www.cvent.com/events/saas-university-denver-co/registration-7e6477e737e644de9de2a2a91046e102.aspx" target="_blank">Please join us at this great event by registering here.</a></p>
<p>Your host and speaker in Denver our Vice President of Service Engineering, Michael Dunham (myself!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2011/02/25/saas-cloud-products-our-new-workshop-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS U: Increase Your Bottom Line Value with Multi-Tenancy</title>
		<link>http://blog.sciodev.com/2010/06/15/saas-u-increase-your-bottom-line-value-with-multi-tenancy/</link>
		<comments>http://blog.sciodev.com/2010/06/15/saas-u-increase-your-bottom-line-value-with-multi-tenancy/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:57:58 +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[ISV]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=920</guid>
		<description><![CDATA[I can think of many reasons to be at SaaS University in Washington, DC beyond my session and Scio´s workshop. But I want to be clear: The sessions at SaaS University are always changing, always relevant to developing SaaS products and successful SaaS businesses. It is the only venue available with a focus on helping SaaS vendors navigate a complex business model.
]]></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%2F15%2Fsaas-u-increase-your-bottom-line-value-with-multi-tenancy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F06%2F15%2Fsaas-u-increase-your-bottom-line-value-with-multi-tenancy%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I can think of many reasons to be at <a href="http://www.softletter.com/SaaSUniversity/SaaSUniversityConferenceWashingtonDC/AgendaWashingtonDC2010.aspx" target="_blank">SaaS University in Washington, DC, July 20-22</a>, beyond my session and Scio´s workshop. <strong>But I want to be clear</strong>: The sessions at SaaS University are always changing, always relevant to developing SaaS products and successful SaaS businesses. It is the only venue available with a focus on helping SaaS vendors navigate a complex business model.</p>
<p>This time I have the honor to be presenting a session on the second day titled: <strong>Increase Your Bottom Line Value with Multi-Tenancy</strong>.  Here is the session summary from the University agenda:</p>
<blockquote><p>There is a lot of debate about multi-tenancy.  Most of us understand its value from a technical point of view, but what can actually translate to our bottom line?  How does it change what we are able to do to increase operational efficiency and customer retention?</p>
<p>Multi-tenancy is not a magic bullet, despite what you may have heard. Implementing your SaaS application with a multi-tenant architecture offers great returns, <strong>BUT ONLY</strong> if you understand how to leverage it along with metrics, operational automation, your ecosystem, and the network effect of your customer base &#8211; effectively.</p>
<p>This session will answer questions concerning the value of:</p>
<ul>
<li>Different architectures for implementing multi-tenancy and maintaining flexibility.</li>
<li>Reliability, scalability, maintenance, and product evolution to your clients.</li>
<li>Multi-tenancy in operations across your product organization.</li>
<li>Implementing metrics in a multi-tenant application.</li>
<li>Your customer and user network, delivery network and ecosystem under multi-tenancy.</li>
<li>Methods of implementing multi-tenancy without breaking the bank or slowing product release</li>
</ul>
<p>This session is strategic for C Level executives and product managers planning, implementing, or enhancing a SaaS offering. Participants will come away with a clear understanding of how they can leverage multi-tenancy at every level of their service and increase their bottom line potential.</p></blockquote>
<p>This session is replacing a similarly titled session by planned <a href="http://sixteenventures.com/lincoln-murphy.html" target="_blank">Lincoln Murphy</a> because of a scheduling conflict he has encountered. I want to thank him for his recommendation that I take his slot. I must say, although I want to keep the same broad focus for this session, my approach to this subject is different than Lincoln´s. My background with multi-tenancy comes from planning SaaS products with Scio´s customers and many years of working with companies on Internet-based business models.</p>
<p>In itself, multi-tenant architecture is not new.  The same could be said of the SaaS business model. What is still new is the broad market attention to on-demand services and the opportunities that virtualized infrastructure gives to business. The knowledge of how to leverage architecture and technical choices to impact product features, customer value and operational effectiveness is what is lacking in my experience. This is what I will lead discussions on in my session at SaaS University.</p>
<p>In addition, if you aren´t aware of it, <a href="http://www.softletter.com/SaaSUniversity/SaaSUniversityConferenceWashingtonDC/WashingtonDCWorkshopsJuly22nd.aspx" target="_blank">SaaS University has a third day of full day workshops</a> that provide a ¨deep dive¨on specific subjects. Our own session is Charting Your Course to SaaS, which will help it´s participants navigate all the choices they face in developing a SaaS product while they develop a road map that can get them to market and positive cash flow sooner.  I can also personally recommend <a href="http://www.softwarepricing.com/Events.cfm" target="_blank">Jim Geisman´s Right Pricing Your SaaS System: Beyond the Basics &#8211; Advanced Workshop.</a> Jim and I had the opportunity recently to give a workshop together and I greatly enjoyed the experience, and I know our audience did also. Ideally, product teams should consider sending representatives to both workshops because they are complimentary points of view that are very important to understand.</p>
<p>So, with that background, here is the overview of our one day session at SaaS University for July 22, 2010:</p>
<h3>Charting Your Course to SaaS – SaaS University, Washington DC, May 22</h3>
<p>This is the third time we’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’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></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’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…</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2010/06/15/saas-u-increase-your-bottom-line-value-with-multi-tenancy/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: All About the 2010 Summit</title>
		<link>http://blog.sciodev.com/2010/05/19/saas-all-about-the-2010-summit/</link>
		<comments>http://blog.sciodev.com/2010/05/19/saas-all-about-the-2010-summit/#comments</comments>
		<pubDate>Wed, 19 May 2010 16:28:16 +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[conference]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://blog.sciodev.com/?p=897</guid>
		<description><![CDATA[Last week our team, like lots of other members of the SaaS community, attended the OpSource/SIIA SaaS Summit 2010 - titled, "All About the Cloud."  We had a busy and meeting-filled week, as I'm sure many did.]]></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%2F05%2F19%2Fsaas-all-about-the-2010-summit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sciodev.com%2F2010%2F05%2F19%2Fsaas-all-about-the-2010-summit%2F&amp;source=michaeldunham&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Last week our team, like lots of other members of the SaaS community, attended the <a href="http://www.siia.net/aatc/2010/" target="_blank">OpSource/SIIA SaaS Summit 2010 &#8211; titled, &#8220;All About the Cloud</a>.&#8221;  We had a <span style="text-decoration: underline;"><strong>busy</strong></span> and meeting-filled week, as I&#8217;m sure many did.</p>
<p>Because <a href="http://www.siia.net/" target="_blank">SIIA</a> and <a href="http://www.opsource.net/" target="_blank">OpSource</a> gave this conference jointly &#8211; it was somewhat different than the OpSource led conferences we have attended in the past. Instead of being an industry conference tilted towards a single vendor&#8217;s customer base and prospects, it was much broader, bringing in a wide array of SaaS vendors and industry providers.  Since OpSource has been an industry leader for some time, I wouldn&#8217;t attribute the change entirely to the influence of SIIA. More likely it was the combination of the two constituencies along with a bit of a push from the uptick in the economy. Whatever it was, it was one of the biggest groups I&#8217;ve seen for SaaS/Cloud conferences in a few years.</p>
<p>It was perhaps most surprising to see the &#8220;maturity&#8221; of the industry in our guests. Most of the vendors were not from start-ups or ISVs moving to SaaS &#8211; instead they were established SaaS vendors &#8211; regardless of the lifecycle stage of their product offerings.  This shifted the conversations we had at our booth from &#8220;what does it take to build a SaaS product?&#8221; to &#8220;how do I scale my architecture?&#8221; or &#8220;how can I extend my offering to bring new services to my customers?&#8221;</p>
<p>This is a good thing to see, but I wish the presentations had been more geared to the audience and less to information about vendor&#8217;s products, but it could be said equally that no one knew for sure how the attendance would balance out long enough in advance to plan for it. I think that will even out next year, now that there is some history in the combined event.</p>
<p><a href="http://www.softwarepricing.com/aboutus/jhg-profile.cfm" target="_blank">Jim Geisman</a> and I gave a <a href="http://blog.sciodev.com/2010/04/12/saas-develop-price-operate-and-succeed/" target="_blank">workshop</a> following the summit that was quite successful as we &#8220;filled the house&#8221; with as many guests as we could comfortably engage with. It was a wide-ranging group with representatives from some of the largest software vendors in the market to some new entrants from Latin America.  If there was a common theme among them it was the need to understand the options and structure of product development and pricing for SaaS. The folks from <a href="http://www.dreamsimplicity.com" target="_blank">DreamSimplicy</a> were good enough to feature a <a href="http://www.dreamsimplicity.com/saas-video/415-SaaS+Events+Calendar%3A+Scio+Consulting+SaaS+Strategies+Workshop.html?groupid=25" target="_blank">video of our workshop</a> on their website.</p>
<p>There is certainly a void when it comes to clear information that isn&#8217;t filtered by a supplier&#8217;s agenda. We all do it &#8211; but there are also some who push their value above everything else. And, unfortunately, there are several instant pundits in the industry who really have less background than opinions.  From that point of view, I am proud to be associated with someone like Jim Geisman for this workshop because his background shows in the depth he can bring to the subject of pricing.  To say you can&#8217;t &#8220;afford to get your pricing wrong&#8221; may be a bit of an overstatement &#8211; companies change their pricing and survive &#8211; but it can certainly be as much of a market killer as developing a product that misses the mark.</p>
<p>In no particular order then &#8211; some notes and learnings from the Summit:</p>
<ul>
<li><strong>Pick your strategy, play through, check your metrics, adjust and play again.</strong> I saw several companies who were trying multiple strategies for product, pricing, marketing, etc &#8211; simultaneously.  The result is &#8211; every attempt is a one-off with no way to measure one against the other logically or if the strategy might or might work if tried more than once.  The people trying to execute on all these ideas are playing a difficult game. Which idea really has legs? Which one do we really want to go with? And by the way &#8211; what do their customers think of this apparent lack of single purpose?  It&#8217;s difficult to navigate no matter where you stand.</li>
<li><strong>Look for your weak spots, eliminate them or optimize as well as possible. </strong> I heard many stories of early decisions that will eventually put a SaaS company in a no win situation.  Your infrastructure maintenance costs are eating into your cash flow at an ever increasing rate as you grow. Or &#8211; perhaps you want to change your pricing or offer a discount and it seems like the only way to do it is take payments manually and adjust the books, unless you want to redevelop your pricing and billing system&#8230;. It is easy to say you might have seen these things coming, but that&#8217;s Monday morning quarterback speak.  It sounds too simple, but there is help in the <a href="http://en.wikipedia.org/wiki/Theory_of_Constraints" target="_blank">Theory of Constraints</a>: First, optimize the situation as well as possible, looking for ways to manage the issue at best you can. Don&#8217;t stop there, leverage the stop gap only as long as needed to develop a true solution to the problem.  If you&#8217;re losing opportunities or burning cash in SaaS, you&#8217;re killing yourself, slowly but certainly.</li>
<li><strong>If you have an opportunity to speak to your peers and prospects, give them value.</strong> This sounds a little simplistic, but it&#8217;s worth a thought.  We need to take every opportunity we can to expose our products to new customers, especially in this tight economy, but you can&#8217;t spend the time you&#8217;ve been given with a blatant sales pitch.  The audience paid to sit in front of you.  What can you give them for their attention? Knowledge. What do you know? What have you seen? What experience do you have you can share? If that is the sum total of your talk, it will be remembered. If it is embedded in your new product announcement, it is more likely people will hear it.  To many of the presentations at conferences today are symptoms of our economy.  Our audience is looking for positive news and knowledge, just like we are.</li>
<li><strong>SaaS is a business model &#8211; not a technology.</strong> I still see far to many attempts to sell SaaS as a technology and the same is true when we switch to using &#8220;cloud&#8221; as a substitute term.  There are technical advances that are becoming available because of the growing SaaS/Cloud market, but they are just enhancements of what otherwise is a service-led, cash flow based, business model.  Companies in the field need to be successful at reaching an adequate size market with a positive cash flow and technology can only assist in achieving that goal.  Understanding the business of online services and planning to scale effectively is critical to success.</li>
</ul>
<p>I hope to get more chances this year to get out and be in the field and at conferences to hear and share more ideas and experience.  It is a great opportunity to learn more about what is happening &#8220;inside&#8221; the business of SaaS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sciodev.com/2010/05/19/saas-all-about-the-2010-summit/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>
	</channel>
</rss>

