<?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>CloudShare Community</title>
	<atom:link href="http://blog.cloudshare.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cloudshare.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 07:09:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CloudShare API &#8211; GA</title>
		<link>http://blog.cloudshare.com/2013/05/19/cloudshare-api-v2-ga/</link>
		<comments>http://blog.cloudshare.com/2013/05/19/cloudshare-api-v2-ga/#comments</comments>
		<pubDate>Mon, 20 May 2013 00:12:25 +0000</pubDate>
		<dc:creator>Avi Karnon</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Dev / Test]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4516</guid>
		<description><![CDATA[We are excited to announce that CloudShare API is now GA.   If you are a developer, you can access CloudShare functionality through the CloudShare API. For example, you can create, launch and manage the lifecycle of your environments, automate your build and deployment processes, run automated testing or build your own workflows for utilizing [...]]]></description>
				<content:encoded><![CDATA[<div><span style="color: #333333; font-family: verdana, sans-serif;">We are excited to announce that CloudShare API is now GA.</span></div>
<div><span style="font-family: verdana, sans-serif;"> </span></div>
<div><span style="font-family: verdana, sans-serif;">If you are a developer, you can access CloudShare functionality through the CloudShare API. For example, you can create, launch and manage the lifecycle of your environments, automate your build and deployment processes, run automated testing or build your own workflows for utilizing CloudShare. The API lets you integrate CloudShare environments and features with your own applications.</span></div>
<div></div>
<div><span id="more-4516"></span></div>
<div></div>
<div style="font-family: verdana, sans-serif;">
<div>CloudShare API includes three main categories:</div>
<div>
<ul>
<li><a href="http://docs.cloudshare.com/rest-api/v2/environments/" target="_blank">Environments</a> - Manage the lifecycle of your environments. You can launch environments from blueprints, suspend/resume the environments, add/remove VMs and much more</li>
<li><a href="http://docs.cloudshare.com/rest-api/v2/snapshots/" target="_blank">Snapshots</a> - Take snapshots of environments, which are saved. Snapshots can be used when creating new environments, or to be restored onto existing environments to start them in a specific state</li>
<li><a href="http://docs.cloudshare.com/rest-api/v2/invitations/" target="_blank">End User Invitations</a> - Prepare and send invitations to end users to use environments from your blueprints. You can create a &#8216;free hosted trial&#8217; for your software, integrate with your CRM and more</li>
</ul>
</div>
</div>
<div><span style="font-family: verdana, sans-serif;"> </span></div>
<div><span style="font-family: verdana, sans-serif;">For example, assuming you run your nightly builds on-premise, and would like to deploy your builds to CloudShare, so every morning the QA team can instantly run your application environment with the latest build so they can start testing before finishing their first cup of coffee &#8211; see how simple the workflow is utilizing CloudShare API:</span></div>
<div>
<ul>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">List your Blueprints and select your application Blueprint and Snapshot - </span><a href="http://docs.cloudshare.com/rest-api/v2/environments/createentappenvoptions/" target="_blank">CreateEntAppEnvOptions</a></span></li>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">Create a new environment from Blueprint - </span><a href="http://docs.cloudshare.com/rest-api/v2/environments/createentappenv/" target="_blank">CreateEntAppEnv</a></span></li>
<li><span style="color: #444444; font-family: verdana, sans-serif;">Upload your build artifacts to your Cloud Folders (FTP/FTPS)</span></li>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">Mount your Cloud Folders to your environment VMs - </span><a href="http://docs.cloudshare.com/rest-api/v2/environments/mount/" target="_blank">Mount</a></span></li>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">Run your deployment scripts in your CloudShare environment - </span><a href="http://docs.cloudshare.com/rest-api/v2/environments/executepath/" target="_blank">ExecutePath</a></span></li>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">Take a new Snapshot with the latest build deployed to a new Blueprint - </span><a href="http://docs.cloudshare.com/rest-api/v2/snapshots/entapptakesnapshottonewblueprint/" target="_blank">EntAppTakeSnapshotToNewBlueprint</a></span></li>
<li><span style="font-family: verdana, sans-serif;"><span style="color: #444444;">Delete the environment - </span><a href="http://docs.cloudshare.com/rest-api/v2/environments/deleteenvironment/" target="_blank">DeleteEnvironment</a></span></li>
</ul>
<div><span style="font-family: verdana, sans-serif;"> </span></div>
<div style="font-family: verdana, sans-serif;">For those of you that were in our beta program for the API and got access to the first version, here is what we released in <a href="http://docs.cloudshare.com/rest-api/v2/overview/" target="_blank">Version 2</a><strong style="font-family: verdana, sans-serif;"></strong><span style="font-family: verdana, sans-serif;">:</span></div>
<ul>
<li><span style="font-family: verdana, sans-serif;">Environments:</span>
<ul>
<li><span style="font-family: verdana, sans-serif;">You can now create an Empty Environment - <a href="http://docs.cloudshare.com/rest-api/v2/environments/createemptyentappenv/" target="_blank">CreateEmptyEntAppEnv</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Add VM from template to an existing environment - <a href="http://docs.cloudshare.com/rest-api/v2/environments/addvmfromtemplate/" target="_blank">CreateVMFromTemplate</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Reboot VM - <a href="http://docs.cloudshare.com/rest-api/v2/environments/rebootvm/" target="_blank">RebootVm</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Mark Snapshot as Default - <a href="http://docs.cloudshare.com/rest-api/v2/snapshots/makesnapshotdefault/" target="_blank">MakeSnapshotDefault</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Revert Environment to a specific Snapshot - <a href="http://docs.cloudshare.com/rest-api/v2/environments/revertenvironmenttosnapshot/" target="_blank">RevertEnvironmentToSnapshot</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Extend Environment - <a href="http://docs.cloudshare.com/rest-api/v2/environments/extendenvironment/" target="_blank">ExtendEnvironment</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Suspend Environment - <a href="http://docs.cloudshare.com/rest-api/v2/environments/suspendenvironment/" target="_blank">SuspendEnvironment</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Execute remote script on a VM - <a href="http://docs.cloudshare.com/rest-api/v2/environments/executepath/" target="_blank">ExecutePath</a></span></li>
</ul>
</li>
<li><span style="font-family: verdana, sans-serif;">CloudFolders:</span>
<ul>
<li><span style="font-family: verdana, sans-serif;">Get CloudFolders info - <a href="http://docs.cloudshare.com/rest-api/v2/environments/getcloudfoldersinfo/" target="_blank">GetCloudFoldersInfo</a></span></li>
<li><span style="font-family: verdana, sans-serif;">Mount/Unmount CloudFolders - <a href="http://docs.cloudshare.com/rest-api/v2/environments/mount/" target="_blank">Mount</a>/<a href="http://docs.cloudshare.com/rest-api/v2/environments/unmount/" target="_blank">Unmount</a></span></li>
</ul>
</li>
<li><span style="font-family: verdana, sans-serif;">Login</span>
<ul>
<li><span style="font-family: verdana, sans-serif;">Get silent login URL - <a href="http://docs.cloudshare.com/rest-api/v2/environments/getloginurl/" target="_blank">GetLoginUrl</a></span></li>
</ul>
</li>
<li><span style="font-family: verdana, sans-serif;">Other enhancements:</span>
<ul>
<li><span style="font-family: verdana, sans-serif;">Improved security</span></li>
<li><span style="font-family: verdana, sans-serif;">Timestamp validity &#8211; an API call is now valid for 5 minutes</span></li>
<li><span style="font-family: verdana, sans-serif;">envToken &#8211; when listing and referring to environments, there is now persistent token representing each environment</span></li>
</ul>
</li>
</ul>
<div><span style="font-family: verdana, sans-serif;"> </span></div>
<div><span style="font-family: verdana, sans-serif;">For a full documentation of CloudShare APIs please click <a title="CloudShare APIs" href="http://docs.cloudshare.com/" target="_blank">here</a></span></div>
<div><span style="font-family: verdana, sans-serif;"> </span></div>
<div style="font-family: verdana, sans-serif;">Note &#8211; CloudShare API are available for <a title="TeamLabs" href="http://www.cloudshare.com/products/teamlab/overview" target="_blank">CloudShare TeamLabs</a> and <a title="CloudShare Enterprise" href="http://www.cloudshare.com/products/enterprise" target="_blank">CloudShare Enterprise</a></div>
<div></div>
<div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/05/19/cloudshare-api-v2-ga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing March Public Update for SharePoint 2013 in a CloudShare Environment</title>
		<link>http://blog.cloudshare.com/2013/05/07/installing-march-public-update-for-sharepoint-2013-in-a-cloudshare-environment/</link>
		<comments>http://blog.cloudshare.com/2013/05/07/installing-march-public-update-for-sharepoint-2013-in-a-cloudshare-environment/#comments</comments>
		<pubDate>Tue, 07 May 2013 08:27:26 +0000</pubDate>
		<dc:creator>Juan Carlos</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Demos & POCs]]></category>
		<category><![CDATA[Dev / Test]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4500</guid>
		<description><![CDATA[Microsoft released its first public update for both SharePoint Foundation and Server 2013 last March. As you can read in several blogs on the Internet about this update, it is a mandatory requirement in order to install new SharePoint updates coming in the feature. For instance, you can read this statement in Stefan Gossner’s blog [...]]]></description>
				<content:encoded><![CDATA[<p align="justify">Microsoft released its first public update for both SharePoint Foundation and Server 2013 last March. As you can read in several blogs on the Internet about this update, it is a mandatory requirement in order to install new SharePoint updates coming in the feature. For instance, you can read this statement <a href="http://blogs.technet.com/b/stefan_gossner/archive/2013/03/21/march-public-update-for-sharepoint-2013-available-and-mandatory.aspx">in Stefan Gossner’s blog post</a> (<b><i><span style="text-decoration: underline;">Note:</span></i></b> Stefan is Senior SharePoint Escalation Engineer at Microsoft):</p>
<p align="justify"><i>Due to a change in the package configuration introduced after SharePoint 2013 RTM the March Public update is a mandatory requirement in order to install subsequent SharePoint Updates.</i></p>
<p align="justify">In this article, I will show you step-by-step how to install this first public update for SharePoint Server 2013 in a CloudShare Environment.</p>
<p align="justify"><span id="more-4500"></span></p>
<p><b>Links for Downloading the Public Update Bits</b></p>
<p align="justify">First thing you have to do is download the public update bits and read carefully the related KB article describing the problems and issues fixed by the update:</p>
<ul>
<li>
<div align="justify">SharePoint Foundation 2013 public update bits &amp; KB article:</div>
<ul>
<li>
<div align="justify"><a href="http://www.microsoft.com/en-ca/download/details.aspx?id=36987">http://www.microsoft.com/en-ca/download/details.aspx?id=36987</a></div>
</li>
<li>
<div align="justify"><a href="http://support.microsoft.com/kb/2768000">http://support.microsoft.com/kb/2768000</a></div>
</li>
</ul>
</li>
<li>
<div align="justify">SharePoint Server 2013 public update bits &amp; KB article:</div>
<ul>
<li>
<div align="justify"><a href="http://www.microsoft.com/en-us/download/details.aspx?id=36989">http://www.microsoft.com/en-us/download/details.aspx?id=36989</a></div>
</li>
<li>
<div align="justify"><a href="http://support.microsoft.com/kb/2767999">http://support.microsoft.com/kb/2767999</a></div>
</li>
</ul>
</li>
</ul>
<p align="justify">For a SharePoint Server 2013 RTM environment, you do not need to download and install the SharePoint Foundation public update. Just install the one for SharePoint Server.</p>
<p><b>Installing the SharePoint Server 2013 March Public Update</b></p>
<p align="justify">As you will see, installing the March public update for SharePoint Server 2013 RTM is quite straightforward:</p>
<ul>
<li>
<div align="justify">Once you have download the bits, double click in the .exe file and accept the Microsoft Software License Terms.</div>
</li>
</ul>
<p align="center"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image3.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image3_thumb.png" width="521" height="349" border="0" /></a></p>
<ul>
<li>
<div align="justify">Once you have accepted these terms, the installation process will start. Since this process will take more than a couple of hours, be patient and use this “free time” to do other productive things <img src='http://blog.cloudshare.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image6.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image6_thumb.png" width="522" height="133" border="0" /></a></p>
<ul>
<li>
<div align="justify">After some waiting, you will be asked to reboot your server. Just do it.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image9.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image9_thumb.png" width="524" height="100" border="0" /></a></p>
<ul>
<li>
<div align="justify">Once you have rebooted your server and it’s up again, run the SharePoint Products Configuration Wizard.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image12.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image12_thumb.png" width="518" height="444" border="0" /></a></p>
<ul>
<li>
<div align="justify">As always, click the “Yes” button in the warning message about what services have to be started or reset during the configuration process.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image15.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image15_thumb.png" width="502" height="233" border="0" /></a></p>
<ul>
<li>
<div align="justify">In the next window, simply click the “Next” button in order to start the configuration wizard.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image18.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image18_thumb.png" width="515" height="443" border="0" /></a></p>
<ul>
<li>
<div align="justify">At this point, just wait some minutes until the wizard has done all the configuration steps.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image21.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image21_thumb.png" width="510" height="451" border="0" /></a></p>
<ul>
<li>
<div align="justify">In the last Configuration Wizard window that appears, click the “Finish” button.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image24.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image24_thumb.png" width="520" height="413" border="0" /></a></p>
<ul>
<li>
<div align="justify">Once the configuration ends, open the SharePoint 2013 Central Administration in order to check everything is working fine. In the home page of the Central Administration, just click the “Check product and patch installation status” in the “Upgrade and Migration” section.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image27.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image27_thumb.png" width="509" height="192" border="0" /></a></p>
<ul>
<li>
<div align="justify">Finally, simply check that the public update has been applied to your server. As you can see in the below screenshot, the update has been applied to some of the core services of your SharePoint 2013 farm.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image30.png"><img class="aligncenter" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/05/image30_thumb.png" width="490" height="241" border="0" /></a></p>
<p align="justify">And that’s all about installing the March Public Update for SharePoint Server 2013 in a CloudShare environment. Happy CloudSharing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/05/07/installing-march-public-update-for-sharepoint-2013-in-a-cloudshare-environment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting Started with SAP HANA in Less Than 60 Seconds (Really)</title>
		<link>http://blog.cloudshare.com/2013/05/01/getting-started-with-sap-hana-in-less-than-60-seconds-really/</link>
		<comments>http://blog.cloudshare.com/2013/05/01/getting-started-with-sap-hana-in-less-than-60-seconds-really/#comments</comments>
		<pubDate>Wed, 01 May 2013 08:04:44 +0000</pubDate>
		<dc:creator>Tom Jones</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Dev / Test]]></category>
		<category><![CDATA[in-memory computing]]></category>
		<category><![CDATA[in-memory database development]]></category>
		<category><![CDATA[SAP developer]]></category>
		<category><![CDATA[SAP HANA]]></category>
		<category><![CDATA[SAP HANA CloudShare]]></category>
		<category><![CDATA[SAP HANA development]]></category>
		<category><![CDATA[SAP HANA environment]]></category>
		<category><![CDATA[SAP HANA trial]]></category>

		<guid isPermaLink="false">http://198.46.91.238/?p=4474</guid>
		<description><![CDATA[Yes, you can get access to a fully functional SAP HANA environment in less than 60 seconds. Click here to begin: http://developers.sap.com/hana Let’s take a few steps back. We are all very busy. We barely have time to do our primary tasks, let alone look forward and plan a few steps ahead. For me, evaluating [...]]]></description>
				<content:encoded><![CDATA[<p>Yes, you can get access to a fully functional SAP HANA environment in less than 60 seconds. Click here to begin: <a href="http://developers.sap.com/hana" target="_blank">http://developers.sap.com/hana</a></p>
<p>Let’s take a few steps back.  We are all very busy. We barely have time to do our primary tasks, let alone look forward and plan a few steps ahead. For me, evaluating a new technology is always something I worry about, especially when it comes to enterprise-scale software. Getting started setting up the necessary hardware, installation, and configuration all require time I do not have. Furthermore, there’s always something that goes wrong. Always.</p>
<p><span id="more-4474"></span></p>
<p>Why is this relevant? SAP released a powerful in-memory database in 2012 that has become a game changer. It enables dramatically accelerated analytics, business processes, predictive analysis, and sentiment data processing – all on a single in-memory computing platform.  This is exactly the platform businesses need today to stay competitive and leverage the latest and greatest technology available. SAP collaborated with CloudShare to deliver this ground-breaking new technology to developers, so you can explore SAP HANA immediately.  You don’t need to install or configure anything to get started.  It only takes 60 seconds to get your environment on this platform up and running, including SAP HANA Studio Developer Edition. You can use it all in the cloud, or use a local installation and connect to the cloud. You can collaborate with your colleagues, backup your work, and ultimately deploy to production when you are ready.</p>
<p>How does this magic happen? Using cloud-based technology SAP has enabled complete SAP HANA environments in the cloud. You can access your instance in less than a minute. It’s simple. Powerful. Efficient.</p>
<p>To see for yourself, we’ve prepared a short video to show you the process. The truth is that it will probably take you more time to watch the video than it will to spin up your SAP HANA environment! Check it out for yourself today: <a href="http://www.youtube.com/watch?v=y-zTU0DesKM" target="_blank">http://www.youtube.com/watch?v=y-zTU0DesKM</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/05/01/getting-started-with-sap-hana-in-less-than-60-seconds-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Color Palette Tool</title>
		<link>http://blog.cloudshare.com/2013/04/16/sharepoint-color-palette-tool/</link>
		<comments>http://blog.cloudshare.com/2013/04/16/sharepoint-color-palette-tool/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 20:39:52 +0000</pubDate>
		<dc:creator>Lydia Bronze</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Color Palette]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Technologies]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint Configuration]]></category>
		<category><![CDATA[SharePoint Design]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[SharePoint Themes]]></category>
		<category><![CDATA[SharePoint Tools]]></category>
		<category><![CDATA[site collection]]></category>
		<category><![CDATA[Site Themes]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4408</guid>
		<description><![CDATA[A couple of months ago I wrote an article about the new look of SharePoint 2013, focusing on the new Site Collection themes for SharePoint. I gave a couple of examples for the new built-in themes included in SharePoint 2013. Microsoft recently released the SharePoint Color Palette Tool. This is great news for SharePoint designers! Are [...]]]></description>
				<content:encoded><![CDATA[<p>A couple of months ago I wrote an article about the new look of<strong> SharePoint 2013</strong>, focusing on the new <a href="http://blog.cloudshare.com/2012/10/13/site-collection-themes-in-sharepoint-2013/" target="_blank">Site Collection themes for SharePoint</a>. I gave a couple of examples for the new built-in themes included in <strong>SharePoint 2013</strong>.</p>
<p><a href="http://blog.cloudshare.com/2012/10/13/site-collection-themes-in-sharepoint-2013/09-sharepoint-2013-theme/" rel="attachment wp-att-3452"><img class="alignnone size-large wp-image-3452" alt="09 - SharePoint 2013 Theme" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2012/10/09-SharePoint-2013-Theme-500x233.png" width="500" height="233" /></a></p>
<p><span id="more-4408"></span></p>
<p><a href="http://blog.cloudshare.com/2012/10/13/site-collection-themes-in-sharepoint-2013/10-sharepoint-2013-theme/" rel="attachment wp-att-3453"><img class="alignnone size-large wp-image-3453" alt="10 - SharePoint 2013 Theme" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2012/10/10-SharePoint-2013-Theme-500x235.png" width="500" height="235" /></a></p>
<p>Microsoft recently released the <strong>SharePoint Color Palette Tool</strong>. This is great news for <strong>SharePoint</strong> designers!</p>
<p>Are you familiar with the situation where you want to customize your SharePoint site, but you&#8217;re not sure which colors are the right ones to pick?</p>
<p>Microsoft recently released the<strong> SharePoint Color Palette Tool </strong>to help with that. The color palette tool provides an option to pick the right colors for your SharePoint site and color palette functionality for use with SharePoint designs.</p>
<p>There are many online color palette services, but what&#8217;s different about the <strong>SharePoint Color Palette Tool</strong> is the ability to preview the result on a real SharePoint team site without modifying any CSS files.</p>
<p><a href="http://blog.cloudshare.com/2013/04/16/sharepoint-color-palette-tool/01-sharepoint-color-palette-tool/" rel="attachment wp-att-4410"><img class="alignnone size-large wp-image-4410" alt="01 - SharePoint Color Palette Tool" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/01-SharePoint-Color-Palette-Tool-500x250.png" width="500" height="250" /></a></p>
<p>The software prerequisites for using the SharePoint Color Palette Tool are:</p>
<ul>
<li>Internet Explorer 8 or higher</li>
<li>.NET Framework 4.5</li>
</ul>
<p>You can download the tool from the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=38182">Microsoft Download Center</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/04/16/sharepoint-color-palette-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Sysprepped Windows Server 2012 Image</title>
		<link>http://blog.cloudshare.com/2013/04/16/creating-a-sysprepped-windows-server-2012-image/</link>
		<comments>http://blog.cloudshare.com/2013/04/16/creating-a-sysprepped-windows-server-2012-image/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 09:06:13 +0000</pubDate>
		<dc:creator>Jason Himmelstein</dc:creator>
				<category><![CDATA[CloudShare]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4439</guid>
		<description><![CDATA[One of the advantages of running Windows Server 2012 is the highly improved Hyper-V engine. In my time working on deployment scenarios I have found that creating a reliable baseline VM is critical to my success in getting farms deployed quickly and easily. To this end I have found that getting a new VM server [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">One of the advantages of running Windows Server 2012 is the highly improved Hyper-V engine. In my time working on deployment scenarios I have found that creating a reliable baseline VM is critical to my success in getting farms deployed quickly and easily. To this end I have found that getting a new VM server with the OS installed to the correct level with patches, the SharePoint prerequisites, and all of the customizations that I like to have on a server already installed and ready to go in minutes, is pretty important.</span></p>
<p><span style="font-size: small;">This is where Sysprep comes into the picture. We have been using Sysprep to prepare images since Windows XP as it allows us to generalize the critical system GUIDs, and when the image is launched, post-Sysprepping it will create new GUIDs and allow you to re-register the system. While this has always been a recommended practice for deploying the same VM over and over, it has not been a required function until Windows Server 2012.</span></p>
<p><span id="more-4439"></span></p>
<p><span style="font-size: small;">There are some drawbacks to generalizing a system that you are trying to deploy. For example, once a server has been registered in a SharePoint farm that server cannot be expected to interoperate properly once generalized. Translation: you can&#8217;t join a SharePoint server to a farm, then do a generalized Sysprep, and expect the new server to be a member of the farm. It is going to have an understandable identity crisis.</span></p>
<p><span style="font-size: small;">For this reason, you will want to do your generalized Sysprep after installing SharePoint and its patches, but BEFORE doing your PSCONFIG. This will allow you to redeploy the image, set the computer name, set a domain and then run PSCONFIG to join the server to the farm. On average this process will take about 15 minutes or so.</span></p>
<p><span style="font-size: small;">Here is how you actually perform a generalized Sysprep:</span></p>
<p><span style="font-size: small;">1. Get your image where you are happy with it</span></p>
<blockquote><p><span style="font-size: small;">Patch your OS. Install the software that you want to be able to have ready to go.</span></p></blockquote>
<p><span style="font-size: small;">2. Take a snapshot of your VM</span></p>
<blockquote><p><span style="font-size: small;">This will allow you to return to the operational state you are currently in when you finish Sysprepping the image.</span></p></blockquote>
<p><span style="font-size: small;">3. From command line run: &#8220;c:\windows\system32\sysprep\sysprep.exe&#8221;</span></p>
<p><span style="color: #3f3f3f; font-size: small;"><a href="http://www.sharepointlonghorn.com/Lists/Posts/Attachments/83/clip_image001_2_49DB20C0.png"><img style="border: 0px;" title="System Preparation Tool 3.14" alt="System Preparation Tool 3.14" src="http://www.sharepointlonghorn.com/Lists/Posts/Attachments/83/clip_image001_thumb_49DB20C0.png" width="356" height="269" border="0" /></a></span></p>
<p><span style="font-size: small;">4. Choose the option to &#8220;Generalize the system&#8221;</span></p>
<blockquote><p><span style="font-size: small;">This is going to remove the GUIDs from the registry and allow you to create new ones upon boot. This will also remove the license key information and require that you re-register with Microsoft when you use the image. This will allow sharing of an image with others without the fear of the licensing police coming after you.</span></p></blockquote>
<p><span style="font-size: small;">5. Choose the option to shut down the machine when complete</span></p>
<p><span style="font-size: small;">6. Click Ok</span></p>
<p><span style="font-size: small;">7. Once the VM is shutdown make a copy of the VM</span></p>
<blockquote><p><span style="font-size: small;">It is a good idea to store this in a location so that you remember what the VM is. It is also a good idea to rename the VM folder and files so that you know that this is a generic image. You will want to give the files a new name each time you redeploy them.</span></p></blockquote>
<p><span style="font-size: small;">8. Revert to your pre-Sysprepped snapshot</span></p>
<blockquote><p><span style="font-size: small;">As previously stated, this will return you to where you were before you started this exercise with an image ready to deploy on.</span></p></blockquote>
<p><span style="font-size: small;">I hope that this is as useful for you as it has been for me.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/04/16/creating-a-sysprepped-windows-server-2012-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Debug SharePoint Autohosted Applications using the Windows Azure Service Bus</title>
		<link>http://blog.cloudshare.com/2013/04/12/how-to-debug-sharepoint-autohosted-applications-using-the-windows-azure-service-bus/</link>
		<comments>http://blog.cloudshare.com/2013/04/12/how-to-debug-sharepoint-autohosted-applications-using-the-windows-azure-service-bus/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 07:22:08 +0000</pubDate>
		<dc:creator>Juan Carlos</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Demos & POCs]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Technologies]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint Applications]]></category>
		<category><![CDATA[SharePoint Configuration]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4425</guid>
		<description><![CDATA[As you know SharePoint 2013 introduces a new development model, known as the App Model, that allows you to create and deploy applications for SharePoint On-Premise and SharePoint Online in Office 365. If you want to know more about how to build applications for SharePoint, I recommend you to visit the Build apps for Office [...]]]></description>
				<content:encoded><![CDATA[<p align="justify">As you know SharePoint 2013 introduces a new development model, known as the <a href="http://blogs.msdn.com/b/officeapps/archive/2012/07/27/building-apps-for-sharepoint-and-office-365.aspx">App Model</a>, that allows you to create and deploy applications for SharePoint On-Premise and SharePoint Online in Office 365. If you want to know more about how to build applications for SharePoint, I recommend you to visit the <b><a href="http://msdn.microsoft.com/en-us/office/apps/fp160950.aspx">Build apps for Office and SharePoint</a> </b>portal created by Microsoft. There you can find a lot of useful information and resources about this new development model, how to build apps, and so on.</p>
<p align="justify"><span id="more-4425"></span></p>
<p align="justify">As I described in <a href="http://blog.cloudshare.com/2013/03/13/how-to-install-the-rtm-version-of-the-microsoft-office-developer-tools-for-visual-studio-2012/">my last entry</a> on the CloudShare Community blog, Microsoft has provided for SharePoint 2013 development the Microsoft Office Developer Tools for Visual Studio 2012. The tools are not only really great and powerful for developing SharePoint artifacts, but also to debug them. In this article I will show you how to debug an application deployed to a SharePoint Online site by using the Windows Azure Service Bus.</p>
<p><b>Configuring the Windows Azure Bus </b></p>
<p align="justify">In order to debug an autohosted application (<b><span style="text-decoration: underline;">Note:</span></b> This is the name for applications deployed to SharePoint Online in Office 365), you need to create a Windows Azure Service Bus namespace in your Windows Azure subscription:</p>
<ul>
<li>Navigate to the Windows Azure portal available at: <a href="http://windows.azure.com">http://windows.azure.com</a>.</li>
<li>Once logged in to the Windows Azure portal, go to the Service Bus section.</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image_thumb.png" width="494" height="430" border="0" /></a></p>
<ul>
<li>
<div align="justify">Create a new namespace by pressing the “CREATE” button at the bottom of the page. Provide a name for it and select a suitable region (West Europe in my case).</div>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image1.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image_thumb1.png" width="504" height="339" border="0" /></a></p>
<ul>
<li>
<div align="justify">Once the namespace is ready and active (the activation takes a few seconds), you need to edit it and copy the connection string to the service bus. Just press the “ACCESS KEY” button at the bottom of the page and select the connection string information.</div>
</li>
</ul>
<p align="center"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image2.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image_thumb2.png" width="501" height="460" border="0" /></a></p>
<ul>
<li>
<div align="justify">Just copy this connection string to the clipboard and you are ready to go to the next level: configure your SharePoint Application project to use the Windows Azure Service Bus when doing remote debugging.</div>
</li>
</ul>
<p><b>Configuring the SharePoint Application Project</b></p>
<p align="justify">In Visual Studio 2012, create an Autohosted SharePoint Application and add some code to it. In order to be able to remotely debug the application:</p>
<ul>
<li>
<div align="justify">Through the solution explorer, go to project properties and click the SharePoint tab. Scroll down the SharePoint configuration options until you find the “Enable remote event debugging” option. Just check this option and the connection string to the Windows Azure Service Bus:</div>
</li>
</ul>
<p align="center"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image3.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image_thumb3.png" width="533" height="290" border="0" /></a></p>
<ul>
<li>
<div align="justify">Save all the changes, press F5 and wait some seconds until the application is deployed and installed in your SharePoint Online site. Once you access the application, you will see how the debugging is working and how your break points are reached.</div>
</li>
</ul>
<p align="center"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image4.png"><img style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/04/image_thumb4.png" width="551" height="243" border="0" /></a></p>
<ul>
<li>
<div align="justify">For more information about remote debugging using the Windows Azure Service Bus, please read <a href="http://blogs.msdn.com/b/officeapps/archive/2013/03/21/update-to-debugging-sharepoint-2013-remote-events-using-visual-studio-2012.aspx">this great post</a> in the Office &amp; SharePoint Apps blog.</div>
</li>
</ul>
<p align="justify">And that’s all about how to enable remote debugging to a SharePoint Autohosted application with the Windows Azure Service Bus. Happy CloudSharing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/04/12/how-to-debug-sharepoint-autohosted-applications-using-the-windows-azure-service-bus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blogging Tips from a Marketing Point of View</title>
		<link>http://blog.cloudshare.com/2013/04/01/blogging-tips-from-a-marketing-point-of-view/</link>
		<comments>http://blog.cloudshare.com/2013/04/01/blogging-tips-from-a-marketing-point-of-view/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 16:51:11 +0000</pubDate>
		<dc:creator>Sonya Balzer</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Visits]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CloudShare Community]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[SlideShare]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4392</guid>
		<description><![CDATA[As the Marketing Director for CloudShare, one area of our website that gets a lot of attention is our blog.  We have consistently grown the number of visitors to our blog by 12% every week in the last year.  That’s significant and largely due to our regular writers, MVPs, and guests (thanks guys and gals)! Each [...]]]></description>
				<content:encoded><![CDATA[<p>As the Marketing Director for CloudShare, one area of our website that gets a lot of attention is our blog.  We have consistently grown the number of visitors to our blog by 12% every week in the last year.  That’s significant and largely due to our <a href="http://blog.cloudshare.com/author/lydia-bronze/">regular</a> writers, <a href="http://blog.cloudshare.com/author/juan-carlos/">MVPs</a>, and <a href="http://blog.cloudshare.com/author/peter-ward/">guests</a> (thanks guys and gals)!</p>
<p>Each week I talk to a few different MVPs, partners, or others on the CloudShare team about blogging for us and I get asked the same questions -  How much should I write? Do I need to include pictures? How do I know people will want to read what I’m writing about?  Unanimously everyone says &#8220;I’d love to blog, I just don’t have the time to sit down and write&#8221;.  Isn’t that the truth!</p>
<p>Last week Lydia Bronze shared her <a title="Technical Blog Writing Tips" href="http://blog.cloudshare.com/2013/03/27/how-to-write-successful-technical-blog-content/">technical blog writing tips</a>.  This week I&#8217;m following that up with marketing best practices to go with that.  After all, who doesn’t have their own blog, or write for their company’s blog today?</p>
<p><span id="more-4392"></span></p>
<p>Here&#8217;s my list of blogging best practices I’ve learned over the years:</p>
<ul>
<li><strong>Know your audience</strong> – write about things they care about or will help them get their work done (don’t just blog about your latest press release or the product you sell).</li>
<li><strong>Keep it simple</strong> &#8211; 250 words or less is enough. You can write more if you have more to say, but less is enough too.  If people want to know more they&#8217;ll let you know and then you have an idea for starting your next blog post.</li>
<li><strong>Use social media</strong> – make it easy for readers to share your article on Twitter and Facebook. And use your Facebook and Twitter accounts to let people know you have a new blog post.</li>
<li><strong>Refer to other news articles, slideshares, blogs, videos</strong> &#8211; include hyperlinked text linking to 2-4 other pages on your website or third-party pages with info related to your post.</li>
<li><strong>Mention trends or interesting comments</strong> made by thought leaders in the space &#8211; industry analysts, journalists, etc.</li>
<li><strong>Include an image</strong> &#8211; but only if it pertains to what you wrote about. This keeps it interesting for readers.</li>
<li><strong>Ask a question at the end</strong> of your post to encourage comments and engagement.</li>
</ul>
<p>That’s all you need to get started!  It doesn’t really take much to <a href="http://www.business2community.com/blogging/best-practice-video-for-b2b-marketers-building-a-killer-blog-0401178">build a killer blog</a>, and you’ll be surprised how a couple paragraphs where you write as if you’re having a conversation with your readers can have an impact.</p>
<p>If you blog, what have you found works best?</p>
<p>Would you like to blog for the CloudShare Community?  If so I’d love to hear from you.  Email me at <a href="mailto:sonya@cloudshare.com">sonya@cloudshare.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/04/01/blogging-tips-from-a-marketing-point-of-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Write Successful Technical Blog Content</title>
		<link>http://blog.cloudshare.com/2013/03/27/how-to-write-successful-technical-blog-content/</link>
		<comments>http://blog.cloudshare.com/2013/03/27/how-to-write-successful-technical-blog-content/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 09:21:05 +0000</pubDate>
		<dc:creator>Lydia Bronze</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Visits]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CloudShare Community]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[PowerPivot]]></category>
		<category><![CDATA[PowerView]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[StackOverflow]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4277</guid>
		<description><![CDATA[The CloudShare community is one year old!  Thank you for reading and sharing your comments and questions. At the beginning of 2012, we started the CloudShare Community blog to help us tell the story of how people are using CloudShare, engage in conversations with you, and keep customers up-to-date on our new features, products and [...]]]></description>
				<content:encoded><![CDATA[<p>The CloudShare community is one year old!  Thank you for reading and sharing your comments and questions.</p>
<p>At the beginning of 2012, we started the CloudShare Community blog to help us tell the story of how people are using CloudShare, engage in conversations with you, and keep customers up-to-date on our new features, products and services. We&#8217;ve seen it as a <strong></strong>golden opportunity to learn more from our readers and allow you to tell us exactly what you&#8217;re interested in. We enjoy sharing knowledge and experience with you and the community at large.</p>
<p>Through the blog we&#8217;ve been able to reach a diverse audience worldwide. <strong>We have grown the monthly number of visitors to our blog by 1266% </strong>(that&#8217;s not a typo)!</p>
<p>Posts on our blog have spread organically to Microsoft <a href="http://social.technet.microsoft.com/Forums/en-US/categories">TechNet</a> forums, <a href="http://social.msdn.microsoft.com/Forums/en-US/categories">MSDN</a> forums, <a href="http://stackoverflow.com/">StackOverflow</a>, <a href="https://twitter.com/">Twitter</a>, <a href="https://www.linkedin.com">LinkedIn</a>, <a href="http://www.scoop.it/">Scoop.it!</a>, <a href="http://paper.li/">Paper.li</a> and in tens of thousands of private blogs, seen by hundreds of thousands of business professionals.<span id="more-4277"></span></p>
<h3><strong>How Did We Do That?</strong></h3>
<p>We believe the more beneficial content available online, the merrier. Therefore, the key to a successful blog is content. Successful blog content should be well-written, relevant to the audience reading, easy to understand and contain useful information readers can benefit from.</p>
<p>Starting with this post, and another next week, we&#8217;ll share some useful tips for writing successful content on your blog. Today I&#8217;ll focus on best practices for successful<em> technical</em> blog posts. <strong>Let&#8217;s begin!</strong></p>
<h3><strong>Always Search Online for Your Topics </strong></h3>
<p>Are you working on a new task you&#8217;ve never done before and can&#8217;t find any decent articles with detailed steps for getting started? This is a perfect opportunity for writing a successful blog post!</p>
<p>Last year, I had to install a demo server with SharePoint, PowerPivot and PowerView features. At the time, I hadn&#8217;t done that before. When I Googled those key words I couldn&#8217;t find any clear detailed documentation of the installation and configuration process. That made me work a little harder to learn what to do so I could write <a href="http://blog.cloudshare.com/2012/05/22/step-by-step-guide-to-installing-sharepoint-with-sql-2012-powerpivot-powerview-and-reporting-services/">this</a> blog post.</p>
<p>Surprisingly, I wasn&#8217;t the only one longing to find an article about this topic. This post was read by hundreds of people each day, significantly increasing the amount of traffic to our blog.</p>
<p>Each time you have an idea for a blog post, Google the topic to get an overview of the quality and amount of articles that have been written about it. This will help you evaluate the post you&#8217;re about to write.</p>
<h3><strong>Document Everything You Do</strong></h3>
<p>This habit started years ago, when I started a new job. A former co-worker quit the company giving short notice, taking all of his knowledge with him. This is when I decided that anywhere I go, I&#8217;ll document everything I do.</p>
<p>I&#8217;m a huge fan on knowledge-sharing. If you document one task a week, you&#8217;ll gain plenty of ideas for new posts. I&#8217;ve learned that a highly detailed post, explaining even the most common tasks, can be extremely useful for mentoring younger colleagues, for instance.</p>
<p>Note that how-to&#8217;s and troubleshooting posts get the highest number of hits on most search engines.</p>
<h3><strong>Don&#8217;t Second-Guess Your Audience</strong></h3>
<p>Do you usually write about Linux? SharePoint? Business Intelligence? Try writing about new topics.</p>
<p>When you write about something you specialize in, you may be concerned you&#8217;re &#8220;stating the obvious&#8221; and skip some important steps for those who are not familiar with the topic.</p>
<p>You don&#8217;t always have to write about something you know well. By writing about something new to you, you may bring a new fresh point of view on the topic that your readers will appreciate.</p>
<h3><strong>Blog as You Learn Something New </strong></h3>
<p>You have no idea what Dynamics CRM is? Good! Learn about it and document the whole process.</p>
<p>That gives you the benefit of expanding your knowledge and learning practical ideas, while giving your readers access to that useful information.</p>
<h3><strong>No Such Thing as a Post That&#8217;s Too Long</strong></h3>
<p>There are many complex and long processes when it comes to information technology. Don&#8217;t let the complexity discourage you. If you can&#8217;t simplify the process, it doesn&#8217;t mean you should give up on writing a post about it.</p>
<p>Don&#8217;t be concerned that your post is too long. If you have to document a long process, try to use more screenshots rather than words. Actually, the longest post I ever wrote is one of my most popular posts.</p>
<h3><strong>Follow Your Stats and Comments</strong></h3>
<p>I am a statistics addict. I follow search engine terms and referrals on a daily basis. This helps me learn more about my readers and gives me an opportunity to find other blog topics of interest I could write about.</p>
<p>If you want a better relationship with your readers, constantly ask yourself these questions:</p>
<ul>
<li><span style="line-height: 13px;">Who are my readers? What do they do? (Are they Solutions Architects? Developers? Business users?)</span></li>
<li>How did my readers reach my blog? (Search engines? Forum threads? Other blogs referring to my posts?)</li>
<li>What are my readers searching for? (What keywords are they searching on most often?)</li>
<li>Did they find the information they were expecting to see? (If they didn&#8217;t &#8211; that&#8217;s an opportunity to write a new blog post.)</li>
</ul>
<p>Comments are another wonderful way to get to know your readers. I&#8217;ve been asked lots of questions via blog comments, and it constantly gives me new ideas for future posts.</p>
<h3><strong>Get Inspired</strong></h3>
<p>Last but not least, read and get inspired!</p>
<p>Read the latest news, find relevant thought leaders, follow companies and other professionals. Read forum threads, read latest updates by your co-workers, discuss emerging technologies, cultivate a list of blogs you like to read and find inspiration in all of it.</p>
<p>&nbsp;</p>
<p>Happy blogging! Coming up next week we&#8217;ll share useful tips for writing successful blog posts from a marketing point of view.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/03/27/how-to-write-successful-technical-blog-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrade VMWare Tools on CentOS 6.3 Using GUI</title>
		<link>http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/</link>
		<comments>http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 22:18:10 +0000</pubDate>
		<dc:creator>Lydia Bronze</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[CentOS 6.3]]></category>
		<category><![CDATA[CentOS GUI]]></category>
		<category><![CDATA[Guest OS]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMWare Tools]]></category>
		<category><![CDATA[VMWare Upgrade]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4324</guid>
		<description><![CDATA[What is VMWare Tools and why do I need to install it on the guest operating system?  VMWare strongly recommends installing VMWare Tools on the guest operating system in order to prevent the loss of important functionality. The VMware Tools package has various essential features such as synchronization of time in the guest operating system with time [...]]]></description>
				<content:encoded><![CDATA[<p><strong>What is VMWare Tools and why do I need to install it on the guest operating system? </strong></p>
<p><strong>VMWare</strong> strongly recommends installing <strong>VMWare Tools</strong> on the guest operating system in order to prevent the loss of important functionality.</p>
<p>The <strong>VMware Tools</strong> package has various essential features such as synchronization of time in the guest operating system with time on the host, support for drag and drop functionality, copying and pasting between guest and host, and improved mouse performance in guest OS.</p>
<p>I decided to write this post for those who are not very familiar with Linux systems or prefer using Linux systems with GUI.</p>
<p>This is a short guide explaining how to upgrade (or install) <strong>VMWare Tools</strong> on the <strong>CentOS 6.3</strong> operating system using GUI.</p>
<p><span id="more-4324"></span></p>
<ul>
<li>In order to determine whether your <strong>VMWare Tools</strong> are up-to-date, navigate to the virtual machine in VMWare <strong>vSphere</strong> <strong>client</strong> -&gt; Click on <strong>Summary </strong>tab -&gt; <strong>General</strong><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/01-update-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4325"><img class="alignnone size-full wp-image-4325" alt="01 - Update VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/01-Update-VMWare-Tools-on-CentOS-6.3.png" width="362" height="159" /></a></li>
<li>Right click on the <strong>Virtual Machine</strong> -&gt; <strong>Guest</strong> -&gt; <strong>Install/Upgrade VMWare Tools</strong></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/02-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4326"><img class="alignnone size-full wp-image-4326" alt="02 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/02-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="496" height="111" /></a></p>
<ul>
<li><span style="line-height: 13px;">The Install/Upgrade VMWare Tools wizard will open. Click on the <strong>Interactive Tools Upgrade</strong> option. This will mount <strong>VMWare Tools</strong> installation files onto the server.</span></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/03-interactive-tools-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4327"><img class="alignnone size-full wp-image-4327" alt="03 - Interactive Tools Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/03-Interactive-Tools-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="400" height="85" /></a></p>
<ul>
<li><span style="line-height: 13px;">Open your <strong>CentOS 6.3</strong> virtual machine via console mode and log in. </span></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/04-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4328"><img class="alignnone size-full wp-image-4328" alt="04 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/04-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="497" height="159" /></a></p>
<ul>
<li> Right click on <strong>VMwareTools-8.6.10-913593.tar.gz -&gt; Extract to&#8230;</strong></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/05-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4329"><img class="alignnone size-full wp-image-4329" alt="05 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/05-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="527" height="424" /></a></p>
<ul>
<li>Wait a few moments until the Reading archive process is finished.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/06-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4330"><img class="alignnone size-full wp-image-4330" alt="06 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/06-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="401" height="208" /></a></p>
<ul>
<li>Specify a folder to extract the installation files to.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/07-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4331"><img class="alignnone  wp-image-4331" alt="07 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/07-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="546" height="499" /></a></p>
<ul>
<li>The extracting files from archive to the chosen folder process can take 2-3 minutes.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/08-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4332"><img class="alignnone size-full wp-image-4332" alt="08 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/08-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="399" height="207" /></a></p>
<ul>
<li>Open the<strong> vmware-tools-distrib</strong> folder.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/09-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4333"><img class="alignnone size-full wp-image-4333" alt="09 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/09-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="109" height="105" /></a></p>
<ul>
<li>Double click on <strong>vmware-install.pl </strong></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/10-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4334"><img class="alignnone size-full wp-image-4334" alt="10 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/10-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="500" height="324" /></a></p>
<ul>
<li>Click on<strong> Run in Terminal</strong></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/11-install-upgrade-vmware-tools-on-centos-6-3/" rel="attachment wp-att-4335"><img class="alignnone size-full wp-image-4335" alt="11 - Install Upgrade VMWare Tools on CentOS 6.3" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/11-Install-Upgrade-VMWare-Tools-on-CentOS-6.3.png" width="520" height="169" /></a></p>
<ul>
<li>The <strong>Terminal</strong> will open up and run the script.</li>
<li>Click on <strong>Enter</strong> after you receive the following message &#8220;Continuing this install will first uninstall the currently installed version. Do you wish to continue?&#8221;</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/12-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4336"><img class="alignnone size-full wp-image-4336" alt="12 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/12-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="660" height="217" /></a></p>
<ul>
<li>Specify a directory to install the binary files or click on <strong>Enter</strong> to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/13-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4337"><img class="alignnone size-full wp-image-4337" alt="13 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/13-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="487" height="35" /></a></p>
<ul>
<li> Specify a directory that contains the init directories or click on <strong>Enter</strong> to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/14-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4338"><img class="alignnone size-full wp-image-4338" alt="14 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/14-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="623" height="35" /></a></p>
<ul>
<li>Specify a directory that contains the init scripts or click on <strong>Enter </strong>to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/15-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4339"><img class="alignnone size-full wp-image-4339" alt="15 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/15-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="437" height="33" /></a></p>
<ul>
<li>Specify a directory that will contain the daemon files or click on <strong>Enter</strong> to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/16-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4340"><img class="alignnone size-full wp-image-4340" alt="16 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/16-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="490" height="35" /></a></p>
<ul>
<li>Specify a directory that contains the library files or click on <strong>Enter</strong> to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/17-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4341"><img class="alignnone size-full wp-image-4341" alt="17 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/17-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="485" height="34" /></a></p>
<ul>
<li>Specify a directory that contains the documentation files or click on <strong>Enter</strong> to use the default.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/18-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4342"><img class="alignnone size-full wp-image-4342" alt="18 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/18-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="536" height="32" /></a></p>
<ul>
<li>Click on <strong>Enter</strong> to create the path /usr/share/doc/vmware-tools</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/19-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4343"><img class="alignnone size-full wp-image-4343" alt="19 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/19-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="622" height="50" /></a></p>
<ul>
<li>Click on <strong>Enter</strong> to invoke the following command.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/20-install-upgrade-vmware-tools-on-centos-6-3-terminal/" rel="attachment wp-att-4344"><img class="alignnone size-full wp-image-4344" alt="20 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/20-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal.png" width="630" height="53" /></a></p>
<ul>
<li>Choose whether you&#8217;d like to enable the VMWare FileSystem Sync Driver feature.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/21-install-upgrade-vmware-tools-on-centos-6-3-terminal-features/" rel="attachment wp-att-4345"><img class="alignnone size-full wp-image-4345" alt="21 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal Features" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/21-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal-Features.png" width="634" height="69" /></a></p>
<ul>
<li>Choose whether you&#8217;d like to enable VMWare Host-Guest Filesystem feature.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/22-install-upgrade-vmware-tools-on-centos-6-3-terminal-features/" rel="attachment wp-att-4346"><img class="alignnone size-full wp-image-4346" alt="22 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal Features" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/22-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal-Features.png" width="629" height="51" /></a></p>
<ul>
<li>Choose whether you&#8217;d like to enable vmblock feature.</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/23-install-upgrade-vmware-tools-on-centos-6-3-terminal-features/" rel="attachment wp-att-4347"><img class="alignnone size-full wp-image-4347" alt="23 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal Features" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/23-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal-Features.png" width="638" height="51" /></a></p>
<ul>
<li>Wait until the the installation script finishes and closes up.</li>
<li><span style="line-height: 13px;">Navigate back to VMWare <strong>vSphere</strong> client -&gt; Click on <strong>Summary </strong>tab -&gt; <strong>General</strong></span></li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/24-install-upgrade-vmware-tools-on-centos-6-3-terminal-successfully/" rel="attachment wp-att-4348"><img class="alignnone size-full wp-image-4348" alt="24 - Install Upgrade VMWare Tools on CentOS 6.3 Terminal Successfully" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/24-Install-Upgrade-VMWare-Tools-on-CentOS-6.3-Terminal-Successfully.png" width="359" height="160" /></a></p>
<p><strong>VMWare tools will now be Running and Up-to-date! </strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/03/25/upgrade-vmware-tools-on-centos-6-3-using-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install the RTM Version of the Microsoft Office Developer Tools for Visual Studio 2012</title>
		<link>http://blog.cloudshare.com/2013/03/13/how-to-install-the-rtm-version-of-the-microsoft-office-developer-tools-for-visual-studio-2012/</link>
		<comments>http://blog.cloudshare.com/2013/03/13/how-to-install-the-rtm-version-of-the-microsoft-office-developer-tools-for-visual-studio-2012/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 08:44:25 +0000</pubDate>
		<dc:creator>Juan Carlos</dc:creator>
				<category><![CDATA[CloudShare]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[server error]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint Configuration]]></category>
		<category><![CDATA[visual studio 2012]]></category>

		<guid isPermaLink="false">http://blog.cloudshare.com/?p=4210</guid>
		<description><![CDATA[Microsoft recently released the RTM version of the Microsoft Office Developer Tools for Visual Studio 2012 (read the announcement on S. Somasegar’s blog) as a step forward in their development support for SharePoint and Office 2013. In this article, I will explain how to install the final version of the tools in a CloudShare environment where Visual Studio [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">Microsoft recently released the RTM version of the Microsoft Office Developer Tools for <strong>Visual Studio 2012</strong> (read <a href="http://blogs.msdn.com/b/somasegar/archive/2013/03/04/now-available-office-developer-tools-for-visual-studio-2012.aspx">the announcement</a> on S. Somasegar’s blog) as a step forward in their development support for SharePoint and Office 2013. In this article, I will explain how to install the final version of the tools in a CloudShare environment where Visual Studio 2012 + Preview 2 of the Office Developer Tools is installed.</p>
<p style="text-align: left;">Let’s start!</p>
<p style="text-align: left;"><span id="more-4210"></span></p>
<ul>
<li>
<div align="justify">First, you have to download the RTM version of the tools from <a href="http://aka.ms/OfficeDevToolsForVS2012">this link</a> which is a direct download of the Web Platform Installer 4.5.</div>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image8.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image_thumb8.png" width="488" height="338" border="0" /></a></p>
<ul>
<li>
<div align="justify">Since the Web Platform installer detects you want to install the Office Developer Tools, it first opens a window with information about the tools that you are going to install: version, download size, etc. Just click the “Install&#8221; button in this window.</div>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image31.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image3_thumb.png" width="482" height="329" border="0" /></a></p>
<ul>
<li>
<div align="justify">You will probably experience an installation error due to a missing prerequisite needed in order to install the tools: the Service Bus 1.0 Cumulative Update 1. Therefore, you have to close the installation process and download the prerequisite from <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36794">here</a>.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/2013/03/13/how-to-install-the-rtm-version-of-the-microsoft-office-developer-tools-for-visual-studio-2012/error-bus-1-0-cumulative-update/" rel="attachment wp-att-4269"><img class="alignnone size-full wp-image-4269 aligncenter" alt="Error Bus 1.0 Cumulative Update" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/Error-Bus-1.0-Cumulative-Update.png" width="433" height="148" /></a></p>
<ul>
<li>
<div align="justify">Once you are done with the Service Bus 1.0 Cumulative Update 1, be sure to close any Visual Studio 2012 instances and restart the Office Developer tools installation process. In this case, the installation process will return an error message so the following components can be installed:</div>
<ul>
<li>
<div align="justify">Microsoft Office Developer Tools for Visual Studio 2012</div>
</li>
<li>
<div align="justify">SharePoint Client Components</div>
</li>
<li>
<div align="justify">Workflow Manager Tools 1.0 for Visual Studio 2012 Core</div>
</li>
<li>
<div align="justify">Workflow Manager 1.0 Cumulative Update 1</div>
</li>
<li>
<div align="justify">Microsoft Exchange Web Services</div>
</li>
<li>
<div align="justify">Microsoft OpenXml SDK</div>
</li>
<li>
<div align="justify">Microsoft Visual Studio 2012 Tools for Office Runtime Language Pack</div>
</li>
<li>
<div align="justify">Microsoft Visual Studio 2012 Tools for Office Runtime</div>
</li>
</ul>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image9.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image9_thumb.png" width="473" height="349" border="0" /></a></p>
<ul>
<li>
<div align="justify">The Web Platform Installer will download, configure and install all the components included in the RTM release of the Office Developer Tools.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image12.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image12_thumb.png" width="459" height="305" border="0" /></a></p>
<ul>
<li>
<div align="justify">Once the tools are installed, a window will open showing all the components installed.</div>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image15.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image15_thumb.png" width="464" height="314" border="0" /></a></p>
<ul>
<li>
<div align="justify">Click “Finish” in the installation wizard, and you&#8217;ll need to restart your computer in order to be able to use the tools in Visual Studio. After this system restart, you can open Visual Studio 2012 and check out the RTM tools for creating SharePoint applications.</div>
</li>
</ul>
<p style="text-align: center;"><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image18.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image18_thumb.png" width="472" height="333" border="0" /></a></p>
<ul>
<li>
<div align="justify">And of course, you have all the templates related to SharePoint solutions ready to be used.</div>
</li>
</ul>
<p><a href="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image21.png"><img class="aligncenter" style="padding-top: 0px; padding-right: 0px; padding-left: 0px; border: 0px;" title="image" alt="image" src="http://blog.cloudshare.com/wordpress/wp-content/uploads/2013/03/image21_thumb.png" width="477" height="324" border="0" /></a></p>
<p align="justify">And that’s how to install the RTM version of the Office Developer Tools for Visual Studio 2012.</p>
<p align="justify">Happy CloudSharing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cloudshare.com/2013/03/13/how-to-install-the-rtm-version-of-the-microsoft-office-developer-tools-for-visual-studio-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
