Sign In
Chun Liu on SharePoint
my thought
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Azure
Cache
Claim
Cloud
DB Statistics
DocId
DocType
ECB
FBA
Full Trust Proxy
IE
Linq2SP
Login Page
MOSS
Patching
RenderPattern
Sandboxed Solution
Secure Store
SharePoint 2010
STS
User Profile
XSLT
Archive
Archives
January 2012
(1)
November 2011
(2)
July 2011
(1)
June 2011
(1)
September 2010
(4)
August 2010
(3)
April 2010
(3)
March 2010
(2)
January 2010
(1)
MSDN Blogs
>
Chun Liu on SharePoint
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Chun Liu on SharePoint
The flowchart of the IE rendering modes
Posted
4 months ago
by
Chun Liu
1
Comments
Several folks asked me about the flowchart of the IE rendering modes that I showed in one of my sessions on GeekReady Asia. I share it here so it is easier for everyone to find it. The flowchart was created by Henri Sivonen . He shared the flowchart in...
Chun Liu on SharePoint
Auto Update Statistics and Auto Create Statistics – ON or OFF for SharePoint 2010 Databases?
Posted
6 months ago
by
Chun Liu
0
Comments
If you ask any SQL DBA a question like, “should I turn on Auto Update Statistics and Auto Create Statistics on databases?” You’ll get an answer like, “Yes, definitely!” or probably “ It depends ”. But if we are talking about SharePoint 2010 databases...
Chun Liu on SharePoint
How My Site Cleanup Job works
Posted
6 months ago
by
Chun Liu
0
Comments
The following is a flowchart I drew according to the implementation of this time job.
Chun Liu on SharePoint
Details about how Document ID Service is activated
Posted
10 months ago
by
Chun Liu
6
Comments
You may have found that Document ID Service is a very interesting feature. Sometimes you activate it and it just works as expected. But sometimes you activate it and it doesn’t work immediately. A typical example is to activate it on a team site and a...
Chun Liu on SharePoint
Interesting Facts About Patching of SharePoint 2010
Posted
11 months ago
by
Chun Liu
0
Comments
With the release of the SharePoint 2010 SP1 , we had an interesting discussion about the way we should follow to patch SharePoint 2010. And I just learned several things that I didn’t exactly know before. Let me just share them here. According...
Chun Liu on SharePoint
Enabling ECB menu on a custom column in SharePoint 2010 (Part 2)
Posted
over 2 years ago
by
Chun Liu
10
Comments
OK. In Part 1 , I’ve explained the problem of “Edit in undefined” when you enable the ECB menu on a field in the document library. To workaround this problem, we have to go back to the way we used for MOSS. In MOSS, when we want to enable the ECB menu...
Chun Liu on SharePoint
Enabling ECB menu on a custom column in SharePoint 2010 (Part 1)
Posted
over 2 years ago
by
Chun Liu
4
Comments
If you have ever tried to enable the ECB menu on a column other than Name or Title in MOSS 2007, you will love a new feature of SharePoint 2010, Show List Item Menu , like the screenshot below. This feature allows us to enable the ECB menu on almost all...
Chun Liu on SharePoint
Creating a Custom Login Page for Windows Authentication
Posted
over 2 years ago
by
Chun Liu
5
Comments
A month ago, I wrote an article talking about how to create a custom login page for FBA in SharePoint 2010. Since then, I got some enquiries asking whether it is possible to do the same thing for Windows Authentication. So I did some research and created...
Chun Liu on SharePoint
Rendering a Field with the Custom XSLT Stylesheet
Posted
over 2 years ago
by
Chun Liu
3
Comments
In MOSS 2007, how a field is rendered in a list view relies on its <RenderPattern> element which defines the actual CAML that SharePoint can use to render the field. However in SharePoint 2010, the list view rendering system has been changed significantly...
Chun Liu on SharePoint
Accessing Databases in a Sandboxed Solution
Posted
over 2 years ago
by
Chun Liu
3
Comments
Sandboxed Solution is a cool feature of SharePoint 2010, but as all of us know, not everything can be done with the Sandboxed Solution. For security consideration, Sandboxed Solution has its own CAS to restrict the call to some SharePoint APIs as well...
Chun Liu on SharePoint
Creating an External Content Type based on SQL Azure
Posted
over 2 years ago
by
Chun Liu
0
Comments
One thing I am interested in Windows Azure Platform is what this Cloud platform means to SharePoint. I know BPOS is there, and as one part of it, SharePoint Online, provides an option to users who wants to get the SharePoint capability in the public cloud...
Chun Liu on SharePoint
Creating a Custom Login Page for FBA in SharePoint 2010
Posted
over 2 years ago
by
Chun Liu
22
Comments
The default login page of FBA in SharePoint 2010 is very simple. It only provides a Login control with the user name, password and remember me option. We usually have to create a custom login page to accommodate other security requirements, for example...
Chun Liu on SharePoint
Linq to SharePoint: Query Across Site Collections?
Posted
over 2 years ago
by
Chun Liu
4
Comments
The thoughts in this article are from an internal discussion about Linq to SharePoint. Scenario Say I have two site collections, http://sharepoint2010/sites/site1 and http://sharepoint2010/sites/site2 , which are all based on team site template. Now I...
Chun Liu on SharePoint
How to make use of a custom IP-STS with SharePoint 2010? (Part 2)
Posted
over 2 years ago
by
Chun Liu
18
Comments
ID4014: A SecurityTokenHandler is not registered to read security token ('EncryptedData', 'http://www.w3.org/2001/04/xmlenc#'). Here comes the answer of the little quiz in the end of Part 1 . When I clicked SimplePassiveSTS, I was redirected to...
Chun Liu on SharePoint
How to make use of a custom IP-STS with SharePoint 2010? (Part 1)
Posted
over 2 years ago
by
Chun Liu
12
Comments
I know there have already been many articles about how to make SharePoint work with ADFS 2.0, like the one from SPIdentity team blog and the one by Eric Kraus. What I want to do is to create a simple IP-STS and make use of it in SharePoint 2010 rather...
Chun Liu on SharePoint
Why SharePoint 2010 Not Use Kernel Mode Authentication in IIS7?
Posted
over 2 years ago
by
Chun Liu
1
Comments
Kernel mode authentication as it is described in IIS7: By default, IIS enables kernel-mode authentication, which may improve authentication performance and prevent authentication problems with application pools configured to use a custom identity...
Chun Liu on SharePoint
Forms-based Authentication on a Claim-based Web App
Posted
over 2 years ago
by
Chun Liu
0
Comments
When creating web app in SharePoint 2010, we can only choose to use Windows Authentication if we choose to use Classic mode. If we want to use any other authentication method, like FBA, we much choose to use Claim mode. (Although FBA is able to be selected...
Chun Liu on SharePoint
Some Changes on Caching
Posted
over 2 years ago
by
Chun Liu
0
Comments
1. In MOSS 2007, Object Cache is enabled by default, and the memory it uses is 100MB. But because this is a site collection level setting, if there are many site collections, the overall performance might be hurt by Object Cache. This is why we always...
Page 1 of 1 (18 items)