Sign in
|
Join
|
Help
in
Current Tags
Andrew Noon'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
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
SQL Server 2005 & Visual Studio 2008
Everyone wants one!
Collecting data from users in SharePoint workflow's created in Visual Studio 2008
SharePoint 2007 workflow with Visual Studio 2008
SPSite ReadOnly & WriteLocked properties fail on a GET request
Tags
MOSS 2007
Non-SharePoint
SharePoint Portal Server 2003
Archives
June 2008
(1)
March 2008
(1)
February 2008
(2)
January 2008
(1)
December 2007
(3)
September 2007
(3)
July 2007
(2)
November 2006
(2)
October 2006
(1)
August 2006
(10)
June 2006
(1)
Andrew Noon's Blog
SharePoint, MOSS 2007, Information Architecture, Business Intelligence and other rambling
Browse by Tags
All Tags
»
MOSS 2007
(
RSS
)
SharePoint Portal Server 2003
Everyone wants one!
I've written so many SharePoint asset viewer type web parts (or applications) over the last few years I thought it was about time I blogged some code to get you started yourselves, the following will render a simple treeview that will allow you to...
Posted
Mar 20 2008, 01:28 PM
by
Andrew Noon
with | with
8 comment(s)
Filed under:
MOSS 2007
,
SharePoint Portal Server 2003
SharePoint 2007 workflow with Visual Studio 2008
Before getting into this I thought developing workflow for SharePoint 2007 was a complex and daunting task to undertake. Whilst you still won’t find me saying it’s easy I will say that I’ve been pleasantly surprised at how intuitive the process has been...
Posted
Feb 06 2008, 05:12 PM
by
Andrew Noon
with | with
44 comment(s)
Filed under:
MOSS 2007
SPSite ReadOnly & WriteLocked properties fail on a GET request
So the following lines of code look pretty simple: SPSite site = new SPSite(sSiteURL); ... web.Site.ReadOnly = true; ... What's even better is that they actually work. Until that is they become part of a GET request (i.e. from a web page). If your...
Posted
Jan 21 2008, 04:20 PM
by
Andrew Noon
with | with
7 comment(s)
Filed under:
MOSS 2007
Adding Groups and Users in MOSS 2007
All I wanted to do was get hold of a users' email address and preferred name from the profile database. I needed to get it from my web service so that I could go ahead and add the user to a custom group. So I put some code together: ServerContext...
Posted
Dec 12 2007, 06:11 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
Windows SharePoint Services 3.0 Service Pack 1 (SP1) - RELEASED!
http://www.microsoft.com/downloads/details.aspx?FamilyId=4191A531-A2E9-45E4-B71E-5B0B17108BD2&displaylang=en#filelist The link to the Excel spreadsheet of changes is broken but I fiddled and found that they'd linked to an xlsx file but it's...
Posted
Dec 11 2007, 09:17 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
InfoPath Forms Server, Data Sources and Authentication
OK, So I put together a nice little InfoPath form, nothing too flash - it collects some data about a site and sub sites and then goes ahead and calls a web service to create the site, sub sites and sets permissions. Problem is that while the form works...
Posted
Dec 06 2007, 10:02 PM
by
Andrew Noon
with | with
6 comment(s)
Filed under:
MOSS 2007
Changing the MOSS "Sent To" behaviour
Great post from Mark Wilson: http://planetwilson.blogspot.com/2007/08/how-to-add-picker-to-send-to-other.html Does what you hoped it would do OOTB!
Posted
Sep 26 2007, 09:59 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
Workflow with SharePoint Designer - collecting data
OK, so if we're talking real workflow then SharePoint Designer (SpD), clearly doesn't cut it and you need to look to other workflow solution providers (personally I like and have good experience of K2). However for quick wins, you might find SpD...
Posted
Sep 18 2007, 01:16 PM
by
Andrew Noon
with | with
9 comment(s)
Filed under:
MOSS 2007
Re-parenting a SharePoint Designer workflow to a different list
Before I start there is a good guide to transforming a SharePoint Designer workflow to a visual studio .net workflow here: Porting SharePoint Designer Workflows to Visual Studio . This will allow you to package a workflow up as a feature and deploy and...
Posted
Sep 18 2007, 11:40 AM
by
Andrew Noon
with | with
11 comment(s)
Filed under:
MOSS 2007
Defining multiple authentication providers to a single MOSS 2007 web application
email I wrote this some time ago but never got around to blogging it. Much of the content is similar to information already out there but I think there is enough that is different to still warrant a quick blog... In particular I'd like to thank ANdrew...
Posted
Jul 04 2007, 02:52 PM
by
Andrew Noon
with | with
19 comment(s)
Filed under:
MOSS 2007
MOSS 2007 - Increasing the navigation depth
I don't know about you but I found the out of the box fly-out navigation depth (1 sub-level) a bit basic. Here's how to customise the depth setting: The depth setting is in the SharePoint:AspMenu tag and it's name is MaximumDynamicDisplayLevels...
Posted
Nov 29 2006, 12:51 AM
by
Andrew Noon
with | with
1 comment(s)
Filed under:
MOSS 2007
MSD2D SharePoint Newsletter - Well worth subscribing!
Most SharePoint developers and architects will already know about this but if not then for regular alerts about some of the, usually simpler, cool stuff you can do with SharePoint it's well worth subscribing the the MSD2D newsletter for SharePoint...
Posted
Oct 06 2006, 01:22 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
,
SharePoint Portal Server 2003
Business Data Catalog
I was working on a business data application definition for a customer today and had great difficulty getting the SQL like command to work, each time I tried I would run up the SQL profiler and the statement would look something like: exec sp_executesql...
Posted
Aug 24 2006, 01:41 AM
by
Andrew Noon
with | with
1 comment(s)
Filed under:
MOSS 2007
A couple of great links if you're planning to deploy or migrate to 2007MOSS
I'm always on the lookout for new architecture and deployment guides for 2007MOSS, here are a few that have been released recently: Microsoft SharePoint Products and Technologies Team Blog This site has more information than you could hope to take...
Posted
Aug 21 2006, 06:41 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
Business Data Catalog application definition without the effort!
In the TAP materials and on the DevCon's it was obvious to us all that the business data catalog looked likely to change the way we looked at LOB integration. BUT, what was also abundantly clear was that it was going to be one hell of a job to author...
Posted
Aug 18 2006, 09:47 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
2007 Learning Materials for free
I'll try to keep up to date with any free learning opportunities I find and here's one of the 1st I found. I was trying to learn 2007 without formal training and came accross this post from Eli: http://weblogs.asp.net/erobillard/archive/2006/06...
Posted
Aug 18 2006, 07:35 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
Gotcha - Search Scopes
2007MOSS Search Scopes This is my first blog in an expected series of 'gotcha' blogs. The architectural change from 2003 to 2007 moves Shared Services into the core component set. This means that operations like setting search scopes and audience...
Posted
Aug 16 2006, 10:20 PM
by
Andrew Noon
with | with
no comments
Filed under:
MOSS 2007
Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts