Monday, February 6, 2012 7:39

Author Archive

Custom Action Locations and IDs

Tuesday, April 12, 2011 2:36

Original article: http://msdn.microsoft.com/en-us/library/bb802730.aspx The following table shows the locations, custom action group IDs, and custom action IDs that are used in the CustomAction element and the CustomActionGroup element of custom actions that are installed by default in Microsoft SharePoint Foundation. In the table, each location value corresponds to the Location attribute ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

Creating Content Types in SharePoint 2010

Tuesday, April 12, 2011 2:34

There are lots of articles about creating content type in SharePoint 2010. Below links FYI. Reference: http://msdn.microsoft.com/en-us/library/gg295290.aspx http://msdn.microsoft.com/en-us/library/ff630942.aspx#Y684 http://msdn.microsoft.com/en-us/vcsharp/Video/ff623016

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

CustomErrors setting in SharePoint 2010

Tuesday, April 12, 2011 2:31

It’s a little bit different than SharePoint 2007, you need to change two web.config files instead of one: Underneath  [systemdrive]:/inetpub/wwwroot/wss/virtualdirectories/ In the layouts directory underneath the SharePoint root directory or 14 hive – [systemdrive]:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/TEMPLATE/LAYOUTS/ The settings that you need to change ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

Navigate Code and Text in Virtual Studio 2010

Tuesday, April 12, 2011 2:28

Original article: http://msdn.microsoft.com/en-us/library/9w13x3hh.aspx There are various ways to move through text or code in the Code Editor using the mouse and navigation keys: Use the arrow keys to move one character at a time, or the arrow keys in combination with the CTRL key to move one word at a ...

This was posted under category: .NET, SharePoint  |  Read Full Story  |  0 Comments
Tagged with: ,

Display Line Numbers in Virtual Studio 2010

Tuesday, April 12, 2011 2:26

ine numbers are not added to your code; they are for reference only. For line numbers to print, you must select Include line numbers in the Print dialog box. For more information, see How to: Print Code in the Editor. To display line numbers in code On the Tools menu, select ...

This was posted under category: .NET, SharePoint  |  Read Full Story  |  0 Comments
Tagged with: ,

Change icoin in SharePoint 2010 – ByExtension Element

Tuesday, April 12, 2011 2:24

The ByExtension element defines icons for documents according to their file name extensions. This element is used in DOCICON.XML to drive mapping between file extensions and their corresponding document library icons. In general, there are two ways that mapping can be performed: by extension (for example, the ByExtension element can be used ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

Configure Adobe PDF IFilter in SharePoint 2010

Tuesday, April 12, 2011 2:22

We need configure Adboe PDF IFilter to index, crawl the PDF files in SharePoint 2010. Below lists the basic steps, hope it helps. Download and install the Adobe PDF iFilter. It is free!!! Configure the Adboe PDF icon so that the PDF file will be displayed with PDF icon. Configure SharePoint Foundation search service ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

Adlib PDF for SharePoint 2010

Tuesday, April 12, 2011 2:11

Original article: http://blog.adlibsoftware.com/2010/06/29/adlib-pdf-for-sharepoint-2010-link-your-pdf-rendition-back-to-the-source/ UKOOM's comment:  A good news for enterprise. Adlib is the mature PDF conversion product which is used in lots of big company. This is the first in a 3-part series reviewing the features of Adlib PDF for SharePoint 2010 that extend and embrace the SharePoint ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

Tips and Tricks for Developing with Windows SharePoint Services – SharePoint 2003

Saturday, April 9, 2011 2:47

This article is from MSDN http://msdn.microsoft.com/en-us/library/dd583162%28v=office.11%29.aspx Summary: Learn programming techniques that can help make your Windows SharePoint Services Web Parts and applications faster, safer and more reliable, easier to deploy, and even more user-friendly. Author Marco Bellinaso compiled this collection of tips and tricks into a well-organized, single ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments

SharePoint Internal name, Static name, Display name

Saturday, April 9, 2011 2:42

A SharePoint column (field) can be retrieved from the object model in many different ways. Some of them use the internal name while others use the display name. Recently, when creating a column, I came across another field type called Static Name. I wasn't sure what ...

This was posted under category: SharePoint  |  Read Full Story  |  1 Comment
Tagged with: