<?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>blog.credera.com</title>
	<atom:link href="http://blog.credera.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.credera.com</link>
	<description>What we&#039;re thinking</description>
	<lastBuildDate>Fri, 18 May 2012 02:22:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SharePoint Mapping &#8211; Part 1: Hosting a Silverlight Application in SharePoint 2010</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/sharepoint-mapping-part-1-hosting-a-silverlight-application-in-sharepoint-2010/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/sharepoint-mapping-part-1-hosting-a-silverlight-application-in-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 18 May 2012 01:06:52 +0000</pubDate>
		<dc:creator>Denis Stetsenko</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[web part]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3282</guid>
		<description><![CDATA[This is the first post in a series that explores how a data-driven mapping application can be hosted in SharePoint 2010, and how data stored in SharePoint can be used to extend a data-driven application. In this post, we will focus on how to host a mapping application in SharePoint 2010. Why mapping you may [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first post in a series that explores how a data-driven mapping application can be hosted in SharePoint 2010, and how data stored in SharePoint can be used to extend a data-driven application. In this post, we will focus on how to host a mapping application in SharePoint 2010.</p>
<p>Why mapping you may say? Because maps are useful, fun, and they are everywhere. They have become the essential tool for anyone looking for a specific location or driving directions. Maps are accessible via standalone desktop client applications, web browsers, mobile browsers and applications, GPS units, etc. In the business realm, maps get even more useful as they have power to present lots of complex geographic information in a simple visual way. A variety of business models can and should utilize mapping technologies on their internal and customer-facing web sites. To get some ideas, I encourage you take a look at an informative blog post written by my colleague Jason Heilig entitled <a href="http://blog.credera.com/topic/technology-solutions/business-intelligence/how-virtually-any-business-can-improve-through-utilizing-web-mapping-technology/" target="_blank">How Virtually Any Business Can Improve through Utilizing Web Mapping Technology</a>.</p>
<p>Why SharePoint? Because it&#8217;s a perfect environment for hosting data-driven applications in general. SharePoint is the content management and collaboration platform of choice for millions of businesses. It provides extensive collection of APIs that can be used to get any LOB application&#8217;s information into SharePoint, and expose SharePoint content via intranet, extranet, and public sites.</p>
<p>Although mapping solutions can be implemented using a variety of technologies, one of the best ways to do it for the web is to utilize Silverlight and Bing Maps. SharePoint 2010 and Silverlight are a match made in heaven &#8211; if you hosted a Silverlight application in MOSS 2007, you will appreciate how simple it is to do in the new version. SharePoint 2010 uses Silverlight to enhance user experience and provides an easy way for hosting Silverlight applications on any page. For more details, take a look at my blog post entitled <a href="http://blog.credera.com">Silverlight Enhancements in SharePoint 2010</a>. Bing Maps provides the Silverlight Control API that makes it easy to utilize powerful mapping technology within your custom interactive solutions.</p>
<p>To show how to host a Silverlight application in SharePoint 2010, you will first need to create one. If you don&#8217;t already have one, you can follow the walk-through provided by Credera&#8217;s mapping and Silverlight expert Kevin King in his blog post entitled <a href="http://blog.credera.com/topic/technology-solutions/business-intelligence/building-interactive-maps-with-silverlight-and-bing-maps-2/">Building Interactive Maps with Silverlight and Bing Maps</a>. This is not your typical Hello World application, is it?</p>
<p>My colleague and our CRM pro, Rick Gipson, has also written a similar blog post entitled <a href="http://blog.credera.com/topic/technology-solutions/microsoft-solutions/crm-mapping-part-1-hosting-a-silverlight-application-in-crm-2011/">Hosting a Silverlight Application in CRM 2011</a>. If you use CRM within your organization, you should check it out.</p>
<p>So, here&#8217;s how to host a Silverlight solution in SharePoint:</p>
<ul>
<li>Upload the Silverlight application to a SharePoint library</li>
<li>Add a Silverlight Web Part to any page</li>
<li>Customize the Silverlight Web Part</li>
</ul>
<p><strong>Upload the Silverlight application to a SharePoint library</strong></p>
<p>In order to be able to host a Silverlight application in SharePoint, all you have to do is to add it to a SharePoint library. Silverlight application is essentially a .XAP file that needs to be hosted in SharePoint. You can use Site Collection Asset Library, or any library within a sub-site. In my demo environment, I have a sub-site called Mapping, which has an asset library called Assets, where I uploaded the .XAP file. Since we will need the path to this file in the next step, just right click on the file within the library and choose Copy Shortcut in the context menu.</p>
<p><strong>Add a Silverlight Web Part to any page</strong></p>
<p>Navigate to a page where you want to add the map. Edit the page and click on Add a Web Part in the desired zone. Navigate to the Media and Content category, choose Silverlight Web Part, and click Add. A modal dialog will pop up asking you to enter the URL of the application package, paste the path you have in the clipboard and click OK.</p>
<p><em>Figure 1 &#8211; Adding a Silverlight Web Part</em></p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/01/clip_image001.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/01/clip_image001_thumb.png" alt="clip_image001" width="627" height="484" border="0" /></a></p>
<p>The mapping application should now render on the page. If you don&#8217;t see it, then check the path you supplied to the web part for errors.</p>
<p>Yes, you guessed it right, you can also display externally hosted Silverlight applications in SharePoint by providing their full URL to the Silverlight Web Part. Keep in mind though that this web part has a hard-coded timeout period of 5 seconds, so if for some reason the .xap file does not load during that time, you&#8217;ll get an error. There are some workarounds for that though.</p>
<p><em>Figure 2 &#8211; Silverlight Web Part Timeout Error</em></p>
<p><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/01/clip_image002.png" alt="clip_image002" width="423" height="123" border="0" /></p>
<p><strong>Customize the Silverlight Web Part</strong></p>
<p>As usual, you can open the web part settings dialog and set the desired web part title, height and width, etc.</p>
<p>SharePoint also allows you to customize this particular instance of the Silverlight application using initialization parameters. So, if your Silverlight application accepts any, you can enter them as one string in the Custom Initialization Parameters field under Other Settings in the tool pane. Each parameter should be separated by a comma, as shown below:</p>
<p><span style="font-family: 'Courier New';">param1=value1,param2=value2</span></p>
<p>Make sure not to add spaces in between the parameters. The maximum length of this string is 255 characters, so you need to be creative or use some workaround to fit all your parameters.</p>
<p><em>Figure 3 &#8211; Silverlight Web Part Properties</em></p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/01/clip_image003.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/01/clip_image003_thumb.png" alt="clip_image003" width="627" height="484" border="0" /></a></p>
<p>And here is the final result.</p>
<p><em>Figure 4 &#8211; Silverlight Map Hosted in SharePoint 2010</em></p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/01/clip_image004.png"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/01/clip_image004_thumb.png" alt="clip_image004" width="545" height="484" border="0" /></a></p>
<p>As you can see, hosting a Silverlight application in SharePoint 2010 is a pretty straightforward process. Not only can you host a Silverlight solution in SharePoint within minutes, but you can also customize it with the help of initialization parameters without much effort.</p>
<p>In the future posts, we will explore how to extend this application with data stored within SharePoint.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/sharepoint-mapping-part-1-hosting-a-silverlight-application-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Agile Comes to You” Seminar in Dallas on May 22, 2012</title>
		<link>http://blog.credera.com/topic/technology-solutions/agile-comes-to-you-seminar-in-dallas/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/agile-comes-to-you-seminar-in-dallas/#comments</comments>
		<pubDate>Fri, 18 May 2012 00:00:21 +0000</pubDate>
		<dc:creator>Jennifer Howell</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile development]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Rally Software]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4108</guid>
		<description><![CDATA[The leading experts and providers of Agile software development will be hosting a complimentary seminar, “Agile Comes to You,” in Dallas on Tuesday, May 22, 2012. Credera is proud to be a sponsor and host of the half-day interactive event focused on simplifying full Agile adoption and showcasing how interconnected Agile solutions work together to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">The leading experts and providers of Agile software development will be hosting a complimentary seminar, “<a href="http://acty-dallas-20120522-credera.eventbrite.com/" target="_blank">Agile Comes to You</a>,” in Dallas on Tuesday, May 22, 2012. Credera is proud to be a sponsor and host of the half-day interactive event focused on simplifying full Agile adoption and showcasing how interconnected Agile solutions work together to support Agile teams. <a href="http://www.credera.com/OurFirm/Pages/Leadership.aspx#justin" target="_blank">Justin Bell</a>, Vice President with Credera, is the Keynote Speaker and will discuss the benefits and common pitfalls of the Agile approach.</p>
<p>“At Credera, we have the opportunity to work with clients at various stages of Agile maturity and help them avoid some of the common pitfalls of Agile development. Our consultants and project managers use a variety of agile and traditional project management tools every day to help our clients,” said Bell.</p>
<p style="text-align: center;" align="center"><strong>Date: </strong>Tuesday, May 22, 2012<br />
<strong>Time:</strong> 8:30 a.m.-1:30 p.m.<br />
(breakfast &amp; lunch provided)<br />
<strong>Location:</strong> <a href="http://g.co/maps/pxkqg">Bent Tree Country Club</a><br />
5201 Westgrove Drive<br />
Dallas, TX 75248</p>
<p style="text-align: center;" align="center"><a href="http://acty-dallas-20120522-credera.eventbrite.com/">Registration</a> is required.</p>
<p style="text-align: left;" align="center">At this seminar, you will have the opportunity to:</p>
<ul>
<li>Learn the core fundamentals of Agile development practices and what they mean to the various roles within your development team</li>
<li>Understand how to apply software configuration management, continuous integration, static analysis, and quality management best practices within your team</li>
<li>See how an integrated set of best-of-breed tools can help to enable quality, collaboration, and visibility for development teams, their managers, and executives</li>
<li>Hear examples from industry leaders of how development organizations have reduced risk, boosted productivity, and cut development costs with Agile</li>
</ul>
<p>To register to attend and view the event schedule, please visit <a href="http://acty-dallas-20120522-credera.eventbrite.com/">http://acty-dallas-20120522-credera.eventbrite.com/</a></p>
<p>Seminar hosts include: Accurev, Credera, Electric Cloud, Rally Software, and Software Quality Engineering (SQE).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/agile-comes-to-you-seminar-in-dallas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Credera Sponsors SharePoint TechFest on May 17, 2012</title>
		<link>http://blog.credera.com/type/events/sharepoint-techfest-2012-conference/</link>
		<comments>http://blog.credera.com/type/events/sharepoint-techfest-2012-conference/#comments</comments>
		<pubDate>Tue, 15 May 2012 21:49:05 +0000</pubDate>
		<dc:creator>Jennifer Howell</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Irving Convention Center]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint TechFest]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3936</guid>
		<description><![CDATA[Credera is proud to sponsor SharePoint TechFest 2012 to be held at the Irving Convention Center in Irving, TX on May 17, 2012. This one-day SharePoint conference will feature a major keynote speaker and twenty sessions within eight tracks focusing on SharePoint solutions and services. SharePoint TechFest tracks include: Cloud Overview and Opportunities SharePoint Online [...]]]></description>
			<content:encoded><![CDATA[<p>Credera is proud to sponsor <a href="http://www.sharepointtechfest.com/" target="_blank">SharePoint TechFest 2012 </a>to be held at the Irving Convention Center in Irving, TX on May 17, 2012. This one-day SharePoint conference will feature a major keynote speaker and twenty sessions within eight tracks focusing on SharePoint solutions and services. SharePoint TechFest tracks include:</p>
<ul>
<li>Cloud Overview and Opportunities</li>
<li>SharePoint Online</li>
<li>Enterprise Content Management (ECM)</li>
<li>Sites &amp; Communities (Collaboration &amp; Social Computing)</li>
<li>Composites (Workflows)</li>
<li>Search</li>
<li>Business Intelligence (Insights)</li>
<li>Development</li>
</ul>
<p>One of the featured speakers is<a href="http://blog.credera.com/?s=jesus+salazar" target="_blank"> Jesus Salazar</a>, a Principal with Credera and member of Microsoft&#8217;s SharePoint Development Advisory Council, who will present on <em>Information Architecture: From Small Businesses to Global Enterprises</em>. According to Salazar, one of the top reasons for success or failure in a SharePoint implementation is Information Architecture.  Poor Information Architecture leads to a farm being taken over by weeds and distracting information. Proper Information Architecture leads to users getting what they need, when they need it. Also, sites and enterprise portals are flexible enough for growth and organizational change. Join Salazar as he discusses the proper approach to information architecture, taxonomy, search, navigation, and other related topics.</p>
<p>Salazar has over 11 years of experience delivering enterprise IT solutions for large and medium-sized businesses throughout the United States. Salazar is a Microsoft Certified Professional who held a seat on the Office 14 Developer Advisory Council where he helped shape the features and architecture of the next generation of Microsoft Office and SharePoint.</p>
<p>One of the main attractions of this conference will be the lunch keynote speaker, David Cush, President &amp; CEO with Virgin America. Cush plans to provide insight into how Virgin is using technology to revolutionize the airline industry.</p>
<p>For additional information about SharePoint TechFest 2012, or to register to attend, please visit <a href="http://www.sharepointtechfest.com">www.sharepointtechfest.com</a>. Use the promotional code, <strong>CREDERA50</strong>, for a $50 discount when registering. Conference attendees include technology leaders, business leaders, network managers, web developers, and designer developers.</p>
<p>Please stop by Credera’s conference booth for a chance to win a great prize. We look forward to meeting you and hope you find our presentation and session valuable!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/type/events/sharepoint-techfest-2012-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design as a Process</title>
		<link>http://blog.credera.com/topic/management-consulting/design-as-a-process/</link>
		<comments>http://blog.credera.com/topic/management-consulting/design-as-a-process/#comments</comments>
		<pubDate>Tue, 15 May 2012 20:29:24 +0000</pubDate>
		<dc:creator>Marcelo Somers</dc:creator>
				<category><![CDATA[Featured Post – Front Page Top]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4134</guid>
		<description><![CDATA[Our culture is craving the power of design. After all, who doesn’t enjoy using something that looks nicer? It’s scientifically proven that people have more trust, find fewer faults, and are more willing to work through glitches with well designed, enjoyable products. But more often than not, that “fresh coat of paint” is only putting [...]]]></description>
			<content:encoded><![CDATA[<p>Our culture is craving the power of design. After all, who doesn’t enjoy using something that looks nicer? It’s scientifically <a href="http://www.consumerwebwatch.org/dynamic/web-credibility-reports-evaluate-abstract.cfm" target="_blank">proven</a> that people have more trust, find fewer faults, and are more willing to work through glitches with well designed, enjoyable products.</p>
<p>But more often than not, that “fresh coat of paint” is only putting lipstick on a pig. Design is more than making something pretty, it&#8217;s a self-exploration process that can result in three significant insights for your organization.</p>
<p><strong>1. Understanding Your Goals</strong></p>
<p>A designer might have 500 opinions on your current design, but without the context of your goals, they’re just taking shots in the dark that don’t scratch your real itch.</p>
<p>Defining the goal is the first step in the <a href="http://blog.credera.com/topic/management-consulting/the-uxd-stack/">UX Stack</a>, Credera’s roadmap for making sure we solve a project’s goals. It also will help us pinpoint what you’re really looking to solve.</p>
<p>Are you looking to increase revenue? Increase conversion rates? Make customers happier? Make your checkout path more efficient? Defining the goal makes sure that a redesign solves actual problems. Design isn’t just a fancy form of self expression to make something look pretty. It’s how a product achieves your goals.</p>
<p>Design is a secondary issue that is usually representative of a much deeper primary issue that we’ll uncover in the early stages of the UX stack.</p>
<p>Once the goal is defined, we can begin to reframe the problem: design a faster horse versus inventing a new way to get around.</p>
<p><strong>2. Redefining Your Problem</strong></p>
<p>More often than not, projects start by modeling the opportunity &#8211; something like a business model or a business requirements document.</p>
<p>That approach is task focused, looking at what new things my users can do. It results in incremental improvements that can sustain a company’s growth for some time, but rarely does it produce an entirely new product class. Over time, it becomes the downfall of established companies.</p>
<p>The Design Process redefines the challenges facing the organization. It asks questions like “do you build a horse and buggy or do you build a means of transportation”? It is experience focused, understanding the underlying job you are doing for your users.</p>
<p>That’s in contrast to design as an outcome, which is the coat of paint delivered at the end of a project.</p>
<p><a href="http://marcelosomers.com/dev/wp-content/uploads/2012/03/designprocess1.png"><img style="display: block; margin: auto auto; max-width: 100%;" src="http://marcelosomers.com/dev/wp-content/uploads/2012/03/designprocess1.png" alt="Design as a Process vs Outcome" /></a></p>
<p><strong>3. Focusing on the Experience, not Tasks</strong></p>
<p>The iPad is not a <a href="https://en.wikipedia.org/wiki/Microsoft_Tablet_PC">new idea</a>. Microsoft and their partners had been making Tablet PCs for nearly a decade. So why did Apple leave everyone in the dust?</p>
<p>They started with a different goal, one that was experience-focused: “create the best experience for things people do every day: email, web browsing, and photos,” as Tim Cook said in the iPad 3 announcement.</p>
<p>Microsoft focused on adding a task for laptops: the ability to touch the screen.</p>
<p>Reframing the core goal fundamentally shifts the design work. It forces you to think beyond features and what the product looks like. It detaches you from old ideas and starts with a blank canvas.</p>
<p>In the iPad’s case, it went so far that it eliminated all references to a traditional computer, ushering in the “Post-PC” era.</p>
<p>Microsoft added a bullet point to a feature checklist, Apple defined a new category of device.</p>
<p>Experience Design is about rethinking how your business can better serve your user’s pain points. How it looks is one tool in our kit, but a successful design project is about digging deeper, understanding your goals, redefining your problem, and often times rethinking why we’re even tackling the redesign in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/management-consulting/design-as-a-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credera Sponsors SharePoint Fest Denver &#8211; June 26-27, 2012</title>
		<link>http://blog.credera.com/type/events/credera-sponsors-sharepoint-fest-denver-2012/</link>
		<comments>http://blog.credera.com/type/events/credera-sponsors-sharepoint-fest-denver-2012/#comments</comments>
		<pubDate>Fri, 11 May 2012 14:04:14 +0000</pubDate>
		<dc:creator>Jennifer Howell</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[denver]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Fest Denver 2012]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4047</guid>
		<description><![CDATA[Credera is a proud sponsor of SharePoint Fest Denver 2012 to be held at the Colorado Convention Center on June 26-27, 2012. This is the third consecutive year that Credera has been involved with the conference. The two-day SharePoint conference features 65 sessions in multiple tracks, as well as, an optional day of workshops preceding [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Credera is a proud sponsor of SharePoint Fest Denver 2012 to be held at the Colorado Convention Center on June 26-27, 2012. This is the third consecutive year that Credera has been involved with the conference. The two-day SharePoint conference features 65 sessions in multiple tracks, as well as, an optional day of workshops preceding the conference on June 25. Conference tracks include:</p>
<ul>
<li>Enterprise Content Management (ECM)</li>
<li>Power User</li>
<li>Social SharePoint</li>
<li>Infrastructure/Administration</li>
<li>Composites (Workflow)</li>
<li>Search</li>
<li>Business Intelligence</li>
<li>SharePoint Developer</li>
</ul>
<p>One of the featured speakers is <a href="http://blog.credera.com/?s=jesus+salazar" target="_blank">Jesus Salazar</a>, a Principal with Credera and member of Microsoft&#8217;s SharePoint Development Advisory Council, who will present on <em>Information Architecture: From Small Businesses to Global Enterprises</em>. According to Salazar, one of the top reasons for success or failure in a SharePoint implementation is Information Architecture.  Poor Information Architecture leads to a farm being taken over by weeds and distracting information. Proper Information Architecture leads to users getting what they need, when they need it. Also, sites and enterprise portals are flexible enough for growth and organizational change. Join Salazar as he discusses the proper approach to information architecture, taxonomy, search, navigation, and other related topics in his session (SIA 103) from 1:30-2:30 MDT on day one of the conference.</p>
<p>Salazar has over 11 years of experience delivering enterprise IT solutions for large and medium-sized businesses throughout the United States. Salazar is a Microsoft Certified Professional who held a seat on the Office 14 Developer Advisory Council where he helped shape the features and architecture of the next generation of Microsoft Office and SharePoint.</p>
<p>One of the great reasons for attending SharePoint Fest Denver is that the seminars presented are focused on providing practical techniques and practices that you can put to work in your organization. For additional information or to register to attend, please visit <a href="http://www.sharepointfest.com/Denver" target="_blank">http://www.sharepointfest.com/Denver</a>. A 10% discount is applied when three or more people from the same organization register together. Conference attendees include technology and business leaders, architects, and developers.</p>
<p>For a chance to win a great prize, stop by Credera’ s conference booth in the exhibit hall. We look forward to meeting you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/type/events/credera-sponsors-sharepoint-fest-denver-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing State in Windows Azure</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/managing-state-in-windows-azure/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/managing-state-in-windows-azure/#comments</comments>
		<pubDate>Thu, 10 May 2012 17:28:41 +0000</pubDate>
		<dc:creator>Forrest Kyle</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[microsoft solutions]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3682</guid>
		<description><![CDATA[Persisting application data in a web application hosted in the cloud is not as simple as when the application is hosted on a single, on-premise web server. Developing applications in the cloud provides your organization with many important advantages, not the least of which is rapid, on-demand scalability and flexibility. However, as there is no [...]]]></description>
			<content:encoded><![CDATA[<p>Persisting application data in a web application hosted in the cloud is not as simple as when the application is hosted on a single, on-premise web server. Developing applications in the cloud provides your organization with many important advantages, not the least of which is rapid, on-demand scalability and flexibility. However, as there is no free lunch in this world, these advantages come with a price in terms of needing to adapt your architectural practices to suit this fluid, multi-server environment.</p>
<p>The Windows Azure load balancer will often spread your application across multiple VM’s running on different servers. This nifty bit of magic is almost universally useful, unless your application relies on the use of the Session object. If a user makes a request to your application, there is no guarantee that subsequent requests will be routed to the same server. Imagine a user arrives at your eCommerce website hosted in Windows Azure and adds an item to his shopping cart. He then browses around the site for a while and decides to check out. His “check out” request is routed by the load balancer to a different VM, which was created automatically to handle the load of many users who are also shopping. The new VM says to this user, “Hey, you don’t have anything in your shopping cart.” The user thinks to himself, “I could have sworn I put those items in my cart!” He may have, but those items were stored in a Session object on the first server, by a programmer who didn’t know how to manage state in Windows Azure.</p>
<p>As an Azure developer, there are two primary techniques for managing state. The official method, supported by Microsoft, is using Windows Azure AppFabric Caching. This allows you to provision a cache in your cloud application, which can be rapidly accessed by the various roles in your distributed application. The most common uses are for output caching and, of course, for managing session state. If you only care about usability and convenience, there are almost no downsides to this approach. However, it is the most expensive option. The prices range from $45 per month for 128 MB of caching, up to $325 per month for 4 GB.</p>
<p>A somewhat less convenient, but far more cost effective, approach is to use the Table Storage Session Provider. This is part of the feature set of the Windows Azure ASP.NET Providers library, developed by members of the Windows Azure team. Although developed by the actual Azure team, this library is not officially supported by Microsoft. The Session Provider creates a Session table by default, so developers can use the Session[“key”] = “value” syntax by default, and it will persist across all roles in the application.</p>
<p>This approach preserves the familiar syntax of managing state, and is much lower priced. $0.14 gets you 1 GB of storage, and every 10,000 transactions per month is only $0.01. The downside is that there is some initial setup work to be done, such as changes to the webconfig, and the compiling and integration of the Windows Azure ASP.NET Providers library. In addition, developers will need to manually manage the rows in the storage table to emulate a true session object.</p>
<p>The Session table has a field which holds the time at which the session object stored in that row will expire. As a developer, you must manually check against this field and delete the row yourself when the expiration time occurs. Creation of session objects requires manual creation of table rows, and removal of session objects must be done manually as well.</p>
<p>Regardless of the approach that is best for your application, it is important to keep in mind that the standard ASP.NET state management will not work correctly unless you limit your Azure application to a single role. Doing so negates many of the most attractive advantages of the Azure platform. These techniques will allow you to manage session state in a way that keeps pace with the scalable, robust architecture of Windows Azure applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/managing-state-in-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Feedback – Hard Conversations – Are Key to Change</title>
		<link>http://blog.credera.com/topic/management-consulting/why-feedback-frequently-through-hard-conversations-is-the-key-to-change/</link>
		<comments>http://blog.credera.com/topic/management-consulting/why-feedback-frequently-through-hard-conversations-is-the-key-to-change/#comments</comments>
		<pubDate>Tue, 08 May 2012 22:03:49 +0000</pubDate>
		<dc:creator>Emily Schulhoff</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Featured Post – Front Page Top]]></category>
		<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[Change Management]]></category>
		<category><![CDATA[Conflict Resolution]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4077</guid>
		<description><![CDATA[Those who know me well know that conflict (i.e., anything that even risks rocking the boat) is not in my comfort zone.  I often would rather not address issues in an effort to ensure everyone stays happy as a lark (or ignorant of the problem)&#8230;but that leads to stagnation and dullness.  A Proverb counsels with [...]]]></description>
			<content:encoded><![CDATA[<p>Those who know me well know that conflict (i.e., anything that even risks rocking the boat) is not in my comfort zone.  I often would rather not address issues in an effort to ensure everyone stays happy as a lark (or ignorant of the problem)&#8230;but that leads to stagnation and dullness.  A Proverb counsels with different advice, however, saying, “as iron sharpens iron, so one person sharpens another.”</p>
<p><img class="alignleft size-thumbnail wp-image-4079" title="Credera - Iron" src="http://blog.credera.com/wp-content/uploads/2012/05/Iron-150x150.jpg" alt="" width="150" height="150" />With my roles on change management projects, I’ve seen constructive, hard feedback at work with the client on several occasions.  For instance, Credera team leads regularly meet with executive sponsors on change management projects.  The meetings can be uncomfortable at times; however, the project sponsors respect the honest feedback.  As a result, we are able to deliver projects unlike others in their organizations, realizing benefits more quickly.</p>
<p>I recently read Daryl Conner’s <span style="text-decoration: underline;">Leading at the Edge of Chaos</span>, and the book outlines a 10-step model that leaders will cycle through before becoming masters of creating change in their organizations.  Step 8 is Antabuse—a word I had never heard before.  After a quick Google search, I discovered it’s essentially “feedback” for those who struggle with alcoholism—if you take Antabuse, you’ll get sick if you drink.  This definition / analogy seems overly harsh at first, but the point is that effective feedback isn’t always fun to receive at first.  However, it does build strength, and it’s important to accept feedback (i.e., hear and act on it, not just listen) in order to become a master of change management.</p>
<p>All organizational change consultants should provide effective and frequent feedback for their client – even if involves having a hard conversation with your client or your project team.  What I find unique about Credera is that we take our own medicine.  It’s not always an easy pill to swallow!  Mr. Conner says that the current challenge for those who have mastered the leadership role of change is to “never let your confidence outweigh your humility”.</p>
<p>I had a chance to taste the medicine this summer after organizing a training project that received great response during the pilot launch.  My boss made recommendations during the initial rollout of what could be done to make it better based on many years of experience.  My immediate reaction was twofold: he was right, and how did I miss that myself?  If he would not have given feedback, my “iron” would not have gotten sharper, and I would have missed an opportunity to improve our delivery.</p>
<p>Whether you’re becoming an expert in leading change management or growing in another area, feedback will provide opportunities to improve.  This sharpening process will help refine the iron.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/management-consulting/why-feedback-frequently-through-hard-conversations-is-the-key-to-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering Users in the Office 365 Directory Synchronization Tool</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/filtering-users-in-the-office-365-directory-synchronization-tool/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/filtering-users-in-the-office-365-directory-synchronization-tool/#comments</comments>
		<pubDate>Fri, 04 May 2012 20:40:29 +0000</pubDate>
		<dc:creator>Adrian Romo</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft solutions]]></category>
		<category><![CDATA[office 365]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3897</guid>
		<description><![CDATA[One of the most important aspects of establishing coexistence with Office 365 is synchronizing an organization’s on-premises Active Directory domain with the directory service in the cloud. The utility Microsoft created to facilitate this critical task is the Office 365 Directory Synchronization Tool (Dirsync). Microsoft released a new 64-bit version of Dirsync in November of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important aspects of establishing coexistence with Office 365 is synchronizing an organization’s on-premises Active Directory domain with the directory service in the cloud. The utility Microsoft created to facilitate this critical task is the Office 365 Directory Synchronization Tool (Dirsync). Microsoft released a new 64-bit version of Dirsync in November of 2011. The new version is based on Forefront Identity Manager 2010 where the old 32-bit version was based on Identity Lifecycle Manager 2007 Feature Pack 1. This update makes it possible to run the tool on Microsoft’s latest server operating system, Windows Server 2008 R2.</p>
<p>Although this capability is not new with the latest version of Dirsync, one of the most useful features of this tool is the ability to filter the Active Directory accounts synchronized to Office 365. Many organizations have a large number of application driven accounts, extranet accounts, service accounts or non-mailbox enabled accounts that would only clutter up the Office 365 directory.</p>
<p>The easiest way to implement filtering in Dirsync is to do so <strong><em>before</em></strong> it synchronizes with Office 365 for the first time. So it is very important to remember to uncheck the “Synchronize directories now” box when completing the Microsoft Online Services Directory Synchronization Configuration wizard. After that go to C:\Program Files\Microsoft Online Directory Sync\SYNCBUS\Synchronization Service\UIShell and double-click <strong>miisclient.exe</strong> to open the FIM 2010 interface.</p>
<p>Open the Properties of the SourceAD Management Agent as illustrated below.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image0011.png"><img style="margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image001_thumb1.png" alt="clip_image001" width="244" height="138" border="0" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>To filter out Organizational Units containing accounts that don’t need to be synchronized, select Configure Directory Partitions on the left-hand pane and then click the Containers button on the right.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image002.png"><img style="margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image002_thumb.png" alt="clip_image002" width="244" height="138" border="0" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Clear the MSOL_AD_Sync account from the credentials prompt and supply domain administrative credentials. Then select the OUs that need to sync with Office 365.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image003.png"><img style="margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image003_thumb.png" alt="clip_image003" width="239" height="244" border="0" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>To create more granular filters on searchable criteria, select Configure Connection Filter at the Properties page and Users on the right-hand pane.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image005.jpg"><img style="margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image005_thumb.jpg" alt="clip_image005" width="244" height="162" border="0" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>For example, the filter illustrated below would omit any users without a mailbox.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image007.jpg"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image007_thumb.jpg" alt="clip_image007" width="244" height="191" border="0" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Dirsync runs every 3 hours, the first time it syncs it will do so according the filter definitions set in the previous steps. Synchronization activity can then be monitored from the Operations tab of the FIM 2010 interface.</p>
<p>It is also possible to implement Dirsync filtering after the initial sync, but it is more involved and requires greater familiarity with FIM 2010. Credera has extensive experience in designing, planning and implementing Office 365 migrations. If you have questions about this post, upcoming posts or Office 365 in general, please <a href="http://credera.com/Contact/Pages/default.aspx">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/filtering-users-in-the-office-365-directory-synchronization-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons in Happiness and Leadership</title>
		<link>http://blog.credera.com/topic/management-consulting/lessons-in-happiness-and-leadership/</link>
		<comments>http://blog.credera.com/topic/management-consulting/lessons-in-happiness-and-leadership/#comments</comments>
		<pubDate>Tue, 01 May 2012 23:23:35 +0000</pubDate>
		<dc:creator>Kyle Wahlquist</dc:creator>
				<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[Change Management]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[happiness]]></category>
		<category><![CDATA[leadership]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4027</guid>
		<description><![CDATA[When skimming my Facebook feed this morning I noticed that a few of my friends had all read an article entitled &#8220;15 Things You Should Give Up To Be Happy.&#8221;   After reading it, I not only saw how these tips could be used for personal improvements, but also for professional improvements; in particular, for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-4034" title="Credera team" src="http://blog.credera.com/wp-content/uploads/2012/05/Credera-team1-300x200.jpg" alt="" width="300" height="200" /></p>
<p>When skimming my Facebook feed this morning I noticed that a few of my friends had all read an article entitled &#8220;<strong><a href="http://www.purposefairy.com/3308/15-things-you-should-give-up-in-order-to-be-happy/" target="_blank">15 Things You Should Give Up To Be Happy</a></strong>.&#8221;   After reading it, I not only saw how these tips could be used for personal improvements, but also for professional improvements; in particular, for growing or refining successful leadership traits.  Some that stood out to me were …</p>
<p><strong>Give up control</strong></p>
<p>Good leaders are leading themselves, their families and others all the time.  This does not mean they are controlling everyone all the time.  Benevolent leaders put others interests ahead of their own interests. When they fail to do this they ask for forgiveness and seek to reconcile any relationships they have damaged.  Good leaders don’t try to control, they encourage, help and set others up for success.</p>
<p><strong>Give up on blame</strong></p>
<p>Blame will never lead to a resolution, as blaming someone else is an excuse and a waste of time.  Good leaders look for ways to move from issues to options. They provide clarity on the facts and a recommendation to move forward together towards something better.  Anytime you can blame a problem, you are missing the opportunity to owning the solution.</p>
<p><strong>Give up resistance to change</strong></p>
<p>In my previous article on <strong><a href="http://blog.credera.com/topic/management-consulting/smart-leaders-initiate-positive-change/" target="_blank">Change Management</a></strong>, I discussed that change is an inevitable occurrence, and successful ownership and management of it can make or break companies and leaders.</p>
<p><strong>Give up self-defeating self-talk</strong></p>
<p>One of the hardest things to do is to overcome yourself. Character (not competence) is the iceberg that sinks many a leader. When you are a child, your parents tell you &#8220;you can do anything.&#8221; Contrast that with the “no you can’t” mantra that resonates in many organizations.  Self-doubt happens to all of us and it is important to fight the urge to allow passivity or discouragement to set in.</p>
<p>What other similarities do you see with some of these goals for being happier in the workplace and in life?   Will creating a personal leadership culture in your company cultivate happiness among your employees?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/management-consulting/lessons-in-happiness-and-leadership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freeze, It’s the L.A.P.D!</title>
		<link>http://blog.credera.com/topic/management-consulting/freeze-its-the-l-a-p-d-2/</link>
		<comments>http://blog.credera.com/topic/management-consulting/freeze-its-the-l-a-p-d-2/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 01:13:04 +0000</pubDate>
		<dc:creator>Andrew Warden</dc:creator>
				<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[corporate communications]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[organizational communication]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=4018</guid>
		<description><![CDATA[No, you’re not under arrest, and Credera is not moving into law enforcement. LAPD is the method we use to engage with our clients and each other to improve our communication and make sure we achieve great results, an acronym provided by Credera’s own David Dobat. L stands for Listen For most of us, listening [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-4019" title="LAPD" src="http://blog.credera.com/wp-content/uploads/2012/04/LAPD3-150x150.jpg" alt="" width="150" height="150" />No, you’re not under arrest, and Credera is not moving into law enforcement. LAPD is the method we use to engage with our clients and each other to improve our communication and make sure we achieve great results, an acronym provided by Credera’s own <a href="http://www.credera.com/OurFirm/Pages/Leadership.aspx#david" target="_blank">David Dobat</a>.</p>
<p><strong>L stands for Listen</strong></p>
<p>For most of us, listening is incredibly counter-intuitive. We want to speak, talk, gab and prattle. “I have something important to say,” we think, and if indeed the other person insists on speaking first, well then, I’ll use that time to think about what I want to say rather than <em><strong>listen</strong></em>! Instead, we need to slow down and actually (and actively) <em><strong>listen</strong></em>. Our clients and colleagues have important things to tell us. By actively <em><strong>listening</strong></em>, we get a chance to understand what is important to them, what is on their minds, what pain they are trying to eliminate, or what opportunity that they wish to seize.</p>
<p><strong>A stands for Affirm</strong></p>
<p><em><strong>Affirming</strong></em> is important for two primary reasons. One, it gives us a chance to validate that we have heard the other person and that we think their words are valuable. (They wouldn’t be telling us, if it weren’t important, right?). <em><strong>Affirmation</strong></em> also gives us a chance to ensure that we heard the right things – to clarify. If I do not understand where a client or a colleague is coming from, then the rest of the conversation is likely to go nowhere productive…fast.</p>
<p><strong>P stands for Permission</strong></p>
<p><em><strong>Permission</strong></em> to speak. Before I offer my perspective on something or give someone advice on what I think, how Credera could help, or what they should do next, I need to make sure that I have their <em><strong>permission</strong></em>. It’s the polite thing, and interestingly, I’ve never had anyone turn me down. (They may not have agreed with my perspective, or followed through on my recommendation, but they have always granted me the <em><strong>permission</strong></em> to offer up my thoughts on the matter).</p>
<p><strong>D stands for Discern</strong></p>
<p>Remember the beginning of this blog, when I was so eager to talk? Well, now I have a little more context (and I am glad I kept my mouth shut initially). I am better prepared to <em><strong>discern</strong></em> the words, message, approach, etc. that will be effective in helping my client or colleague.</p>
<p>With the right context through active (<strong>L</strong>)istening, the right understanding through (<strong>A</strong>)ffirming my counterpart, the (<strong>P</strong>)ermission to give my perspective, and the (<strong>D</strong>)iscernment to use the right messages, the right words, and the right solution, I am now ready to have a great and productive conversation and a better than average chance at helping a client or colleague solve their problem or seize their opportunity.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/management-consulting/freeze-its-the-l-a-p-d-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it Safe? Security and Redundancy in Windows Azure</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/is-it-safe-security-and-redundancy-in-windows-azure/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/is-it-safe-security-and-redundancy-in-windows-azure/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 03:31:48 +0000</pubDate>
		<dc:creator>Forrest Kyle</dc:creator>
				<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3376</guid>
		<description><![CDATA[The phrase “cloud computing” may not instill in one a sense of strength, security, and reliability. It sounds vaporous and opaque; quite the opposite of what a manager is looking for in his IT infrastructure. However, Microsoft has leveraged a tremendous investment in the success of its cloud offering, Windows Azure, and as such has [...]]]></description>
			<content:encoded><![CDATA[<p>The phrase “cloud computing” may not instill in one a sense of strength, security, and reliability. It sounds vaporous and opaque; quite the opposite of what a manager is looking for in his IT infrastructure. However, Microsoft has leveraged a tremendous investment in the success of its cloud offering, Windows Azure, and as such has built stringent security concerns into every aspect of the architecture. A single, marquee security failure would be a devastating blow to the brand of any company offering cloud computing services. Azure should be thought of less as “the cloud,” than as a robust IT infrastructure service that frees businesses from the financially exhausting task of building a scalable, secure IT operation and allows them to focus on their core competencies.</p>
<p>Right now, some bank run by some guy you’ve never met has nearly all of your money. Why is that? It is because his company has evolved a wide array of skills, infrastructure, and knowledge such that his ability to protect and distribute your money has exceeded anything you could hope to match, barring major investment and training. Similarly, Microsoft has brought to bear upon the problem of computing infrastructure vast experience, resources, and knowledge. Migrating data to Azure eliminates the expensive and failure-prone task of double specializing in both the business you are actually in and the IT industry.</p>
<p>Microsoft has constructed several hardened facilities around the globe in which to house their Azure services. In North America, those facilities are in Chicago, IL and San Antonio, TX. Each facility has the ability to remain fully functional in the event of power outages, including extended off-grid operation. Environmental controls are self-contained and will remain online for as long as the facility remains powered, either by the grid or by fail-safe mechanisms. Customers can also leverage geo-replication. Thus, if the Chicago facility suddenly explodes, your millions of dollars’ worth of data can be restored from the San Antonio backup. In addition, only a small number of operations personnel have access to the facility. They must regularly change their administrative access credentials and cannot access customer accounts without following a formal process that can only be initiated by the customer. The access each member of the operational staff has to the systems is proportional to the depth and breadth of background verification performed by Microsoft.</p>
<p>From a software perspective, redundancy and security are at the very core of Azure’s architecture. Each hosted service is divided up into a number of virtual machines (VM,) each of which runs an instance of a role within an application. The software for these roles is not granted administrative privileges for these VM’s. Any communication between the VM’s, as well as that of all internal components of the Azure architecture, is protected by SSL encryption. The various underlying components of the Azure system are also isolated. The Hypervisor (the daemon that manages the multiple VM’s as well as the root operating system) strictly enforces VM isolation, and is equipped with additional security abilities such as packet filtering (to prevent, for instance, VM’s creating spoofed traffic and other well-known security exploits).</p>
<p>It should be noted that while Azure automatically encrypts communications, it does not automatically encrypt your data. If you wish to store encrypted information in your Azure storage account, your application must first perform this encryption before sending the data to Azure. The .Net framework provides a convenient and powerful cryptography namespace that makes implementing the highest levels of encryption as simple as making a few function calls. No math degree required. Additionally, Azure will not protect data from an application whose design is inherently flawed from a security perspective. If you write an application that is blatantly vulnerable to SQL injection attacks, Azure will not compensate for your design. It is as secure as an application hosting and execution environment can be, but there is no substitute for a developer who designs with security in mind.</p>
<p>Another important safety factor for your data is availability. If the VM on which one of your role instances runs crashes, Microsoft has created software agents that constantly monitor such events and will gracefully move your role to a new VM. This will even protect from hardware failures, as the software agents can traverse the entire networked landscape to create new VM’s. There is also a sophisticated monitoring agent that engages in profuse logging and reporting, the contents of which are processed into human readable reports and made available to customers.</p>
<p>Microsoft has gone to great lengths to make Windows Azure an elegantly architected, high performance fortress. With guaranteed 99.95% uptime, stringent physical security, and robust failover mechanisms in terms of both electricity and software virtualization, customers can sleep well knowing their data is safe.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/is-it-safe-security-and-redundancy-in-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 365 Migration Planning</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-migration-planning/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-migration-planning/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 20:38:13 +0000</pubDate>
		<dc:creator>Jennifer Howell</dc:creator>
				<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud migration]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft certified professional]]></category>
		<category><![CDATA[office 365]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3909</guid>
		<description><![CDATA[There certainly is a lot of recent press regarding On-Premise versus Cloud deployment models.  There are over 50,000 mentions of “Cloud,” at the time of writing, on CIO.com, an online resource for technology and business leaders.  Cloud conferences, such as Share Cloud Dallas, are popping up across the country to help address questions and educate. [...]]]></description>
			<content:encoded><![CDATA[<p>There certainly is a lot of recent press regarding On-Premise versus Cloud deployment models.  There are over 50,000 mentions of “Cloud,” at the time of writing, on CIO.com, an online resource for technology and business leaders.  Cloud conferences, such as Share Cloud Dallas, are popping up across the country to help address questions and educate.</p>
<p>Perhaps your company is an early adopter of the Cloud.  If you are similar to many companies Credera advises, you may have encountered these questions:</p>
<p>Does it make sense to move to the Cloud?  What application(s) make sense to migrate?  What are the right planning tools?  Is a hybrid approach best?  What is the best approach for migrating to Office 365?</p>
<p><a href="http://blog.credera.com/author/jsalazarcrederacom/" target="_blank">Jesus Salazar</a>, a Principal with Credera and member of Microsoft’s SharePoint Development Advisory Council, presented on the topics of <em><a href="http://www.slideshare.net/Credera/office-365-migration-planning-12271186" target="_blank">Office 365 Migration Planning</a></em> and the <em><a href="http://www.slideshare.net/Credera/7-key-governance-tips-for-office-365" target="_blank">7 Key Governance Tools for Office 365</a> </em>at Share Cloud Dallas in March 2012<em>.  </em>Salazar has over 11 years of experience delivering enterprise IT solutions for large and medium-sized businesses throughout the United States.  He is also a Microsoft Certified Professional who held a seat on the Office 14 Developer Advisory Council where he helped shape the features and architecture of the next generation of Microsoft Office and SharePoint.</p>
<p>Highlights from the<em> </em><a href="http://www.slideshare.net/Credera/office-365-migration-planning-12271186">Office 365 Migration Planning</a> presentation include:</p>
<ul>
<li>Why Office 365?</li>
<li>How to Plan, Prepare, and Migrate</li>
<li>Considerations for Infrastructure &amp; Exchange, SharePoint, Lync, User Experience, and Mobile</li>
<li>Deployment Readiness Tools</li>
<li>Tips, Tricks, and Pitfalls</li>
</ul>
<p>Credera is here to address your questions, advise the best approach, and lead and/or implement the decision that is right for your company.  How can we help you?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-migration-planning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Key Governance Tools for SharePoint, Office 365, or Information Sharing and Collaboration in General</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/7-key-governance-tools-for-sharepoint-office-365-or-information-sharing-and-collaboration-in-general/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/7-key-governance-tools-for-sharepoint-office-365-or-information-sharing-and-collaboration-in-general/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 23:21:35 +0000</pubDate>
		<dc:creator>Jesus Salazar</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Portals and Collaboration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[office 365]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3872</guid>
		<description><![CDATA[I recently presented at a SharePoint Conference earlier this year laying out a handful of “Tools” that help with Information Sharing and Collaboration (ISC) Governance. You can view that presentation here &#8211; 7 Key Governance Tips for Office 365.  A lot people like to refer to ISC Governance as “SharePoint Governance” but I contest that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/Credera-governance2.png"><img class="wp-image-3927 alignnone" title="Credera - governance" src="http://blog.credera.com/wp-content/uploads/2012/04/Credera-governance2.png" alt="" width="297" height="287" /></a></p>
<p>I recently presented at a SharePoint Conference earlier this year laying out a handful of “Tools” that help with Information Sharing and Collaboration (ISC) Governance. You can view that presentation here &#8211; <a href="http://ow.ly/an7tT " target="_blank">7 Key Governance Tips for Office 365.</a>  A lot people like to refer to ISC Governance as “SharePoint Governance” but I contest that Governance is not technology specific. Technology can drive the decisions you are forced to make but in true Governance, if you aren’t focusing on addressing problems within the business process or function, you may end up in the weeds really quick.</p>
<p>In full disclosure, some of the tools I have laid out may be easier to incorporate if you are currently using SharePoint but it is not required. At this conference we laid out 7 helpful tools (not necessarily 3rd party software tools but components or elements) that help support effective governance. If your organization is missing one or more of these, give them a try and see if it helps. Enjoy!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>1. <strong><em>Collaboration Center of Excellence</em></strong> – This is not just a “Governance Team” although they sometimes do the governance. This is a team non IT people who are well educated with the problems and potential solutions around Information Sharing and Collaboration. The problem is that most of the time IT holds all of the knowledge or know how around this which can make it hard to get people bought into the solution. A good Center of Excellence empowers end users, promotes ownership of solutions, and increases helps to increase user adoption.</p>
<p>2. <strong><em>Governance Workspace</em></strong> – If you have SharePoint as part of your ISC, build a workspace! A secure SharePoint workspace helps provide continuity and accountability between governance meetings. This is especially important as people can get busy and attendance can be inconsistent sometimes. At a minimum, it promotes real world collaboration experience for the team and takes the theory out of it. This is also a great way for the team to challenge themselves to improve how they collaborate. Be creative with your site but KEEP IT SIMPLE!</p>
<p>3. <strong><em>CXO (where X != I or T)</em></strong> — An Executive Champion is critical for many reasons. First off, they are closest to business objectives and can provide direction and ensure business alignment. Second, they can ensure time and money are being invested appropriately to manage your information. Lastly, they can exert influence on the rest of your organization when needed to ensure people are listening and taking ISC seriously. Typically someone on the operations side of your organization will have the most clout. If you find getting someone like this on board, there are lots of amazing statistics on SharePoint, Lync, Exchange, or Enterprise Search that should catch their attention. Did you know that according to IDC, employees spend on average 10hrs per week simply looking for information?</p>
<p>4. <strong><em>Ongoing End User Surveys</em></strong> – Surveys are so simple to do in SharePoint or any decent portal technology and can help you keep a pulse on your user community. Getting objective feedback from users should always be a priority for any organization and anonymous feedback sometimes can help you get to the root of most problems quickly. Without a pulse on what users are getting value out of, you are shooting in the dark! If your responses are low, small incentives work wonders. It is amazing what people will do for a $5 Starbucks Gift Card!</p>
<p>5. <strong><em>Reporting/Auditing</em></strong> – Web analytics are immensely useful to understand what people have a hard time articulating or find difficulty remembering. Good analytic reports (Top Pages, Top bad urls, Top search keywords, Failed searches, etc.) are a goldmine and if used to proactively find problems can help you quickly resolve usability and user adoption issues. SharePoint on premise has most of these reports out of the box. If you are using SharePoint Online, you may need to add Google Analytics to derive most of this information.</p>
<p>6. <strong><em>Agile Development</em></strong> – Testing and Quality Delivery are generally one of the things that organizations try to focus on improving when it comes to ISC Governance. I believe that Agile development is a great model to follow to ensure users are spoon fed new features and tools in a digestible manner. Also as volatile and shifty as ISC can be, Agile will help you to ensure you are able to focus on business priorities as they ebb and flow.</p>
<p>7.<strong><em> The “Tune Up”</em></strong> – No matter how good you are at governance and how long you have been doing it, over time, a governance process can get stale and so can the team. What do you do when you are “out of good ideas”? GET A FRESH PERSPECTIVE. Find other organizations using similar technologies and share ideas. Technology conferences are a great place to meet like-minded people. Experienced consulting firms also have a wealth of knowledge. They typically have seen dozens and dozens of different problems and multiple solutions applied across a variety of industries.</p>
<p>Hopefully you found at least a couple of new ideas and things to try as you embark on your governance journey. As always, please don’t hesitate to contact me or Credera if there is anything we can help you with. All the best to you and good luck!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/7-key-governance-tools-for-sharepoint-office-365-or-information-sharing-and-collaboration-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: Strategic Partnership with National Geographic Society</title>
		<link>http://blog.credera.com/type/casestudies/is-credera-your-vendor-or-your-partner/</link>
		<comments>http://blog.credera.com/type/casestudies/is-credera-your-vendor-or-your-partner/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 23:13:47 +0000</pubDate>
		<dc:creator>Rebecca Cochener</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[National Geographic]]></category>
		<category><![CDATA[partner]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3845</guid>
		<description><![CDATA[I’ve had the opportunity to work with some really terrific clients who value the contributions of my company, my team, and me.  They treat us as partners, not vendors.  What’s the difference? As partners, we: Focus on long-term strategic value Work together toward common goals and treat each other as teammates Build into each other [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve had the opportunity to work with some really terrific clients who value the contributions of my company, my team, and me.  They treat us as partners, not vendors.  What’s the difference?</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/Credera-partner.png"><img class="size-full wp-image-3846 alignright" title="Credera - partner" src="http://blog.credera.com/wp-content/uploads/2012/04/Credera-partner.png" alt="" width="400" height="291" /></a>As partners, we:</p>
<ul>
<li>Focus on long-term strategic value</li>
<li>Work together toward common goals and treat each other as teammates</li>
<li>Build into each other (e.g., hold each other accountable to achieve business objectives, grow skill sets across the entire team, share risk and responsibility, maintain a set of core values, etc.)</li>
<li>Communicate often and freely, including being free to discuss hard or unpleasant topics</li>
<li>Celebrate and congratulate each other on successes</li>
<li>Refrain from pointing fingers and instead become solution-focused during mistakes or problems</li>
</ul>
<p>When clients think of us as vendors, it typically creates a different atmosphere and attitude:</p>
<ul>
<li>Focus on fulfilling short term need</li>
<li>Motivated by other, perhaps unknown objectives (i.e., business, personal, or political)</li>
<li>Willing to sacrifice others to meet those objectives</li>
<li>Focus on protecting oneself or one’s company (e.g., grows skill sets of one person or party, acts defensive or choose to blame, transitions risk and responsibility, etc.)</li>
<li>Only communicate what they perceive is necessary</li>
<li>React defensively when discussing hard or unpleasant topics</li>
<li>Receive all the credit when successful</li>
<li>Look for someone or a group to blame in the face of adversity</li>
</ul>
<p>Now, I’ve been successful with both types of clients, because that is my job.  Understand the business objectives, determine how to achieve those objectives, and make it happen.  That is what companies pay Credera to do.  The question I ask myself is, “Did we take this opportunity to meet our business objectives AND do something life-changing for our people (jointly), our client, the customers, our company, or our community?”  What if there was more benefit (i.e., strategic, financial, personal, or otherwise) that we could have gleaned from this situation?  Shouldn’t we always try to achieve more than we set out to do?</p>
<p>By now you are probably saying “Of course, but that sure sounds pie in the sky”.  Well, I have several client examples where it isn’t.  I’ll write about one …</p>
<p>I have had the pleasure of working with Kelly Beam, VP eCommerce and Customer Experience, at National Geographic Society (NGS).  The division for which she works generates revenue that is ultimately used to further NGS’ mission (i.e. to inspire people to care about the planet through conservation, research and exploration, and education).</p>
<p>Our firm has worked jointly with her team on a few different projects.  Let’s go back to our first development project together, though.  At the end of that project, we conducted a “Lessons Learned” meeting and spent 2 hours discussing what worked well and what needed improvement.  We celebrated achieving our project objectives and timelines, but we also talked about what didn’t go so smooth.  In that conversation, I really appreciated Kelly’s openness and frankness.  And even more, I appreciated that we each owned certain mistakes and focused on solutions to continuously improve our overall team performance.</p>
<p>In addition to enhancing our project execution, we discussed future development and customer experience needs.  My team articulated investments we thought would reap them significant rewards, and Kelly’s team communicated their initial strategy and roadmap for the next year.  From there, we drafted a joint plan and agreed priorities.   There wasn’t guesswork.  There wasn’t deceptiveness.  We spurred one another towards the right answers.</p>
<p>Two projects on their roadmap included enhancements to their eCommerce website as well as developing a mobile version of their website.  Fortunately they chose to expand our relationship, and we worked on these projects together.  We implemented some of the changes identified in our “Lessons Learned” meeting from the year before.  The result&#8230; better communication, clearer roles and responsibilities, improved testing cycles and processes, smoother deployments, enhanced trust, oh and of course, technology that worked as desired, was friendly for customers to use (e.g., mobile site rated 5 out of 5 on the <a href="http://www.howtogomo.com/en/d/" target="_blank">Go Mo</a> scale, etc.), and established long-term growth potential.</p>
<p>Now, I’m very respectful that they are the client.  They can work with whomever they want whenever they want.  And we continually seek to ‘win the right to keep them as a client’.  That is as it should be.  But, it isn’t a relationship that operates in fear or doubt.  Nor is it focused solely on short-term needs.  Instead, our continued relationship focuses on achieving business success, continuously improving, doing things the right way, and ultimately progressing National Geographic Society’s mission.  Now that is a greater purpose, indeed!  And one that makes me proud to be their Partner!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/type/casestudies/is-credera-your-vendor-or-your-partner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Recipient Policies for Hybrid Coexistence</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/updating-recipient-policies-for-hybrid-coexistence/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/updating-recipient-policies-for-hybrid-coexistence/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 00:23:12 +0000</pubDate>
		<dc:creator>Adrian Romo</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[office 365]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3820</guid>
		<description><![CDATA[The Manage Hybrid Configuration wizard introduced with Exchange 2010 Service Pack 2 greatly reduces the complexity of staging hybrid coexistence with Office 365 and Exchange Online. However, some tasks must still be manually performed. One of the activities the wizard performs behind the scenes is upgrading existing Recipient Policies/Email Address Policies to Exchange 2010 format [...]]]></description>
			<content:encoded><![CDATA[<p>The Manage Hybrid Configuration wizard introduced with Exchange 2010 Service Pack 2 greatly reduces the complexity of staging hybrid coexistence with Office 365 and Exchange Online. However, some tasks must still be manually performed. One of the activities the wizard performs behind the scenes is upgrading existing Recipient Policies/Email Address Policies to Exchange 2010 format using the Set-EmailAddressPolicy cmdlet. The caveat is this process fails for Exchange 2003 organizations if any of the policies have Mailbox Manager Settings assigned to them or if they use LDAP queries to filter which mailboxes they apply to.</p>
<p>To determine if any Recipient Policies in Exchange 2003 have Mailbox Manager Settings, run the <strong><span style="font-family: Consolas;">Get-EmailAddressPolicy &#8220;Policy Name&#8221; | FL</span></strong> command and verify that HasMailboxManagerSetting is set to False. If it is set to True, open the Exchange 2003 System Manager, go to Recipients, Recipient Policies and right-click the policy, select Change property pages… and uncheck Mailbox Manager Settings.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image001.gif"><img style="padding-left: 0px; padding-right: 0px; padding-top: 0px; border: 0px;" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image001_thumb.gif" alt="clip_image001" width="244" height="193" border="0" /></a></p>
<p>Unfortunately updating Recipient Policies that use LDAP filtering is not that simple. Running the following PowerShell command will upgrade <em>all</em> Recipient Policies:</p>
<p align="left"><span style="font-family: Consolas;">Get-EmailAddressPolicy | where {$_.RecipientFilterType –eq “Legacy”} | Set-EmailAddressPolicy –IncludedRecipients AllRecipients</span></p>
<p>However, the upgrade will also convert each policy’s LDAP filter criteria into <strong>(&amp;(mailnickname=*))</strong> – which is basically a wildcard that applies to all mailboxes. The result of this conversion will be that the first policy with this mailnickname=* criteria will get applied to any mailboxes not subject to a higher priority policy. This has the potential to change users’ e-mail addresses and cause severe disruptions in message delivery.</p>
<p>In this case the best practice is to convert the LDAP filters to OPATH filters. There is a PowerShell <a href="http://gallery.technet.microsoft.com/scriptcenter/7c04b866-f83d-4b34-98ec-f944811dd48d" target="_blank">script</a> in the TechNet Script Center Repository that was written to convert existing LDAP filters to OPATH filters. Administrators can also remove policies and manually recreate them using a command like this:</p>
<p><span style="font-family: Consolas;">Set-EmailAddressPolicy &#8220;Contoso.co.uk&#8221; -RecipientFilter {((MemberOfGroup -eq &#8220;CN=Contoso UK Users,OU=Groups,DC=contoso,DC=com&#8221;))} -EnabledPrimarySMTPAddressTemplate &#8216;SMTP:@contoso.co.uk&#8217;</span></p>
<p><span style="font-family: Arial;">This method should only be used during maintenance windows because it could cause brief delivery disruptions while being implemented.</span></p>
<p>No matter the approach, the takeaway is that any organization planning to implement hybrid coexistence between Exchange 2003 and Office 365 should evaluate their Recipient Policies beforehand and develop a strategy for updating them. Credera has extensive experience in designing, planning and implementing Office 365 migrations. If you have questions about this post, upcoming posts or Office 365 in general, please <a href="http://credera.com/Contact/Pages/default.aspx">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/updating-recipient-policies-for-hybrid-coexistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Do So Many of Us Settle?</title>
		<link>http://blog.credera.com/topic/management-consulting/why-do-so-many-of-us-settle/</link>
		<comments>http://blog.credera.com/topic/management-consulting/why-do-so-many-of-us-settle/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 22:26:48 +0000</pubDate>
		<dc:creator>Matt Levy</dc:creator>
				<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[Management Consulting]]></category>
		<category><![CDATA[leadership coaching]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3791</guid>
		<description><![CDATA[Why do so many of us settle? Life is too short. A human life in context of “forever” is like a small dot on a piece of string that has filled up a football stadium. I’ve got one shot; I really don’t want to waste it. Refusing to settle for what our culture tells us [...]]]></description>
			<content:encoded><![CDATA[<p>Why do so many of us settle? Life is too short. A human life in context of “forever” is like a small dot on a piece of string that has filled up a football stadium. I’ve got one shot; I really don’t want to waste it.</p>
<p>Refusing to settle for what our culture tells us is appropriate is hard. Pushing back against steady cultural influence is a daily challenge. I’d like to share with you a little bit about what that might look like. It is a three-part strategy.</p>
<p style="text-align: center;"> <a href="http://blog.credera.com/wp-content/uploads/2012/04/love-what-you-do22.png"><img class="wp-image-3797 aligncenter" title="Credera - love what you do" src="http://blog.credera.com/wp-content/uploads/2012/04/love-what-you-do22-1024x662.png" alt="" width="759" height="491" /></a></p>
<p>Sketch art courtesy of <a href="http://www.floodgatecreative.com" target="_blank">Floodgate Creative</a>. Thanks guys!</p>
<p><strong>Number 1.</strong> <strong>Loving what you do</strong></p>
<p>This is your craft. This is the work that you enjoy pouring energy, time and thought into. You are better at this than most people. And, when you execute well your craft makes a significant positive contribution. It is fun to work on something and have it make a difference/impact. I love marketing. From my perspective marketing is the amplifier of truth. Truth in my business is great work. I love to use the marketing amplifier to help others see the great work that has been accomplished, the great people who did it and how it has ultimately helped others. When others see or hear the amplified sound of great work they want more of it. When they want more of it our firm grows. As our firm grows we build into more leaders and are able to be more generous with our resources. As we build into more leaders and are more generous the world changes. Truth permeates. Lives change.</p>
<p><strong>Number 2. Loving who you do it with</strong></p>
<p>This is pretty straightforward but incredibly important. Loving who you do it with has a double meaning. I love the people I get to work with. I really do love them. Sometimes I even tell them that. I know that may sound a little strange, but it is true and they need to know it. Everyone needs to know they are loved. They are incredibly smart, diligent, hard working and honorable people. Those I interact with have something unique and great to offer. Excellence inspires. The second element of loving my friends at work is the act of caring for them. I greatly enjoy opportunities to help using whatever resources we have to meet a legitimate need. This is fulfilling and I love it. Now, don’t get me wrong, I don’t love people perfectly and have to ask for forgiveness often … but I really do love my friends here and they are gracious enough to forgive me when I mess up.</p>
<p><strong>Number 3. Loving who you go home to</strong></p>
<p>Again pretty straightforward, but also has a double meaning. My wife and kids are awesome. Everyone should have someone that is a friend to them like my wife is to me. She loves me in an unfair way, even with all of my issues. I love her too, a lot. Our kids are pre-adolescent and have maintained an innocence that is sweet, charming and whimsical. They inspire me to want to be great so they can have someone to look up to and emulate. On my best days they know the depth of my love and concern for them and do want to emulate me. On my worst days I am asking for forgiveness and experiencing grace. What a great group of people. I love them deeply.</p>
<p>Right now, I feel like I am exactly where I am supposed to be, doing exactly what I am supposed to be doing.  Life is short. Don’t waste it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/management-consulting/why-do-so-many-of-us-settle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 365 Hybrid Coexistence and Multiple Messaging Domains</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-hybrid-coexistence-and-multiple-messaging-domains-2/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-hybrid-coexistence-and-multiple-messaging-domains-2/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 15:02:27 +0000</pubDate>
		<dc:creator>Adrian Romo</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[office 365]]></category>

		<guid isPermaLink="false">https://blog.credera.com/?p=3770</guid>
		<description><![CDATA[The advent of Exchange 2010 Service Pack 2, released in December of 2011, introduced a new feature called the Manage Hybrid Configuration wizard that continues to improve the level of automation available to achieve hybrid coexistence with Office 365. This wizard automates approximately 50 manual configuration tasks previously required to implement an Office 365 Hybrid [...]]]></description>
			<content:encoded><![CDATA[<p>The advent of Exchange 2010 Service Pack 2, released in December of 2011, introduced a new feature called the Manage Hybrid Configuration wizard that continues to improve the level of automation available to achieve hybrid coexistence with Office 365. This wizard automates approximately 50 manual configuration tasks previously required to implement an Office 365 Hybrid solution and reduces it down to 6. Even with the improvement of the integration process and automation options available, there are still significant pitfalls that should be avoided wherever possible.</p>
<p>Many businesses today rely on a multi-faceted brand marketing approach, which has given rise to the average Exchange organization supporting significantly more than a single e-mail domain for their business users. Organizations with a large number of messaging domains will find that this increases the complexity and cost of establishing hybrid coexistence with Exchange Online due to prerequisites that must be met for each domain. Both the Office 365 portal and the Manage Hybrid Configuration wizard employ proof of ownership verification via DNS. Office 365 verification involves querying public DNS for a TXT record in this format:</p>
<table width="400" border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="133"><strong>Alias or Host Name</strong></td>
<td valign="top" width="133"><strong>Text</strong></td>
<td valign="top" width="133"><strong>TTL</strong></td>
</tr>
<tr>
<td valign="top" width="133">@</td>
<td valign="top" width="133">MS=ms87654321</td>
<td valign="top" width="133">1 hour</td>
</tr>
</tbody>
</table>
<p>Office 365 verification subsequently populates the list of accepted domains available to be added in the Manage Hybrid Configuration wizard. The wizard then requires further proof of ownership in the form of a public DNS TXT record in this format:</p>
<table width="400" border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="133"><strong>Alias or Host Name</strong></td>
<td valign="top" width="133"><strong>Text</strong></td>
<td valign="top" width="133"><strong>TTL</strong></td>
</tr>
<tr>
<td valign="top" width="133">@</td>
<td valign="top" width="133">asdf1234…==</td>
<td valign="top" width="133">1 hour</td>
</tr>
</tbody>
</table>
<p><em><span style="font-size: xx-small">This TXT record is comprised of 86 randomly generated characters and is suffixed by two = symbols</span> </em></p>
<p>The Manage Hybrid Configuration Wizard also requires both public and internal DNS A records for the Outlook Autodiscover Service. Each messaging domain must have autodiscover.domain.com pointed to the hybrid server. The reasoning behind this requirement is that a large percentage of support calls to Microsoft are driven by difficulties configuring Outlook to connect to the appropriate server. The Autodiscover Service does this for end users and all they are required to provide is their e-mail address and password. So regardless of whether or not an organization plans to support Outlook as a messaging client, they will be compelled to build the infrastructure to support it in order to establish hybrid coexistence.</p>
<p>In addition, the Manage Hybrid Configuration wizard also requires a Subject Alternative Name (SAN) certificate that includes entries for Outlook Web App, SMTP TLS communication and each messaging domain’s autodiscover FQDN.</p>
<p><a href="http://blog.credera.com/wp-content/uploads/2012/04/clip_image001.png"><img class="alignleft" style="border: 0px currentColor;padding-top: 0px;padding-right: 0px;padding-left: 0px" src="http://blog.credera.com/wp-content/uploads/2012/04/clip_image001_thumb.png" alt="clip_image001" width="244" height="190" border="0" /></a><br />
<em></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em>New Exchange Certificate wizard in the Exchange Management Console </em></p>
<p>Provisioning these resources in a timely manner can be complicated if the organization’s public DNS is not centrally hosted and managed. SAN certificates can support up to 100 alternative names, but again coordinating approvals for every domain included in a timely fashion can be complicated for decentralized organizations. Large capacity certificates are also costly and should be budgeted for accordingly.</p>
<p>The bottom line is the Manage Hybrid Configuration wizard (ergo hybrid coexistence) will fail if <strong><em>any</em> </strong>of the above mentioned resources are not accounted for. Credera has extensive experience in designing, planning and implementing Office 365 migrations. If you have questions about this post, upcoming posts or Office 365 in general, please <a href="http://credera.com/Contact/Pages/default.aspx">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/office-365-hybrid-coexistence-and-multiple-messaging-domains-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deciding on VM Size and Instance Count in Windows Azure</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/deciding-on-vm-size-and-instance-count-in-windows-azure/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/deciding-on-vm-size-and-instance-count-in-windows-azure/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:31:21 +0000</pubDate>
		<dc:creator>Jason Heilig</dc:creator>
				<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3302</guid>
		<description><![CDATA[When considering migrating an application to the Cloud with Windows Azure, calculating a ball-park cost of hosting the application is an important first step, but possibly not a trivial one. Although Microsoft’s pricing model is readily available and even offers a simple calculator (http://www.windowsazure.com/en-us/pricing/calculator/advanced/) to assist in the process, it may be difficult to know [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">When considering migrating an application to the Cloud with <a href="http://www.windowsazure.com/en-us/" target="_blank">Windows Azure</a>, calculating a ball-park cost of hosting the application is an important first step, but possibly not a trivial one. Although Microsoft’s pricing model is readily available and even offers a simple calculator (<a href="http://www.windowsazure.com/en-us/pricing/calculator/advanced/" target="_blank">http://www.windowsazure.com/en-us/pricing/calculator/advanced/</a>) to assist in the process, it may be difficult to know how much of each resource you will need to get an estimate.</span></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">Some of the items should be fairly straight forward. Historical data can generally provide an estimate of bandwidth and database usage, but when it comes to calculating compute instances and VM size, many IT Managers will find themselves uncertain what they would need. To assist in this, let’s first take a look at the VM role sizes offered by Microsoft.</span></p>
<p><img class="alignnone  wp-image-3303" src="http://blog.credera.com/wp-content/uploads/2012/01/VM.png" alt="" width="586" height="171" /></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">The prices per month for each, at the time of writing, are $30, $90, $180, $360, $720 from ExtraSmall to ExtraLarge respectively. So with the exception of the transition from ExtraSmall to Small, going to the next size VM is exactly twice the cost, which, is mirrored in the increase of resources you get at each level. With each step, CPU Cores, Memory, Disk Space, and Bandwidth are all doubled from the previous. If this is the case, then, is there any advantage to any one of these over the others? The answer is yes. In the majority of cases, the best bet will be to go with the small instance, with the reason being that because all of these resources scale equally to cost it is possible to achieve the exact equivalent to a larger VM simply by increasing the number of instances. For example 8 small instances is equivalent to one ExtraLarge instance, with the advantage of the fact that when not needed these small instances can be turned off and will cost nothing.</span></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">By hosting the application in this manner, it increases the effectiveness of the number one reason that a business would transition to the cloud anyway – Scalability. Obviously 16 smaller instances can be more finely adjusted to the application’s usage than 2 ExtraLarge can. If traffic gets higher or lower than expected, two Small Instances can be added at $180/mo for the time that they are running, versus adding another ExtraLarge for $720/mo.</span></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">The only exception to using the smallest instance, is in the case of the ExtraSmall, which offers only 1/20 of the bandwidth of the Small, making it only feasible for very lightly accessed applications or, more likely, a QA environment.<br />
</span></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;">From this point, it becomes much easier to estimate the compute instance requirements of migrating the application to Windows Azure. Take the current server(s) total resources (CPU, RAM, etc) and find how many Small instances it would take to recreate it. This gives a good starting point, however, remember that these instances can be turned on and off to meet demand, and beyond the first instance, there is no charge when the instances are off. This can lead to significant cost savings, and is the primary incentive to migrating to the cloud.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/deciding-on-vm-size-and-instance-count-in-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credera Denver Office Has Relocated</title>
		<link>http://blog.credera.com/type/news/credera-denver-office-has-relocated/</link>
		<comments>http://blog.credera.com/type/news/credera-denver-office-has-relocated/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 16:34:28 +0000</pubDate>
		<dc:creator>Jennifer Howell</dc:creator>
				<category><![CDATA[Featured Posts – Front Page Left]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[it consulting firm]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3717</guid>
		<description><![CDATA[Credera is thrilled to announce the relocation of its Denver Office to The Quadrant. The Quadrant is located in the Denver Tech Center in southeast Denver. Jesus Salazar, Principal, leads the Denver Office and is committed to delivering value to the greater Denver community. “Investing in our local communities with other business leaders is a very important [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.credera.com/wp-content/uploads/2012/03/Credera-Denver-Office-The-Quadrant.jpg"><img class="alignleft size-full wp-image-3720" title="Credera Denver Office - The Quadrant" src="http://blog.credera.com/wp-content/uploads/2012/03/Credera-Denver-Office-The-Quadrant.jpg" alt="" width="179" height="206" /></a>Credera is thrilled to announce the relocation of its Denver Office to <a href="http://www.showcase.com/property/5445-DTC-Parkway/Greenwood-Village/Colorado/393030" target="_blank">The Quadrant</a>. The Quadrant is located in the Denver Tech Center in southeast Denver. Jesus Salazar, Principal, leads the Denver Office and is committed to delivering value to the greater Denver community.</p>
<p>“Investing in our local communities with other business leaders is a very important part of the Credera culture. Great leaders set the pace for positive change in their communities. It is a privilege to work along-side many of these leaders as Credera clients and friends,” said Salazar.</p>
<p>Credera is a proud supporter of the Colorado Technology Association and recently Co-Sponsored the C-Level @ A Mile High event on March 15, 2012.</p>
<p>&nbsp;</p>
<p><strong>Credera Denver Office Address:</strong></p>
<p>Credera</p>
<p>The Quadrant</p>
<p>5445 DTC Parkway, Suite 1040</p>
<p>Greenwood Village, CO 80111</p>
<p>303.623.1344 Phone</p>
<p>303.484.4577 Fax</p>
<p><a href="http://g.co/maps/8bacj">Link to Google Maps</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/type/news/credera-denver-office-has-relocated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Strategy of Partitions in Windows Azure</title>
		<link>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/the-strategy-of-partitions-in-windows-azure/</link>
		<comments>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/the-strategy-of-partitions-in-windows-azure/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 16:05:21 +0000</pubDate>
		<dc:creator>Jason Heilig</dc:creator>
				<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Microsoft Solutions]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[cloud data center]]></category>
		<category><![CDATA[data center infrastructure]]></category>
		<category><![CDATA[microsoft azure]]></category>
		<category><![CDATA[microsoft cloud]]></category>

		<guid isPermaLink="false">http://blog.credera.com/?p=3554</guid>
		<description><![CDATA[The primary reason for any shift to the cloud is its scalability capabilities. In previous blogs I have discussed the scalability of applications using Windows Azure. The focus now is on the scalability of the data off which these applications run. If you do not plan for data scalability, then you could end up architecting [...]]]></description>
			<content:encoded><![CDATA[<p>The primary reason for any shift to the cloud is its scalability capabilities. In previous blogs I have discussed the scalability of applications using Windows Azure. The focus now is on the scalability of the data off which these applications run. If you do not plan for data scalability, then you could end up architecting a solution like this:<br />
<a href="http://blog.credera.com/wp-content/uploads/2012/02/Cloud-Visio.bmp"><img class="alignnone size-full wp-image-3556" src="http://blog.credera.com/wp-content/uploads/2012/02/Cloud-Visio.bmp" alt="" width="750" height="600" /></a><br />
In this scenario, although the application is load balanced and scalable, the data center is still a bottleneck because it does not scale well. The application can only perform as well as the data is able to read/write.</p>
<p>In Windows Azure, the maximum database size is 50GB. The reason for this? The idea is that the data should be ‘partitioned’ by logical divisions that make the data as scalable as the application is. Essentially the goal would be to change the above scenario to one more like this:<br />
<a href="http://blog.credera.com/wp-content/uploads/2012/02/Cloud-Visio-2.bmp"><img class="alignnone size-full wp-image-3555" src="http://blog.credera.com/wp-content/uploads/2012/02/Cloud-Visio-2.bmp" alt="" width="750" height="600" /></a><br />
In this scenario, the data spans across several databases and possibly across datacenters. This is not redundancy, although Windows Azure certainly supports it, this is partitioning of the data. Each of these four databases holds a portion of the total data for the application, and to get the most out of this separation, careful thought must be placed into how the data is divided.</p>
<p>So, how should the data be divided? Geographic region is usually a good first thought. For instance, consider an application that serves up data for a distributorship. Let’s say that this distributorship has 5 geographic regions that it serves. The Windows Azure application could use 5 separate SQL Azure databases, rather than one large one. In each database, the data for each individual geographic region is stored (accounts, contracts, sales, etc). The application would have access to all 5 of the databases; however, the vast majority of queries to the data will only need to hit one of these databases. Dividing the data in this manner has made it significantly more scalable than one single database connection would be.</p>
<p>The catch here is that it is extremely important that a great deal of thought is put into how to divide the data. If the application is often doing read/writes on data from several of these databases, then it could actually slow the application. Every application will be different, and once the decision is made, it will likely be difficult to change the way it is partitioned. But done correctly, the application will scale much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.credera.com/topic/technology-solutions/microsoft-solutions/the-strategy-of-partitions-in-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

