RaSor’s Blog

October 19, 2009

BTS09 – New VPC

Filed under: Biztalk, Sharepoint — rasor @ 4:09 pm

Just saw a new VPC for Biztalk 2009 has become available for download.

Seems like the demo has integration with Sharepoint

June 29, 2009

MOSS07 Exam 70-542 App Dev

Filed under: Sharepoint — rasor @ 4:51 pm

Just passed the Exam 70-542 Microsoft Office SharePoint Server 2007 – Application Development.

Here is a short resume of that experience.

Here you can read about attending a certification exam.

The exam 70-542 were max 80 minutes long and there were 32 questions.

(more…)

June 28, 2009

Moss07: Discovering samples from Book – Inside MOSS 2007 – Part 2

Filed under: Sharepoint — rasor @ 6:46 am

This post examines the samples from the book:  Inside MOSS 2007

To be able to execute the samples you need to:

1) Do part1:  http://rasor.wordpress.com/2009/06/26/moss07-discovering-samples-from-book-inside-moss-2007-part-1/

Chapter 2. P.58 – Walkthrough: Populating User Profiles Remotely – Sample FavoritesManagerApp

(more…)

June 27, 2009

MOSS07: SSP and Search errors

Filed under: Sharepoint — rasor @ 9:14 am

In my development environment I get some errors with Moss Search and other SSP services once in a while – I haven’t found the cause, but a fix.

(more…)

June 26, 2009

Moss07: Discovering samples from Book – Inside MOSS 2007 – Part 1

Filed under: Administration, Sharepoint — rasor @ 6:08 pm

This post examines the samples from the book:  Inside MOSS 2007

To be able to execute the samples you need to:

1) Download samples and execute the setup

Chapter 2. P.32 – Walkthrough: Creating a collaboration Portal

(more…)

May 28, 2009

WSS30/MOSS07 – Links

Filed under: Sharepoint — rasor @ 5:08 am

A handfull of links. Might be something I want to do something about later.

  (more…)

April 28, 2009

WSS30/MOSS07: Cleanup VPC

Filed under: Sharepoint — rasor @ 9:58 pm

So how do you cleanup your VPC for making it look like a clean MOSS07 machine?

In this way you retain the patches from automatic update and whatever utilities, personalisations and whatever else you have to do from scratch.
This might be faster, be possible to automate or at least just to make a checklist of like here:

(more…)

April 21, 2009

WSS30/MOSS07: WSPBuilder Documentation

Filed under: Sharepoint — rasor @ 8:02 pm

Mr. WSPBuilder himself, Carsten Keutmann, has made a collection of WSPBuilder documentation

Thanks, Carsten.

April 16, 2009

WSS30/MOSS07: SPD07 is now free!

Filed under: Sharepoint, WinApps — rasor @ 5:26 am

March 30, 2009

WSS30/MOSS07: Navigation

Filed under: Sharepoint — rasor @ 1:52 pm

A few navigation wonderings:

Why wouldn’t my custom breadcrumb menu show lists, when my leftnavigation would?

Andy Burns shows how much fun breadcrumbs can be.

For the current document two breadcrumb providers are provided:

        <add name="SPContentMapProvider" type="Microsoft.SharePoint.Navigation.SPContentMapProvider, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
        <add name="CurrentNavSiteMapProviderNoEncode" description="CMS provider for Current navigation, no encoding of output" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="false" />

The former is from WSS and the latter from MOSS.

(more…)

January 7, 2009

WSS3.0 Custom Workflow forms

Filed under: Sharepoint — rasor @ 8:41 pm

Must take a test run of this one day.

WSS3 Workflow Tools on codeplex

December 19, 2008

WSS3.0 Exam 70-541 App Dev

Filed under: Notes, Sharepoint — rasor @ 10:06 pm

Just passed the Exam 70-541 Microsoft Windows SharePoint Services 3.0 – Application Development a few day ago.

Here is a short resume of that experience. (more…)

November 8, 2008

TFS 2008 test drive

Filed under: Sharepoint, TFS, Visual Studio — rasor @ 8:10 pm

At work I use TFS only for Source Control for .NET source code. Since TFS is much more I will in this post just get started looking a little around… (more…)

November 7, 2008

TFS 2008 inst: Errors

Filed under: Administration, Sharepoint, TFS, Visual Studio — rasor @ 11:23 pm

While trying to install TFS 2008 as in standalone mode on a Win server 2003 several installation prerequisites had to be met: (more…)

November 2, 2008

WSS3.0 Adm: Farms, WebApps, SiteCollections and Sites

Filed under: Sharepoint — rasor @ 4:36 pm

When you have to choose scope for your feature you have to choose between:

  1. Farm
  2. WebApplication
  3. Site (SiteCollection)
  4. Web (Site)

This post links those words with the visual presentation of sites.
First a look at sites in a browser and secondly a look at how to create them.
(more…)

October 28, 2008

WSS Dev: HowTo Link to a List from a ListItem (Or HowTo contain Collections)

Filed under: Sharepoint — rasor @ 7:23 am

How can a ListItem contain a collection?
By having a field contining a link to another list. (more…)

VPC: HowTo optimize VPC

Filed under: Administration, Sharepoint — rasor @ 6:40 am

When you are using VPC’s, there are ways to optimize performance and enhance usage.

In Bios:

  • Create full isolation between VPC’s: In Bios: Enable Virtualization Technology.

In VPC Console:

  • Enable use of special chars like “{” by using AltGr: File – Options – Keyboard – Change AltGr to RightCtrl
  • Add RAM and increase memory amount allocated to the Virtual Machine: Select the VM – Settings – Memory – increase using the ruler, while the VM is shut down.

Each Virtual Machine:

  • Sync the HW of your PC with your image: With the VM open: Action – Install or update VM additions – Select C:\Program Files\Microsoft Virtual PC\Virtual Machine Additions\VMAdditions.iso

If your host is Win2k8 srv and the VPC is Hyper-V then use Remote Desktop as Client. Graphics update is faster and the look and feel is like when you are operating the production environment.

Link: http://blogs.msdn.com/Virtual_PC_Guy/

Thanx to Peter Karpinski

(more…)

October 26, 2008

WSS Tool: Sharepoint Solution Generator

Filed under: Sharepoint — rasor @ 9:51 am

Exploring the tool Sharepoint Solution Generator (SSG)… (more…)

October 25, 2008

WSS Dev: WSPBuilder Templates

Filed under: Sharepoint — rasor @ 5:48 pm

When you start out building WSS features from WSPBuilder then what is there to choose from?
What is in the WSPBuilder templates (more…)

October 24, 2008

WSS Dev: HowTo debug a WebPart

Filed under: Sharepoint — rasor @ 4:52 pm

Can you debug a webpart in a WSS page? Yes – not a problem. (more…)

October 15, 2008

WSS Dev: A simple feature – Type Custom Action

Filed under: Sharepoint — rasor @ 10:26 am

So what was a feature? Let’s see if I can come up with a good explanation. I think it is here explanations often is too vaugue.
A feature is zero or more elements. Elements can be list and/or what a lists consists of like content type, list items and fields, but also other kind of site content. See the list below.
A feature must be activated. If the feature has zero elements then it is only code in the activation/deactivation eventhandler that makes up the feature, but that code is optional.
With that definition a feature is a plug-in to sharepoint, that adds more than the standard elements.

In the below table the features are printed from a sample WSS site collection. The elements are printed from MSDN. (more…)

October 13, 2008

WSS: Exceptions

Filed under: Sharepoint — rasor @ 8:45 am

 In this post I will add exceptions when I meet them. (more…)

October 12, 2008

WSS: Development – Quick Start with WSPBuilder

Filed under: Sharepoint — rasor @ 7:20 pm

So how to get started quick and easy with development of WSS features?

It is not that bad after all. You can

  1. Use WSPBuilder as a starting point
  2. Use an already build WSPBuilder feature as a starting point

For debugging a WebPart see here.

(more…)

September 29, 2008

WSS: What is installed on a WSS3.0 server with VS2005?

Filed under: Sharepoint — rasor @ 7:55 pm

This article was earlier posted togeter with this post: WSS terminology.

Look here http://rasor.wordpress.com/2008/08/25/wss-howto-build-a-wss-project/, if you want to get a running WSS.

In this section a WSS server is explored.

Refer to http://rasor.wordpress.com/2008/08/23/wss-request-lifetime/, to see the technology behind WSS. (more…)

September 28, 2008

WSS: A console program

Filed under: Sharepoint — rasor @ 1:55 am

Here is a console app, that demonstrates two things:

  • You can code towards a site from outside of its boundaries just by adding the URL of the site. 
  • You can see how the some of the internal objects hierarchies compared to the “All Site Content” page.   (more…)

WSS/MOSS posters

Filed under: Sharepoint — rasor @ 12:39 am

September 6, 2008

WSS: HowTo edit a Site Page

Filed under: Sharepoint — rasor @ 5:31 pm

Navigate to the page you want to edit and select Edit Page in the Site Actions dropdown list (more…)

WSS: HowTo navigate a WSS site

Filed under: Sharepoint — rasor @ 3:40 pm

In order to get an overview let’s start by look at the difference between a WSS site and the SharePoint Central Administration (SPCA) tool. (more…)

August 25, 2008

WSS: HowTo use SharePoint Central Administration

Filed under: Sharepoint — rasor @ 7:00 pm

SharePoint Central Administration (SPCA) is started from Start Menu – Admin Tools. (more…)

WSS3.0: HowTo use STSADM.EXE

Filed under: Sharepoint — rasor @ 6:21 pm
  • STSADM is the cmd line tool for SP Central Administration
  • PSCONFIG is the cmd line tool for SP Configuration Wizard

Each STSADM command line is using a shortcut to the program (shortcut to PSCONFIG, too):

@SET STSADM="%ProgramFiles%\common files\microsoft shared\web server extensions\12\bin\stsadm"
@SET PSCONFIG="%ProgramFiles%\common files\microsoft shared\web server extensions\12\bin\psconfig"

(more…)

WSS: HowTo build a WSS project – Installation requirements

Filed under: Deployment, Sharepoint — rasor @ 6:14 pm

Here are some suggestions of how you can get the first touch on WSS.

Here might be supplemented with a list of installation requirement. (more…)

August 23, 2008

WSS request lifetime

Filed under: NET, Sharepoint, WebApps — rasor @ 4:02 pm

When a request enters IIS then IIS looks up in its application map for the requested web site or virtual directory for an ISAPI extension. (more…)

August 21, 2008

WSS terminology

Filed under: Sharepoint — rasor @ 9:46 am

I am new to WSS, so I’ll start to learn the WSS terminology and how to find my way through this wilderness. (more…)

.NET Roadmaps

Filed under: NET, Sharepoint, WCF, WebApps — rasor @ 9:07 am

This roadmap mixes just some different stuff I wanted to store. (more…)

Blog at WordPress.com.