Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Sharepoint 2007   (RSS)

Shared SSP and Web-application creation in Sharepoint 2007 (Alternate URL Synchronizer)

At one of my customers we have a situation where we are Sharing the SSP from one Farm (i.e. Parent Farm) to another Farm (Child Farm). We also need to create a web-application with the same host header name (e.g. http://secure.msft.com ) in both the Farms.
Posted by ketaanhs | 0 Comments
Filed under: , ,

"This week in Pictures" web part in Sharepoint 2007 and Time Interval

In case if you are looking for how to set the time interval between image slideshow, you will find this blog helpful. The “This week in Pictures” [TWIP] web part uses a java script for the slideshow (STARTSlideShow() method). Basically in the OnPreRender()
Posted by ketaanhs | 0 Comments

Exploring the Microsoft.Office.Server.Administration.Licensing information

Have you ever had a need to explore whats the expiration date of the trial version of MOSS you are using, if yes then the solution for that is the INTERNAL STATIC CLASS: Microsoft.Office.Server.Administration.Licensing This will help you in finding out
Posted by ketaanhs | 0 Comments

How to determine (find) who created a site on a MOSS 2007

One of my colleague had asked query regarding how to find out the user who created the site in sharepoint 2007, obviously nothing in the UI to find out that. So we will have to do it programmatically and the way to get it is to use the SPWeb.Authors property.
Posted by ketaanhs | 0 Comments
Filed under:

Modifying SPThemes.xml Programmatically to deploy new Themes MOSS 2007 (WSS 3.0)

Modifying SPThemes.xml Programmatically to deploy new Themes MOSS 2007 (WSS 3.0) One of my colleague was looking for modifying the SPThemes.xml file programmatically instead of editing it manually on each and every server. So that the deployment of new
Posted by ketaanhs | 0 Comments
Filed under: ,

Audiences in Inter Farm SSP (Sharepoint 2007 / MOSS)

We were doing some brain storming on Sharing the SSP (Shared Service Provider) between multiple farms i.e. the Parent Farm will be the provider/source of the SSP and the Child farm will consume the SSP. (Needless to say this is MOSS or sharepoint 2007).

Programmatically provision hostheader site collection (MOSS/Sharepoint 2007)

I was looking for a sample on creating a Host header based site collection (programmatically) i.e. using WSS/Sharepoint 2007 API and came across the msdn article, but there is no sample: http://msdn.microsoft.com/en-us/library/ms479602.aspx We can easily
Posted by ketaanhs | 4 Comments

Programmatically loop thru Publishing site collection or rather WARMP UP Script for FBA site

I wanted to write a WARMP UP SCRIPT For FBA enabled Publishing site for Sharepoint 2007/ MOSS. REQUIREMENT: We have a web-application set up with FBA and we have some of the sites accessible anonymously and other for only authenticated users. We would
Posted by ketaanhs | 1 Comments
Filed under: , , ,

MOSS / Sharepoint 2007 Custom Error Page and Access denied Page

In case if you are interested in creating your own custom error page and custom access denied page instead of the out of the box MOSS / Sharepoint error page (generally the requirements in Publishing internet site). You can use the following HTTPModule
Posted by ketaanhs | 0 Comments

Disable Event handlers during Content Deployment (Sharepoint 2007/MOSS)

When we are doing a content deployment in a publishing site and there are lot of event handlers attached to list/libraries then be aware that by default content deployment tells PRIME not to fire events during import. You can change this setting, but

Javascript RichHTMLField control sharepoint Page Layouts

We are working on a Publishing portal (MOSS / Sharepoint 2007) and we had a requirement to allow the authors to enter Rich HTML content and that can contain javascript to popup some images that appear as small images in the content or just as a link.
Posted by ketaanhs | 0 Comments
Filed under: ,

Running our MOSS sites in IE-7 compat with IE-8

We had worked on some MOSS portal sites and wanted to make sure the rendering is fine in IE-8 also without making any changes to the CSS, so the best thing we did was we added the following tag to our Master Page just below the HEAD html tag and then
Posted by ketaanhs | 0 Comments
Filed under: ,

Presence indicator problem with Custom Master Page scrolling

Problem: I have got a unique problem that when you hover over any contact, the actual presence icon appears several pixels below the actual icon. This only happens when the page is scrolled down and works perfectly when the page is not in scrolled position.
Posted by ketaanhs | 6 Comments
Filed under: ,

CONTENT DEPLOYMENT, CONTENT EDITOR WEB PART, NOT VISIBLE (MOSS 2007)

I was working with Ben {Risher} today and we did a content deployment of our AUTHORING site to the target site i.e. PUBLISHING SITE. Our Authoring site had pages (web part pages) that were using Content Editor web parts (CEWP) with some static HTML contents.

CUSTOM Navigation Provider for MOSS

Has there been a customer requirement for you where you wanted to create the left or Top navigation based on a custom recordset or from a List (stored in Sharepoint so that easy to update) in a WCM using Sharepoint 2007 / MOSS. Did you have a requirement
More Posts Next page »
 
Page view tracker