<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
   <channel>
      <title>C5 Insight: SharePoint - Business User</title>
      <description>Non-technical posts related to SharePoint. Focused on topics such as best practices, user training, and general information. Geared toward business users and managers.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=896986b1caa104bfbd1c2b49b3904ca1</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=896986b1caa104bfbd1c2b49b3904ca1&amp;_render=rss&amp;page=2" />
      <pubDate>Sat, 26 May 2012 18:21:34 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/C5SharePoint/BusinessUser" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="c5sharepoint/businessuser" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">C5SharePoint/BusinessUser</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
         <title>Microsoft Collaboration and Virtualization: A Real World Deminar</title>
         <link>http://feedproxy.google.com/~r/SuccessAcceleratorsSharePoint/~3/3Jdtj7_KkUI/Default.aspx</link>
         <description>Who:  &lt;a rel="nofollow" target="_blank" href='http://www.C5Insight.com'&gt;C5 Insight&lt;/a&gt;&lt;br/&gt;What: Live Event&lt;br/&gt;When: Wednesday, May 30, 2012 10:00 AM - 1:00 PM EST&lt;br/&gt;How Much: $0.00&lt;br/&gt;Event Type: Live Event&lt;br/&gt;&lt;a rel="nofollow" target="_blank" href='http://www.successaccelerators.com/EventListPage/EventRegistration/tabid/1140/Default.aspx?id=442b9116-439a-e111-a8cb-1cc1dee89a7f'&gt;Register&lt;/a&gt;&lt;br/&gt;&lt;img src="http://feeds.feedburner.com/~r/SuccessAcceleratorsSharePoint/~4/3Jdtj7_KkUI" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">442b9116-439a-e111-a8cb-1cc1dee89a7f</guid>
         <pubDate>Wed, 30 May 2012 00:00:00 +0000</pubDate>
      </item>
      <item>
         <title>Application Data Integration – Part Three, Timing and the Rules</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/258/Application-Data-Integration-Part-Three-Timing-and-the-Rules.aspx</link>
         <description>&lt;hr /&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/font&gt;his is my third blog in a series concerning data integration.  In my first two blog entries we overviewed some of the data integration hurdles as well as some of the common methods used to discover the net-change data that will need to be translated.  Here in my third blog I’ll discuss some of the benefits of not integrating in real-time, but creating a batch job to perform the integration.  We’ll also look at the Business Rules that may need to be applied within the integration process.&lt;/p&gt;
&lt;p&gt;&lt;hr /&gt;
&lt;font size="4"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/font&gt;hey say ‘timing is everything’.  I don’t necessarily agree that it’s &lt;em&gt;everything&lt;/em&gt;, but it is an important ingredient in the design of your integration.  It’s always my first reaction to go ‘real-time’ with an integration project.  Scoping and requirements gathering will then bring me to a place where a part of the integration may not work designed to run as real-time.  Every business is built on processes that serve them well, or at least served them well back in the day.  There are times when transaction volume will preclude using real-time methods for translation.  Running the process, because of the volume, may have such an impact on the system, that user can not tolerate the sluggishness of the system during business hours.  Perhaps there is a business process that does not make data available until after business hours.  There can be any number of business process scenarios that would dictate utilizing a batch integration process rather than a real-time integration process.&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;B&lt;/strong&gt;&lt;/font&gt;usiness processes are not the only consideration when designing your integration.  The environment, and specifically the hardware that the integrated systems reside on, can play a key role in determining the integration process to use.  For example, if your integration design requires polling a record set for the net-change data, that polling can effect performance.  But to a greater extent, the record set that is returned will typically populate any RAM that is available, and if there is not enough RAM to hold the entire return record set, then it will occupy static drive space.  Depending on how large the net-change record set is, that’s been returned, stealing all available RAM can seriously impact performance of the system.  Conversely, you may have designed a multi-threaded integration process, such as utilizing a message queue as a pickup point for the extracted net- change data.  Where running a multi-threaded process, you are able to translation a larger volume of data in a shorter period of time, but, that process will be very CPU intensive.&lt;img align="right" width="175" height="276" alt="" src="http://blogs.c5insight.com/Portals/0/BlogImages/Other/Seen My Data.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/font&gt;o, when developing your integration design, keep in mind that batch processing is memory intensive and multi-threaded processes are CPU intensive.  Depending on the environment you’re working in, you may have the inclination to build one type of integration process, but the impact of that process would be too costly in terms of system performance and end-user satisfaction.&lt;/p&gt;
&lt;p&gt;&lt;hr /&gt;
&lt;font size="4"&gt;&lt;strong&gt;O&lt;/strong&gt;&lt;/font&gt;k, so you have one part of your integration setup, great.  You’re integrating customers from your CRM system to your ERP system, fantastic.  You turn on the integration, and not too long afterward, folks from the finance group are complaining that there are customers in ERP that don’t belong in the system.  “What’d?, you say.  I thought you wanted customers integrated in both system?”.  The response from finance is that some of these aren’t customers, they are only prospects.  Ah, so not all customers are the same in the CRM system.&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/font&gt;his is a very typical scenario.  The CRM system breaks down ‘customers’ into different customer types.  Only ‘customers’ that have actually bought something are to be integrated into the ERP system.  So, you need to be able to filter records in order to meet the requirements of this business rule .  That filtering can take place in two different places, &lt;strong&gt;a)&lt;/strong&gt; at the time of discovery of the net-change data or, &lt;strong&gt;b)&lt;/strong&gt; during the translation process of the net-change data.  If you have used a query to discover the net-change data, you may only need to add something to the WHERE clause of the query, to ensure that only records that meet the business rule criteria are discovered.  If the application has it’s own net-change method, but cannot be modified to filter the records, you will need to build the filtering into the translation process rather than in the discovery process.  There can, however, be some advantages to filtering at the integration process level.  Let’s say that you only want purchasing customers being integrated into you ERP system, but you would like to see an aggregated view of all new customers that have been added to the either system.  When you filter out the customers at the translation point rather than the discovery point, you have the records discovered in the net-change process, so, the entire record set can be used to create customer, by type, reporting.&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;A&lt;/strong&gt;&lt;/font&gt;nother. more complex example would be; sales orders being placed in the ERP system and then translated to one of several warehouse systems for processing.  In this case, you not only have to filter the record set, but you also have to determine what translation processes will be used to ensure the sales order record is consumed by the correct warehouse system.  As you can see, business rules will have a huge impact on how you might design your integration process.  The entire solution may incorporate many different net-change discovery methods as well as many different data translation methods.  Don’t get caught building a useless solution, wasting time and money.  Dig deep into the requirements in order to develop the best integration processes for the given scenario your are working under.&lt;/p&gt;
&lt;p&gt;&lt;hr /&gt;
&lt;font size="4"&gt;&lt;strong&gt;&lt;img align="left" style="width:106px;height:97px;" alt="" src="http://blogs.c5insight.com/Portals/0/BlogImages/Other/Integration Cycle.png"/&gt;A&lt;/strong&gt;&lt;/font&gt;s promised, this series is intended to be somewhat high level, but, I hope through some of the topics covered you have become a little more familiar with Application Data Integration.  It can be tricky stuff to get your hear around; there are a lot of issues to consider.  Not digging deep enough for the requirements can be very costly, not only monetarily, but also with adoption by your end-users if your integration is tied to a new business system implementation.  Knowledge is power, so I hope I’ve charged your batteries a little.&lt;/p&gt;
&lt;hr /&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/258/Application-Data-Integration-Part-Three-Timing-and-the-Rules.aspx</guid>
         <pubDate>Tue, 03 Apr 2012 18:00:00 +0000</pubDate>
      </item>
      <item>
         <title>Application Data Integration – Part Two, Net-Change</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/256/Application-Data-Integration-Part-Two-Net-Change.aspx</link>
         <description>&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;&lt;font size="4"&gt;&lt;img hspace="10" alt="" align="left" style="width:106px;height:106px;" src="http://blogs.c5insight.com/Portals/0/BlogImages/Other/Integration Creep.png"/&gt;I&lt;/font&gt;&lt;/b&gt;n my previous blog focusing on the hurdles of real-time, two-way data integration, I highlighted the hurdle of how to discover the data you need translated. In most cases, discovering the net-change data is all you want to translate on a real-time basis. Remember, a two-way integration means net-change data going in two directions or more (depending on the number of systems you’re integrating) at a rate determined by how many end-users there are on each of the systems being integrated. Business systems with a significant amount of end-users can create substantial volumes of net-change data.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;&lt;font size="4"&gt;I&lt;/font&gt;&lt;/b&gt;n order to manage the volume of data flowing between systems, you must choose a net-change model to discover just the data that needs to translate. There are traditionally four basic models to choose from, one of which will discover the net-change data. They are not all equal though, so choosing will depend somewhat on the system(s) you’re working with and somewhat depend on the data model of the system(s) with which you’re working.&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/font&gt;he four methods are as follows, in best practice order:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;strong&gt;Application Method&lt;/strong&gt; – this method is the most reliable and system efficient.  It relies on the system, or application, to find the net-change data and produce it in a format that is easily translated and consumed by other systems.  Some of the advantages of the Application Method are; &lt;img alt="Application Net-Change" align="right" width="200" height="100" src="http://blogs.c5insight.comhttp://blogs.c5insight.comhttp://blogs.c5insight.com/Portals/0/BlogImages/Other/Net-Change 1.png"/&gt; &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;a)&lt;/font&gt;&lt;/strong&gt;  It typically can support deletes.  In other words, records deleted by end-users can be traced to the other integrated systems, and if the business rules permit, will delete those records as well. &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;b)&lt;/font&gt;&lt;/strong&gt;  It is more likely to produce the net-change data in the order in which it was changed.  This could become important if the net-change data is being produced in logical but separate extracts.  One example would be if the system that is producing  the net-change data, splits a sales order into a header file and a detail file.  The consuming system will likely have referential integrity rules that would not allow details to be consumed before the header. &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;c)&lt;/font&gt;&lt;/strong&gt;  It has, typically, very little impact on the producing system, providing an un-noticeable effect to the end-users. &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;d)&lt;/font&gt;&lt;/strong&gt;  Reliability is a key factor.  If the application is running, then net-change is being discovered and made consumable for other systems.  &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Tracker-Table&lt;/strong&gt; &lt;strong&gt;Method&lt;/strong&gt; – Also known as the&lt;em&gt; shadow table method&lt;/em&gt;, the tracker-table method is somewhat invasive, but is very useful in cases where the data model does not always supply a last modified date/time stamp on each record.  The tracker-table method does just what it says, it tracks the records that have had a change made to them.  It is invasive because it requires creating objects in the database of the system.  The idea being, create a table with at least three columns (ObjectName, RecordId,ChangeType).  This is the tracking table.  Then, place triggers on the tables which you are interested in seeing the net-change.  The triggers are designed to modify the tracker-table in the following ways; &lt;img hspace="2" alt="" align="right" width="200" height="100" src="http://blogs.c5insight.comhttp://blogs.c5insight.comhttp://blogs.c5insight.com/Portals/0/BlogImages/Other/Net-Change 2.png"/&gt; &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;a)&lt;/font&gt;&lt;/strong&gt;  If there is an insert on the table (a new record created),  the trigger will add a record to the tracker-table with three values; &lt;strong&gt;1&lt;/strong&gt; - the table name where the changes came from, &lt;strong&gt;2&lt;/strong&gt; – the recordId that was created when the record was committed, &lt;strong&gt;3&lt;/strong&gt; – an identifier of the type of action that was performed (i.e. I = insert, U = update, D = deleted). &lt;br /&gt;
    &lt;strong&gt;&lt;font color="#000000"&gt;b)&lt;/font&gt;&lt;/strong&gt;  If there is an update made on the table, the trigger will search the tracker-table to find  the ObjectName/RecordId that corresponds to the record that was updated.  When the match is made, the trigger  then adds a ‘U’ to the ChangeType column indicating that the record corresponding to the recordid in the tracker-table, has been updated.. &lt;br /&gt;
    &lt;br /&gt;
    Now that the net-change has been identified in the tracker-table, a mechanism needs to be developed (or a third-party tool employed i.e. Scribe or Informatica), to poll the tracker table for records with an ‘I’, ‘U’ or ‘D’, then join the recordid to the base table and retrieve the record that was changed.  Once retrieved, set the ‘ChangeType’ in the tracker table back to NULL.  Then simply choose the frequency that you want to poll the tracker–table for ‘I’, ‘U’ or ‘D’.  &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Last Update Date Method&lt;/strong&gt; – This method is non-invasive and can be as reliable as the Application and Tracker-Table methods. With this method you simply create a mechanism (or a third-party tool employed i.e. Scribe or Informatica) to poll the data-object for records that are new, or have an last&lt;img hspace="2" alt="" vspace="5" align="right" width="200" height="100" src="http://blogs.c5insight.comhttp://blogs.c5insight.comhttp://blogs.c5insight.com/Portals/0/BlogImages/Other/Net-Change 3.png"/&gt; update date/time stamp that is greater than the last time you polled the data-object.  There are a few other caveats to the WHERE clause but, essentially that’s all there is to it.  Here’s the kicker.  The reason that this method is 3rd in the best-practice ranking is because it is dependent on the clocks being used in the comparison, being synchronized.  If for some odd and perplexing reason one of your applications is getting it’s date/time from the desktop clock (or some other unreliable source), you would most likely end up with records falling through the cracks.  You must make sure the clocks you are using to compared and stamp are reliable. &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Comparison Method&lt;/strong&gt; – If you must discover your net-change records, and none of the first three methods can be applied, this may be your last option.  The Comparison Method (&lt;em&gt;or snapshot method&lt;/em&gt;) consists of making a copy of the recordset in which the net-change data resides.  Then at some point after that first copy, take another copy of the object and compare each row/column for the differences.  This is an extremely laborious method, but at times, desperate men must do desperate things.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;L&lt;/strong&gt;&lt;/font&gt;astly, what to do with concurrent updates to a record.  End-user #1  in sales, opens John Smith’s contact record to add a new cell number.  At the same moment End-user #2 in finance, opens John Smith’s record to update the billing address.  With applications like Dynamics CRM, Salesforce and SharePoint, the application logic will manage the concurrent changes and will make sure both are recognized and able to be discovered as net-change, and translated.  Other than that, it’s the ‘last out wins’ method.&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/font&gt;n my next post in this series, we’ll take a look at working the business process rules and application rules, into the integration process, and, at what frequency should the integration run.&lt;/p&gt;
&lt;hr /&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/256/Application-Data-Integration-Part-Two-Net-Change.aspx</guid>
         <pubDate>Wed, 28 Mar 2012 22:30:00 +0000</pubDate>
      </item>
      <item>
         <title>Convergence Report 1: The Future is Collaborative at #CONV12</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/257/Convergence-Report-1-The-Future-is-Collaborative-at-CONV12.aspx</link>
         <description>&lt;h1&gt; &lt;/h1&gt;
&lt;p&gt;&lt;a rel="nofollow" title="Dynamics CRM Convergence 2012" target="_blank" href="http://www.microsoft.com/dynamics/convergence/houston12/"&gt;&lt;img title="Dynamics CRM Convergence 2012" border="0" alt="Convergence 2012 Dynamics CRM" align="left" width="244" height="65" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/CRM-Collaboration-and-Convergence_626B/image_6.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;After concluding the first day at the Microsoft Convergence 2012 event here in Houston, TX, I can summarize my feelings in one sentence, “It is a great time to be alive and working on collaboration!” Why do I say that? Here are a few brief insights:&lt;/p&gt;
&lt;h2&gt;Collaboration Has Changed Us&lt;/h2&gt;
&lt;p&gt;The initial general session opened with a song that was composed by artists working from different locations around the globe.  It was impressive to hear music that these individuals put together without having met each other.  During the session, I was taking notes on my slate using OneNote – these notes were syncing with our SharePoint server back at the office.  I was also having chat discussions with colleagues both at the event and back at the office via Lync and email.  Later, I was on a Skype call with a new prospect in Australia.  And it began to sink in how much things have changed over the past 10 years.  The idea of collaborating in real time, or even iteratively, with people around the globe, has moved from an idea to the norm.&lt;/p&gt;
&lt;h2&gt;The Future is so Bright…&lt;/h2&gt;
&lt;p&gt;But as much as things have changed, the future is even brighter.  I’ll do a separate blog on some of the changes to expect with the rollout of new versions of Dynamics CRM, SharePoint and Windows in the next 12 months, but here are facts you may not know about Microsoft:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;95,000 employees in over 190 countries and over 600,000 partners – that is a tremendous amount of human thinking contributing to innovation&lt;/li&gt;
    &lt;li&gt;1.5 million people use Microsoft products – and they’re using competing products too, forcing Microsoft to continue to innovate&lt;/li&gt;
    &lt;li&gt;The spend $9 billion in R&amp;D annually – if I heard it correctly, they’re in the top few companies in the world in R&amp;D spend – this will translate into exciting developments over the next 5-10 years that we’re not even envisioning today&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt; &lt;/h2&gt;
&lt;h2&gt;Collaboration Done Right&lt;/h2&gt;
&lt;p&gt;After many years of working as a Microsoft partner, one of the things I have grown to appreciate is their approach to the market.  Make no mistake, I don’t drink all of the Microsoft kool-aid and I know that many have a very negative view of Microsoft just because they are the “big kid on the block.”  But they are doing a lot of things right and they get very little credit for it.  Specifically:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Open Ecosystem:&lt;/strong&gt; Although many would argue that Microsoft software is not “open” (which is true and, in my view, is a good thing), their ecosystem is open.  What does that mean?  Simply that they do not prohibit others from publishing improvements or add-ons to their products.  Anyone can publish a Windows program or CRM add-on (for example) without being forced to go through a “closed” marketplace that may mark it up or may eliminate competitive products all together.  The downside of this is that some low quality products can find their way to the market – the upside is that individual companies and developers have much more freedom to innovate (even if that means competing with Microsoft). &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Choice:&lt;/strong&gt; Microsoft gives both customers and partners the ability to choose.  I had a number of conversations on the first day of the event with customers that said they began working with another company that made it very easy to get started, but they quickly felt trapped.  In some cases I heard complaints about working with a vendor that did not do knowledge transfer – so they could never learn enough to function on their own if they wanted to.  In other cases, I heard that businesses were frustrated because they were trapped in someone else’s cloud that was expensive and limited what they could do.  Microsoft has always worked to provide options (such as the ability to host in their cloud, a partner cloud or a private cloud), and to provide transparent access to knowledge. &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Partners:&lt;/strong&gt; Microsoft has always been dedicated to supporting a partner channel. Although they are not always perfect in their execution of their partner programs, they have created millions of jobs around the globe in partner businesses.  They also understand that partners will often need to work with firms that compete with Microsoft; they may wish it were otherwise, but they understand how partner businesses work.  There is a downside – there are some partner firms out there that do less than high-quality work or that may have low-integrity sales practices; but there are also many thousands of partner firms to choose from that provide local, regional, national and global options to businesses located anywhere on earth. &lt;br /&gt;
     &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I realize that this sounds a little bit like an advertisement for Microsoft.  From what I’ve seen, however, Microsoft attracts an undue amount of criticism. I have, admittedly, sometimes been in the chorus of voices offering (hopefully constructive) criticism.  But this is an organization that is having a tremendously positive impact for their customers, for their partners and for their employees.  With the values they have in place, I hope they thrive for a long time to come. &lt;/p&gt;
&lt;p&gt;Having been around collaboration (from the process, technical and human sides) for over 20 years, I’m more excited than I’ve ever been before about the prospects for the future.  Not just because of what Microsoft is doing, but because of how the entire world is changing.   Here’s to working together to use collaboration to make positive changes, provide tools that enable us to express a genuine care for colleagues and customers, and free people and businesses to innovate!&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/257/Convergence-Report-1-The-Future-is-Collaborative-at-CONV12.aspx</guid>
         <pubDate>Tue, 20 Mar 2012 19:45:00 +0000</pubDate>
      </item>
      <item>
         <title>Application Data Integration – Part One, Overview</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/254/Application-Data-Integration-Part-One-Overview.aspx</link>
         <description>&lt;hr /&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;font size="4"&gt;&lt;strong&gt;&lt;img hspace="10" alt="" align="left" width="115" height="115" src="http://blogs.c5insight.comhttp://blogs.c5insight.com/Portals/0/BlogImages/Other/Integration Cycle.png"/&gt;I&lt;/strong&gt;&lt;/font&gt;n some cases, if not all too some extent, integration between &lt;a rel="nofollow" target="_blank" href="http://crm.dynamics.com/en-us/home"&gt;&lt;span style="color:#0000ff;"&gt;Dynamics&lt;span style=""&gt;™&lt;/span&gt; CRM&lt;/span&gt;&lt;/a&gt;, &lt;a rel="nofollow" target="_blank" href="https://www.salesforce.com/"&gt;&lt;span style="color:#0000ff;"&gt;Salesforce&lt;span style="line-height:115%;font-family:'sans-serif';font-size:11pt;"&gt;®&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; or/and &lt;a rel="nofollow" target="_blank" href="http://sharepoint.microsoft.com/"&gt;&lt;span style="color:#0000ff;"&gt;SharePoint&lt;span style="line-height:115%;font-family:'sans-serif';font-size:11pt;"&gt;®&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; with your back-office system is the key to user adoption.&lt;span style=""&gt;  &lt;/span&gt;Real-time, two-way data integration allows all segments of the business to access the very latest transactional data, and the information that the data contains.&lt;span style=""&gt;  &lt;/span&gt;One example might be the keying of a ‘large’ order by a sales representative into CRM or Salesforce.&lt;span style=""&gt;  &lt;/span&gt;Having real-time, two-way data integration in place, that order would go directly from the crm system  to your ERP/MRP system for processing.&lt;span style=""&gt;  &lt;/span&gt;That in turn will reduce inventory and alert the operations team, signaling the purchasing department that orders need to be placed to backfill inventory and, signaling the operation manager that they will need to increase production to fulfill the ‘large’ order.&lt;span style=""&gt;  &lt;/span&gt;In some cases the integration of data can trigger an alert that will notify outside vendors directly that inventory needs to be replenished.&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;font size="4"&gt;&lt;strong&gt;W&lt;/strong&gt;&lt;/font&gt;ith access to current inventory levels within a sales rep’s CRM or Salesforce system, sales reps can make better informed customer promises with regard to when items will ship and/or if ordered items will be backordered.&lt;span style=""&gt;  &lt;/span&gt;This greatly improves customer satisfaction and adoption of the new CRM or Salesforce system.  Other advantages (among a plethora) is integration into SharePoint as well, where lists can be compiled to help make better business decision as well as having vital documents at your fingertips, which ever application you are currently using.&lt;/p&gt;
&lt;hr /&gt;
&lt;p class="MsoNormal" style="text-align:justify;line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;font size="4"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/font&gt;his is just one small example of how application data integration can improve adoption, and also improve the client’s business prospects.&lt;span style=""&gt;   &lt;/span&gt;My purpose in this blog is not to discuss the business benefits of data integration, but explore some of the architectural hurdles in designing the real-time, two-way data integration processes.&lt;span style=""&gt;  &lt;/span&gt;In a short series of blog entries, we’ll examine:&lt;img hspace="10" alt="" align="right" width="227" height="182" src="http://blogs.c5insight.comhttp://blogs.c5insight.com/Portals/0/BlogImages/Other/Integration Curve.png"/&gt;&lt;/p&gt;
&lt;p&gt; &lt;span style=""&gt;&lt;span style=""&gt; &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_10.jpg"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" width="12" height="12" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_thumb.jpg"/&gt;&lt;/a&gt;     &lt;/span&gt;&lt;/span&gt;&lt;strong&gt;How&lt;/strong&gt; data is discovered for translation                                     &lt;/p&gt;
&lt;p class="MsoNormal" align="left" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;span style=""&gt;&lt;span style=""&gt; &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_12.jpg"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" width="12" height="12" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_thumb_1.jpg"/&gt;&lt;/a&gt;     &lt;/span&gt;&lt;/span&gt;&lt;strong&gt;When&lt;/strong&gt; to discover data for translation                                        &lt;/p&gt;
&lt;p class="MsoNormal" align="left" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;span style=""&gt;&lt;span style=""&gt; &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_14.jpg"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" width="12" height="12" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_thumb_2.jpg"/&gt;&lt;/a&gt;     &lt;/span&gt;&lt;/span&gt;&lt;strong&gt;What&lt;/strong&gt; data to discover for translation                                         &lt;/p&gt;
&lt;p class="MsoNormal" align="left" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;span style=""&gt;&lt;span style=""&gt; &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_16.jpg"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" width="12" height="12" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_thumb_3.jpg"/&gt;&lt;/a&gt;     &lt;/span&gt;&lt;/span&gt;&lt;strong&gt;How&lt;/strong&gt; to handle concurrent data modification                          &lt;/p&gt;
&lt;p class="MsoNormal" align="left" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_18.jpg"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" width="12" height="12" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/5d0d455b74b2_C048/clip_image001_thumb_4.jpg"/&gt;&lt;/a&gt;     &lt;/span&gt;&lt;/span&gt;&lt;strong&gt;How&lt;/strong&gt; to incorporate the client’s and the application’s                    &lt;br /&gt;
         business rules into the integration processes&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;font size="4"&gt;&lt;strong&gt;W&lt;/strong&gt;&lt;/font&gt;e will, by no means, cover all the detail that goes into data integration, but will cover, at a high level, some of the hurdles and how to overcome them.&lt;span style=""&gt;  &lt;/span&gt;In some cases, there will be a choice of methods to accomplish a task, so, we’ll also talk about the best method to use in particular situations.&lt;span style=""&gt;  &lt;/span&gt;Some methods are tool agnostic, some will highlight how a tool like &lt;a rel="nofollow" target="_blank" href="http://www.scribesoft.com"&gt;&lt;span style="color:#0000ff;"&gt;Scribe Insight &lt;/span&gt;&lt;/a&gt;provides easy access to data and the business rules around the data.&lt;span style=""&gt;  &lt;/span&gt;We’ll also see that many of the methods are application agnostic, meaning they can be applied to any system to system integration.&lt;/p&gt;
&lt;hr /&gt;
&lt;p class="MsoNormal" style="line-height:13pt;margin:0in 0in 10pt;"&gt;&lt;font size="4"&gt;&lt;strong&gt;D&lt;/strong&gt;&lt;/font&gt;ata integration can be tricky stuff if it’s your first time tackling the subject.&lt;span style=""&gt;  &lt;/span&gt;Whether you are implementing a solution, or just need to talk comfortably about integration, there are several things to be careful of, but having said that, like anything else, it’s just a matter of experience before your comfort level is one that keeps your knees from shaking and your palms from sweating.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/254/Application-Data-Integration-Part-One-Overview.aspx</guid>
         <pubDate>Tue, 20 Mar 2012 19:17:00 +0000</pubDate>
      </item>
      <item>
         <title>Get a CRM Bible at Convergence 2012!</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/250/Get-a-CRM-Bible-at-Convergence-2012.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/See-You-at-Convergence_E696/bible_shadow_2.jpg"&gt;&lt;img title="Microsoft Convergence 2012 - Free CRM 2011 Bible" border="0" alt="Free CRM 2011 Bible at Convergence 2012" align="right" width="132" height="156" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/See-You-at-Convergence_E696/bible_shadow_thumb.jpg"/&gt;&lt;/a&gt;This weekend I’ll be packing my bags and heading off to Houston, TX to attend Microsoft Convergence 2012 to experience all of the Microsoft Dynamics CRM goodness I can get.  I’ll plan to publish at least a couple of blogs while I’m there on whatever news or tips I can pick up.  Feel free to leave a comment here if you’d like to request any specific topics&lt;/p&gt;
&lt;p&gt;Are you planning to attend?   Great!  &lt;a rel="nofollow" target="_blank" href="http://www.c5insight.com/contact.aspx"&gt;Ping me&lt;/a&gt; and let’s plan to chat.  It would be great to network with individuals who are looking for career opportunities or who would like to chat about the challenges that you are experiencing with your CRM project.  I’ll hook you up with a free copy of our CRM 2011 Bible if you don’t already have one (or if you want a second copy for your nightstand).&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/250/Get-a-CRM-Bible-at-Convergence-2012.aspx</guid>
         <pubDate>Fri, 16 Mar 2012 20:29:00 +0000</pubDate>
      </item>
      <item>
         <title>Game-Changing Dashboards Combining SharePoint and CRM</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/246/Game-Changing-Dashboards-Combining-SharePoint-2010-and-CRM-2011.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/The-Ultimate-CRM-2011-Dashboards_CC7B/WP_000088_2.jpg"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px 0px 0px 12px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Using a HDTV to Present Dynamics CRM 2011 and Microsoft SharePoint 2010 Dashboards" border="0" alt="SharePoint 2010 and CRM 2011 Dashboards on a Large Monitor" align="right" width="244" height="184" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/The-Ultimate-CRM-2011-Dashboards_CC7B/WP_000088_thumb.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;SharePoint has had excellent dashboard presentation capabilities for a long time now.  Dynamics CRM formally rolled out dashboard reporting with CRM 2011 (although using SharePoint and/or SSRS enabled dashboard reporting with previous versions of CRM).  Now that this functionality is getting embraced and adopted by many organizations, how can it best be leveraged to change the game by truly accelerating performance?  Simple.  Combine the best of Microsoft SharePoint, Dynamics CRM 2011 and TV or large monitors placed in public areas within your business.  Here’s how we’ve done it at C5 Insight.&lt;/p&gt;
&lt;p&gt;First off, we created great dashboards using native CRM 2011 functionality (such as views, charts and, of course, dashboards).  We used these for a while in production to ensure that they were producing the kind of information we could use to drive behavior and/or make better business decisions.  This includes setting goals and using the goal management features of CRM to help individuals understand exactly where they stand relative to expectations.&lt;/p&gt;
&lt;p&gt;Next, we did the same with SharePoint.  We looked at the kinds of information that is not in CRM that we would want to report on.  This includes things like financials, summarized project information (although this information is tracked by us in CRM, the native charts do not have sufficient functionality to present the dashboards we needed, so we used Excel services in SharePoint to render this kind of information) and the company calendar.  Some custom SharePoint information can be added, such as a Wiki where you enter daily announcements or a “welcome” message when you know a client will be visiting the office that day.&lt;/p&gt;
&lt;p&gt;Third step?  The CRM dashboards can be merged with SharePoint by using Iframes or Web Resources within the CRM 2011 dashboards.  These components can “hold” the content that we want to present on our dashboards from SharePoint.  We can then trim away the CRM “flash” (such as the ribbon and menu) just by calling the correct URL so the dashboards are presented as a “kiosk”.&lt;/p&gt;
&lt;p&gt;The last step: put large screen monitors, that can connect to the web, in key locations in your business.  In the nearby image, we’ve placed a monitor near our main entrance where people gather regularly; and we have another one in another office area down the hall.  These monitors are configured to show the desktop of a nearby computer (in our case, we’re running the Android OS on these monitors and they remote desktop to the machine, but many other options exist to enable this).  We also downloaded remote control apps that can run on iPhone, Windows Mobile or Android so that we can interact with our dashboards with our mobile devices (including our Kindle Fires – very cool!)  Multiple dashboards can be setup so that they dashboard rotates periodically, and so that information is refreshed periodically.&lt;/p&gt;
&lt;p&gt;That’s how we did it – but it can work a bit differently depending on your situation.  One area that many larger businesses may need for their dashboards is a true BI (business intelligence) dashboard that combines data from multiple sources into a data warehouse and then renders that on a dashboard.  This, too, can be presented on an interactive monitor.  Adding a touch screen to this will be the ultimate, “Minority Report” experience … can’t wait to add that!&lt;/p&gt;
&lt;p&gt;Interested in how to change the game in your organization with great dashboards?  &lt;a rel="nofollow" title="Contact C5 Insight for Game Changing CRM and SharePoint Dashboards" target="_blank" href="http://www.c5insight.com/contact.aspx"&gt;Click here to contact us&lt;/a&gt; and let’s talk about it!&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/246/Game-Changing-Dashboards-Combining-SharePoint-2010-and-CRM-2011.aspx</guid>
         <pubDate>Mon, 27 Feb 2012 19:54:00 +0000</pubDate>
      </item>
      <item>
         <title>Tips to Avoid Login Prompts in SharePoint</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/245/Tips-to-Avoid-Login-Prompts-in-SharePoint.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/0a3e2bb7a3bc_12D86/image_2.png"&gt;&lt;img title="image" border="0" alt="image" align="left" style="background-image:none;border-bottom:0px;border-left:0px;margin:0px 10px 5px 0px;padding-left:0px;width:225px;padding-right:0px;display:inline;float:left;height:174px;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/0a3e2bb7a3bc_12D86/image_thumb.png"/&gt;&lt;/a&gt;One of the most common issues I hear when implementing SharePoint for new clients, or supporting an existing SharePoint environment is the dreaded login prompt.  There are multiple reasons for the password prompt, but I'll try and cover the basics here.  Personally, I haven’t had to login to our internal company SharePoint in at least 6 or 8 months!  How can you achieve this SharePoint nirvana?  Let’s walk through the common steps to avoid having to login to SharePoint, whether opening the site or when opening documents.  Here’s a quick rundown.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;1.  Internet Explorer Security Zone&lt;/li&gt;
    &lt;li&gt;2.  Windows Credential Store&lt;/li&gt;
    &lt;li&gt;3.  Prompts When Opening Documents&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;Internet Explorer Security Zone&lt;/h1&gt;
&lt;p&gt;Generally, one of the first things you need to do is add the SharePoint site URL or domain to a more trusted security zone in your web browser (we’ll focus on IE for this post).  SharePoint uses activex controls and other features that need to be trusted to run correctly.  Here’s what you need to do. &lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Open Internet Explorer, and click &lt;strong&gt;Tools &lt;/strong&gt;–&amp;gt; &lt;strong&gt;Internet Options&lt;/strong&gt;.  This will vary depending on your version of IE.  In IE9, click the gear icon in the top right corner, then click &lt;strong&gt;Internet Options&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Click the &lt;strong&gt;Security&lt;/strong&gt; tab, then highlight the zone &lt;strong&gt;Local Intranet, &lt;/strong&gt;then click the &lt;strong&gt;Sites &lt;/strong&gt;button. &lt;/li&gt;
    &lt;li&gt;Ensure “Automatically detect intranet network” is checked.  Enter the URL of the SharePoint site.  What I suggest here is to use a wildcard entry, to ensure it covers as much as possible.  So you could enter &lt;em&gt;http://portal.company.com&lt;/em&gt;, or what I recommend is &lt;em&gt;*.company.com&lt;/em&gt;. &lt;/li&gt;
    &lt;li&gt;Click Ok on all the windows, and close the browser.  Go to SharePoint, and you will likely get prompted.  On this prompt (as seen above), click the checkbox “Remember my credentials”.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;Windows Credential Store&lt;/h1&gt;
&lt;p&gt;This is typically needed when your SharePoint server isn’t in your local network environment.  Whether you knew it or not, Windows XP or Windows 7 (who uses Vista anyway) has what is called a “credential store” or vault.  It stores usernames and passwords used to connect to websites and other network computers, and online services like Live ID or Exchange.  A credential should get stored here from the above prompt when you click “Remember my credentials”. &lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;To access the credential store, you can try this shortcut by typing the following in the &lt;strong&gt;Start &lt;/strong&gt;-&amp;gt; &lt;strong&gt;Run &lt;/strong&gt;command: “&lt;em&gt;control keymgr.dll&lt;/em&gt;”.  If this doesn’t work, you can get there by going to &lt;strong&gt;Start &lt;/strong&gt;–&amp;gt; &lt;strong&gt;Control Panel&lt;/strong&gt;, then picking &lt;strong&gt;Credential Manager &lt;/strong&gt;in the large icons view. &lt;/li&gt;
    &lt;li&gt;Under the Windows Credentials heading, look for an entry for the SharePoint URL.  If you don’t find one, enter a new one by clicking &lt;strong&gt;Add a New Windows Credential&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Enter the information as it requests.  You can enter the direct URL as in the IE security zone, or you can also use wildcards like *.domain.com.  Enter your username and password just as if you were logging into SharePoint.&lt;/li&gt;
    &lt;li&gt;Close IE if you had it open, then try SharePoint again.  You should not get prompted.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;Getting Prompted When Opening Documents&lt;/h1&gt;
&lt;p&gt;Another common problem with SharePoint is you get prompted for login credentials when opening or editing documents from a library.  At least with Windows Vista and Windows 7, this is a known issue and lucky for us, there’s a hotfix!  See the following Microsoft KB article:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://support.microsoft.com/?id=943280"&gt;Prompt for Credentials When Accessing FQDN Sites From a Windows Vista or Windows 7 Computer&lt;/a&gt;&lt;/p&gt;
&lt;p align="left"&gt;Some items of note:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;If you have Windows Vista, you need to download and install the hotfix file, and apply the registry setting. &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;If you have Windows 7, it already has the hotfix included, and you just need to complete the registry setting. &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;If you are the IT admin, I would recommend creating this on your machine, and saving the key to a .reg file you can send to users, or set in your desktop image.&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p align="left"&gt;You will follow the steps 1-7 near the bottom of the article.  As in the above steps, you can use the wildcard like *.domain.com for the entry.  Close the registry editor, and enjoy opening documents free from login prompts! &lt;/p&gt;
&lt;p align="left"&gt;While we’re here, I have to share one other thing that I see all the time that I haven’t seen documented. &lt;/p&gt;
&lt;h1&gt;Problem with Explorer View Being Slow&lt;/h1&gt;
&lt;p&gt;I fought this for a long time.  Every time I would try to use Explorer View, it would work, but it would a LONG time to come up, like 30 seconds.  My coworker could open Explorer View and it would open in about 1 second.  The fix turned out to be the fix I’ve seen for other weird strange issues with SharePoint.  Here’s how to fix it.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Open Internet Explorer, and click &lt;strong&gt;Tools &lt;/strong&gt;–&amp;gt; &lt;strong&gt;Internet Options&lt;/strong&gt;. This will vary depending on your version of IE. In IE9, click the gear icon in the top right corner, then click &lt;strong&gt;Internet Options&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Click the &lt;strong&gt;Connections&lt;/strong&gt; tab, then click the &lt;strong&gt;LAN Connections&lt;/strong&gt; button at the bottom of the window.&lt;/li&gt;
    &lt;li&gt;Check the state of the first checkbox “Automatically detect settings”.  This will likely be checked.  Uncheck it!&lt;/li&gt;
    &lt;li&gt;Click ok until all windows are closed, and close IE.  Open SharePoint, and try to open a library in Explorer View.  It’s magic!&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/245/Tips-to-Avoid-Login-Prompts-in-SharePoint.aspx</guid>
         <pubDate>Thu, 23 Feb 2012 09:54:00 +0000</pubDate>
      </item>
      <item>
         <title>TechNet Content for SharePoint 2007 and 2010 Now Available on Amazon!</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/229/TechNet-Content-for-SharePoint-2007-and-2010-Now-Available-on-Amazon.aspx</link>
         <description>&lt;p&gt;&lt;img alt="" align="left" style="display:inline;float:left;" src="http://ecx.images-amazon.com/images/I/41nJ3A6OKQL._SL500_SS50_.jpg"/&gt;There was no big fanfare on this and could have been easily missed, and I thought it was worth repeating.  Microsoft and the content publishing team have compiled their downloadable content and made available on Amazon in a nicely bound book!  It’s great for all those out there that would stay up late at night feeling guilty for killing so many trees printing it yourself.  You can find the the download links &lt;a rel="nofollow" target="_blank" href="http://technet.microsoft.com/en-us/library/cc262788.aspx"&gt;here&lt;/a&gt; on TechNet.  I will include the information here as I’m just nice like that.  I also didn’t say they were the cheapest around, but price varies by book ($66 is a little steep in my opinion).&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="2" width="817"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DTJCQG/ref=cm_sw_su_dp"&gt;Getting Started with SharePoint 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book provides basic information about the capabilities of and requirements for Microsoft SharePoint Server 2010.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005EIGFLQ/ref=cm_sw_su_dp"&gt;Planning guide for sites and solutions for Microsoft SharePoint Server 2010, Part 1&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book provides information about planning for deploying Microsoft SharePoint Server 2010. Subjects include site security, governance, and enterprise content management.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DROC22/ref=cm_sw_su_dp"&gt;Planning guide for sites and solutions for Microsoft SharePoint Server 2010, Part 2&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book provides information about planning for site and solutions created by deploying Microsoft SharePoint Server 2010. Subjects include business intelligence, site creation, web content management, and enterprise search.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DRO0MY/ref=cm_sw_su_dp"&gt;Planning guide for server farms and environments for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book provides information and guidelines for making decisions about system architecture for a deployment of Microsoft SharePoint Server 2010. Subjects include system requirements, authentication, and business continuity management.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DRO9T8/ref=cm_sw_su_dp"&gt;Capacity planning for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book provides information about planning for capacity and performance requirements for deploying Microsoft SharePoint Server 2010. Subjects include sizing, performance testing, software boundaries, and capacity case studies.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DRO6IC/ref=cm_sw_su_dp"&gt;Business continuity management for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;
            &lt;p&gt;Provides information about business continuity management, which consists of the business decisions, processes, and tools you put in place in advance to handle crises. Information includes features of Microsoft SharePoint Server 2010 that are likely to be part of your business continuity management strategy.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DRO70O/ref=cm_sw_su_dp"&gt;Upgrading to Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book is designed to guide administrators and IT professionals through the process of upgrading to Microsoft SharePoint Server 2010 from Microsoft Office SharePoint Server 2007.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DRO8N0/ref=cm_sw_su_dp"&gt;Deployment guide for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This book includes information deployment scenarios, step-by-step installation instructions, and post-installation configuration steps for deploying Microsoft SharePoint Server 2010.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DROKRY/ref=cm_sw_su_dp"&gt;Operations guide for servers and server farms for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;This document describes how to operate and maintain your servers, server farms, sites, and solutions in Microsoft SharePoint Server 2010.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DROHIG/ref=cm_sw_su_dp"&gt;Remote BLOB storage for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;How to use Microsoft SharePoint Server 2010 together with Remote BLOB Storage (RBS) and Microsoft SQL Server 2008 Express and Microsoft SQL Server 2008 R2 Express to optimize database storage resources.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="417"&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/dp/B005DROG8M/ref=cm_sw_su_dp"&gt;Technical reference for Microsoft SharePoint Server 2010&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="398"&gt;
            &lt;p&gt;This book includes technical information about the Microsoft SharePoint Server 2010 provider for Windows PowerShell and other helpful reference information about general settings, security, and tools.&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;You can click &lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/s/ref=ntt_athr_dp_sr_1?_encoding=UTF8&amp;sort=relevancerank&amp;search-alias=books&amp;ie=UTF8&amp;field-author=Microsoft%20Office%20System%20and%20Servers%20Team"&gt;here&lt;/a&gt; if you want to see all books available from the Microsoft Office System and Servers Team publisher on Amazon as there is other content available for SharePoint 2007.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/229/TechNet-Content-for-SharePoint-2007-and-2010-Now-Available-on-Amazon.aspx</guid>
         <pubDate>Wed, 11 Jan 2012 08:52:00 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft SharePoint Conference 2011–Day 4</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/207/Microsoft-SharePoint-Conference-2011-Day-4.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Microsoft-SharePoint-Conference-2011Day-_CAC3/SPC-2011s_4.png"&gt;&lt;img title="Microsoft SharePoint Conference 2011" border="0" alt="Microsoft SharePoint Conference 2011" align="left" width="226" height="61" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Microsoft-SharePoint-Conference-2011Day-_CAC3/SPC-2011s_thumb_1.png"/&gt;&lt;/a&gt;Well, today’s the last day of the conference.  I know, it’s very sad, but a great time was had by all.  This was my first big conference, and I really enjoyed the experience.  There were 3 breakout sessions today back to back with the day closing out with lunch in the early afternoon.  It’s hard to believe they crammed 240 sessions in 3 and a half days!  I got to rub elbows with some of the greats in the industry, bloggers, authors, MVPs and lots of folks from Microsoft.  If there’s one tip I can give, it’s to stay in a hotel close to the conference!  It was awesome to be able to be in 1 minute walking distance.  You have to be able to drop off all the freebies in your room. &lt;/p&gt;
&lt;p&gt;I started the day with John Holliday’s discussion on &lt;strong&gt;Creating an&lt;/strong&gt; &lt;strong&gt;Easy to Use File Plan Builder for Your SharePoint Records Center&lt;/strong&gt;.  This was really interesting, and offered yet another use case for InfoPath.  He covered the basics of the importance and makeup of a file plan, and went on to demo his solution. This wouldn’t be necessary for small Records Center implementations, but when you have  hundreds or even thousands of document types each with management policies, these would be almost invaluable.  Can you imagine creating thousands of content types, with folders or document libraries and then configuring the same number of content organizer rules for each of the folders?  I don’t think there’s enough money in a project’s budget for that.  With a little custom code and an InfoPath form, the creation and complete configuration of the Records Center site, content types, information management policies can be 100% automated.  The flow would be for an admin user to fill out an InfoPath form (representing the file plan) with the required data (document type, category, disposition rules, role assignments and how they want the records sorted.  Via an event receiver, the custom code fires that would create a Records Center site (or could configure an existing site) and create the necessary document libraries, folders, retention policies and user security.  There are other ways to do it besides InfoPath (like Excel or an XML file), but I think this is a great solution for a large Records Center implementation.&lt;/p&gt;
&lt;p&gt;Then I sat in on Gary Lapointe’s session on a behind the scenes look at how they build Microsoft &lt;a rel="nofollow" target="_blank" href="http://visio.microsoft.com/en-us/Pages/default.aspx"&gt;Visio’s public marketing site&lt;/a&gt; on SharePoint 2010 and how they customized the Content Query Web Part, showcasing taxonomy content targeting.  He discussed the customized solution and why you would need to customize the CQWP with code.  I then poked my head in the the &lt;strong&gt;Step-by-Step: Building Search Driven Applications That Matter &lt;/strong&gt;session by Scot Hillier.  If you ever wanted to get some ideas on how you could use search to build applications in SharePoint, this was a great demo-driven session. &lt;/p&gt;
&lt;p&gt;For my very last session of the conference, I decided to attend Christina Wheeler’s session on how to package up Publishing features.  Her demo seemed to be working better than in the CQWP session yesterday, and it was a really informative session on how to take package up all those master page customizations you worked so hard on for deployment in another environment. &lt;/p&gt;
&lt;p&gt;The conference is over, but I had a blast and met a lot of great folks.  If you ever get the chance, Whether you are a consultant, business user, or developer, there was something for everyone.  Now I’ll spend the next week downloading all the PowerPoint slide decks and session recordings.  See you next year!&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/207/Microsoft-SharePoint-Conference-2011-Day-4.aspx</guid>
         <pubDate>Fri, 07 Oct 2011 08:47:00 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft SharePoint Conference 2011–Days 2 and 3</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/206/Microsoft-SharePoint-Conference-2011-Days-2-and-3.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Microsoft-SharePoint-Conference-2011Days_13959/SPC-2011s_2.png"&gt;&lt;img title="I'm attending the Microsoft SharePoint Conference 2011" border="0" alt="I'm attending the Microsoft SharePoint Conference 2011" align="left" width="226" height="61" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Microsoft-SharePoint-Conference-2011Days_13959/SPC-2011s_thumb.png"/&gt;&lt;/a&gt;Whew what a wild couple of days!  I didn’t get to blog last night so I figured I would combine yesterday and today.  The sessions have been really good. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1&gt;Tuesday – Day 2&lt;/h1&gt;
&lt;p&gt;Tuesday started with the Todd Carter’s session about &lt;strong&gt;Extending SharePoint Health &amp; Monitoring&lt;/strong&gt;.  He put on a good show, giving details on web analytics and diagnostic logging, and how to extend them using custom providers to get detailed reports.  Very cool stuff!  Then I attended one of the more popular sessions of the day by Microsoft Certified Master Scott Jamison, &lt;strong&gt;Best Practices Around SharePoint 2010 User Profiles&lt;/strong&gt;.  Now this topic is very near and dear to my heart.  I’ve laughed, I’ve cried, but I’ve come to a place where I accept the UPA for what it is, even with its shortcomings.  He got a volunteer from the crowd (a fellow MCM and MCA Spence Harbar) to configure the UPA live.  This was really more of a part 1 of 2, where Spence would take it deeper under the covers and show how to implement it via the UI and PowerShell. &lt;/p&gt;
&lt;p&gt;The afternoon started with a session with Eric Harlan, on &lt;strong&gt;Creating Awesome Dashboards with SharePoint, InfoPath 2010 and SharePoint Designer&lt;/strong&gt;.  This was a cool session, and it turns out was similar to the solution presented in Eric’s fellow Microsoftee Ira Fuch’s book &lt;strong&gt;Enterprise Application Development in SharePoint 2010&lt;/strong&gt;.  It wasn’t the same solution, but Eric showed how to configure a similar solution, and rethinking your definition of “dashboard”.  No longer are dashboards relegated to KPIs, graphs and charts, but can include using InfoPath form web parts.  Interesting!&lt;/p&gt;
&lt;p&gt;Along the same lines, I ended the day following Keenan Newton on a journey &lt;strong&gt;Automating Business Processes with SharePoint 2010 with SharePoint Designer, InfoPath 2010 and Workflow&lt;/strong&gt;.  This was part 1 of 2 sessions outlining the solution, and creating the base forms and initial workflow to complete the overall solution for automating an HR new hire onboarding process.  Would you like to be able to have HR fill out a form for a new hire that would automatically generate an offer letter Word document, pre-filled with the user’s data, start an approval workflow once the person accepted, and then automatically create a user account in Active Directory?  This session was for you.&lt;/p&gt;
&lt;h1&gt;Wednesday – Day 3&lt;/h1&gt;
&lt;p&gt;I spent this morning with Nikos Anagnostou and Lesly Goh discussing &lt;strong&gt;Best Practices for Managing Corporate Metadata and Taxonomies&lt;/strong&gt;.  Together, they provided guidance on good design practices for Managed Metadata.  For example, when designing your taxonomies, you should try to organize them as behavioral, organizational or navigational.  I then attended a &lt;strong&gt;Design Best Practices&lt;/strong&gt; session by Laura Rogers and Darvish Shadravan (authors of the &lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/0735662061/ref=s9_simh_gw_p14_d2_g14_i1?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-2&amp;pf_rd_r=16MHQ6YC4VA1E5WW8KPV&amp;pf_rd_t=101&amp;pf_rd_p=470938631&amp;pf_rd_i=507846"&gt;InfoPath 2010 and SharePoint 2010 Step by Step&lt;/a&gt; book soon to be released).  This was a refreshingly deeper level session, with demos and discussions on how to avoid pitfalls with InfoPath form services performance and troubleshooting with &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.comwww.fiddler2.com"&gt;Fiddler&lt;/a&gt; and around data connections.  It was very lively, as he would stop periodically and check for live tweets for questions and give out swag to the tweeters.  He passed on Microsoft’s top 3 call generators for InfoPath 2010.  They are:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Security&lt;/li&gt;
    &lt;li&gt;Data Connections&lt;/li&gt;
    &lt;li&gt;Publishing forms&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After lunch, I attended the part 2 session of Scott Jamison’s UPA session from Tuesday.  Spence Harbar discussed &lt;strong&gt;Enterprise Deployment Considerations for the User Profile Service&lt;/strong&gt;.  Who better to learn from than a Microsoft Certified Master and Architect, the highest levels of certifications attainable?  Ironically, there wasn’t anyone in the room that was syncing more than 25,000 users so we didn’t have to discuss issues there.  We watched Spence actually provision a UPA via PowerShell live on stage, and it worked!  He showed us how to workaround the Sync DB dbo database issue when creating the UPA service application via PowerShell.  In short, you can use Get-Credential and Start-Job cmdlets to do a runas.&lt;/p&gt;
&lt;p&gt;Then it was on to part 2 of Keenan’s session of completing the HR process automation.  He showed how to configure the BCS entities properly, and the web service he wrote to talk to AD.  I believe all his source will be available post conference.&lt;/p&gt;
&lt;p&gt;I ended the day on one of the more technical sessions covering a &lt;strong&gt;Deep Dive on the Content Query WebPart &lt;/strong&gt;with Christina Wheeler.  She tried to show how to configure and customize the CQWP to change the columns and covered best practices around internal column naming.  Avoid special characters at all possible as it will get nasty to chase down.  For example, a space in a name translates to _x0020_.  Keep that in mind when using customizing your XSL.&lt;/p&gt;
&lt;p&gt;Long days but there were lots of good stuff to digest.  Tomorrow is the final day, but it will be packed too! &lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/206/Microsoft-SharePoint-Conference-2011-Days-2-and-3.aspx</guid>
         <pubDate>Thu, 06 Oct 2011 11:38:00 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft SharePoint Conference 2011–Day 1</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/205/Microsoft-SharePoint-Conference-2011-Day-1.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/c95f05303c70_13239/SPC-2011s_2.png"&gt;&lt;img title="SPC-2011s" border="0" alt="SPC-2011s" align="left" width="226" height="61" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/c95f05303c70_13239/SPC-2011s_thumb.png"/&gt;&lt;/a&gt;The first day started with the big keynote with all of the about 7500 attendees!  That’s a lot of people lovin’ some SharePoint in one place!  Well, let me back up.  On my way into the convention center for breakfast before the keynote, I noticed there was all this noise outside.  Turns out a software vendor and SharePoint competitor called Huddle had hired a marching band to play a few tunes right outside the conference and march through.  In my opinion, quite childish.  Anyway, on the good stuff …&lt;/p&gt;
&lt;p&gt;Walked into the keynote speech, and was entertained by the sweet sounds of DJ Keenan Kameleon.  He’s a Senior Product Manager with the SharePoint Team at Microsoft.  I’m told you can listen to his music mix from the keynote online &lt;a rel="nofollow" target="_blank" href="http://www.mixcrate.com/mix/81361/The-Kameleon-SharePoint-Conference-2011-Pre-Keynote"&gt;here&lt;/a&gt;.  Jared Spataro, Senior Director of SharePoint Product Management was up first, and gave some updates on some numbers.  Can you say 62 million licenses sold of SharePoint with 125 million users?  The overall theme for the conference is &lt;strong&gt;Productivity Delivered&lt;/strong&gt;, which celebrates all the excellent work and solutions that customers and partners have developed on the platform.  I won’t bore you with all the details, but you can read more on the &lt;a rel="nofollow" target="_blank" href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=997"&gt;MS SharePoint Team blog&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;There was a very sweet demo of some extremely high end redundancy and failover for a SharePoint farm.  Can you say 1TBs of RAM and 80 CPU cores?  The test sites were loaded with 130 million documents totaling 14TB in a &lt;strong&gt;single content database&lt;/strong&gt;, and that’s without Remote Blob Storage.  A FAST search query returned 130 million results in .23 seconds.  That’s FAST!  Their assistant pulled the network plug live on stage, and we all watched while clustering failed over every database in the farm in under 15 seconds.  Wow!&lt;/p&gt;
&lt;p&gt;They also announced a new Certified Architect certification for SharePoint.  You can read all the juicy details on the team’s blog.  They also made another announcement – details on the SharePoint Conference 2012.  Looks like it’s going to be held in Las Vegas in the middle of November. &lt;/p&gt;
&lt;p&gt;I started with my first session with the antics of Todd Klindt and Shane Young from SharePoint911 for their Understanding SharePoint Administration session.  After that I went over to see Laura Rodgers and Darvish Shadravan for their book signing of their book InfoPath 2010 and SharePoint 2010 Step by Step.  Needless to say, we had some good InfoPath discussions.&lt;/p&gt;
&lt;p&gt;It was lunch, then off to the afternoon sessions covering Records Management with the CTO from GimmalSoft, and ended with a bang with the session by Scott Jamison Making SharePoint 2010 Collaboration Rock by Increasing Findability.  He’s a great speaker, and gave some very useful and practical recommendations to get your search results more accurate and useful.  The single most important takeaway I’ll share from this session was about the Title field, and how important it is that this field is accurate. &lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/205/Microsoft-SharePoint-Conference-2011-Day-1.aspx</guid>
         <pubDate>Tue, 04 Oct 2011 10:58:00 +0000</pubDate>
      </item>
      <item>
         <title>Microsoft SharePoint Conference 2011–The Pre-Game Show</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/204/Microsoft-SharePoint-Conference-2011-The-Pre-Game-Show.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/93c55d22c23f_1353A/IMG_5096_web_1.jpg"&gt;&lt;img title="Microsoft SharePoint Conference 2011" border="0" alt="Microsoft SharePoint Conference 2011" align="left" width="244" height="164" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/93c55d22c23f_1353A/IMG_5096_web_thumb_1.jpg"/&gt;&lt;/a&gt;Wow, the time is finally here for the &lt;a rel="nofollow" target="_blank" href="http://www.mssharepointconference.com"&gt;Microsoft SharePoint Conference 2011&lt;/a&gt;!  What an exciting time this is for &lt;a rel="nofollow" target="_blank" href="https://sharepoint.microsoft.com/"&gt;SharePoint&lt;/a&gt;.  The product celebrated it’s 10 year anniversary recently, and it has come a long way!  The latest release SharePoint 2010 is really a game changer and is continuously expanding it’s presence and impact in the industry.  This conference celebrates the product in a way that is just amazing.  There are so many people from all over the world coming together for a single purpose – to share knowledge.&lt;/p&gt;
&lt;p&gt;This year’s conference takes place in sunny Anaheim, California at the Anaheim Convention Center.  Every hotel in a 15 mile area is SOLD OUT!  Ok some of that is probably Disneyland.  After checking in to my hotel and getting settled, I walked across the street to the convention center to check things out.  I got registered and checked out the venue.  This place is huge, three floors of SharePoint goodness!  There are lots of great-looking sessions, and I narrowed down the ones I want to attend.&lt;/p&gt;
&lt;p&gt;The conference officially started this evening when they opened up the Exhibit Hall for a Welcome Reception from 6 – 9pm.  There are a lot of people here (and vendors).  I have never seen vendor booths like this before.  The booth for &lt;a rel="nofollow" target="_blank" href="http://www.fpweb.net"&gt;fpweb.net&lt;/a&gt; had stairs to a 2nd floor overlook.  Nice!  Talked to the nice folks at O’Relliy Press, Idera, Mindsharp, Quest Software, AvePoint and K2.  I think that was just on one row.  As you can see, there were already a lot of SharePointers checking things out:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/93c55d22c23f_1353A/IMG_5130_web.jpg"&gt;&lt;img title="Welcome Reception in Exhibit Hall" border="0" alt="Welcome Reception in Exhibit Hall" width="244" height="164" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/93c55d22c23f_1353A/IMG_5130_web_thumb.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’m looking forward to the festivities that start tomorrow with the keynote speakers and then the sessions.  More to come from Anaheim so stay tuned!&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/204/Microsoft-SharePoint-Conference-2011-The-Pre-Game-Show.aspx</guid>
         <pubDate>Mon, 03 Oct 2011 11:14:00 +0000</pubDate>
      </item>
      <item>
         <title>7 Steps to Successful Client Scorecards</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/144/How-to-Create-Scorecards-in-7-Steps.aspx</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_4.png"&gt;&lt;img height="122" width="181" border="0" align="left" title="image" alt="Client scorecard salesforce.com dynamics crm" style="border-width:0px;margin:5px 10px 5px 0px;display:inline;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_thumb_1.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which clients should we focus more time on? Are there any clients that  we should consider firing? How can we find new clients that look like  our best current clients? Do we have clients that should be more  profitable?&lt;/p&gt;
&lt;p&gt;These are the questions that many B2B firms are asking themselves as they think through how they should prioritize their client list.  So read on for some of the how’s and why’s of establishing a client scoring system.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;What is a Client Scorecard?&lt;/h2&gt;
&lt;p&gt;Client scoring is a way to develop a consistent client scorecard (or client report card) for every client that a business serves.  The scorecard serves a number of purposes, including:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Identifying best customers, and providing them with a higher level of service&lt;/li&gt;
    &lt;li&gt;Identifying worst customers and, in some cases, discontinuing service to them&lt;/li&gt;
    &lt;li&gt;Finding past customers who have a great score but are now inactive, and re-activating them&lt;/li&gt;
    &lt;li&gt;Identifying prospects that are similar to your top customers for acquisition efforts&lt;/li&gt;
    &lt;li&gt;Identifying lost high value customers, and determining why you lost them and how you can improve your performance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every sales and marketing manager will tell you that it costs many times more to acquire a new customer than it does to retain or upsell an existing one.  Client scorecards are all about leveraging your hardest won and greatest asset – your current customer base!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p align="right"&gt;&lt;em&gt;&lt;font color="#004080"&gt;“It is 5-10 times more expensive to gain a new customer than it is to retain an existing one.”  &lt;br /&gt;
-Gartner Group&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But sometimes the best way to define something is to define what it is &lt;u&gt;not&lt;/u&gt;... &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;A client scorecard is &lt;u&gt;not&lt;/u&gt; the same thing as lead scoring.  Lead scoring focuses on the likelihood of converting a non-customer into a customer, whereas client scoring focuses on the value of existing customers.  Maybe we’ll talk about lead scoring in a future post.&lt;/li&gt;
    &lt;li&gt;A client scorecard is &lt;u&gt;not&lt;/u&gt; limited strictly to active customers.  Client scorecards can include both inactive customers (in fact, this can be one of the most important segments for evaluating client scorecards) and prospective customers.  In the case of prospective customers, your scorecard may be more focused on (dis)qualifying prospective customers that are showing the signs of becoming the kinds of customers you do not want in your portfolio.&lt;/li&gt;
    &lt;li&gt;A client scorecard is &lt;u&gt;not&lt;/u&gt; the same thing as client profitability. Profitability is an important factor, but profitability may not tell the whole story about the value that a client contributes to your business.&lt;/li&gt;
    &lt;li&gt;A client scorecard is &lt;u&gt;not&lt;/u&gt; limited to objective data.  There are many subjective drivers of business value that should influence your scorecard.&lt;/li&gt;
    &lt;li&gt;A client scorecard is &lt;u&gt;not&lt;/u&gt; a “score.” Although one output of a scorecard may be a single score, keep in mind that there are many components of a scorecard that should be evaluated – a high score or a low score do not tell the whole story about a client relationship.  For example, many of the data points for new clients (or even prospective clients) may be unknown – resulting in a lower score until these items can be evaluated.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;7 Steps to Successful Client Scorecards&lt;/h2&gt;
&lt;p&gt;Like all projects that are worth investing in, a successful client scorecard project requires far more than the CEO taking a Saturday morning to write down the attributes of a good client – and handing those off to IT to add to a CRM system.  Sadly, most businesses tend to take that approach – and end up wasting time, making their CRM systems unnecessarily complex and generating scorecards that no one uses.&lt;/p&gt;
&lt;h3&gt;1. Get Your Team Involved&lt;/h3&gt;
&lt;p&gt;The people who work with your clients every day already have a good idea of what makes and good client and what makes a  bad client.  The agenda for the session is pretty straight forward:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Put your clients into lists of good and bad – focusing on longer-term clients so you have a good understanding of how the relationship has evolved.&lt;/li&gt;
    &lt;li&gt;Discuss what the characteristics of the clients in each group are – the goal here is to define what makes one group different from the other (most businesses are surprised at some of the findings at this stage)&lt;/li&gt;
    &lt;li&gt;Determine at what stage of the relationship this information can be known and which role (or which system) will capture it&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_2.png"&gt;&lt;img height="144" width="244" border="0" align="right" title="image" alt="HelixPLAN Facilitated session client scorecard planning" style="border-width:0px;display:inline;margin-left:0px;margin-right:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_thumb.png"/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For this meeting, you should use an outside facilitator and a proven methodology.  The reality is that most meetings of this type are ineffective because as soon as one person shares an idea, the rest of the group begins to evaluate the idea and respond to it – creativity is stifled, politics come into play and the results from the session are weak. &lt;/p&gt;
&lt;p&gt;You will want to get beyond the basics (i.e. profitable customers are all good; unprofitable customers are all bad) and get to some of the leading indicators of profitability; you will also want to recognize that some “hidden variables” can make even your most profitable customers undesirable (i.e. requiring an extremely high level of service, a brand that may damage your own reputation, an approach to your team that is demoralizing).  Most businesses also need to recognize that profitability can be an elusive calculation, so subjective variables can play an important role.&lt;/p&gt;
&lt;h3&gt;2. Evaluate Public and Private Data&lt;/h3&gt;
&lt;p&gt;You should do some analysis of both internally available data (such as from your accounting or CRM systems) and external data (such as data available from D&amp;B) to see if any of this plays a role in differentiating your top customers from your bottom customers.  For example, you may find that certain industries tend to outperform others; or you may find that you tend to do better with private or public companies.  This can be a very important source of scorecard data because it doesn’t require your team to do extra data entry to create the scorecard.  For larger enterprises, predictive modeling methods can be used as part of this evaluation.&lt;/p&gt;
&lt;h3&gt;3. Talk to Your Clients&lt;/h3&gt;
&lt;p&gt;Conduct interviews or surveys with your customer list.  They are likely to tell you things about themselves that your own internal team did not identify.  This can be an important source of information that helps you qualify prospects or new customers.  This early qualification can help you focus your resources on the prospects that are most likely to convert into long-term, mutually-beneficial relationships.&lt;/p&gt;
&lt;h3&gt;4. Define the Criteria&lt;/h3&gt;
&lt;p&gt;Now comes the hard part, you need to winnow the list of criteria down to a minimal amount of new data that your team will need to begin to track.  The more information that you can get from internal or external systems (see item #2, above), the better.  But you should expect to require your team to capture some additional information on their own.  Remember that a successful scorecard system incorporates both objective information (i.e. hard numbers that you are likely to be able to pull from other systems( and subjective information (i.e. opinions of team members that will need to be keyed into the system).  Ideally, you will limit the items that your team needs to key in to a list of 5-10 items.&lt;/p&gt;
&lt;h3&gt;5. Capture the Data&lt;/h3&gt;
&lt;p&gt;Now comes the hardest part – you have to actually start capturing the data. &lt;/p&gt;
&lt;p&gt;This is where most scorecard projects fall apart.  Either they require too much manual data entry that is time consuming for employees that already have enough to do.  Or they require a herculean effort to integrate data from disparate internal systems.  Or both.  There may be no way to completely go around these issues, but here are a few suggestions:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;u&gt;Keep it Simple&lt;/u&gt;: The temptation is to jump right in and develop a “dream scorecard” in the first stab at this type of project.  Keeping the scope of the project simple will save you a tremendous amount of time and frustration.&lt;/li&gt;
    &lt;li&gt;&lt;u&gt;Understand the Scope&lt;/u&gt;: Even if you can’t keep the project simple, it is important to fully understand the scope of the project so you will know what you are getting into.  Most projects of this type fail simply because the organization loses interest in making it a priority long before it is ever completed.&lt;/li&gt;
    &lt;li&gt;&lt;u&gt;Piggyback on Other Projects&lt;/u&gt;: In large enterprises, there are almost always multiple projects going on with a goal of unifying information across different systems.  Rather than starting a project dedicated to the scorecard, see if you can piggyback on an existing project that may already be gathering much of the same information.&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_6.png"&gt;&lt;img height="133" width="167" border="0" align="right" title="image" alt="business process automation for client scorecard calculations using workflows" style="border-width:0px;margin:5px 0px;display:inline;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/ClientScoring_FB4C/image_thumb_2.png"/&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;u&gt;Automate What you Can&lt;/u&gt;: The more effort you can keep off the backs of the individuals who will have to use the scorecard, the better.  Automation can come in two flavors: (1) automate capturing scorecard metrics that are already available elsewhere – so no one has to re-enter data; (2) provide process mapping and automation for data that needs to be gathered manually – this can include an annual process, updates made at the conclusion of each project, etc.   Modern BPA (business process automation) tools built into CRM and other tools can handle much of the heavy lifting in this area.&lt;/li&gt;
    &lt;li&gt;&lt;u&gt;Provide Ongoing Training and Support&lt;/u&gt;: I cannot overemphasize this point.  It never ceases to amaze me how many businesses put a tremendous amount of time into the IT part of projects like this – and almost no time in getting their team up to speed on how they need to participate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;6. Collaborate&lt;/h3&gt;
&lt;p&gt;“If you build it, they will come,” may work in the movies, but not when it comes to rolling out client scorecards. &lt;/p&gt;
&lt;p&gt;You will need to ensure that the salient information from the scorecards is distributed to the individuals who will need it.  And you will need to ensure that referencing the scorecard becomes a part of your corporate culture.  This means that scorecard data needs to appear on your internal portals, dashboards and on many of your client related reports.  Discussing the scorecard needs to become part of the every day conversation in your sales, service, accounting and customer management conversations.&lt;/p&gt;
&lt;h3&gt;7. Train, Support, Improve, Repeat&lt;/h3&gt;
&lt;p&gt;Your scorecard project will require plenty of care and nurturing.  You will need to constantly monitor the business process you established for creating scorecards to ensure that the team is following it.  You will need to work with the team to ensure that the scorecard management process is not too time consuming (this is particularly true during the early days after the initial launch).  In addition, the criteria for your scorecards will need to be reviewed and updated periodically as the economy, your customers, your competitors and your understanding of the marketplace evolve.&lt;/p&gt;
&lt;h2&gt;Next Steps&lt;/h2&gt;
&lt;p&gt;Developing a client scorecard does not have to consume a tremendous amount of time.  With proper planning and session facilitation a mid-sized business can launch client scorecards in just a few months; larger enterprises may take longer.  If you’re using modern collaboration, dashboard and CRM tools, you can significantly simplify the process of maintaining scorecards for your team.  Take the first step of facilitating a session with your team to get started.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/144/How-to-Create-Scorecards-in-7-Steps.aspx</guid>
         <pubDate>Wed, 23 Feb 2011 23:30:00 +0000</pubDate>
      </item>
      <item>
         <title>SharePoint Tip: Searching SharePoint From Windows 7</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/157/SharePoint-Tip-Searching-SharePoint-From-Windows-7.aspx</link>
         <description>&lt;p&gt;I believe that one of the most under-evangelized areas of SharePoint is its Windows integration.  Consistently, we find that many users simply assume they have to use the Web interface to access SharePoint, but you can actually do a majority of your daily document management and collaboration work without ever accessing SharePoint via the Web.  In fact, my ratio of Windows to Web SharePoint use is probably 75:25; 75% of my document management and collaboration work being done completely within Microsoft Windows.&lt;/p&gt;
&lt;p&gt;In this tip, we focus on searching SharePoint from Windows.  The screenshot-filled instructions below will walk you through downloading the search connector provided by your company or SharePoint, installing the connector, and using it in Windows 7.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;At &lt;a rel="nofollow" title="C5 Insight" target="_blank" href="http://www.c5insight.com/"&gt;C5 Insight&lt;/a&gt;, we have created our own Search Connector that points everyone to our Search Center site.  We have also customized the search connector for our organization, and provided this to our employees, rather than everyone having to use the default SharePoint connector.  &lt;br /&gt;
    &lt;br /&gt;
    To build your own search connector, you can start here: &lt;br /&gt;
    &lt;a rel="nofollow" title="http://msdn.microsoft.com/en-us/library/dd742958(v=vs.85).aspx" target="_blank" href="http://msdn.microsoft.com/en-us/library/dd742958(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/dd742958(v=vs.85).aspx&lt;/a&gt; &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;You can also use SharePoint's default search connector that is available on the search results page. &lt;br /&gt;
    &lt;br /&gt;
    Check out the walkthrough here: &lt;br /&gt;
    &lt;a rel="nofollow" title="http://technet.microsoft.com/en-us/library/ff899315.aspx#BKMK_O14AsAFedProvider" target="_blank" href="http://technet.microsoft.com/en-us/library/ff899315.aspx#BKMK_O14AsAFedProvider"&gt;http://technet.microsoft.com/en-us/library/ff899315.aspx#BKMK_O14AsAFedProvider&lt;/a&gt; &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;Regardless of the search connector you choose, if you have never downloaded the connector, you will be prompted to add the connector to Windows. &lt;br /&gt;
    &lt;br /&gt;
    &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/LinkClick.aspx?fileticket=UXcJrLZpSE0%3d&amp;tabid=40"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="240" height="165" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/BlogImages/Curtis/2-7-2011 7-11-20 PM.png"/&gt;&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;Once added, you will notice that there is a new search option in your left navigation, and the focus is on the search text box in the upper right corner of the Explorer window. &lt;br /&gt;
    &lt;br /&gt;
    &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_8.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="204" height="79" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_3.png"/&gt;&lt;/a&gt; &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;You can immediately begin searching, and this search will cross all boundaries, including individual sites (depending on the scope of your search connector). &lt;br /&gt;
     &lt;/li&gt;
    &lt;li&gt;Tips and Tricks:
    &lt;p&gt;a. For quicker access, rearrange this search connector in your "Favorites" section &lt;br /&gt;
    &lt;br /&gt;
    &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_10.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="192" height="159" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_4.png"/&gt;&lt;/a&gt;&lt;/p&gt;
    &lt;p&gt;b. For even faster access, pin to your Start Menu or add a Quick Launch button&lt;/p&gt;
    &lt;p&gt;i. To pin to your Start Menu, simply drag the search from your Windows Favorites navigation to the Start Menu. &lt;br /&gt;
    &lt;br /&gt;
    &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_14.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="240" height="128" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_6.png"/&gt;&lt;/a&gt;&lt;/p&gt;
    &lt;p&gt;ii. To add a Quick Launch button, first do &lt;a rel="nofollow" target="_blank" href="http://www.howtogeek.com/howto/windows-7/add-the-quick-launch-bar-to-the-taskbar-in-windows-7/"&gt;this&lt;/a&gt;, then you can add this shortcut in the same manner - one-click access to SharePoint search. &lt;br /&gt;
    &lt;br /&gt;
    &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_12.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="84" height="34" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_5.png"/&gt;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;c. By default, the search view is set to "Content."  You can change this as you would with any view in Windows, just under the search bar.  Content is a nice view, since it actually shows you portions of the file and also does "hit highlighting." &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_16.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="187" height="123" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_7.png"/&gt;&lt;/a&gt;  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_37.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="466" height="66" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_1.png"/&gt;&lt;/a&gt; &lt;br /&gt;
 &lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;d. You can adjust your sort as well, but by default, I would ensure your results are sorted by &lt;strong&gt;Search ranking&lt;/strong&gt;, &lt;strong&gt;Descending&lt;/strong&gt;.  Right-click to get to this menu.  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image107.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="300" height="205" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image107_thumb.png"/&gt;&lt;/a&gt; &lt;br /&gt;
 &lt;/p&gt;
&lt;p&gt;e. Quotes and filters in the search box work on SharePoint as well! &lt;br /&gt;
&lt;br /&gt;
 &lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_39.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="300" height="166" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_2.png"/&gt;&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
i. Only "SharePoint 2010" PowerPoint presentations.  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_41.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="250" height="255" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_8.png"/&gt;&lt;/a&gt;  &lt;br /&gt;
&lt;br /&gt;
ii. "SharePoint 2010" documents where Amber Butler was an author.  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_43.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="340" height="95" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_18.png"/&gt;&lt;/a&gt;  &lt;br /&gt;
&lt;br /&gt;
iii. "SharePoint 2010" documents modified after 1/1/2011  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_45.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="250" height="330" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_19.png"/&gt;&lt;/a&gt; &lt;br /&gt;
 &lt;/p&gt;
&lt;p&gt;i. You can easily save a search for quickly finding similar documents at a later time &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_32.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="133" height="86" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_15.png"/&gt;&lt;/a&gt; &lt;br /&gt;
 &lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;j. Lastly, with one click, you can open this search in the SharePoint site for additional filtering and refinements. &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image115.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="250" height="97" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image115_thumb.png"/&gt;&lt;/a&gt;  &lt;br /&gt;
&lt;br /&gt;
i. Once opened in the Search Center, all refinements are available on the left.  &lt;br /&gt;
&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_47.png"&gt;&lt;img title="image" border="0" alt="SharePoint 2010,Search,Windows 7,Integration,Search Connector,Federated Search" width="250" height="167" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/Windows-Live-Writer/Searching-SharePoint-From-Windows-7_10D33/image_thumb_20.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As you can see, there are &lt;strong&gt;&lt;u&gt;many&lt;/u&gt;&lt;/strong&gt; ways to integrate SharePoint with Microsoft Windows, and this was only for search!  Our goal is to always add value for our clients, and Windows integration is a huge time saver and productivity booster.  We hope this has been helpful for you as well.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/157/SharePoint-Tip-Searching-SharePoint-From-Windows-7.aspx</guid>
         <pubDate>Wed, 23 Feb 2011 05:09:00 +0000</pubDate>
      </item>
      <item>
         <title>The Dynamics CRM 2011 Administration Bible is Almost Here!</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/146/The-Dynamics-CRM-2011-Administration-Bible-is-Almost-Here.aspx</link>
         <description>&lt;p&gt; &lt;/p&gt;
&lt;table width="100%" cellspacing="0" cellpadding="2" border="0"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td width="130" valign="top"&gt;&lt;/td&gt; 
            &lt;td valign="top"&gt;
            &lt;p&gt;The &lt;u&gt;Microsoft Dynamics CRM 2011 Administration Bible&lt;/u&gt; is only a few weeks away (March 1, 2011) from being available!  After lots of hard work and long hours, we’re going to celebrate by giving away five copies of the book for free!&lt;/p&gt;
            &lt;p&gt;To be entered to &lt;font color="#ff0000"&gt;win a free copy&lt;/font&gt;, just sign up to follow C5 Insight on one of the various social channels that we offer (you must have a United States mailing address to be qualified).  You can &lt;a rel="nofollow" target="_blank" href="http://www.c5insight.com/follow"&gt;click here&lt;/a&gt; to select a social channel to follow.  We’re planning to select 5 winners on March 21, 2011 (or once we have 200 new followers across our social channels – whichever comes first).&lt;/p&gt;
            &lt;p&gt;Or, if you’re in a hurry, then use the link to the left to order your copy today (our kid’s college funds thank you)!&lt;/p&gt;
            &lt;p&gt;For those of you who are interested in SharePoint 2010, the book includes a chapter on the “out of the box” SharePoint integration and a special appendix on customized SharePoint 2010 / CRM 2011 integration written by Curtis Hughes.&lt;/p&gt;
            &lt;p&gt;What’s next?  We’ve created a site for the book (&lt;a rel="nofollow" target="_blank" href="http://www.dynamicscrmbible.com"&gt;www.dynamicscrmbible.com&lt;/a&gt;) and we need to get the finishing touches on it ... Gotta get going!&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/146/The-Dynamics-CRM-2011-Administration-Bible-is-Almost-Here.aspx</guid>
         <pubDate>Tue, 15 Feb 2011 19:30:00 +0000</pubDate>
      </item>
      <item>
         <title>Get Social: More Options for Following Us</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/151/Get-Social-More-Options-to-Learn-About-Dynamics-CRM-Microsoft-SharePoint-and-Salesforce-com.aspx</link>
         <description>&lt;h2&gt;&lt;strong&gt;Some Background&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;At the beginning of 2010, our two companies (StreamLogic and Customer Connect) merged to become C5 Insight. One company focused on Microsoft SharePoint and cloud application development.  The other company focused on CRM (Dynamics CRM and Salesforce.com) and sales and marketing strategy. &lt;/p&gt;
&lt;p&gt;When we merged our blogs, we started to receive feedback that we were providing an overwhelming amount of information.  Our blogs included high level strategic and best practice information, as well as detailed technical tips for developers and administrators.  They also included information on all of the different solutions that we support.  So most of those who were following us found that they were getting some information that wasn’t useful for them.  In addition, options for following us were limited to email or RSS feeds. &lt;/p&gt;
&lt;p&gt;Something had to change!&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;The Social Channels&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/GetSocialMoreOptionsforFollowingUs_8958/image_4.png"&gt;&lt;img height="54" width="244" border="0" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/GetSocialMoreOptionsforFollowingUs_8958/image_thumb_1.png" alt="image" title="image" style="border-width:0px;display:inline;"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So we decided to take a page out of our own Social CRM playbook (it was a typical case of, “the cobbler’s children are the ones with no shoes.”)  At a later date, we’ll share details about Social CRM and our specific strategy as a separate blog.  For now, suffice it to say that:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;We took feeds from our: Blog Site, On Demand Video Site and Live Event Site.&lt;/li&gt;
    &lt;li&gt;We then parsed them out by role and solution type.&lt;/li&gt;
    &lt;li&gt;And we made them available across the most popular social channels.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Voila – a lot of blood, sweat and tears for us delivered a much more relevant way to consume the information that you want.  And it’s all free to you (we guarantee that you’ll get your money’s worth).&lt;/p&gt;
&lt;p&gt;If you want to learn a bit more about Social CRM, check out &lt;a rel="nofollow" target="_blank" href="http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/52/Social-Media-And-Dynamics-CRM.aspx"&gt;this video&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Current C5 Followers&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;If you’re currently following one of the older C5 Insight feeds, we encourage you to look at the new options.  You will find that you can filter what you’re receiving to just the information that is most relevant to you.  Plus, some of our old channels will soon be discontinued – so take the time to sign up for one of the new ones.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://www.c5insight.com/follow"&gt;www.c5insight.com/follow&lt;/a&gt; &lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;The Free Giveaway&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://www.amazon.com/Microsoft-Dynamics-2011-Administration-Bible/dp/0470568143/ref=sr_1_3?ie=UTF8&amp;qid=1297390346&amp;sr=8-3"&gt;&lt;img height="240" width="240" border="0" align="right" src="http://blogs.c5insight.com/Portals/0/SunBlogNuke/1/WindowsLiveWriter/GetSocialMoreOptionsforFollowingUs_8958/Dynamics_CRM_2011_Administrator_Book_Training_3.jpg" alt="Dynamics_CRM_2011_Administrator_Book_Training" title="Dynamics_CRM_2011_Administrator_Book_Training" style="border-width:0px;display:inline;margin-left:0px;margin-right:0px;"/&gt;&lt;/a&gt; Another exciting bit of news at C5 Insight – we have just completed authoring a book, “Microsoft Dynamics CRM 2011 Administration Bible.”  There’s even a special appendix on advanced SharePoint integration.  To celebrate the book and our new social channels, we’re giving away 5 free copies of the book. &lt;/p&gt;
&lt;p&gt;Where do you sign up?  I’m glad you asked.  We’re going to give away the 5 free copies by randomly drawing from a list of all of our followers once we reach 200 new followers across all of our social channels (or on March 21, 2011 – whichever comes first).  So be sure to sign up to follow us by March 21!&lt;/p&gt;
&lt;p&gt;Or, if you’re in a hurry to get the book, go ahead and click the image to order it from Amazon.com.  If we draw your name as a winner, you can get a signed copy to treasure for generations to come!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;So, be sure to sign up for the social channel of your choice today!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://www.c5insight.com/follow"&gt;www.c5insight.com/follow&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/151/Get-Social-More-Options-to-Learn-About-Dynamics-CRM-Microsoft-SharePoint-and-Salesforce-com.aspx</guid>
         <pubDate>Fri, 11 Feb 2011 08:40:00 +0000</pubDate>
      </item>
      <item>
         <title>Grant Management</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/54/Grant-Management.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/54/Grant-Management.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634328416552187500.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Grants Manager is designed to help educational institutions and government organizations to quickly deploy a new grant management  system or compliment an existing one. The solution addresses vital business needs in the PS grants and financial aid management space.  This video provides an overview of the Grants Management solution.  Contact C5 Insight for more information or a live demo.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">54</guid>
         <pubDate>Wed, 09 Feb 2011 09:47:36 +0000</pubDate>
         <category>All Microsoft (MSCRM and SP)</category>
      </item>
      <item>
         <title>Accelerated Sales with Dynamics CRM 2011 and SharePoint 2010</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/53/Accelerated-Sales-With-Dynamics-CRM-2011-And-SharePoint-2010.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/53/Accelerated-Sales-With-Dynamics-CRM-2011-And-SharePoint-2010.aspx'&gt;&lt;img src='http://img.youtube.com/vi/dtJ3fH1khLQ/default.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Combing the power of Dynamics CRM 2011 and SharePoint 2010 can significantly accelerate sales processes. This video includes an overview of dashboards, goal management, SharePoint integration and quote management.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">53</guid>
         <pubDate>Tue, 01 Feb 2011 22:59:29 +0000</pubDate>
         <category>All Microsoft (MSCRM and SP)</category>
      </item>
      <item>
         <title>Social Media and Dynamics CRM</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/52/Social-Media-And-Dynamics-CRM.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/52/Social-Media-And-Dynamics-CRM.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634316630556257176.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Social networking is changing how customer relationships are formed and maintained.  Not only is this new paradigm affecting how businesses work with customers, but it is also changing the way that employees collaborate with one another.  But the core principals of social networking (decentralized, customer or stakeholder driven, opt-in) are often at odds with the way most businesses structure their CRM solution (centralized, company control driven, targeted).  This session provides a strategic framework for integrating your website, CRM and social channels. It includes 3 examples of how to integrate Dynamics CRM with social networking for improved marketing, customer service and collaboration.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">52</guid>
         <pubDate>Wed, 26 Jan 2011 18:24:16 +0000</pubDate>
         <category>All Microsoft (MSCRM and SP)</category>
      </item>
      <item>
         <title>Final Word on the Fab 40 Templates for SharePoint 2010</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/94/Final-Word-on-the-Fab-40-Templates-for-SharePoint-2010.aspx</link>
         <description>&lt;p&gt;So we’ve all been waiting, and waiting, and waiting to hear from  Microsoft  about the fate of the “fab 40” templates for SharePoint  2010.  Well, they  finally have made a decision.  You’re not going to  like it.  Read the full &lt;a rel="nofollow" target="_blank" href="http://blogs.technet.com/b/tothesharepoint/archive/2010/08/18/sharepoint-2010-products-upgrade-and-the-fabulous-40-application-templates.aspx"&gt;details&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The bottom line from the article:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Microsoft is not releasing new versions of these templates for  SharePoint 2010 Products.&lt;/strong&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/94/Final-Word-on-the-Fab-40-Templates-for-SharePoint-2010.aspx</guid>
         <pubDate>Fri, 24 Sep 2010 03:15:00 +0000</pubDate>
      </item>
      <item>
         <title>Quick Tip for Uploading Multiple Files to SharePoint 2010 Picture Library</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/137/Quick-Tip-for-Uploading-Multiple-Files-to-SharePoint-2010-Picture-Library.aspx</link>
         <description>&lt;p&gt;SharePoint 2010 is great at many things, and one of the new integrations with  Office 2010 is with uploading multiple pictures to a picture library using the  Office Picture Manager. &lt;/p&gt;
&lt;p&gt;Say you you’ve got a bunch of logos you want to get into your new fancy 2010  picture library.  You would click &lt;strong&gt;Upload&lt;/strong&gt; –&amp;gt; &lt;strong&gt;Upload  Multiple Pictures&lt;/strong&gt; right?&lt;/p&gt;
&lt;p&gt;&lt;img height="121" width="256" alt="SharePoint 2010 Upload Multiple Files" src="http://blogs.c5insight.com/Portals/0/BlogImages/Doug/SP2010_upload_multiple.png"/&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/137/Quick-Tip-for-Uploading-Multiple-Files-to-SharePoint-2010-Picture-Library.aspx</guid>
         <pubDate>Fri, 17 Sep 2010 19:34:00 +0000</pubDate>
      </item>
      <item>
         <title>Change Tag Spelling and Capitalization in SharePoint 2010</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/133/Change-Tag-Spelling-and-Capitalization-in-SharePoint-2010.aspx</link>
         <description>&lt;p&gt;The ability to tag EVERYTHING in SharePoint 2010 is one of my favorite  features. &lt;/p&gt;
&lt;p&gt;But, if you’re like me, you sometimes create a personal or enterprise tag  hastily. And you know what they say about haste … you end up with typographical  errors or inconsistent capitalization.&lt;/p&gt;
&lt;p&gt;And, if you’re like me, it REALLY bugs you to see all of those  inconsistencies in your terms.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/133/Change-Tag-Spelling-and-Capitalization-in-SharePoint-2010.aspx</guid>
         <pubDate>Sat, 14 Aug 2010 02:55:00 +0000</pubDate>
      </item>
      <item>
         <title>SharePoint in Plain English</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/19/SharePoint-In-Plain-English.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/19/SharePoint-In-Plain-English.aspx'&gt;&lt;img src='http://img.youtube.com/vi/s12Jb5Z2xaE/default.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;A very brief and informative video on the fundamentals of document management and collaboration in SharePoint.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">19</guid>
         <pubDate>Fri, 09 Jul 2010 14:00:16 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>Best Practice: Should SharePoint Replace Your File Servers?</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/129/Best-Practice-Should-SharePoint-Replace-Your-File-Servers.aspx</link>
         <description>&lt;p&gt;One of SharePoint’s  popular features is Document Man&lt;span style="font-family:Arial;"&gt;agement, which leads many organizations to  migrate their data from files shares or their Document Management System over to  SharePoint.  Is thi&lt;/span&gt;s best practice?  Let’s not be hasty, and look at the various  things to consider on both sides of the coin.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/129/Best-Practice-Should-SharePoint-Replace-Your-File-Servers.aspx</guid>
         <pubDate>Thu, 24 Jun 2010 23:51:00 +0000</pubDate>
      </item>
      <item>
         <title>User Adoption and Ideas for Getting Everyone On Board</title>
         <link>http://blogs.c5insight.com/Home/tabid/40/entryid/128/User-Adoption-and-Ideas-for-Getting-Everyone-On-Board.aspx</link>
         <description>&lt;p&gt;Although the idea of user adoption is not a new idea, we consistently find  our clients asking for more ways or better ways to get users to “use the  system.”  Depending on the scope of the project, we always recommend some level  of governance and training for our clients to get the most from their  implementation.  These are critical pieces of the overall solution that we feel  play a significant role in whether or not the product is accepted or rejected by  the users.&lt;/p&gt;
&lt;p&gt;In addition, with the recent release of &lt;a rel="nofollow" target="_blank" href="http://sharepoint2010.microsoft.com/"&gt;SharePoint 2010&lt;/a&gt;, this topic has  once again become a priority for many of our clients looking to implement this  new version.  While superior to the previous version in far too many ways to  mention here, the user interface has been completely enhanced with the “Ribbon”  interface first seen Office 2007.  For users of SharePoint 2007, this will be a  slight learning curve to use the new interface, but as with Office 2007, once  learned the productivity and efficiency will increase exponentially.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://blogs.c5insight.com/Home/tabid/40/entryid/128/User-Adoption-and-Ideas-for-Getting-Everyone-On-Board.aspx</guid>
         <pubDate>Thu, 24 Jun 2010 20:43:00 +0000</pubDate>
      </item>
      <item>
         <title>SharePoint 2010 World Premiere</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/20/SharePoint-2010-World-Premiere.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/20/SharePoint-2010-World-Premiere.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634142994597250906.gif' align='left' border='0' hspace='5'&gt;&lt;/a&gt;SharePoint 2010 is a leap forward for document management, collaboration, intranet portals, business intelligence and much more. View this video to learn the fundamentals of SharePoint and some of the new functionality available in SharePoint 2010.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">20</guid>
         <pubDate>Mon, 21 Jun 2010 00:00:00 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>SharePoint 2010 Communities: Allow Users to Connect, Innovate and Share</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/45/SharePoint-2010-Communities-Allow-Users-To-Connect-Innovate-And-Share.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/45/SharePoint-2010-Communities-Allow-Users-To-Connect-Innovate-And-Share.aspx'&gt;&lt;img src='http://sharepoint.microsoft.com/en-us/PublishingImages/Video-Thumbnails/VLE_thumb.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Social computing promotes sharing and openness within communities. Learn from customers how their enhanced people-centric collaboration solutions empowered their users and improved performance within the organization.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">45</guid>
         <pubDate>Mon, 14 Jun 2010 01:50:00 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>SharePoint 2010 Ribbon Menu Preview</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/43/SharePoint-2010-Ribbon-Menu-Preview.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/43/SharePoint-2010-Ribbon-Menu-Preview.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634154365102245336.gif' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Quickly and easily find and use relevant features with the new contextual SharePoint Ribbon.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">43</guid>
         <pubDate>Sat, 22 May 2010 23:01:51 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>Web Marketing with SharePoint 2010</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/42/Web-Marketing-With-SharePoint-2010.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/42/Web-Marketing-With-SharePoint-2010.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634154359621342914.gif' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Digital Marketers today need to launch an increasing amount of websites quickly and easily. SharePoint 2010 shows marketers how to be competitive and build their business through digital marketing.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">42</guid>
         <pubDate>Sat, 22 May 2010 22:52:43 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>SharePoint Server 2010 for Internet Sites Drives Revenues</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/41/SharePoint-Server-2010-For-Internet-Sites-Drives-Revenues.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/41/SharePoint-Server-2010-For-Internet-Sites-Drives-Revenues.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634154351418725040.gif' align='left' border='0' hspace='5'&gt;&lt;/a&gt;See how Seek.com brings job seekers, employers, and advertisers together.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">41</guid>
         <pubDate>Sat, 22 May 2010 22:39:03 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>What Can SharePoint Do For You?</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/38/What-Can-SharePoint-Do-For-You.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/38/What-Can-SharePoint-Do-For-You.aspx'&gt;&lt;img src='http://sharepoint.microsoft.com/en-us/PublishingImages/Video-Thumbnails/_w/Thumbnail_what_can%20sharepoint_do_for%20_you_jpg.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Improve Productivity, Efficiency, Agility. Catch a glimpse of the exciting work customers are rolling out across their enterprise. See what SharePoint 2010 can do for you</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">38</guid>
         <pubDate>Wed, 12 May 2010 08:00:00 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>SharePoint 2010 Search Demo</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/39/SharePoint-2010-Search-Demo.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/39/SharePoint-2010-Search-Demo.aspx'&gt;&lt;img src='http://sharepoint.microsoft.com/en-us/PublishingImages/Video-Thumbnails/search-SharePoint_demo_thumb.jpg' align='left' border='0' hspace='5'&gt;&lt;/a&gt;Take a tour of the search capabilities in SharePoint Server 2010</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">39</guid>
         <pubDate>Sun, 09 May 2010 08:16:00 +0000</pubDate>
         <category>SharePoint</category>
      </item>
      <item>
         <title>Better Together: Microsoft CRM and SharePoint</title>
         <link>http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/28/Better-Together-Microsoft-CRM-And-SharePoint.aspx</link>
         <description>&lt;a rel="nofollow" target="_blank" href='http://tube.c5insight.com/Home/WatchVideo/TabId/66/VideoId/28/Better-Together-Microsoft-CRM-And-SharePoint.aspx'&gt;&lt;img src='http://c5insight_tube.s3.amazonaws.com/host/634143458768104345.gif' align='left' border='0' hspace='5'&gt;&lt;/a&gt;SharePoint and Dynamics CRM are both powerful development platforms. This video takes a look at how these tools are being combined to accelerate performance.</description>
         <author>SuperUser Account</author>
         <guid isPermaLink="false">28</guid>
         <pubDate>Thu, 18 Jun 2009 00:00:00 +0000</pubDate>
         <category>All Microsoft (MSCRM and SP)</category>
      </item>
   </channel>
</rss><!-- fe1.yql.bf1.yahoo.com compressed/chunked Sat May 26 18:21:25 UTC 2012 -->

