[Home] [Recent] [Site Map] [SharePoint] [XBOX]
No more manually creating the manifest.xml file.
No more manually specifying the DDF file.
No more using the makecab.exe application.
This is tool I have been working on for some time now and used it on my own SharePoint projects with great success. Now I have finally got it done to a beta state where it is useful and therefore releasing it.
The idea for this tool was that the Solution file (WSP) is simply just a packed that transport files from development into SharePoint. Therefore I was able to build a folder structure that matches the SharePoint folder structure (%Program Files%\Common Files\Microsoft Shared\web server extensions\12) and put my features and other stuff in there and then run a program that traverse the folder structure to build my manifest.xml and WSP file automatically. This saves me a lot of work and time creating the manifest.xml and the WSP file.
I have released the source code and a binary version of the WSPBuilder at codeplex for everyone to use.
http://www.codeplex.com/wspbuilder
The WSPBuilder fully supports the SharePoint Solution Schema meaning that you are able to create any kind of solution (WSP) that the schema allows you to, without having to write any manifest.xml or DDF file.
The tool is a console application which enables Visual Studio integration.

/Carsten Keutmann
When you upload a picture to a picture library, SharePoint enables you to see the picture as a thumbnail and as a WebPreview (the image you see when you edit an image item). But sometimes you might want to control the size of the thumbnails and the WebPreview. I have currently not found any way to set the size of the thumbnail just using the browser, so I have been forced to go another way around it.
There are three ways to resize the thumbnails in a Picture Library.
1. Change the xml definition of the Feature for the picture library.
2. Use the object model to code a script to change the thumbnail size.
3. Use the SharePoint Manager 2007 to change the thumbnail size directly.
When you change the size in the xml definition for the Picture Library Feature, every picture library will have this setting. This is a good solution but it can be a problem if you want different sizes on different picture libraries.
The other solution is to code a little script using the object model to do the trick for you. But this demands that you know how write code for SharePoint.
The last solution is to use the SharePoint Manager 2007 to change the size directly. This is easy done, takes no time and do not require any coding skills or knowing how to change the Picture Library feature.
Set the property to size in pixels.
Change also the WebImageHeight and WebImageWidth for resizing the WebPreview.
Hit the save button on the top left corner of the SharePoint Manager 2007.
Now refresh your browser and the images should be resized.
![]()
NB! Sometimes the pictures will not resize before you hare uploaded them to the Picture library again. This may be the case for an Image Library (a picture library is a different library compared to an image library).
I have been working on the SPM2007 for some time now, adding new SP nodes, rewriting a lot of the code and fixing bugs. One of the cool features is that you are able to change the values of the object properties directly in the Manager. You can change the Title and other values without having to use the browser or writing your own code. The Manager only uses the SharePoint object model and do not touch the database directly in any way.
Download
The selection of Full view will result in a full view of all objects.
Prerequisites:
Microsoft Server 2003
Microsoft .NET Framework 2.0
Microsoft SharePoint Services 3.0
Install:
1. Download the ZIP file and unpack on a SharePoint 2007 Server.*
2. Run the SharePoint Manager 2007.exe program.
(*) This program has to run on a server where Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 is installed.
Release - Features
Ver: 0.31.7.0127
· Workflow nodes added.
· View nodes added.
· CAML View of views added.
· View menu added. Minimal, Medium and Full view of the object model.
· New nodes types added.
· Major bug fix on features handling. Now works properly.
· Bug fixed: Program not caching icons.
· Bug fix of SPWebApplication.
· Other bug fixes.
When you upload a picture to a picture library, SharePoint enables you to see the picture as a thumbnail and as a WebPreview (the image you see when you edit an image item). But sometimes you might want to control the size of the thumbnails and the WebPreview. I have currently not found any way to set the size of the thumbnail just using the browser, so I have been forced to go another way around it.
There are three ways to resize the thumbnails in a Picture Library.
1. Change the xml definition of the Feature for the picture library.
2. Use the object model to code a script to change the thumbnail size.
3. Use the SharePoint Manager 2007 to change the thumbnail size directly.
When you change the size in the xml definition for the Picture Library Feature, every picture library will have this setting. This is a good solution but it can be a problem if you want different sizes on different picture libraries.
The other solution is to code a little script using the object model to do the trick for you. But this demands that you know how write code for SharePoint.
The last solution is to use the SharePoint Manager 2007 to change the size directly. This is easy done, takes no time and do not require any coding skills or knowing how to change the Picture Library feature.
Set the property to size in pixels.
Change also the WebImageHeight and WebImageWidth for resizing the WebPreview.
Hit the save button on the top left corner of the SharePoint Manager 2007.
Now refresh your browser and the images should be resized.
![]()
NB! Sometimes the pictures will not resize before you hare uploaded them to the Picture library again. This may be the case for an Image Library (a picture library is a different library compared to an image library).
I have been working on the SPM2007 for some time now, adding new SP nodes, rewriting a lot of the code and fixing bugs. One of the cool features is that you are able to change the values of the object properties directly in the Manager. You can change the Title and other values without having to use the browser or writing your own code. The Manager only uses the SharePoint object model and do not touch the database directly in any way.
Download
The selection of Full view will result in a full view of all objects.
Prerequisites:
Microsoft Server 2003
Microsoft .NET Framework 2.0
Microsoft SharePoint Services 3.0
Install:
1. Download the ZIP file and unpack on a SharePoint 2007 Server.*
2. Run the SharePoint Manager 2007.exe program.
(*) This program has to run on a server where Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 is installed.
Release - Features
Ver: 0.31.7.0127
· Workflow nodes added.
· View nodes added.
· CAML View of views added.
· View menu added. Minimal, Medium and Full view of the object model.
· New nodes types added.
· Major bug fix on features handling. Now works properly.
· Bug fixed: Program not caching icons.
· Bug fix of SPWebApplication.
· Other bug fixes.
When you upload a picture to a picture library, SharePoint enables you to see the picture as a thumbnail and as a WebPreview (the image you see when you edit an image item). But sometimes you might want to control the size of the thumbnails and the WebPreview. I have currently not found any way to set the size of the thumbnail just using the browser, so I have been forced to go another way around it.
There are three ways to resize the thumbnails in a Picture Library.
1. Change the xml definition of the Feature for the picture library.
2. Use the object model to code a script to change the thumbnail size.
3. Use the SharePoint Manager 2007 to change the thumbnail size directly.
When you change the size in the xml definition for the Picture Library Feature, every picture library will have this setting. This is a good solution but it can be a problem if you want different sizes on different picture libraries.
The other solution is to code a little script using the object model to do the trick for you. But this demands that you know how write code for SharePoint.
The last solution is to use the SharePoint Manager 2007 to change the size directly. This is easy done, takes no time and do not require any coding skills or knowing how to change the Picture Library feature.
Set the property to size in pixels.
Change also the WebImageHeight and WebImageWidth for resizing the WebPreview.
Hit the save button on the top left corner of the SharePoint Manager 2007.
Now refresh your browser and the images should be resized.
![]()
NB! Sometimes the pictures will not resize before you hare uploaded them to the Picture library again. This may be the case for an Image Library (a picture library is a different library compared to an image library).
When you upload a picture to a picture library, SharePoint enables you to see the picture as a thumbnail and as a WebPreview (the image you see when you edit an image item). But sometimes you might want to control the size of the thumbnails and the WebPreview. I have currently not found any way to set the size of the thumbnail just using the browser, so I have been forced to go another way around it.
There are three ways to resize the thumbnails in a Picture Library.
1. Change the xml definition of the Feature for the picture library.
2. Use the object model to code a script to change the thumbnail size.
3. Use the SharePoint Manager 2007 to change the thumbnail size directly.
When you change the size in the xml definition for the Picture Library Feature, every picture library will have this setting. This is a good solution but it can be a problem if you want different sizes on different picture libraries.
The other solution is to code a little script using the object model to do the trick for you. But this demands that you know how write code for SharePoint.
The last solution is to use the SharePoint Manager 2007 to change the size directly. This is easy done, takes no time and do not require any coding skills or knowing how to change the Picture Library feature.
Set the property to size in pixels.
Change also the WebImageHeight and WebImageWidth for resizing the WebPreview.
Hit the save button on the top left corner of the SharePoint Manager 2007.
Now refresh your browser and the images should be resized.
![]()
NB! Sometimes the pictures will not resize before you hare uploaded them to the Picture library again. This may be the case for an Image Library (a picture library is a different library compared to an image library).
I have been working on the SPM2007 for some time now, adding new SP nodes, rewriting a lot of the code and fixing bugs. One of the cool features is that you are able to change the values of the object properties directly in the Manager. You can change the Title and other values without having to use the browser or writing your own code. The Manager only uses the SharePoint object model and do not touch the database directly in any way.
Download
The selection of Full view will result in a full view of all objects.
Prerequisites:
Microsoft Server 2003
Microsoft .NET Framework 2.0
Microsoft SharePoint Services 3.0
Install:
1. Download the ZIP file and unpack on a SharePoint 2007 Server.*
2. Run the SharePoint Manager 2007.exe program.
(*) This program has to run on a server where Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 is installed.
Release - Features
Ver: 0.31.7.0127
· Workflow nodes added.
· View nodes added.
· CAML View of views added.
· View menu added. Minimal, Medium and Full view of the object model.
· New nodes types added.
· Major bug fix on features handling. Now works properly.
· Bug fixed: Program not caching icons.
· Bug fix of SPWebApplication.
· Other bug fixes.
I have been working on the SPM2007 for some time now, adding new SP nodes, rewriting a lot of the code and fixing bugs. One of the cool features is that you are able to change the values of the object properties directly in the Manager. You can change the Title and other values without having to use the browser or writing your own code. The Manager only uses the SharePoint object model and do not touch the database directly in any way.
Download
The selection of Full view will result in a full view of all objects.
Prerequisites:
Microsoft Server 2003
Microsoft .NET Framework 2.0
Microsoft SharePoint Services 3.0
Install:
1. Download the ZIP file and unpack on a SharePoint 2007 Server.*
2. Run the SharePoint Manager 2007.exe program.
(*) This program has to run on a server where Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 is installed.
Release - Features
Ver: 0.31.7.0127
· Workflow nodes added.
· View nodes added.
· CAML View of views added.
· View menu added. Minimal, Medium and Full view of the object model.
· New nodes types added.
· Major bug fix on features handling. Now works properly.
· Bug fixed: Program not caching icons.
· Bug fix of SPWebApplication.
· Other bug fixes.
One of the new cool features of this version of SharePoint Manager 2007 (SPM2007) enables you to connect to another SharePoint configuration database. This means that you can restore files that is located on a backup of you SharePoint database without having to setup the whole SharePoint environment. You just restore the database to a non-production SQL Server and point the SPM2007 app to the SharePoint configuration database then find the file to restore and download it.
New features:
- Connect to SharePoint Configuration database.
- Versions of List items added.
- Download function of files in document libraries.
- RecycleBin nodes added.
- RecycleBin Restore function added.
- Refresh of data improved.
Download SharePoint Manager 2007
Connect to database

Download file from version 3.

Restore a list item in RecycleBin

To improve the SPM2007 application; I will appreciate if you will report back errors you may find and how to reproduce them.
carsten@keutmann.dk
Thank you!
Site List:
>>Xbox Live_s Major Nelson
>>Xbox 360 & SharePoint 2007 Weblog
>>Carsten Keutmann_s Blog
>>Mohamed Zaki_s Blog [Sharepoint MVP]
>>The Mit_s Blog
>>Mart Muller_s Sharepoint Weblog
>>Microsoft SharePoint Products and Technologies Team Blog
>>SharePoint Solutions Blog
>>4GuysFromRolla.com Headlines
>>ASP.NET Blogs
>>SharePoint Blogs
>>SharePoint Blogs
>>Joel on Software
>>ADO Guy_s Rants and Raves
>>Microsoft Live Labs
>>GadgetNews
>>Windows Vista Team Blog
>>VoIP & Gadgets Blog
>>schrankmonster blog
>>Via Virtual Earth Blog
>>Feed
>>MSDN Blogs
>>Mashable!
Links:
Jack's Readings
Month Archives:
Oct 2007
Sep 2007
Top Tags:
social software social networking .NET mashable Sharepoint ASP.NET Web 2.0 Web2.0 Startups Community News Search Marketplace General Software Development AJAX Windows Vista Visual Studio Microsoft myspace Silverlight People Powered! YouTube Vista MOSS Featured News C# Events MOSS 2007 Google WPF Office 2007 Web Community Security General Personal Xbox 360 facebook Tools development SharePoint 2007 Fun Atlas Architecture ASP.NET AJAX myspace codes TheLongTail IIS SQL Server Developers Revenue Sharing Video Pictures WCF Mobile 2.0 Announcements Orcas MIX07 Arcade Team System JavaScript News
@2007 All rights Reserved |