Showing related tags and posts accross the entire site.
-
On Baltics TechDay 2011 road show last week I was showing a demo of SharePoint CacheCleaner - the tool we use to speed up development. The tool cleans cached control templates and XSLT schemas, and allows to avoid recycling IIS application pool while developing these components in full trust solutions...
-
Sveiki, MSDN komanda šodien iepazīstina pasauli ar 2 jauniem resursiem SharePoint un Office izstrādātājiem. Kā jau ierasts resurss saturēs gan izstrādes rīkus, gan apmācības materiālus. Office izstrādātājiem skatīties http://msdn.microsoft.com/en-us/office/default.aspx SharePoint izstrādātājiem...
-
SharePoint rich text editor control is used widely in default forms. It provides a number of shortcuts, that unfortunately are not so helpful, while typing on a language where RIGHT ALT key is used to enter special characters. Thus in Latvian, for example, we use RIGHT ALT+A to type Ā, RIGHT ALT+S for...
-
Is your SharePoint Development VM using too much memory and getting slow? Typically this is caused by SQL Server process (sqlservr.exe) using much more memory than it actually needs (by default it may just keep growing and grab as much memory, as you have on your VM - see http://support.microsoft.com...
-
Great news for all SharePoint developers: starting from April 2009 Office SharePoint Designer 2007 is FREE! Download it here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42 .
-
Šis ir viens no sērijas "for self reference" rakstiem, par lietām, kas kādreiz varbūt būs noderīgas arī kādam citam :) Vai ir nācies sadzīvināt kopā Asp.Net aplikāciju tajā paša komunālajā dzīvoklī, kurā jau mitinās Windows SharePoint Services? Nesen man nācās šādā komunālajā dzīvoklī apvienot...
-
If you are new to SharePoint 2007 and searching for materials to start with, take a look at these: Books Microsoft Office SharePoint Server 2007 Administrator's Companion , By Bill English Inside Microsoft Windows SharePoint Services 3.0 , By Ted Pattison Inside Microsoft Office SharePoint Server...
-
In November p&p has released SharePoint Guidance. I would highly recommend it for reading to all SharePoint developers and architects - it covers the main aspects of SharePoint development and helps avoid common pitfalls! This guidance helps architects and developers build SharePoint intranet applications...
-
Content type ID in the typical form looks like 0x01 00[GUID], where the part shown in bold is ID of a parent content type, 00 is a separator, and [GUID] is a GUID which makes content type ID unique. A good practice is to place GUID in CAPS only. You should always do it only this way! I'll show you...
-
Last week we’ve found a strange issue on one of our SharePoint servers – workflow histories on documents that were approved more than 2 months ago were missing! After some searching I came across the following post on MSDN: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2272887&SiteID=1&mode...