Sign in
Mattias Lindberg
SharePoint, workflows, arkitektur och annat jag finner intressant!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Framework
BizTalk
BizTalk Scenarios
Enterprise Search
Events
Kerberos
Live Mesh
Misc
News
Office 2010
Parallell programmering
Photography
Recite
S+S
Security
SharePoint
SharePoint 2010
SharePoint Designer
Team Foundation Server
TechDays
Visual Studio
Visual Studio Team System
Windows
Windows Phone
Workflow
Archive
Archives
May 2011
(2)
January 2010
(2)
December 2009
(4)
September 2009
(1)
August 2009
(5)
April 2009
(1)
March 2009
(5)
September 2008
(3)
February 2008
(4)
December 2007
(7)
November 2007
(3)
October 2007
(1)
June 2007
(4)
March 2007
(5)
January 2007
(9)
November 2006
(5)
October 2006
(8)
September 2006
(3)
August 2006
(11)
July 2006
(4)
June 2006
(9)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mattias Lindberg
Steps for mail-enabling your development VPC
Posted
over 5 years ago
by
Mattias Lindberg
2
Comments
I use a separate VPC image for each customer I work with as it makes sense to isolate customer from each other, otherwise you may end up with doing a demo for one customer and suddently the branding for the other customer suddently appear on the Settings...
Mattias Lindberg
Bind a <asp:DropDownList> to a SharePoint List
Posted
over 5 years ago
by
Mattias Lindberg
5
Comments
This may be a bit too simple for most SharePoint developers but as I struggled to find the correct code I'll drop it here, perhaps someone will get a hit if they search for the same thing... What I wanted to achieve was to have a DropDownList which automatically...
Mattias Lindberg
How to find south using the moon shadow
Posted
over 6 years ago
by
Mattias Lindberg
3
Comments
Did you know that you can find south by drawing a line across the shadow on the moon and then locate the point where the line intersects the ground. My beautiful illustration below hopefully makes it clear how this works. I read this in a Swedish historical...
Mattias Lindberg
Selecting a user in a SharePoint form: Sample of using the PeopleEditor
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
I needed to select a user while building a form in SharePoint. I hadn't done that before so I searched the web and looked in some books I have and found what I needed, almost... The samples I found didn't quite work, when I moved the code into my own...
Mattias Lindberg
SharePoint SP1 Planning och Deploying Guidelines
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
A whitepaper which gives all the details how you should plan and deploy Service Pack 1 for SharePoint has just been released. Download and read the document at Planning and Deploying Service Pack 1 for Microsoft Office SharePoint Server 2007 in a Multi...
Mattias Lindberg
Long Running Business Processes in SharePoint (and other Environments)
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
I'd like to reiterate a topic which I have previously written about: Long Running Processes. It will be a general discussion which can be applied to any environment or system, but SharePoint will be used as an example. This post is a bit theoretical but...
Mattias Lindberg
Applications Pages in SharePoint - Getting Started
Posted
over 6 years ago
by
Mattias Lindberg
2
Comments
It's been a while since I created an actual page in SharePoint that provided some actual functionality, i.e. not only content. As I've been working with workflows and information migration for the last six month I had trouble remembering the steps. I...
Mattias Lindberg
Download Links for Office System SP1 and SharePoint SDK Refresh
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
Here you'll find direct links to downloads and KBs explaining the WSS and SharePoint Server 2007 SP1, the WSS and SharePoint Server SDK Refresh and also the Office Client Suite 2007 SP1. Enjoy! WSS and SharePoint Server SP1 WSS 3.0 SP1 MOSS...
Mattias Lindberg
Tracking/Auditing Events in a SharePoint Workflows
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
When building a solution using SharePoint and Workflow Foundation your requirements are sometimes that it should be possible track what everyone did and when it was done, in other cases you can forget all about the process once it has completed. Another...
Mattias Lindberg
Microsoft Search Server 2008 - Enterprise Search made easy
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
It was just announced that Microsoft will release a new product called Microsoft Search Server 2008, read the announcement on the Microsoft Enterprise Search Blog . There will be two flavours available, the Express and the full version. The Express version...
Mattias Lindberg
Software + Services Making Sense
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
I've never dived into the details of our Software + Services strategy, lazily assuming it's just another name for Software as a Service (SaaS), SOA, etc. But during a recent brown bag lunch I finally understood that Software + Services vision is a different...
Mattias Lindberg
SharePoint Indexing Limited by 64 kB ACL Limit
Posted
over 6 years ago
by
Mattias Lindberg
3
Comments
I want to share a problem I had a few month ago when we were indexing the the items in a SharePoint-based application. Initial problem When crawling one of the sites the engine stopped indexing and logged the error "The parameter is incorrect"...
Mattias Lindberg
Microsoft and Phase One Form Strategic Alliance to Improve Digital Photography Solutions
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
Today it was announced that Microsoft and danish company Phase One will work together to improve the experience of Windows users. Phase One is known both for their superb digital backs for medium format camera (up to 39 MP sensors) as well as their very...
Mattias Lindberg
One Year Anniversary of my Blog
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
Today is the one year anniversary of my blog and I would like to reflect on the time that has passed. During this year I have had periods with frequent postings and periods with no postings at all, and the topics of the posts have also change quite a...
Mattias Lindberg
Performance of High ISO
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
Begin the owner of a Canon 30D along with a wide range of lenses I often get asked advice on which camera to buy. As I use Canon myself I usually recommend Canon 400D but Nikon also has several cameras with a good price-performance. My argument for buying...
Mattias Lindberg
Force execution of expiration policies in MOSS
Posted
over 6 years ago
by
Mattias Lindberg
3
Comments
When you develop actions (or workflows) that should be executed when an expiration policy occurs you need to test them, and that is problem in MOSS as the Expiration Policy job only is scheduled to run once a day. Probably you can't sit around waiting...
Mattias Lindberg
Feature definition files must be named 'feature.xml'
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
Recently I was trying to manually install a custom MOSS feature (by running STSADM.EXE from the command line), but I simply couldn't get it to work. The error returned by STSADM was: "Invalid file name. Feature definition files must be named 'feature...
Mattias Lindberg
First IASA meeting in Stockholm
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
On Thuesday evening this week I went to the first IASA (International Association of Software Architects) meeting in Stockholm to see what it was all about. According to the woman managing registrations there were about 170 people attending the event...
Mattias Lindberg
MSDN Magasize has new article on TFS
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
Brian A. Randell has written an article titled Work Item Tracking which deals with programming the TFS object model to access work items. He shows the basics of how you can write your own custom work item client; presenting and editing work item data...
Mattias Lindberg
patterns & practices: Visual Studio 2005 Team System Guidance
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
In a new post by J.D. Meier he provides a link to a resource that I was not aware of, it' the patterns & practices: Visual Studio 2005 Team System Guidance on CodePlex. This is not a standard p&p project which delivers reference implementations...
Mattias Lindberg
Windows Server 2003 SP2 Released
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
Have you noticed that Windows Server 2003 Service Pack 2 was made available yesterday?! I was told to look at this link which shows new downloads, and there they are with release date 3/12/2007. At the time of this writing the x86 version has a popularity...
Mattias Lindberg
MS announces HD Photo
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
Microsoft has announced HD Photo , formerly known as Windows Media Photo. Bill Crow has much more information about this and you can also read a news article . HD Photo seems to be aimed at competing with JPEG as a format for the future. The best feature...
Mattias Lindberg
Using TFS with Client on Different Domain
Posted
over 6 years ago
by
Mattias Lindberg
2
Comments
Having read that Team Explorer connects to TFS using the windows identity of the currently logged in user I actually did not even try connecting to the customer TFS server, for some reason I thought it wouldn't work. However, one day I did try. And...
Mattias Lindberg
Customizing TFS Process Templates - Part 2: Process Template Name, Areas, Iterations and Standard Work Items
Posted
over 6 years ago
by
Mattias Lindberg
1
Comments
The second part of the TFS process template customization series talks about changing the name of the process template, customizing areas and iteration and finally how to control which standard work items that are always created when a project is created...
Mattias Lindberg
Workspace Disabled and No Commands Available in Source Control Explorer
Posted
over 6 years ago
by
Mattias Lindberg
0
Comments
One of the developers in my project had a problem today when she wanted to sync files to her local machine and work there instead. She installed the TFS Client on her machine, configured server name etc. and then started Source Code Explorer. To our surprise...
Page 2 of 4 (96 items)
1
2
3
4