Zum Hauptinhalt wechseln

SharePoint Blog - René Hézser

Startet die Suche
Home
Blog
Developments
FAQ
Wiki
Sonstiges
Kontakt
Suche
Impressum
  
Hezser.de > SharePoint Blog - René Hézser > Seiten > Developments  

Bild in der Kopfzeile der Webpartseite
Developments

 RSS-Feed

Click on the radiobutton benath a development, and you will get more details on this beneath.

After you have selected an entry, you will find a link to the blog post in each detail entry.

 Developments

AuswählenDescriptionFilter
Erweitern/Reduzieren Category : Code ‎(1)
NormalHow to use the SharePoint Web Controls
SharePoint brings its own controls, which can be used to display list items. In this article I want to show you how to use them in a Webpart.
Erweitern/Reduzieren Category : Eventhandler ‎(1)
NormalEventHandler which sends an Email for new/changed items
A proove of concept for sending an email after an item has changed.
Erweitern/Reduzieren Category : Reporting Services ‎(2)
NormalCustom assemblies for the Reporting Services 2005
Even if the Reporting Services are very powerfull, you might get to the point where you have to extend the building functionality. So why not write your own custom assembly with some additional code?
NormalReporting on SharePoint Lists
You can do Reporting on SharePoint Lists with SQL Server Reporting Services 2005 quite easy.
Erweitern/Reduzieren Category : Tool ‎(7)
NormalFlexible Migration - SharePoint 2003 nach 2007
Die Migrationswege von 2003 nach 2007 auf Basis der Herstellertools erweisen sich in der Praxis meist aus unterschiedlichen Gründen als unzureichend: Quell-und Zielsystem sollen unterschiedliche Strukturen aufweisen, MOSS 2007 wurde schon parallel in Betrieb genommen, die Migration soll nicht ad-hoc passieren, Migrationen von gesamten Datenbanken schlagen fehl oder sind komplex.
NormalHowTo create a contact form
A contact form is a must have on all websites. You can realize such a form with build in functionality, even if you have anonymous "logins" on your SharePoint site.
NormalSetting the masterpage Url
With this little tool, you can set the masterpage Url for all subwebs of a sitecollection to the masterpage Url from your rootweb, or some url you specify.
NormalSharePoint Console
Console application, which brings some additionally functionality to your SharePoint installation.
NormalSharePoint Userrights
What permissions did I configure for user/group xyz? To find an answer to this I developed a tool.
NormalSharePoint Warmup
Calls every SharePoint Website, to "warm them up".
NormalTired of Comment Spam?
My solution will recycle comments, if they contain links.
Erweitern/Reduzieren Category : Webpart ‎(6)
NormalAccess Fileserver Data via SharePoint
With my Webpart you can access files from e.g. your fileserver via SharePoint / Browser.
NormalDisplay a single listitem
Display an item with its fields beneath each other, and not side by side.
NormalDisplay all my alerts
The "old" SharePoint Server 2003 offered the ability to display all alerts from a user on his/her MySite. MOSS lacks this functionality. So I wrote a Webpart, which will display all my alerts.
NormalFileserver Access
Browse a fileserver from SharePoint
NormalUpload documents/pictures to a discussion lists
With this Solution you can upload images and documents from the new/edit form into existing picture/document libraries. After the file has been uploaded, a link will be inserted into the Body.
NormalWiki Webpart
Upload Images from the EditForm

 Details

DescriptionFilter
Updated Wiki Webpart
Upload a picture to a picture libray. It will be automatically added to the wiki entry.
 
Wiki Webpart
SharePoint Warmup
ASP.Net pages have to be compiled upon the first hit. This tool calls every SharePoint Website, so that the pages can be delivered faster to the visitor.
SharePoint Warmup
Updated WikiWebpart + Tool to install it
The Webpart now comes as a SharePoint solution, which makes it easier to deploy.
Additionally I added a tool to configure your Wiki. The Webart will show up on your EditForm, and you don't need the SharePoint Designer anymore.
Wiki Webpart
Setting the masterpage Url
WSS lacks the ability to set a masterpage for the entire Sitecollection. This tool will do exactly this for you.
Setting the masterpage Url
SharePoint Console

A console application, which helps you with certain tasks:

  • EnumContentTypes
  • CreateContentType
  • RenameContentType
  • DeleteContentType
  • DeleteAllListItems
  • ShowInNewForm
  • ShowInEditForm
  • ShowInDisplayForm
  • DeleteAllVersions
  • RecycleAllVersions
  • SetTitleWithFilename
SharePoint Console
EventHandler which sends emails

EventHandler which sends an Email for new/changed items
How to use the SharePoint Web Controls
This article will help you understand and use the SharePoint Webcontrols from within a Webpart, or elsewhere.
 
How to use the SharePoint Web Controls
Display a single listitem

You can display multiple list items with SharePoint and SharePoint Designer quite easy. But how do you display a single listitem? I worte a Webpart, which does this. If there are more than one listitem, you can page through them. And if you like, you can pass an itemid via a Webpart connection.

Display a single listitem
Display all my alerts

The "old" SharePoint Server 2003 offered the ability to display all alerts from a user on his/her MySite. MOSS lacks this functionality. So I wrote a Webpart, which will display all my alerts. Of course is multilingual. Currently there is English and German language support included. And it will work on Windows SharePoint Services V3. You don't need the Office Server for it :-)

Display all my alerts
Access Fileserver Data via SharePoint

All files and folders are security trimmed. Meaning you can only download files and see folders, which you would see on the directory itself.

Of course this Webpart is translated to English and German. If you want it in your language, contact me.

This Webpart requires the .Net Framework 3.5 on your WFE (Web Front End) Servers.

Access Fileserver Data via SharePoint
Flexible Migration - SharePoint 2003 nach 2007

Ein wenig Werbung sei auch erlaubt. Ich habe ein Tool für die Migration von SPS 2003 nach MOSS 2007 geschrieben:

Die Migrationswege von 2003 nach 2007 auf Basis der Herstellertools erweisen sich in der Praxis meist aus unterschiedlichen Gründen als unzureichend: Quell-und Zielsystem sollen unterschiedliche Strukturen aufweisen, MOSS 2007 wurde schon parallel in Betrieb genommen, die Migration soll nicht ad-hoc passieren, Migrationen von gesamten Datenbanken schlagen fehl oder sind komplex.

Net at Work bietet zur Darstellung einer „schleichenden“ Migration von SPS nach MOSS das Net at Work® CopyTool for SharePoint an. Diese Lösung ist auf Basis einer Vielzahl von Migrationsprojekten entstanden und erhöht die Flexibilität in der Planung eines Migrationsprojektes enorm.

Datenblatt

Flexible Migration - SharePoint 2003 nach 2007
Reporting on SharePoint Lists
  1. Configure the Datasource with integrated Security
     
  2. Define a query like

    <Query>
    <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
    <Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
    <Parameters>
    <Parameter Name="listName">
    <DefaultValue>SharePoint List Name</DefaultValue>
    </Parameter>
    </Parameters>
    </Method>
    <ElementPath IgnoreNamespaces="True">*</ElementPath>
    </Query>

  3. Hit the "Field Refresh" Button to get the Field from your SharePoint List
     
  4. Drag your Fields in the Report
  5. Use the Code to eliminate "ID;#" and "<div>","</div>" from your Fields
Reporting on SharePoint Lists
Custom assemblies for the Reporting Services 2005

You can then use your code like this:

=MyNamespace.ReportingExtension.getSomeListItem("http://site/web", 5)

Custom assemblies for the Reporting Services 2005
SharePoint UserrightsSharePoint Userrights
Tired of Comment Spam?

What does it do?

  • Approve comments from non anonymous users (you can decide if logged in users, may post links)
  • Recycle posts with comments in the subject / body (you can decide)
  • Approve comments from anonymous if they do not contain links
Tired of Comment Spam?
HowTo create a contact form

Steps to create a contact form:

  • Create a custom list, and configure it with all the fields you need.
  • Change the security settings in the advanced settings for the new contact list
HowTo create a contact form
Wiki Webpart 2.0

With the Wiki Webpart you can upload images and documents from a Wiki edit page into existing picture/document libraries. After the file has been uploaded, a link will be inserted into the Wiki Content.

Wiki Webpart
Upload documents/pictures to a discussion lists

With this Solution you can upload images and documents from the new/edit form into existing picture/document libraries. After the file has been uploaded, a link will be inserted into the Body.

This is either a <img> or a <a> tag, depending on the uploaded file.

How does it work?

After uploading the image/file, it will be put into your Body via JavaScript. There is no reload of the page required.

Upload documents/pictures to a discussion lists
SharePoint Web Controls to access remote content

In my post How to use the SharePoint Web Controls I talked about using the SharePoint Web Controls to show and edit data in SharePoint lists.

Today I want to post a sample how to work on a list, which is in another web. The remote list will be the "User Information List" which exists on every rootWeb.

How to use the SharePoint Web Controls