Let’s put aside the fact that the « Adventure works » theme in SharePoint has justified text everywhere… I have been wondering how to change the company in the footer of the page: Well, it is defined in the master page OrangeSingleLevel.master with: <asp:Literal runat= »server » Text= »<%$Resources:cms,masterpages_companyname_linktext%> »/> This mean that modifying the company name requires to: change the …
Archives du mot-clé : SharePoint
Lien Permanent pour cet article : http://regis.decamps.info/blog/2010/08/adventure-doesnt-work-sharepoint-theme/
déc
13
SharePoint is not designed for performance
I hate SharePoint when it’s running slow, which is almost all the time. Last day, a Microsoft consultant told be SharePoint was designed for best performance. In a couple of quick point, I’ll argue the opposite: SharePoint is slow, and many best practices to provide good performances have been ignored. This are things that are …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2009/12/sharepoint-is-not-designed-for-performance/
nov
25
SharePoint limits URL to 260 characters
SharePoint is a Web content management system. Within SharePoint, you can create document libraries, directories, files. You end up having resources like http://my.sharepoint.site.localdomain/Public%20Documents/Director/My%20file.doc Here comes the funny thing: the total length of this URL cannot exceed 260 characters (or read this thread). If a directory or file is created, and the total length exceed this, …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2009/11/sharepoint-limits-url-to-260-characters/
août
29
Questions and critics on SharePoint
I have rised a number of questions on friendfeed, but many of them remain unanswered. In Sharepoint WCM, I can create folders in the « Pages » library with SharePoint designer but not with the web interface. Why? Are there side effects? After an incremental crawl in Sharepoint 2007 search engine, are deleted documents supposed to be …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2009/08/questions-and-critics-on-sharepoint/
mar
31
Best practice for changing the value of a column in SharePoint
In SharePoint development, it is pretty common to change the value of an element. For instance, let’s consider the column named « Title » defined in many lists. Suppose we want to change the « Title » of an item. What’s sound straightforward is to write this SPListItem item // get the needed item item["Title"] = « New value »; Now …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2009/03/best-practice-for-changing-the-value-of-a-column-in-sharepoint/

