Click on this icon to open the XML page.Tom Van Gaever - Blog
Search:   

Create Custom Site Definition : Page Viewer WebPart in ONET.XML 
Wednesday, September 10, 2008, 07:41 - SharePoint
Posted by Administrator
The most bullet proof way to get a working schema is to create a webpart in an existing site, style and adjust it like you want it and export this webpart to your desktop.

Afterwards open the file in visual studio and copy paste this part in the

<Module Name="Default" Url="" Path="">
<File Url="default.aspx" NavBarHome="True">
<AllUsersWebPart WebPartZoneID="Right" WebPartOrder="1">


<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2">
<Title>Page Viewer Web Part</Title>
<FrameType>None</FrameType>
<Description>Use to display linked content, such as files, folders, or Web pages. The linked content is isolated from other content on the Web Part Page.</Description>
<IsIncluded>true</IsIncluded>
<ZoneID>Left</ZoneID>
<PartOrder>0</PartOrder>
<FrameState>Normal</FrameState>
<Height>600px</Height>
<Width />
<AllowRemove>true</AllowRemove>
<AllowZoneChange>true</AllowZoneChange>
<AllowMinimize>true</AllowMinimize>
<AllowConnect>true</AllowConnect>
<AllowEdit>true</AllowEdit>
<AllowHide>true</AllowHide>
<IsVisible>true</IsVisible>
<DetailLink />
<HelpLink />
<HelpMode>Modeless</HelpMode>
<Dir>Default</Dir>
<PartImageSmall />
<MissingAssembly>Cannot import this Web Part.</MissingAssembly>
<PartImageLarge>/_layouts/images/mscntvwl.gif</PartImageLarge>
<IsIncludedFilter />
<Assembly>Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
<TypeName>Microsoft.SharePoint.WebPartPages.PageViewerWebPart</TypeName>
<ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">_layouts/sdworxpolicies/Policy.aspx</ContentLink>
<SourceType xmlns="http://schemas.microsoft.com/WebPart/v2/PageViewer">URL</SourceType>
</WebPart>


This part always work, takes you about 5 seconds.
add comment ( 3 views )   |  permalink   |   ( 3 / 662 )
Patrick Tisseghem 
Saturday, September 6, 2008, 08:52
Posted by Administrator
Yesterday I received the sad message that Patrick Tisseghem (SharePoint MCP,author of the "Inside Microsoft Office SharePoint
Server 2007" book,co-founder of U2U) passed away while he was in Sweden to teach a course.

Although I've only met him once, my condolences to his wife, daughters and family.

http://www.u2u.be

It is with deepest regret that we have to announce the death of Patrick Tisseghem, co-founder of U2U. Patrick suddenly passed away on Wednesday 3 September 2008 around 18 hours in Gothenburg Sweden due to a heart failure. Our sympathy and thoughts go out to his wife Linda, their daughters Anahi and Laura, and to his family. We are all deeply saddened by this tragic loss. We remember him as caring father as well as a driven and warm hearted colleague and friend. We miss you Patrick.


add comment ( 1 view )   |  permalink   |   ( 2.8 / 382 )
SharePoint dll in assembly debugging 
Wednesday, September 3, 2008, 07:00 - SharePoint
Posted by Administrator
Today I learned something that would save me a lot of time in the future:

subst h: c:\WINDOWS\assembly

this creates a new H drive on your computer, but this enables you to open your GAC like a file system. Locate the folder where you're dll is located and copy-paste the corresponding pdb file.
add comment ( 1 view )   |  permalink   |   ( 3 / 355 )
WSS 3.0 and MOSS 2007 SDK 1.4 Download and Online MSDN Library 
Saturday, August 30, 2008, 08:09 - SharePoint
Posted by Administrator
The SDK updates in 1.4 include:
• New Federated Search Samples:
o Custom Federated Search Web Part with a Credentials UI (also available at MSDN Code Gallery)
o Federated Search SQL Server Connector (also available at MSDN Code Gallery)
o Federated Search HTML to RSS Connector (also available at MSDN Code Gallery)
o Federated Search Virtual Earth Map Connector (also available at MSDN Code Gallery)
• Updated documentation files, including updated, offline versions of MSDN Library Technical Articles and Developer Guides
o What’s New in the MOSS SDK 1.4 Documentation
o What’s New in the WSS SDK 1.4 Documentation
• Lots of new documentation for Records Management APIs.
o Microsoft.Office.RecordsManagement.Holds
o Microsoft.Office.RecordsManagement.InformationPolicy
o Microsoft.Office.RecordsManagement.PolicyFeatures
o Microsoft.Office.RecordsManagement.RecordsRepository
o Microsoft.Office.RecordsManagement.Reporting
o Microsoft.Office.RecordsManagement.SearchAndProcess

MOSS SDK 1.4 DOWNLOAD
WSS SDK 1.4 DOWNLOAD
add comment ( 1 view )   |  permalink   |   ( 2.9 / 602 )
Installing the Adobe PDF Ifilter (V6) on MOSS 2007  
Wednesday, August 27, 2008, 20:42 - SharePoint
Posted by Administrator
Installing the Adobe PDF Ifilter (V6) on MOSS 2007


Download the Adobe PDF IFilter 6.0 from here

Stop the IIS Admin service: Start > Run > Services.msc > Stop the IIS Admin Service


Run the Adobe PDF IFilter 6.0 Setup program (ifilter60.exe) to install the filter on the server.


Copy a GIF that you would like to use as an icon (16X16) in "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images".


Edit the file C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Xml\DOCICON.XML .

Add an entry for the .pdf extension.
<Mapping Key="pdf" Value="icpdf.gif"/>



Perform an “iisreset” or recycle the SharePoint Application Pools.


Add the .pdf file type to the index list:

a) Go to Central Administration, then to the Shared Services Administration Web of the current SSP, go to Search Settings and next to File Type.

b) Add the new file type “pdf”.

Perform a Full Update on the Search content indexes.


Microsoft KB: http://support.microsoft.com/kb/832809, but I passed when i encountered step 8.
add comment ( 5 views )   |  permalink   |  related link   |   ( 3 / 604 )

<<First <Back | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Next> Last>>