<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blog - Myriad Minds</title>
	
	<link>http://www.myriadminds.com.au/blog</link>
	<description>How cloud computing impacts business in Australia</description>
	<lastBuildDate>Mon, 20 Jun 2011 22:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/myriadminds" /><feedburner:info uri="myriadminds" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>myriadminds</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Back The Right Cloud Horse – pt1: The Data Model</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/V-dp5RZOVy8/</link>
		<comments>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse-pt1-the-data-model/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 22:49:50 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Force.com]]></category>
		<category><![CDATA[IT Management]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=756</guid>
		<description><![CDATA[This is the first of the cloud-specific system evaluation criteria that I introduced last week. The data model is critical, but far too often overlooked with system procurements, especially in the realm of cloud solutions when the database isn&#8217;t on your server. Here&#8217;s why. The data foundation Applications that are rich in structured data &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first of the cloud-specific system evaluation criteria <a href="blog/back-the-right-cloud-horse" target="_blank">that I introduced last week</a>.</p>
<p>The data model is critical, but far too often overlooked with system procurements, especially in the realm of cloud solutions when the database isn&#8217;t on your server. Here&#8217;s why.</p>
<p><strong>The data foundation</strong></p>
<p>Applications that are rich in structured data &#8211; think CRM, billing, accounting, HR, manufacturing or logistics solutions to name just a few &#8211; typically persist their data in a relational data model. The data model is the very foundation of a data-rich app and, like the foundation of a house, doesn&#8217;t change readily and requires a significant effort if changes are required. A major data model change requires a migration of data from the old to the new structure, which can be costly and disruptive. It may also demand a change to the application code that reads and writes data to and from the data model, again involving time, cost and disruption.</p>
<p><strong>The balancing act</strong></p>
<p><img style="float: left; margin: 0px 15px 0px 0px;" title="Balancing act" src="http://www.kfai.org/files/images/SCALES.GIF" alt="" width="216" height="135" />As well as being foundational, all data models are a compromise. No model can be perfect and each is a balancing act between simplicity and flexibility; the more flexible, the less simple. Most data models in transactional systems (i.e. those systems where data is entered regularly) are optimised for ease of input and maximum integrity of data. The pursuit of these virtues necessarily results in numerous related data entities (known as tables in most databases, or often objects in cloud solutions), the logic of which needs to be understood, especially if you&#8217;re planning to customise or integrate.</p>
<p>You <em>must</em> ensure that the balance struck by the data model in your chosen solution is sensible and matches the business rules of your organisation. For example, a billing solution may, for the sake of simplicity of data entry, structure its data such that an invoice always relates to a single parent order. If, however, your business issues periodic invoices that span multiple customer orders, you&#8217;ll either need to adapt your business practice to the solution, or opt for a more flexible tool. Either way, you&#8217;ll want to assess the time and cost implications of that at the evaluation stage, not during or after the system implementation.</p>
<p><strong>Find a good data architect</strong></p>
<p>Sophisticated data-rich systems may have many dozen or even hundreds of data entities, such that assessing the simplicity-vs-flexibility balance can be a major undertaking. For on-premise solutions, a knowledgeable DBA is often on hand to help, given that he/she will take responsibility for the installed database. But for cloud database apps, too often a DBA or data architect isn&#8217;t consulted at the evaluation stage. The good news is that the skills needed don&#8217;t change between the on-premise and cloud worlds, despite the fact that with the cloud app, direct access to the database tables isn&#8217;t typically allowed. The DBA or data architect you&#8217;ve relied on previously should be well up to the task of assessing a cloud data model.</p>
<p><strong>Transparency vs IP protection</strong></p>
<p><img style="float: left; margin: 0px 15px 0px 0px;" title="Transparent model" src="http://www.cxo.eu.com/media/article-images/article-image/CXOEU/issue-11/Under_lock_lg.jpg" alt="" width="169" height="115" />With packaged solutions, on-premise or cloud, some vendors may be unwilling to share details of the data model with you for reasons of intellectual property protection. A lack of transparency in this area should raise a red flag in your evaluation. Confident cloud vendors will share their data model with you, safe in the knowledge that the model alone is far from enough IP for you to reverse engineer their product. For example, <a href="http://salesforce.com" target="_blank">salesforce.com</a> openly shares their data models <a href="http://www.salesforce.com/us/developer/docs/api/Content/data_model.htm" target="_blank">on their developer website</a>, setting a minimum benchmark that you should expect.<br/><br/><br />
<strong>Universal models</strong></p>
<p>The other good news to note is that with relational databases having been around for decades, standard &#8211; or &#8220;universal&#8221; &#8211; data models have emerged for routine business functions and common industries. Universal data models are tried and tested over many years and hundreds of implementations, so provide an ideal blueprint against which to compare your cloud vendor&#8217;s offering. For example, if you&#8217;re buying an accounting solution, detailed universal models exist for handling the chart of accounts, transactional entries and the general ledger, so if your vendor&#8217;s solution deviates majorly from them, you&#8217;d be entitled to ask why. A wonderful source of universal data models is the <a href=" http://www.univdata.com/Publications/Books/tabid/265/Default.aspx#BookVol3" target="_blank">range of books written by Len Silverston</a> &#8211; bibles for data architects.<br/><br/></p>
<p>The data model is the core of your data-rich cloud solution, so I hope these tips will help you to ensure it&#8217;s up to scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse-pt1-the-data-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse-pt1-the-data-model/</feedburner:origLink></item>
		<item>
		<title>How to Back The Right Cloud Horse</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/Nly6LZyirIU/</link>
		<comments>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 05:04:04 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Force.com]]></category>
		<category><![CDATA[IT Management]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=749</guid>
		<description><![CDATA[In the horse race of cloud computing, how do you pick the stayer from the nag? The stallion from the gelding? When not constructing metaphors spanning equine sports and enterprise software (a pointless vocation with few prospects), in my day job I have the pleasure of helping clients navigate their way through the pre-race field of [...]]]></description>
			<content:encoded><![CDATA[<p>In the horse race of cloud computing, how do you pick the stayer from the nag? The stallion from the gelding?</p>
<p style="text-align: center;"><img class="aligncenter" title="Back the Right Cloud Horse" src="http://www.lifelaughsandlemmings.com/wp-content/uploads/Horse-racing.jpg" alt="" width="350" height="284" /></p>
<p>When not constructing metaphors spanning equine sports and enterprise software (a pointless vocation with few prospects), in my day job I have the pleasure of helping clients navigate their way through the pre-race field of preening cloud vendors and their flighty solutions.</p>
<p>Invariably the clients&#8217; IT departments furnish them with a dusted-off standard checklist for evaluating new software offerings, covering the usual points around functionality, usability, reliability, performance, security, support and the like. In the rapidly evolving world of cloud computing, however, these checklists, while definitely necessary, are insufficient.</p>
<p>Public cloud solutions are typically well presented, with the underlying technology shrouded in very pretty user interfaces and sophisticated APIs. With the application&#8217;s code and database being hosted elsewhere, and the purchase often made without the involvement of the IT department, it&#8217;s all too easy to omit the detailed design checks that have been routine in the evaluation of on-premise systems for decades. On a positive note, the constant enhancement paradigm offered by public cloud solutions (as opposed to the optional, infrequent upgrades of traditionally purchased software) presents a huge opportunity for customers to ride a wave of continual improvement if they choose the right vendors and products.</p>
<p>To meet these challenges, over the coming weeks I&#8217;ll detail here some important evaluation criteria aimed specifically to help with the procurement of cloud technologies. Armed with these tricks, you&#8217;ll improve the odds of placing your wager on the firm favourite every time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/back-the-right-cloud-horse/</feedburner:origLink></item>
		<item>
		<title>Myriad Minds talking CRM on SkyTV: available online</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/oHIZqnPiCUA/</link>
		<comments>http://www.myriadminds.com.au/blog/myriad-minds-crm-skytv-online/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 03:28:42 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=727</guid>
		<description><![CDATA[I mentioned last week my impending appearance on Sky TV&#8217;s Technology Behind Business. Thanks for everyone&#8217;s topical suggestions, of which I certainly mentioned a few in my responses. The 10 min segment can be seen on the website now so take a look. We talked CRM, cloud, social media and customer service and I can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myriadminds.com.au/blog/myriad-minds-crm-skyt" target="_blank">I mentioned last week</a> my impending appearance on Sky TV&#8217;s Technology Behind Business.<br/></p>
<p style="text-align: center;"><a href="http://skynews.com.au/video/?vId=2333526&amp;cId=Programs&amp;play=true" target="_blank"><img class="aligncenter" title="SkyTV Technology Behind Business" src="http://skynews.com.au/programs/img/tbb_977x230.jpg" alt="" width="684" height="161" /></a></p>
<p><br/></p>
<p>Thanks for everyone&#8217;s topical suggestions, of which I certainly mentioned a few in my responses. The 10 min segment can be seen <a href="http://skynews.com.au/video/?vId=2333526&amp;cId=Programs&amp;play=true" target="_blank">on the website now</a> so take a look.</p>
<p>We talked CRM, cloud, social media and customer service and I can only assume (until I see evidence to the contrary) that we were a huge ratings success.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/myriad-minds-crm-skytv-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/myriad-minds-crm-skytv-online/</feedburner:origLink></item>
		<item>
		<title>Demo: Myriad Share client portal for financial advisors</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/qMUmR7DoVcI/</link>
		<comments>http://www.myriadminds.com.au/blog/demo-myriad-share-client-portal-for-financial-advisors/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 07:26:46 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Customer Portal]]></category>
		<category><![CDATA[Financial Services]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=712</guid>
		<description><![CDATA[Last week we announced that the test drive of Myriad Share for Financial Advisers is available. But even easier, take a look at this quick 3 minute demo to get an overview of some of its features. Go for full screen (click in the bottom right of the video) to get all the detail.]]></description>
			<content:encoded><![CDATA[<p>Last week we announced that the test drive of <a href="http://www.myriadminds.com.au/myriad-share.html" target="_blank">Myriad Share for Financial Advisers</a> is available. But even easier, take a look at this quick 3 minute demo to get an overview of some of its features. Go for full screen (click in the bottom right of the video) to get all the detail.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VEXDObzAK8w?fs=1&amp;hl=en_US&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="405" src="http://www.youtube.com/v/VEXDObzAK8w?fs=1&amp;hl=en_US&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/demo-myriad-share-client-portal-for-financial-advisors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/demo-myriad-share-client-portal-for-financial-advisors/</feedburner:origLink></item>
		<item>
		<title>Mobile CRM: concept to decision in 2 minutes</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/xs3avGtXMm0/</link>
		<comments>http://www.myriadminds.com.au/blog/mobile-crm-decision-in-two-minutes/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 21:48:00 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Force.com]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=696</guid>
		<description><![CDATA[Thought I&#8217;d share a recent experience from the world of mobile cloud CRM. I had a meeting with a wealth management client this week to talk them through how best to expand upon their thus far introductory usage of Salesforce CRM. One of the protagonists was their head BDM, a savvy, high-energy sales type who [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d share a recent experience from the world of <a href="http://www.salesforce.com/crm/sales-force-automation/mobile-crm/">mobile cloud CRM</a>.</p>
<p>I had a meeting with a wealth management client this week to talk them through how best to expand upon their thus far introductory usage of Salesforce CRM. One of the protagonists was their head BDM, a savvy, high-energy sales type who demanded quick evolution of the system for it to keep up with his frenetic pace. We talked through foundational matters of roles &amp; responsibilities, data structures and processes, which were critical to success, but barely of enough interest to keep the BDM from twiddling with his iPhone 4 throughout.</p>
<p><img style="float: left; margin: 0px 15px 0px 0px;" src="http://www.salesforce.com/assets/images/crm/screenshots/sales_cloud/mobile_feature_1.png" alt="Salesforce Mobile with Chatter" width="317" height="195" /></p>
<p>However, once we arrived at the far sexier topic of mobile CRM, his eyes immediately lit up as the killer concepts of sales, gadgetry and freedom from his desk fused in his brain. I began to talk through the potential, but in the minute or two it took me to explain it he&#8217;d found the Salesforce Mobile app on the AppStore, installed it, logged into Salesforce and assessed how he&#8217;d access his contacts, make his calls and take his sales notes in Chatter. He interrupted me mid-sentence with a simple &#8220;Yep, we&#8217;ll have that&#8221; and promptly left the room to go back to selling.</p>
<p>It was a stark reminder to me that the decisions around cloud and mobile technology can be every bit as real‑time as the tools themselves. And that salespeople dig gadgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/mobile-crm-decision-in-two-minutes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/mobile-crm-decision-in-two-minutes/</feedburner:origLink></item>
		<item>
		<title>Myriad Minds to discuss CRM on SkyTV</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/-2hhbMYBR7o/</link>
		<comments>http://www.myriadminds.com.au/blog/myriad-minds-crm-skyt/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 06:29:36 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=685</guid>
		<description><![CDATA[I&#8217;ve been invited to appear as a panellist on SkyTV&#8217;s Technology Behind Business. This episode is titled &#8220;Has CRM failed?&#8221;, which of course attracted me like a particularly appealing red rag to an already jumpy bull. The show airs on the Sky News Business channel at 9:30pm (Australian east coast) on Friday 15 April, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been invited to appear as a panellist on SkyTV&#8217;s <a href="http://www.skynews.com.au/programs/tbb/">Technology Behind Business</a>. This episode is titled &#8220;Has CRM failed?&#8221;, which of course attracted me like a particularly appealing red rag to an already jumpy bull.</p>
<p>The show airs on the Sky News Business channel at 9:30pm (Australian east coast) on Friday 15 April, but is also repeated at 10am Saturday and 9:30am Sunday, and is available on the <a href="http://www.skynews.com.au/programs/tbb/">website</a> afterwards. At the Friday night slot, we&#8217;re competing on cable with Ultimate Fighting and 60 Minute Makeover, so if we lose your interest, flick over and watch people&#8217;s faces get mangled in one of two different ways.</p>
<p>I&#8217;m not short of opinions on the topic of CRM, but if you have any killer points you think need an audience, I&#8217;d love to hear them, so feel free to drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/myriad-minds-crm-skyt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/myriad-minds-crm-skyt/</feedburner:origLink></item>
		<item>
		<title>Announcing Myriad Share for Financial Advisers</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/ItAkezuD3pE/</link>
		<comments>http://www.myriadminds.com.au/blog/myriad-share-financial-advisers/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 04:57:15 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Customer Portal]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Force.com]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=677</guid>
		<description><![CDATA[After a lot of hard work in recent months, I&#8217;m very proud to announce that Myriad Share for Financial Advisers is now available to test drive. Myriad Share is a fully configured client portal to allow business to share key documents with clients. It&#8217;s built on the Force.com platform and comes with its own embedded [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of hard work in recent months, I&#8217;m very proud to announce that <a href="http://www.myriadminds.com.au/myriad-share.html" target="_blank">Myriad Share for Financial Advisers</a> is now available to test drive.</p>
<p>Myriad Share is a fully configured client portal to allow business to share key documents with clients. It&#8217;s built on the <a href="http://force.com" target="_blank">Force.com platform</a> and comes with its own embedded Force.com licence, so you don&#8217;t need to be an existing Salesforce customer to get started.</p>
<p>Myriad Share for Financial Advisers takes the core functionality of Myriad Share and adds specific professional relationships and document workspaces, allowing an adviser&#8217;s client to share documents with their other professional consultants, such as their accountant and solicitor. It&#8217;s ideal for financial advice practices looking to add a lucrative value-add to their existing service offering.</p>
<p>We&#8217;re thrilled to have the product available and if you&#8217;re interested in a free trial, drop us a line or <a href="http://www.myriadminds.com.au/myriad-share-free-trial.html" target="_blank">contact us here</a>. Or if you&#8217;d like to test drive the demo version, just follow the instructions at <a href="http://bit.ly/myriadsharetestdrive" target="_blank">http://bit.ly/myriadsharetestdrive</a>.</p>
<p>Myriad Share for Financial Advisers is the first module of our financial advice practice management suite, so keep a lookout for further module announcements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/myriad-share-financial-advisers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/myriad-share-financial-advisers/</feedburner:origLink></item>
		<item>
		<title>Myriad Minds comments on cloud for wealth management in Investment Magazine</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/MIoCDqWpSJ0/</link>
		<comments>http://www.myriadminds.com.au/blog/myriad-minds-cloud-wealth-investment-magazine/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 05:20:07 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=660</guid>
		<description><![CDATA[Philippa Yelland has published an article on cloud computing in the investment and superannuation industry in this month&#8217;s Investment Magazine. It starts off a tad doomsday-esque with an image of a dark, ominous sky and the headline &#8220;Storms Gather in the Cloud&#8221; (OK, so a lot doomsday-esque), but when you read the fine print, the [...]]]></description>
			<content:encoded><![CDATA[<p>Philippa Yelland has published an article on cloud computing in the investment and superannuation industry in this month&#8217;s <a href="http://www.investmenttechnology.com.au/" target="_blank">Investment Magazine</a>.</p>
<p>It starts off a tad doomsday-esque with an image of a dark, ominous sky and the headline &#8220;Storms Gather in the Cloud&#8221; (OK, so a <em>lot</em> doomsday-esque), but when you read the fine print, the point is that cyber theft is a risk for any online system. Moreover, the major cloud vendors often have the most robust infrastructures because (a) they do it for a living; and (b) they&#8217;re under constant scrutiny by their enterprise clients. I chimed in briefly to challenge APRA&#8217;s recent focus on cloud and to suggest that their concerns are equally relevant to on-premise solutions, and to challenge that cloud is inherently the riskier proposition.</p>
<p>Have a read below. (We&#8217;ve even turned the magazine to the right page for you using <a href="http://issuu.com/" target="_blank">Issuu</a>&#8216;s rather neat Flash component)</p>
<div><object style="width: 650px; height: 400px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="menu" value="false" /><param name="src" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;pageNumber=56&amp;documentId=110316231054-8f6df89d29054e1e82a949b86e08a26a&amp;docName=march2011&amp;username=InvestmentMagazine&amp;loadingInfoText=Investment%20Magazine&amp;et=1302150499818&amp;er=14" /><param name="flashvars" value="mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;pageNumber=56&amp;documentId=110316231054-8f6df89d29054e1e82a949b86e08a26a&amp;docName=march2011&amp;username=InvestmentMagazine&amp;loadingInfoText=Investment%20Magazine&amp;et=1302150499818&amp;er=14" /><embed style="width: 650px; height: 400px;" type="application/x-shockwave-flash" width="100" height="100" src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;pageNumber=56&amp;documentId=110316231054-8f6df89d29054e1e82a949b86e08a26a&amp;docName=march2011&amp;username=InvestmentMagazine&amp;loadingInfoText=Investment%20Magazine&amp;et=1302150499818&amp;er=14" flashvars="mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;pageNumber=56&amp;documentId=110316231054-8f6df89d29054e1e82a949b86e08a26a&amp;docName=march2011&amp;username=InvestmentMagazine&amp;loadingInfoText=Investment%20Magazine&amp;et=1302150499818&amp;er=14" menu="false" allowfullscreen="true"></embed></object></p>
<div style="width: 420px; text-align: left;"><a href="http://issuu.com/InvestmentMagazine/docs/march2011?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;pageNumber=56" target="_blank">Open publication</a> &#8211; Free <a href="http://issuu.com" target="_blank">publishing</a> &#8211; <a href="http://issuu.com/search?q=investment" target="_blank">More investment</a></div>
</div>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/myriad-minds-cloud-wealth-investment-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/myriad-minds-cloud-wealth-investment-magazine/</feedburner:origLink></item>
		<item>
		<title>3 benchmarks for successful technology leadership</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/3Yq0gRJGu40/</link>
		<comments>http://www.myriadminds.com.au/blog/3-benchmarks-for-successful-technology-leadership/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 22:08:57 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[IT Management]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=636</guid>
		<description><![CDATA[I talk often and at length to businesspeople about the challenges they face realising the lofty ambitions they have for technology at their organisation. Regardless of where the conversation starts, it invariably ends up centred on the lack of technology leadership.]]></description>
			<content:encoded><![CDATA[<p>I talk often and at length to businesspeople about the challenges they face realising the lofty ambitions they have for technology at their organisation. Regardless of where the conversation starts, it invariably ends up centred on the lack of technology leadership.</p>
<p style="text-align: center;"><img class="size-full wp-image-647 aligncenter" src="http://www.myriadminds.com.au/blog/wp-content/uploads/2011/03/leadership_sm.jpg" alt="" width="240" height="240" /></p>
<p>At the enterprise level, forward-thinking companies have CIOs responsible for any matters even vaguely related to technology. Less mature businesses, however, often allow the commercial benefits of technology to fall through cracks between silos owned by departmental heads. In SME world, examples range from those who have no technology leadership at all; to those that outsource hardware and desktop support piecemeal to various local suppliers without a single point of ownership; to those who tack their technology responsibility onto the CEO or CFO&#8217;s portfolio, as if they should know how to lead an IT function. In each scenario, the base needs are sometimes met, but huge opportunities are missed.</p>
<p>Technology leadership is crucial and too often ignored, so here are 3 useful benchmarks to help you determine whether your technology leadership measures up.</p>
<ol>
<li><strong><span style="color: #ff6600;">Does it provide a commercial return?</span></strong> If your technology leadership is working well, it will focus on people and processes as much as the traditional domain of hardware and software tools. In progressive organisations, the technology leadership is not merely responsible for the provision and deployment of IT systems (i.e. the tools) for the business. It must ensure that the interaction between system users (staff, customers, partners, suppliers, management) — the people of the organisation — and the tools provides a commercial return. Those interactions — the processes of the organisation — must also comply to standards, be aligned to the culture of the business (especially its risk appetite) and ideally be not unpleasant for those involved. But if they don&#8217;t make sense commercially, they shouldn&#8217;t be happening and you should ask your technology leadership why they are.<br/><br/></li>
<li><strong><span style="color: #ff6600;">Does it manage your risk?</span></strong> Typical technology risk considerations centre on business continuity (disaster recovery, backups, failover, virus protection, etc.), service level agreements and security. Less obvious risks, however, such as poor user adoption, slow adaptability to change, poor data quality or compromised solution design can also severely affect the bottom line, as much due to opportunities lost as negative possibilities realised. IT functions can be outsourced and systems can be purchased or built, but it takes nous to combine these elements into an IT strategy that manages technology risk in the long term. Products and vendors are often selected primarily on functional or industry speciality, especially if they are introduced by business users. Technology leaders must look under the hood to ensure that each technical element is viable and fit for purpose, and that they combine into a technology architecture that matches the risk appetite of the business.<br/><br/></li>
<li><strong><span style="color: #ff6600;">Does it inspire your team?</span></strong> If your technology leadership doesn&#8217;t inspire your business users, then you&#8217;re missing an opportunity. In years gone by, it may have sufficed to ask users what they want and try to provide answers. But what if they don’t know what questions to ask? With the plethora of fast-changing technology now available, technology leadership means inspiring business staff around what’s possible. To do this well, technology leaders must understand the business priorities at a detailed level, know the technology market intimately and be able to imaginatively match business need to technical solution. A sizable portion of the company’s staff will use inspirational consumer technology on a daily basis, such as iPads, Facebook, Twitter and Google. Good technology leaders know that the expectation bar is constantly being raised by consumer experience and will ensure that the informational people, tools and processes of the organisation keep pace.<br/><br/></li>
</ol>
<p><i>Image thanks to <a href="http://www.lumaxart.com">LuMaxArt</a>.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/3-benchmarks-for-successful-technology-leadership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/3-benchmarks-for-successful-technology-leadership/</feedburner:origLink></item>
		<item>
		<title>Private vs public cloud on domestic chores</title>
		<link>http://feedproxy.google.com/~r/myriadminds/~3/hnuer0A4zlk/</link>
		<comments>http://www.myriadminds.com.au/blog/private-vs-public-cloud-on-domestic-chores/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 01:23:47 +0000</pubDate>
		<dc:creator>Glenn Elliott</dc:creator>
				<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://www.myriadminds.com.au/blog/?p=629</guid>
		<description><![CDATA[A further thought following my attendance at TechLines last week. You&#8217;ll recall I mentioned James O&#8217;Loghlin&#8217;s lawn mower analogy. I thought it worth fleshing that out a little with reference to those most nebulous of cloud computing terms: private cloud and public cloud. A private cloud approach to the lawn mower conundrum would be to [...]]]></description>
			<content:encoded><![CDATA[<p>A further thought following my attendance at <a href="http://www.zdnet.com.au/topic/techlines" target="_blank">TechLines</a> last week.</p>
<p>You&#8217;ll recall I mentioned James O&#8217;Loghlin&#8217;s lawn mower analogy. I thought it worth fleshing that out a little with reference to those most nebulous of cloud computing terms: private cloud and public cloud.</p>
<p style="text-align: center;"><a href="http://www.myriadminds.com.au/blog/wp-content/uploads/2011/02/lawnmower.png"><img class="size-full wp-image-250  aligncenter" title="Common or garden lawnmower" src="http://www.myriadminds.com.au/blog/wp-content/uploads/2011/02/lawnmower-300x300.png" alt="" width="300" height="300" /></a></p>
<p>A private cloud approach to the lawn mower conundrum would be to build a better shed to house the mower, or perhaps to build a big shed that could store all of the household tools you own so as to free up some extra space in your house. Great, but it doesn&#8217;t change the fact that you still have to fix the mower when it breaks (and you&#8217;re hardly an expert on mower maintenance) and the mower will still depreciate over time; you still own the mower. Moreover, your ability as a lawn mower has plateaued at &#8220;average&#8221; and frankly, you&#8217;d rather be spending your time on the things you&#8217;re actually really good at, like watching reruns of Miami Vice (right from episode 1, when Crockett still had that sweet <a href="http://en.wikipedia.org/wiki/Miami_Vice#Cars" target="_blank">&#8217;72 Ferrari Daytona Spyder</a>).</p>
<p>A public cloud approach would be to turn the traditional lawn mowing paradigm on its head. Instead of each suburbanite in the neighbourhood owning a mower and mowing their own lawn, a public cloud mowing service would mow everyone&#8217;s lawn. The mowers would be experts in their field, with an inexplicable penchant for the noble art of grass topiary. The mowers would continually hone their skills and equipment further, allowing for not only faster, better mowing, but a range of related services, such as hedge-trimming, planting and advice on the latest techniques in lawn cultivation. The suburbanites would subscribe based on the size of lawn and frequency of required service, whilst the quality and breadth of results would far exceed the &#8220;average&#8221; level of the old approach. Most importantly, Miami Vice would be enjoyed right through until Crockett gets amnesia, forgets he&#8217;s undercover and nearly kills his partner Tubbs (surely the shark-jumping moment of the series).</p>
<p>So if you want to build a better shed, then fine. But be aware that there may be a more inspired option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myriadminds.com.au/blog/private-vs-public-cloud-on-domestic-chores/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.myriadminds.com.au/blog/private-vs-public-cloud-on-domestic-chores/</feedburner:origLink></item>
	</channel>
</rss>

