Sign in
|
Join
|
Help
in
Current Tags
Mirjam's blog
Community Bloggers
(Entire Site)
SharePoint Blogs
The Best Place for SharePoint-related Blogs
Home / Blogs
Get a blog here!
SharePoint University
Downloads
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
SharePoint Web Services
MOSS Development: Back to the Basics
Seven habits of highly effective bloggers
The "datenoyear" field in the SharePoint user profiles
Changing the language of an existing SharePoint site
Tags
Administration
Architecture
Deployment
Design
Development
DIWUG
Document Management
Feature
Fun
Guidelines
Impersonation
InTrack
Knowledge Network
Language
Live Meeting
MOSS 2007
My Site
Navigation
OCS
Performance
Presentation
RoundTable
Running
SDE
SDN
Search
Security
SharePoint
SharePoint Designer
SPS 2003
TechNet
Web Conferencing
Web Parts
Whitepaper
Workflow
Wow!
News
Welcome to my personal blog. All the information in this blog is my personal view, and not necessarily the view of Macaw.
Blogs worth reading
Bart Wessels' Blog
Patrick Tisseghem's Blog
Arpan Shah's Blog
Edwin Vriethoff
Microsoft SharePoint Products and Technologies Team Blog
Andrew Connell [MVP MOSS]
Heather Solomon
Macaw Corporate Blog
Serge van den Oever
Archives
July 2008
(2)
May 2008
(2)
April 2008
(2)
February 2008
(2)
January 2008
(1)
December 2007
(2)
November 2007
(4)
September 2007
(4)
August 2007
(1)
May 2007
(2)
April 2007
(2)
February 2007
(3)
January 2007
(2)
November 2006
(2)
Mirjam's blog
Blogging about SharePoint related stuff
Browse by Tags
All Tags
»
Development
(
RSS
)
Feature
Impersonation
Search
Security
SharePoint
Web Parts
The "datenoyear" field in the SharePoint user profiles
At the moment I'm working on the new and improved version of the Macaw Birthday web part. This web part uses the Birthday field of the user profile to query for people who will have their birthday in the next "x" days. Where you can...
Posted
May 13 2008, 03:56 PM
by
Mirjam
with | with
7 comment(s)
Filed under:
Search
,
SharePoint
,
Development
Using SPWeb.EnsureUser(loginName) to add a new SPUser to a web
It happens quite often that I have to write a piece of code to set user permissions on a SharePoint site. One of the challenges you encounter when doing so is that you need to have a valid SPUser object, that is known in the site collection to be able...
Posted
Dec 20 2007, 04:30 PM
by
Mirjam
with | with
7 comment(s)
Filed under:
Development
,
Security
Setting item level security in an eventhandler
Last week I was building a solution for a customer that involved setting item level security on a document in a document library the moment it is added to the document library. I'm not a big fan of item level security, because it can create chaos...
Posted
Nov 11 2007, 01:45 PM
by
Mirjam
with | with
7 comment(s)
Filed under:
Development
,
Security
,
Feature
The use of SPContext
When building custom web parts for Windows SharePoint Services V3. You can use the SPContext object to get for instance the site or web from the current context. But that's not all you can get from SPContext. You can also get the listitem and the...
Posted
Feb 23 2007, 08:37 PM
by
Mirjam
with | with
3 comment(s)
Filed under:
Search
,
Development
The ClassResourcePath for custom webparts in MOSS 2007
At Macaw we've been using standard project templates for most of our development projects for years. In the project template for custom webparts for SharePoint 2003 we've had a basewebpart. All custom webparts for SharePoint 2003 inherit from...
Posted
Jan 17 2007, 08:53 PM
by
Mirjam
with | with
5 comment(s)
Filed under:
Development
,
Web Parts
Impersonation in SharePoint 2007
In SharePoint 2003 there was no easy way to use impersonation. In SharePoint 2007 there is a nice and easy build in way to use impersonation: SPSite site = new SPSite("SiteCollection_Url"); SPWeb web = site.OpenWeb(); SPUser user = web.AllUsers...
Posted
Nov 02 2006, 03:14 PM
by
Mirjam
with | with
1 comment(s)
Filed under:
Development
,
Impersonation
Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts