OLAP/BI/IM stuff
Server Developer Center: Internal SQL Server Diagnostics Tools, Part 1: PSSDiag
SQL Server Developer Center: Internal SQL Server Diagnostics Tools, Part 1: PSSDiag: "Ken Henderson explains how to use PSSDiag, a diagnostics collection tool for SQL Server. PSSDiag is one of several Microsoft Product Support Services tools recently released to the Web that are now available for personal use. "
The first in a series of articles, this discusses PSSDiag, which if you ever call MS for support with SQL Server it is one of the first things they will ask you to run. So a very useful tool to be familiar with it, and useful to keep regular benchmarks with too. Spotted over at Michael Rys' blog.
EROL
www.mysps.info
www.clubsps.org
12/19/2004
12/14/2004
Office Developer Center: Tips for Enhancing the Accessibility of SharePoint Web Sites
Office Developer Center: Tips for Enhancing the Accessibility of SharePoint Web Sites: "Tips for Enhancing the Accessibility of SharePoint Web Sites
Samer Sawaya
Les W. Smith
Microsoft Corporation
December 2004"
Samer Sawaya
Les W. Smith
Microsoft Corporation
December 2004"
12/13/2004
New WebPart : Document Library Browser (My Christmas gift)
New WebPart : Document Library Browser (My Christmas gift): "This webpart can render a document library in a treeview style"
12/12/2004
12/11/2004
Sample Blog Site: Home Page
Sample Blog Site: Home Page: "This site has been created using a custom SharePoint Site Definition developed by Collutions, Inc.
The site will be used to show examples of what SharePoint can do and to explain how the site definition works."
The site will be used to show examples of what SharePoint can do and to explain how the site definition works."
12/09/2004
12/08/2004
Tech�Ed 2005 Call For Papers
Tech�Ed 2005 Call For Papers
The Tech•Ed 2005 organizers invite you to submit proposals to speak at Tech•Ed in our conference breakout sessions. Tech•Ed is one of Microsoft’s most important annual technical training events, and our speaker selection process is extremely rigorous to ensure that attendees experience outstanding quality technical training. Successful proposals will be technical presentations that target best practices and tips & tricks, delivered by experts with significant and highly-rated speaking experience.
Objectives: Tech·Ed is Microsoft’s annual technical conference to provide IT Professionals and Developers with tools, information and resources to build, deploy, secure, and manage solutions across currently shipping Microsoft technologies.
EROL
www.mysps.info
The Tech•Ed 2005 organizers invite you to submit proposals to speak at Tech•Ed in our conference breakout sessions. Tech•Ed is one of Microsoft’s most important annual technical training events, and our speaker selection process is extremely rigorous to ensure that attendees experience outstanding quality technical training. Successful proposals will be technical presentations that target best practices and tips & tricks, delivered by experts with significant and highly-rated speaking experience.
Objectives: Tech·Ed is Microsoft’s annual technical conference to provide IT Professionals and Developers with tools, information and resources to build, deploy, secure, and manage solutions across currently shipping Microsoft technologies.
EROL
www.mysps.info
12/06/2004
12/05/2004
Download details: Microsoft SharePointPSSearch SQL Syntax (Preview)
Download details: Microsoft SharePointPSSearch SQL Syntax (Preview): "This download includes a preview of the reference documentation for Microsoft SharePointPSSearch the SQL Syntax used for Microsoft SharePointPSSearch Full Text Search with Microsoft Office SharePoint� Portal Server 2003. Look for updates to this documentation in the Microsoft SharePoint Products and Technologies 2003 Software Development Kit (SDK)."
EROL
www.mysps.info
EROL
www.mysps.info
12/04/2004
12/03/2004
WebPart Connections Tutorial
WebPart Connections Tutorial
Summary:
This article explains how you can use the WebPart Connections Transformers feature to allow two incompatible WebParts to communicate between each other without having to modify their source code, building an intermediate class that transforms communication between them.
Summary:
This article explains how you can use the WebPart Connections Transformers feature to allow two incompatible WebParts to communicate between each other without having to modify their source code, building an intermediate class that transforms communication between them.
How to rename a computer that is running SharePoint Portal Server 2003
How to rename a computer that is running SharePoint Portal Server 2003: "How to rename a computer that is running SharePoint Portal Server 2003"
GotDotNet User Sample: SharePoint Services web service browser (VS 2005)
GotDotNet User Sample: SharePoint Services web service browser (VS 2005)
This sample application lists all available web services and web methods Windows SharePoint Services provides. It ties right into the MSDN help topics so you see a detailed description of each web service, web method as well as its input and output parameters. This allows a convinient way to discover and learn the web services and web methods. Discover how you can use SharePoint from within your application using its web services.
EROL
This sample application lists all available web services and web methods Windows SharePoint Services provides. It ties right into the MSDN help topics so you see a detailed description of each web service, web method as well as its input and output parameters. This allows a convinient way to discover and learn the web services and web methods. Discover how you can use SharePoint from within your application using its web services.
EROL
12/02/2004
SharePoint User Manager (Version: X1.0)
SharePoint User Manager (Version: X1.0)
Not sure about other people, but I find it quite time consuming when trying to manage users inside of Windows SharePoint Services sites, especially when the sites in the hierarchy have their security inheritance broken. A number of customers end up breaking security inheritance at every opportunity and then hit this problem.
So, I am in the process of writing a SharePoint User Manager Windows Application in order to help out in this area!
Below is a screenshot of the utility to-date (Note: This is version X1.0 and as such has restricted functionality)
EROL
Not sure about other people, but I find it quite time consuming when trying to manage users inside of Windows SharePoint Services sites, especially when the sites in the hierarchy have their security inheritance broken. A number of customers end up breaking security inheritance at every opportunity and then hit this problem.
So, I am in the process of writing a SharePoint User Manager Windows Application in order to help out in this area!
Below is a screenshot of the utility to-date (Note: This is version X1.0 and as such has restricted functionality)
EROL
11/27/2004
11/25/2004
Download details: InfoPath 2003 Software Development Kit (SDK)
Download details: InfoPath 2003 Software Development Kit (SDK)
Le fichier de téléchargement InfoPath 2003 Software Development Kit (SDK) contient des exemples de formulaires, des outils et de la documentation qui permettent le développement et le déploiement de formulaires dans Microsoft Office InfoPath 2003 et InfoPath 2003 Service Pack 1.
EROL
Le fichier de téléchargement InfoPath 2003 Software Development Kit (SDK) contient des exemples de formulaires, des outils et de la documentation qui permettent le développement et le déploiement de formulaires dans Microsoft Office InfoPath 2003 et InfoPath 2003 Service Pack 1.
EROL
11/18/2004
Writing Windows SharePoint Services Server-Side controls
Writing Windows SharePoint Services Server-Side controls
Overview
This post tries to describe the process of writing a .NET server-side control for Microsoft Windows SharePoint Services
There are a number of ways to write add-in code for SharePoint Technologies, the most notable being web parts.
However, these do not always help in the customisation of a site. Sometimes, we need to be able to change the
SharePoint look'n'feel and web parts do not integrate seamlessly in an area we want to control.. If we consider that
SharePoint is an ASP.NET application, we are able to use other .NET techniques to deliver the look and customisation we want.
One of those methods is via compiled controls. Most commonly used would be user controls but we can also write
server controlsn Mini-Navigator
In this post, I will be describing how I wrote a server control that I call a Mini-Navigator. See below: ...
--
EROL
www.mysps.info
Overview
This post tries to describe the process of writing a .NET server-side control for Microsoft Windows SharePoint Services
There are a number of ways to write add-in code for SharePoint Technologies, the most notable being web parts.
However, these do not always help in the customisation of a site. Sometimes, we need to be able to change the
SharePoint look'n'feel and web parts do not integrate seamlessly in an area we want to control.. If we consider that
SharePoint is an ASP.NET application, we are able to use other .NET techniques to deliver the look and customisation we want.
One of those methods is via compiled controls. Most commonly used would be user controls but we can also write
server controlsn Mini-Navigator
In this post, I will be describing how I wrote a server control that I call a Mini-Navigator. See below: ...
--
EROL
www.mysps.info
Mark Bower
Mark Bower
Download Sample
SPS 2003 contains a search scope called People, but counter to most people's expectations this not only returns people that match the search term, but also documents, lists etc authored by those people. For very many organisations I work with finding other people in the organization is a real problem and most have built and maintain custom applications to enable employees to search for colleagues by name.
--
EROL
www.mysps.info
Download Sample
SPS 2003 contains a search scope called People, but counter to most people's expectations this not only returns people that match the search term, but also documents, lists etc authored by those people. For very many organisations I work with finding other people in the organization is a real problem and most have built and maintain custom applications to enable employees to search for colleagues by name.
--
EROL
www.mysps.info
11/14/2004
Domino Systems Web Design UK - Intranet White Paper
Domino Systems Web Design UK - Intranet White Paper: "Nick Mayhew, Domino Systems Managing Director, has written a comprehensive white paper summarising our experience gained deploying our own Microsoft Sharepoint Portal Server based intranet and we are delighted to publish it for general consumption."
--
EROL
www.mysps.info
--
EROL
www.mysps.info
11/12/2004
HowTo: Display a different image inside a data view web part based on data in the XML
HowTo: Display a different image inside a data view web part based on data in the XML
I have a Data View Web Part that displays the status of several different servers I maintain. Basically, I am using a SharePoint list. The List has a Title field which contains the name of each server and a multiple choice field that lets me set the status to "UP," "DOWN," or "CAUTION."
For each of these three statuses, I have a little gif image of a green arrow, red arrow and yellow circle respectively. What I want to do is create a data view that has the name of the server and displays the arrow based on the what the status is.
--
EROL
www.mysps.info
I have a Data View Web Part that displays the status of several different servers I maintain. Basically, I am using a SharePoint list. The List has a Title field which contains the name of each server and a multiple choice field that lets me set the status to "UP," "DOWN," or "CAUTION."
For each of these three statuses, I have a little gif image of a green arrow, red arrow and yellow circle respectively. What I want to do is create a data view that has the name of the server and displays the arrow based on the what the status is.
--
EROL
www.mysps.info
11/11/2004
Download details: Managing SharePoint Products and Technologies Performance at Microsoft
Download details: Managing SharePoint Products and Technologies Performance at Microsoft: "
Managing SharePoint Products and Technologies Performance at Microsoft
Detailed discussion of how Microsoft deployed Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003 to create an integrated enterprise-wide portal and team collaboration solution."
--
EROL MVP SPS
www.mysps.info
Managing SharePoint Products and Technologies Performance at Microsoft
Detailed discussion of how Microsoft deployed Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003 to create an integrated enterprise-wide portal and team collaboration solution."
--
EROL MVP SPS
www.mysps.info
11/07/2004
Parallelspace Corporation - Microsoft SharePoint Products and Technologies
Parallelspace Corporation - Microsoft SharePoint Products and Technologies
Focus on strategies, and see demonstrated the tools for upgrading and migrating content to SharePoint Portal Server 2003 from previous versions. Additional topics include a discussion of options for understanding SPS organizing principles for information architecture planning; importing content from other sources; and growing a WSS implementation, a Small Business Server implementation or a Project Server 2003 implementation to include SPS 2003
--
EROL
www.mysps.info
Focus on strategies, and see demonstrated the tools for upgrading and migrating content to SharePoint Portal Server 2003 from previous versions. Additional topics include a discussion of options for understanding SPS organizing principles for information architecture planning; importing content from other sources; and growing a WSS implementation, a Small Business Server implementation or a Project Server 2003 implementation to include SPS 2003
--
EROL
www.mysps.info
11/05/2004
Great SharePoint Explorer tool
Great SharePoint Explorer tool
If you havent already, you need to check this out
Source http://weblogs.asp.net/soever/archive/2004/11/02/251322.aspx
"Great SharePoint Explorer tool
Have a look at http://www.ontolica.com/English/SharePointExplorer/Home.html for a great explorer tool with the following capabilities (quote from website):
--
EROL
www.mysps.info
If you havent already, you need to check this out
Source http://weblogs.asp.net/soever/archive/2004/11/02/251322.aspx
"Great SharePoint Explorer tool
Have a look at http://www.ontolica.com/English/SharePointExplorer/Home.html for a great explorer tool with the following capabilities (quote from website):
--
EROL
www.mysps.info
11/04/2004
11/02/2004
11/01/2004
Microsoft Windows SharePoint Services Help (for end users)
Microsoft Windows SharePoint Services Help (for end users): "Microsoft Windows SharePoint Services Help (for end users)
Very nice, a help file that contains information that can be used by 'normal' users who want to work with Windows SharePoint Services sites, lists, document libraries, ... Download here.
This compiled help file provides searchable, up-to-date information about using and managing sites based on Microsoft Windows SharePoint Services technology.
The topics covered in this file include the following:
Basic concepts
Viewing information
Sharing files and documents
Sharing information
Deleting information
Organizing meetings
Customizing lists and pages
Customizing sites
Customizing pages by using Web Parts
Managing permissions and security
Managing sites and settings
Troubleshooting
Reference
The content in this file is different from the content you can find in a Windows SharePoint Services site when you click Help.
This content has been updated to correct errors, add information, and be easier to browse."
EROL
www.mysps.info
Very nice, a help file that contains information that can be used by 'normal' users who want to work with Windows SharePoint Services sites, lists, document libraries, ... Download here.
This compiled help file provides searchable, up-to-date information about using and managing sites based on Microsoft Windows SharePoint Services technology.
The topics covered in this file include the following:
Basic concepts
Viewing information
Sharing files and documents
Sharing information
Deleting information
Organizing meetings
Customizing lists and pages
Customizing sites
Customizing pages by using Web Parts
Managing permissions and security
Managing sites and settings
Troubleshooting
Reference
The content in this file is different from the content you can find in a Windows SharePoint Services site when you click Help.
This content has been updated to correct errors, add information, and be easier to browse."
EROL
www.mysps.info
Microsoft Online Seminars
Microsoft Online Seminars
5 news WebCast (Online Seminars Microsoft), of Peter Lammers, Consultant
Solutions using Microsoft Content Management Server 2002 Connector for Microsoft SharePoint Technologies :: new
This session provides in-depth coverage of the features available with the implementation of the Microsoft Content Management Server Connector for Microsoft SharePoint™ Portal Server.
EROL
www.mysps.info
www.clubsps.org
5 news WebCast (Online Seminars Microsoft), of Peter Lammers, Consultant
Solutions using Microsoft Content Management Server 2002 Connector for Microsoft SharePoint Technologies :: new
This session provides in-depth coverage of the features available with the implementation of the Microsoft Content Management Server Connector for Microsoft SharePoint™ Portal Server.
EROL
www.mysps.info
www.clubsps.org
10/28/2004
Office Developer Center: SharePoint Portal Server: Architectural Overview of Windows SharePoint Services
Office Developer Center: SharePoint Portal Server: Architectural Overview of Windows SharePoint Services: "Architectural Overview of Windows SharePoint Services
Microsoft Windows SharePoint Services Product Team
Les Smith
Microsoft Corporation
October 2004
Applies to:
Microsoft Windows SharePoint Services
Microsoft Office SharePoint Portal Server 2003
Summary: Examine the architecture implemented in Microsoft Windows SharePoint Services. Learn what happens on the server when users issue page requests, and how Windows SharePoint Services responds. Understand the role of managed code in relation to unmanaged code in Windows SharePoint Services, and the Windows SharePoint Services database schema. (13 printed pages)"
Microsoft Windows SharePoint Services Product Team
Les Smith
Microsoft Corporation
October 2004
Applies to:
Microsoft Windows SharePoint Services
Microsoft Office SharePoint Portal Server 2003
Summary: Examine the architecture implemented in Microsoft Windows SharePoint Services. Learn what happens on the server when users issue page requests, and how Windows SharePoint Services responds. Understand the role of managed code in relation to unmanaged code in Windows SharePoint Services, and the Windows SharePoint Services database schema. (13 printed pages)"
How to Customize Your Search Using SharePoint Portal Server 2003
How to Customize Your Search Using SharePoint Portal Server 2003
How to Customize Your Search Using SharePoint Portal Server 2003
Patrick Tisseghem
U2U
October 2004
Applies to:
Microsoft Office SharePoint Portal Server 2003
Summary: Explore three ways to incorporate Microsoft SharePoint Portal Server Search (service) into custom Web pages, SharePoint Web Parts, Microsoft Windows applications, and other smart-client front-end applications such as those in the Microsoft Office 2003 Editions. (18 printed pages)
Contents
Introduction
The Search Web Part Page Revisited
Communicating with the SharePoint Portal Server Search Service
Searching SharePoint Portal Server Content Using the Object Model and Web Parts
Search Web Parts on ASP.NET Pages
Working with the Query Service Web Service
Consuming the Query Service Web Service from the Office Research Task Pane
Conclusion
Additional Resources
About the Author
How to Customize Your Search Using SharePoint Portal Server 2003
Patrick Tisseghem
U2U
October 2004
Applies to:
Microsoft Office SharePoint Portal Server 2003
Summary: Explore three ways to incorporate Microsoft SharePoint Portal Server Search (service) into custom Web pages, SharePoint Web Parts, Microsoft Windows applications, and other smart-client front-end applications such as those in the Microsoft Office 2003 Editions. (18 printed pages)
Contents
Introduction
The Search Web Part Page Revisited
Communicating with the SharePoint Portal Server Search Service
Searching SharePoint Portal Server Content Using the Object Model and Web Parts
Search Web Parts on ASP.NET Pages
Working with the Query Service Web Service
Consuming the Query Service Web Service from the Office Research Task Pane
Conclusion
Additional Resources
About the Author
10/27/2004
Download details: Windows SharePoint Services Management Pack for MOM
Download details: Windows SharePoint Services Management Pack for MOM
This management pack was originally released on November 14, 2003.
The Windows SharePoint Services Management Pack for MOM monitors events placed in the Microsoft Windows Server™ 2003 application event log by Windows SharePoint Services, as well as the performance of Windows SharePoint Services components. This management pack highlights events that indicate possible service outages or configuration problems so users can quickly take action. The major functions of this management pack include:
Checking the basic status of Windows SharePoint Services, such as database connection.
Monitoring the NT events generated by SharePoint components and add-ons, such as web parts, Virus Scan, and HTML Viewer service.
Collecting NT performance counters related to SharePoint Service.
Providing custom views for Windows SharePoint Service monitoring info.
Sending notification when issues occur.
This management pack was originally released on November 14, 2003.
The Windows SharePoint Services Management Pack for MOM monitors events placed in the Microsoft Windows Server™ 2003 application event log by Windows SharePoint Services, as well as the performance of Windows SharePoint Services components. This management pack highlights events that indicate possible service outages or configuration problems so users can quickly take action. The major functions of this management pack include:
Checking the basic status of Windows SharePoint Services, such as database connection.
Monitoring the NT events generated by SharePoint components and add-ons, such as web parts, Virus Scan, and HTML Viewer service.
Collecting NT performance counters related to SharePoint Service.
Providing custom views for Windows SharePoint Service monitoring info.
Sending notification when issues occur.
10/26/2004
Download details: .NET Framework 1.1 Temporary File Explosion on SharePoint Servers - Windows Server 2003
Download details: .NET Framework 1.1 Temporary File Explosion on SharePoint Servers - Windows Server 2003: ".NET Framework 1.1 Temporary File Explosion on SharePoint Servers - Windows Server 2003"
Note: This patch also addresses the DTD processing issue described in KB article 826231.
http://support.microsoft.com/default.aspx?scid=kb;en-us;826231
Lorsque les utilisateurs visitent un site SharePoint, les fichiers temporaires sont conservés sur le disque dur du serveur Web. Au fil du temps, ces fichiers temporaires occupent de plus en plus d'espace disque sur le serveur. À terme, ce phénomène aura une incidence sur les performances du serveur. Ce correctif empêche les fichiers temporaires de s'accumuler sur le serveur et d'altérer ses performances.
Pour résoudre ce problème sur .NET Framework version 1.1, vous devez appliquer ce correctif. Ce correctif protégera les sociétés et les administrateurs exécutant des serveurs SharePoint conjointement à Office 2003 de cet inconvénient.
Note: This patch also addresses the DTD processing issue described in KB article 826231.
http://support.microsoft.com/default.aspx?scid=kb;en-us;826231
Lorsque les utilisateurs visitent un site SharePoint, les fichiers temporaires sont conservés sur le disque dur du serveur Web. Au fil du temps, ces fichiers temporaires occupent de plus en plus d'espace disque sur le serveur. À terme, ce phénomène aura une incidence sur les performances du serveur. Ce correctif empêche les fichiers temporaires de s'accumuler sur le serveur et d'altérer ses performances.
Pour résoudre ce problème sur .NET Framework version 1.1, vous devez appliquer ce correctif. Ce correctif protégera les sociétés et les administrateurs exécutant des serveurs SharePoint conjointement à Office 2003 de cet inconvénient.
Adobe PDF IFilter v6.0 - Acrobat for Windows - Downloads
Adobe PDF IFilter v6.0 - Acrobat for Windows - Downloads: "Adobe PDF IFilter v6.0
Adobe PDF IFilter is designed for technically savvy users or administrators who wish to index Adobe PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents. "
Adobe PDF IFilter v6.0
Adobe® PDF IFilter is designed for technically savvy users or administrators who wish to index Adobe PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents.
In addition, PDF IFilter 6.0 has been tested in the following environments:
• Microsoft Windows 2000 Server (Service Pack 3) with Microsoft Office SharePoint Portal Server 2001
• Microsoft Windows 2003 Server with Microsoft Office SharePoint Portal Server 2003
Adobe PDF IFilter is designed for technically savvy users or administrators who wish to index Adobe PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents. "
Adobe PDF IFilter v6.0
Adobe® PDF IFilter is designed for technically savvy users or administrators who wish to index Adobe PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents.
In addition, PDF IFilter 6.0 has been tested in the following environments:
• Microsoft Windows 2000 Server (Service Pack 3) with Microsoft Office SharePoint Portal Server 2001
• Microsoft Windows 2003 Server with Microsoft Office SharePoint Portal Server 2003
Download details: InfoPath 2003 Software Development Kit (SDK)
Download details: InfoPath 2003 Software Development Kit (SDK): "The InfoPath 2003 Software Development Kit (SDK) download contains sample forms, tools, and documentation to assist with Microsoft Office InfoPath 2003 and InfoPath 2003 Service Pack 1 form development and deployment."
System Requirements
Supported Operating Systems: Windows 2000 Service Pack 2, Windows Server 2003, Windows XP
This download works with the following applications:
Microsoft Office InfoPath 2003
Microsoft Office Access 2003
Microsoft Office Word 2003
Some of the developer sample forms and procedures require the following components:
Microsoft Windows SharePoint Services
Microsoft Internet Information Services (IIS)
Microsoft Office Outlook (or compatible e-mail client)
Microsoft Simple Mail Transfer Protocol (SMTP) Service
Microsoft .NET Framework 1.0 or 1.1
Microsoft Visual Studio .NET (with C#)
Microsoft SQL Server (and the Northwind database)
Microsoft BizTalk Server 2002 and 2004
Microsoft ASP.NET
System Requirements
Supported Operating Systems: Windows 2000 Service Pack 2, Windows Server 2003, Windows XP
This download works with the following applications:
Microsoft Office InfoPath 2003
Microsoft Office Access 2003
Microsoft Office Word 2003
Some of the developer sample forms and procedures require the following components:
Microsoft Windows SharePoint Services
Microsoft Internet Information Services (IIS)
Microsoft Office Outlook (or compatible e-mail client)
Microsoft Simple Mail Transfer Protocol (SMTP) Service
Microsoft .NET Framework 1.0 or 1.1
Microsoft Visual Studio .NET (with C#)
Microsoft SQL Server (and the Northwind database)
Microsoft BizTalk Server 2002 and 2004
Microsoft ASP.NET
10/24/2004
Dotnet-tech.com - Securite ASP.NET 2.0
Dotnet-tech.com - Securite ASP.NET 2.0
ASP.NET 2.0 : Webparts et personnalisation
Avant-propos :
Cet article va vous permettre d'avoir un aperçu des possibilités offertes par ASP.NET 2.0 pour construire des portails (Internet ou Intranet).
La rapidité de mise en oeuvre du framework des Webparts ainsi que les facilités de personnalisation ouvrent de belles perspectives. Minimiser, fermer, modifier, cacher, importer, exporter, supprimer, déplacer une zone de contenu devient un jeu d'enfant.
En suivant pas à pas ce tutoriel, vous apprendrez à implémenter facilement cette nouveauté majeure d'ASP.NET 2.0 sur vos sites Web.
http://www.dotnet-tech.com/tutoriels/webparts/webparts.gif
+
http://www.dotnet-tech.com/tutoriels/webparts/webparts.pdf
EROL
www.mysps.info
www.clubsps.org
ASP.NET 2.0 : Webparts et personnalisation
Avant-propos :
Cet article va vous permettre d'avoir un aperçu des possibilités offertes par ASP.NET 2.0 pour construire des portails (Internet ou Intranet).
La rapidité de mise en oeuvre du framework des Webparts ainsi que les facilités de personnalisation ouvrent de belles perspectives. Minimiser, fermer, modifier, cacher, importer, exporter, supprimer, déplacer une zone de contenu devient un jeu d'enfant.
En suivant pas à pas ce tutoriel, vous apprendrez à implémenter facilement cette nouveauté majeure d'ASP.NET 2.0 sur vos sites Web.
http://www.dotnet-tech.com/tutoriels/webparts/webparts.gif
+
http://www.dotnet-tech.com/tutoriels/webparts/webparts.pdf
EROL
www.mysps.info
www.clubsps.org
10/22/2004
Home - U2U Resource Center
Home - U2U Resource Center: "U2U Resource Center Alive Again
by U2U\administrator 8/2/2004 4:37 PM
Students who have been to our courses a couple of years ago may remember the resource center we had in those days. Well, it is back and we now use everybody's favorite product SharePoint. "
by U2U\administrator 8/2/2004 4:37 PM
Students who have been to our courses a couple of years ago may remember the resource center we had in those days. Well, it is back and we now use everybody's favorite product SharePoint. "
10/20/2004
10/19/2004
10/18/2004
New Microsoft Office Servers on the Way
New Microsoft Office Servers on the Way
Office 12 is the code name for the next major version of Microsoft's Office System client and server products. Microsoft has not released a public delivery date for Office 12, but most company watchers are expecting it to ship in the 2006+ "Longhorn wave" timeframe. Microsoft has said Office 12 won't be tied to Longhorn, however. Office 12 products also are expected to run on older versions of Windows, most likely Windows XP and Windows Server 2003.
Microsoft already offers a handful of server products under its Office System umbrella. Its current Office Servers are Content Management Server, its Web-publishing product; Exchange Server, its e-mail server; Live Communications Server, its enterprise instant-messaging product; Project Server, Microsoft's project-management offering; and SharePoint Portal Server, its team-collaboration product.
Microsoft corporate vice president Kurt DelBene oversees these products in his role as head of the Microsoft Office Server Group.
It's unclear what new features and functionality might be part of an Excel Server product. But Visio product manager Jason Bunge told Microsoft Watch last year that company officials were contemplating building a Visio Server, a la Microsoft Project Server. Bunge said such a move might be accompanied by a formal repositioning of Visio, in an attempt to officially rechristen the product as more of a "corporate intelligence" tool, than a traditional charting/diagramming one.
Microsoft declined to discuss Office 12 in any way. When asked about plans to expand its Office family, a spokeswoman issued the following statement: "Today we're focused on working hard with partners to deliver the great productivity enhancements in Microsoft Office 2003 and the existing products in the Microsoft Office System. At this point it's a little premature to speculate about what might or might not be in future versions of the Office System."
But according to sources, it's unlikely that Microsoft will position its new Excel Server or Visio Server products as part of a thin-client solution, obviating the need to run Excel or Visio on the desktop. Instead, sources said, Microsoft is expected to play up the benefits of running Excel or Visio on both the client and server, emphasizing the new collaboration possibilities such "smart client" scenarios would create.
Microsoft already is embarking on a similar "better together" strategy with the next generation of its Visual Studio tools products. When it delivers by mid-2005 its Visual Studio 2005 desktop tool suite, Microsoft also will debut the first server product from its developer division: Visual Studio 2005 Team System. Microsoft is emphasizing that these client and server Visual Studio SKUs are meant to be used together.
Office 12 is the code name for the next major version of Microsoft's Office System client and server products. Microsoft has not released a public delivery date for Office 12, but most company watchers are expecting it to ship in the 2006+ "Longhorn wave" timeframe. Microsoft has said Office 12 won't be tied to Longhorn, however. Office 12 products also are expected to run on older versions of Windows, most likely Windows XP and Windows Server 2003.
Microsoft already offers a handful of server products under its Office System umbrella. Its current Office Servers are Content Management Server, its Web-publishing product; Exchange Server, its e-mail server; Live Communications Server, its enterprise instant-messaging product; Project Server, Microsoft's project-management offering; and SharePoint Portal Server, its team-collaboration product.
Microsoft corporate vice president Kurt DelBene oversees these products in his role as head of the Microsoft Office Server Group.
It's unclear what new features and functionality might be part of an Excel Server product. But Visio product manager Jason Bunge told Microsoft Watch last year that company officials were contemplating building a Visio Server, a la Microsoft Project Server. Bunge said such a move might be accompanied by a formal repositioning of Visio, in an attempt to officially rechristen the product as more of a "corporate intelligence" tool, than a traditional charting/diagramming one.
Microsoft declined to discuss Office 12 in any way. When asked about plans to expand its Office family, a spokeswoman issued the following statement: "Today we're focused on working hard with partners to deliver the great productivity enhancements in Microsoft Office 2003 and the existing products in the Microsoft Office System. At this point it's a little premature to speculate about what might or might not be in future versions of the Office System."
But according to sources, it's unlikely that Microsoft will position its new Excel Server or Visio Server products as part of a thin-client solution, obviating the need to run Excel or Visio on the desktop. Instead, sources said, Microsoft is expected to play up the benefits of running Excel or Visio on both the client and server, emphasizing the new collaboration possibilities such "smart client" scenarios would create.
Microsoft already is embarking on a similar "better together" strategy with the next generation of its Visual Studio tools products. When it delivers by mid-2005 its Visual Studio 2005 desktop tool suite, Microsoft also will debut the first server product from its developer division: Visual Studio 2005 Team System. Microsoft is emphasizing that these client and server Visual Studio SKUs are meant to be used together.
10/13/2004
Syntergy - Our Products - Overview
Syntergy - Our Products - Overview: Syntergy provides products and services to support Microsoft® Office SharePoint™ Portal Server 2003.
Audit for SharePoint®
Bulkloader for SharePoint®
LiveMail for SharePoint®
Cut/Copy/Paste
Site Manager Framework
Notification Defaults
ShareLink
SharePoint®
Replication technologies for SharePoint®
http://www.syntergy.com/sharepoint/products/index.html
EROL
www.mysps.info
www.clubsps.org
Audit for SharePoint®
Bulkloader for SharePoint®
LiveMail for SharePoint®
Cut/Copy/Paste
Site Manager Framework
Notification Defaults
ShareLink
SharePoint®
Replication technologies for SharePoint®
http://www.syntergy.com/sharepoint/products/index.html
EROL
www.mysps.info
www.clubsps.org
10/12/2004
SharePoint Resources
SharePoint Resources
I just spent some time adding links to my blog to some of the SharePoint resources. Take a look on the left hand side. There are a lot of resources, downloads, whitepapers and samples available out there...
Thanks : Arpan Shah's WebLog
EROL
I just spent some time adding links to my blog to some of the SharePoint resources. Take a look on the left hand side. There are a lot of resources, downloads, whitepapers and samples available out there...
Thanks : Arpan Shah's WebLog
EROL
SharePoint Webcasts
SharePoint Webcasts
Here is a list of SharePoint Webcasts that you can view on-demand. They cover a variety of great topics.
EROL
www.mysps.info
www.clubsps.org
Here is a list of SharePoint Webcasts that you can view on-demand. They cover a variety of great topics.
EROL
www.mysps.info
www.clubsps.org
Vorsite Corporation: Vorsite Enterprise Toolkit - Documentum Integration, SharePoint Integration - Seattle, WA
Vorsite Corporation: Vorsite Enterprise Toolkit - Documentum Integration, SharePoint Integration - Seattle, WA: "Vorsite Enterprise Toolkit
A suite of products to address enterprise content system integration requirements.
The Vorsite Enterprise Toolkit� uses standards based web services to provide true enterprise application integration. The Vorsite Enterprise Toolkit consists of four main products; the Vorsite WebParts for Documentum, the Vorsite Taxonomy Workbench, Vorsite Search Integrator for Documentum, and the Vorsite Transfer Agent. These products are designed to address four key areas of integration: content/document sharing, metadata synchronization, portal integration, and content/document migration. With the release of the toolkit Vorsite is able to offer value-added services for companies that need to share content between enterprise content management systems within an organization. Enabling organizations to search, access, collaborate, and exchange content across the extended enterprise, regardless of how it is stored. "
http://www.microsoft.com/sharepoint/downloads/components/detail.asp?a=647
Compatible with SharePoint Version(s)
Microsoft Windows SharePoint Services
Microsoft Office SharePoint Portal Server 2003
Supported Operating System(s)
Windows 2003 Server
Supported Language(s)
English (American)
French
German
Chinese
Japanese
Spanish
Korean
Russian
Italian
Portuguese
Swedish
Vorsite Taxonomy Workbench
Solving the Problem of Multiple Taxonomies on Multiple Systems
Download Version 2.0 Evaluation
http://www.vorsite.com/Download.asp?DocumentId=65
EROL
www.mysps.info
www.clubsps.org
A suite of products to address enterprise content system integration requirements.
The Vorsite Enterprise Toolkit� uses standards based web services to provide true enterprise application integration. The Vorsite Enterprise Toolkit consists of four main products; the Vorsite WebParts for Documentum, the Vorsite Taxonomy Workbench, Vorsite Search Integrator for Documentum, and the Vorsite Transfer Agent. These products are designed to address four key areas of integration: content/document sharing, metadata synchronization, portal integration, and content/document migration. With the release of the toolkit Vorsite is able to offer value-added services for companies that need to share content between enterprise content management systems within an organization. Enabling organizations to search, access, collaborate, and exchange content across the extended enterprise, regardless of how it is stored. "
http://www.microsoft.com/sharepoint/downloads/components/detail.asp?a=647
Compatible with SharePoint Version(s)
Microsoft Windows SharePoint Services
Microsoft Office SharePoint Portal Server 2003
Supported Operating System(s)
Windows 2003 Server
Supported Language(s)
English (American)
French
German
Chinese
Japanese
Spanish
Korean
Russian
Italian
Portuguese
Swedish
Vorsite Taxonomy Workbench
Solving the Problem of Multiple Taxonomies on Multiple Systems
Download Version 2.0 Evaluation
http://www.vorsite.com/Download.asp?DocumentId=65
EROL
www.mysps.info
www.clubsps.org
SharePoint Component Details
SharePoint Component Details: "Component Name
SharePoint Portal Server 2003 Training Kit"
This training kit has been specifically designed to ensure that SharePoint Portal Server users can effectively use the capabilities of the product to better share information, collaborate with others and find relevent information and resources within their organization. The training has been developed keeping in mind the unique need of the beginners and advanced users with easy to understand content that can be accessed either as a self paced study guide ot as a quick reference guide. Learn how to perform everyday tasks like collaborating on documents, setting up efficient meetings and searching for relevant information and resources.
EROL
www.mysps.info
www.clubsps.org
SharePoint Portal Server 2003 Training Kit"
This training kit has been specifically designed to ensure that SharePoint Portal Server users can effectively use the capabilities of the product to better share information, collaborate with others and find relevent information and resources within their organization. The training has been developed keeping in mind the unique need of the beginners and advanced users with easy to understand content that can be accessed either as a self paced study guide ot as a quick reference guide. Learn how to perform everyday tasks like collaborating on documents, setting up efficient meetings and searching for relevant information and resources.
EROL
www.mysps.info
www.clubsps.org
10/11/2004
WiKi
HomePage The WiKi solution Welcome to FlexWiki
Welcome to the world of FlexWiki. The three things most people want to do when they come here for the first time are: GetFlexWiki, change something on the PlayPage, and get a quick overview at OneMinuteWiki.
http://c2.com/cgi/wiki?WikiMindMap
http://sourceforge.net/projects/wiki/
EROL
www.mysps.info
www.clubsps.org
Welcome to the world of FlexWiki. The three things most people want to do when they come here for the first time are: GetFlexWiki, change something on the PlayPage, and get a quick overview at OneMinuteWiki.
http://c2.com/cgi/wiki?WikiMindMap
http://sourceforge.net/projects/wiki/
EROL
www.mysps.info
www.clubsps.org
9/27/2004
Outline for presentation to the MS SharePoint and CMS development teams
Outline for presentation to the MS SharePoint and CMS development teams
Here's my draft outline for the presentation that I plan on giving to the MS SharePoint and CMS development teams on Monday. Questions, comments or suggestions? I'll post a recap of the presentation next week.
Business Case
Consistent message
"Coolness" factor
Localized administration
Implemented locally
Why SPS?
Project was initially attempted in CMS
Events, News, Image Libraries, etc
Site Provisioning
Light work flow
WSS Object Model
Custom Templates
Development of custom lists
Ghosted pages that are locked down
Difficult without a CAML Editor
Schema validation for ONET/Schema files
Better use of base types for lists (ie IMGLIB)
Theme Management
Dramatic page changes
Color changes specific to a theme
Content remains the same
Power of ghosted pages
Extending Site Definitions for existing sites (adding pages)
Sharing common resources (pages and list files)
Externalize Control HTML
Views vs Server Controls
Provide multiple views for a specific control
DEMO
WSS Search
Redirect from DispForm.aspx
Redirect from AllItems.aspx
Syndicated Content
Make SearchResults.aspx themed
Unable to ghost SearchResults.aspx
Administration
Prevent access to certain pages / features
User that is responsible for a site isn’t the SiteOwner
List level access
Suspend Impersonation saves the day
CustomJSUrl is a great
Permissions vs. Feature access
Site property management
Don’t show options that aren’t permitted
DEMO
In Line Edit – ala CMS
Edit changes within the display page
Preview content changes
Access consistent toolbar with CSS styles
Friendly Data Input Fields
Created Url Selector
Created Picture Selector
Text box for Url entry difficult for some users
Syndicated Content
Centrally managed content
Available to all sites
Cannot be edited locally
Needs to be dynamic
Allow for multiple options
DEMO
Site Creation
Sites have to be complete
Pre populate lists (Events, News, etc)
Custom NAnt tasks for post create process
Public facing ("friendly") Url
ExecuteUrl didn’t work from SelfServiceCreate
DEMO
Data Access Layer
Didn’t work directly with SPLists
Created container objects for OO approach to list and list access
Create SPListUtility class
Test Harness for Lists
Why not implement DataSet approach?
Better error messages
Collection classes don’t seem to follow best practices
DEMO
Development Environment
VPC – Slower but absolutely essential
NAnt scripts for developer efficiency
Giving developers Admin rights was problematic
Continuous Integration
CruiseControl.NET
SPS environment on build server
Smoke Test Site Templates
Great for ONET/module changes
Promotion
NAnt scripts for promoting templates and code
NAnt tasks for automating site creation for testing
DEMO
Opportunities
Events on lists (Delegates)
Lack of content management
Image upload
Picture size and quality
Lack of object model for recurring events
Can’t evaluate recurrence patterns
Case sensitive url’s when used as keys
Project Quotes
"This is great. Can you make it work like CMS?"
"I think I hosed the ONET."
"You haven’t done anything that breaks our warranty have you?"
"This is completely upgradeable, right?"
"Why does it tease me with options I can’t complete?"
"Is this SharePoint or CMS?"
This.EOF
posted on Saturday, September 25, 2004 4:26 PM
EROL
www.mysps.info
www.clubsps.org
Here's my draft outline for the presentation that I plan on giving to the MS SharePoint and CMS development teams on Monday. Questions, comments or suggestions? I'll post a recap of the presentation next week.
Business Case
Consistent message
"Coolness" factor
Localized administration
Implemented locally
Why SPS?
Project was initially attempted in CMS
Events, News, Image Libraries, etc
Site Provisioning
Light work flow
WSS Object Model
Custom Templates
Development of custom lists
Ghosted pages that are locked down
Difficult without a CAML Editor
Schema validation for ONET/Schema files
Better use of base types for lists (ie IMGLIB)
Theme Management
Dramatic page changes
Color changes specific to a theme
Content remains the same
Power of ghosted pages
Extending Site Definitions for existing sites (adding pages)
Sharing common resources (pages and list files)
Externalize Control HTML
Views vs Server Controls
Provide multiple views for a specific control
DEMO
WSS Search
Redirect from DispForm.aspx
Redirect from AllItems.aspx
Syndicated Content
Make SearchResults.aspx themed
Unable to ghost SearchResults.aspx
Administration
Prevent access to certain pages / features
User that is responsible for a site isn’t the SiteOwner
List level access
Suspend Impersonation saves the day
CustomJSUrl is a great
Permissions vs. Feature access
Site property management
Don’t show options that aren’t permitted
DEMO
In Line Edit – ala CMS
Edit changes within the display page
Preview content changes
Access consistent toolbar with CSS styles
Friendly Data Input Fields
Created Url Selector
Created Picture Selector
Text box for Url entry difficult for some users
Syndicated Content
Centrally managed content
Available to all sites
Cannot be edited locally
Needs to be dynamic
Allow for multiple options
DEMO
Site Creation
Sites have to be complete
Pre populate lists (Events, News, etc)
Custom NAnt tasks for post create process
Public facing ("friendly") Url
ExecuteUrl didn’t work from SelfServiceCreate
DEMO
Data Access Layer
Didn’t work directly with SPLists
Created container objects for OO approach to list and list access
Create SPListUtility class
Test Harness for Lists
Why not implement DataSet approach?
Better error messages
Collection classes don’t seem to follow best practices
DEMO
Development Environment
VPC – Slower but absolutely essential
NAnt scripts for developer efficiency
Giving developers Admin rights was problematic
Continuous Integration
CruiseControl.NET
SPS environment on build server
Smoke Test Site Templates
Great for ONET/module changes
Promotion
NAnt scripts for promoting templates and code
NAnt tasks for automating site creation for testing
DEMO
Opportunities
Events on lists (Delegates)
Lack of content management
Image upload
Picture size and quality
Lack of object model for recurring events
Can’t evaluate recurrence patterns
Case sensitive url’s when used as keys
Project Quotes
"This is great. Can you make it work like CMS?"
"I think I hosed the ONET."
"You haven’t done anything that breaks our warranty have you?"
"This is completely upgradeable, right?"
"Why does it tease me with options I can’t complete?"
"Is this SharePoint or CMS?"
This.EOF
posted on Saturday, September 25, 2004 4:26 PM
EROL
www.mysps.info
www.clubsps.org
9/26/2004
Un nouveau livre sur la technologie SharePoint !
Un nouveau livre sur la technologie SharePoint !
LA COUVERTURE DU LIVRE
Si une question vous démange sur le sujet bien vous savez ou cherchez
(voir au pire, il reste le newsgroup :+)
---------------------------------------------------------------------------------
J'en profite pour saluer l'équipe :
Erwan BIZERAY
Hammou FADILI
Bernard FEDOTOFF
Erol P. GIRAUDY [MVP]
Benoit HAMET [MVP]
Yves-Jacques LAMOTTE
Etienne LEGENDRE [MVP]
Frédéric MANSON
Christophe METRAL [Canton de Vaud] :P
Martine ROBERT
EROL
www.mysps.info
www.clubsps.org
LA COUVERTURE DU LIVRE
Si une question vous démange sur le sujet bien vous savez ou cherchez
(voir au pire, il reste le newsgroup :+)
---------------------------------------------------------------------------------
J'en profite pour saluer l'équipe :
Erwan BIZERAY
Hammou FADILI
Bernard FEDOTOFF
Erol P. GIRAUDY [MVP]
Benoit HAMET [MVP]
Yves-Jacques LAMOTTE
Etienne LEGENDRE [MVP]
Frédéric MANSON
Christophe METRAL [Canton de Vaud] :P
Martine ROBERT
EROL
www.mysps.info
www.clubsps.org
9/25/2004
Editions ESKA Livres
Editions ESKA Livres
TITRE : Microsoft Sharepoint Portal Server 2003 et WSS au quotidien
AUTEUR :Erol Giraudy
Collection "MEGAGUIDE" - ISBN 2747207161
540 p. Éditions ESKA INTERACTIVE
Prix : 55.00 €
EROL
www.mysps.info
www.clubsps.org
TITRE : Microsoft Sharepoint Portal Server 2003 et WSS au quotidien
AUTEUR :Erol Giraudy
Collection "MEGAGUIDE" - ISBN 2747207161
540 p. Éditions ESKA INTERACTIVE
Prix : 55.00 €
EROL
www.mysps.info
www.clubsps.org
Download details: Windows SharePoint Services Software Development Kit (SDK)
Download details: Windows SharePoint Services Software Development Kit (SDK)
The Microsoft Windows SharePoint Services SDK provides information about the languages, protocols, and technologies used to customize a deployment of Windows® SharePoint® Services. This SDK is part of the Microsoft SharePoint Products and Technologies SDK.
EROL
www.mysps.info
www.clubsps.org
The Microsoft Windows SharePoint Services SDK provides information about the languages, protocols, and technologies used to customize a deployment of Windows® SharePoint® Services. This SDK is part of the Microsoft SharePoint Products and Technologies SDK.
EROL
www.mysps.info
www.clubsps.org
Home - MVP: Mike Walsh
Home - MVP: Mike Walsh
This is the European mirror of the main WSS FAQ site (http://wss.collutions.com).
This site is a simple information-providing site using straightforward in-the-box lists showing what can be done with little or no specialist training (but still containing all the content of the main site).
EROL
www.mysps.info
www.clubsps.org
This is the European mirror of the main WSS FAQ site (http://wss.collutions.com).
This site is a simple information-providing site using straightforward in-the-box lists showing what can be done with little or no specialist training (but still containing all the content of the main site).
EROL
www.mysps.info
www.clubsps.org
Details du telechargement : Guide de l'administrateur Microsoft Office SharePoint Portal Server 2003
Détails du téléchargement : Guide de l'administrateur Microsoft Office SharePoint Portal Server 2003
Présentation
Le document téléchargé contient des informations sur l'administration de Microsoft® Office SharePoint™ Portal Server 2003 et aborde notamment les points suivants :
Planification
Scénarios de déploiement
Installation
Sécurité
Configuration
Administration
Sauvegarde et restauration
Maintenance
Personnalisation
Dépannage
Référence
EROL
www.mysps.info
www.clubsps.org
Présentation
Le document téléchargé contient des informations sur l'administration de Microsoft® Office SharePoint™ Portal Server 2003 et aborde notamment les points suivants :
Planification
Scénarios de déploiement
Installation
Sécurité
Configuration
Administration
Sauvegarde et restauration
Maintenance
Personnalisation
Dépannage
Référence
EROL
www.mysps.info
www.clubsps.org
9/24/2004
Download details: Windows SharePoint Services Software Development Kit (SDK)
Download details: Windows SharePoint Services Software Development Kit (SDK)
The Microsoft Windows SharePoint Services SDK provides information about the languages, protocols, and technologies used to customize a deployment of Windows® SharePoint® Services. This SDK is part of the Microsoft SharePoint Products and Technologies SDK.
EROL
www.mysps.info
www.clubsps.org
The Microsoft Windows SharePoint Services SDK provides information about the languages, protocols, and technologies used to customize a deployment of Windows® SharePoint® Services. This SDK is part of the Microsoft SharePoint Products and Technologies SDK.
EROL
www.mysps.info
www.clubsps.org
9/23/2004
Download details: SharePoint Portal Server 2003: IntelliSense XML Files
Download details: SharePoint Portal Server 2003: IntelliSense XML Files
This download includes updates for the XML files used to produce IntelliSense information about the SharePoint Portal Server 2003 and Windows SharePoint Services managed object models within the context of the Visual Studio .NET IDE.
Microsoft.SharePoint.xml
Microsoft.SharePoint.Portal.xml
Microsoft.SharePoint.Portal.SingleSignon.xml
Microsoft.SharePoint.Portal.SingleSignon.Security.xml
Microsoft.SharePoint.Portal.Admin.Search.xml
EROL
www.mysps.info
This download includes updates for the XML files used to produce IntelliSense information about the SharePoint Portal Server 2003 and Windows SharePoint Services managed object models within the context of the Visual Studio .NET IDE.
Microsoft.SharePoint.xml
Microsoft.SharePoint.Portal.xml
Microsoft.SharePoint.Portal.SingleSignon.xml
Microsoft.SharePoint.Portal.SingleSignon.Security.xml
Microsoft.SharePoint.Portal.Admin.Search.xml
EROL
www.mysps.info
Download details: Exchange Server Best Practices Analyzer Tool
Download details: Exchange Server Best Practices Analyzer Tool
The Exchange Server Best Practices Analyzer programmatically collects settings and values from data repositories such as Active Directory, registry, metabase and performance monitor. Once collected, a set of comprehensive ‘best practice’ rules are applied to the topology.
Administrators running this tool will get a detailed report listing the recommendations that can be made to the environment to achieve greater performance, scalability and uptime.
The Exchange Server Best Practices Analyzer programmatically collects settings and values from data repositories such as Active Directory, registry, metabase and performance monitor. Once collected, a set of comprehensive ‘best practice’ rules are applied to the topology.
Administrators running this tool will get a detailed report listing the recommendations that can be made to the environment to achieve greater performance, scalability and uptime.
Installing SharePoint Portal Server 2003 on a Server with Windows SharePoint Services
Installing SharePoint Portal Server 2003 on a Server with Windows SharePoint Services
Abstract: Learn how to install Microsoft Office SharePoint Portal Server 2003 on a server that already has Microsoft Windows SharePoint Services 2.0 installed, and incorporate existing SharePoint sites into the new configuration.
EROL
www.mysps.info
Abstract: Learn how to install Microsoft Office SharePoint Portal Server 2003 on a server that already has Microsoft Windows SharePoint Services 2.0 installed, and incorporate existing SharePoint sites into the new configuration.
EROL
www.mysps.info
Extend Microsoft Office and Windows SharePoint with Advanced Publishing Power!
Extend Microsoft Office and Windows SharePoint with Advanced Publishing Power!
Extend Microsoft Office and Windows SharePoint with Advanced Publishing Power!
Hyper.Net, the content accelerator for the Microsoft .Net infrastructure, offers tight integration with Microsoft SharePoint Portal Server 2001/2003, Windows Sharepoint Services and Microsoft Content Management Server 2002. The integration allows companies to quickly transform oceans of Office documents managed in SharePoint directly into fine-grained hypertext web content. This removes solution limitations created by the “posted document” and “lump of HTML” approaches that are obstacles to creating more advanced business solutions.
By removing these limitations, companies can leverage SharePoint Portal Server as the foundation for creating a variety of advanced business solutions. New possibilities include Quality Management, Policy & Procedure, and Regulatory Compliance solutions, and integration with any new or existing Web site that has complex, content-intensive or high-quality content requirements.
That means you can quickly implement powerful solutions for your enterprise that leverage the latest web standards, including XML and web services, syndication and personalization. Without the project time typically wasted struggling with posted documents, without the complexity of integrating with your content store, and without running a marathon.
The combined solution is based on leading standard software products, providing advanced document/-content management, content xml automation capabilities and integration to MS Office.
EROL
www.mysps.info
Extend Microsoft Office and Windows SharePoint with Advanced Publishing Power!
Hyper.Net, the content accelerator for the Microsoft .Net infrastructure, offers tight integration with Microsoft SharePoint Portal Server 2001/2003, Windows Sharepoint Services and Microsoft Content Management Server 2002. The integration allows companies to quickly transform oceans of Office documents managed in SharePoint directly into fine-grained hypertext web content. This removes solution limitations created by the “posted document” and “lump of HTML” approaches that are obstacles to creating more advanced business solutions.
By removing these limitations, companies can leverage SharePoint Portal Server as the foundation for creating a variety of advanced business solutions. New possibilities include Quality Management, Policy & Procedure, and Regulatory Compliance solutions, and integration with any new or existing Web site that has complex, content-intensive or high-quality content requirements.
That means you can quickly implement powerful solutions for your enterprise that leverage the latest web standards, including XML and web services, syndication and personalization. Without the project time typically wasted struggling with posted documents, without the complexity of integrating with your content store, and without running a marathon.
The combined solution is based on leading standard software products, providing advanced document/-content management, content xml automation capabilities and integration to MS Office.
EROL
www.mysps.info
9/22/2004
Decision Support Panel
Decision Support Panel: "DSP Portal Edition is an easy-to-use framework that enable firms to present information as BI Web Parts in corporate portals based on Microsoft Windows SharePoint Services or Microsoft Office SharePoint Portal Server 2003. The system enables corporate information to be distributed and shared so that information workers can collaborate with colleagues and make key decisions based on this vital information.
EROL
www.mysps.info
Microsoft Solution Offering for DSP Portal Edition Read (PDF)
DSP Solution Powerpoint Presentation for DSP Portal Edition Read (PPT)
Datamonitor description of DSP Portal Edition Read (PDF)
Case Study
BI Portal Gives Pump Manufacturer Daily Access to Business Data for Better Decisions. Read case study (PDF)"
EROL
www.mysps.info
Microsoft Solution Offering for DSP Portal Edition Read (PDF)
DSP Solution Powerpoint Presentation for DSP Portal Edition Read (PPT)
Datamonitor description of DSP Portal Edition Read (PDF)
Case Study
BI Portal Gives Pump Manufacturer Daily Access to Business Data for Better Decisions. Read case study (PDF)"
9/21/2004
Microsoft Office Training: Lists II: Publish Excel 2003 lists to a SharePoint site
Microsoft Office Training: Lists II: Publish Excel 2003 lists to a SharePoint site: "In Microsoft Office Excel 2003, you can share list data with others by publishing the list to a Web site based on Microsoft Windows SharePoint Services. Once the list is published, you can update it from Excel, and others who have the permissions can add or revise list data from the SharePoint site. Take this course to learn how.
Length: 15 to 20 minutes"
EROL
www.mysps.info
Length: 15 to 20 minutes"
EROL
www.mysps.info
Office Solution Accelerators and Tools: Delivering business value and enabling partners
Office Solution Accelerators and Tools: Delivering business value and enabling partners
Delivering business value and enabling partners
Improve business performance, increase workforce productivity, gain the competitive advantage, and solve specific business issues using Office Solution Accelerators. Built on and designed for the Microsoft Office System, Office Solution Accelerators are an integrated set of components, templates, and Microsoft-authored guidance designed to address key enterprise needs.
An Office Solution Accelerator is an integrated set of software components, templates, and architectural guidance designed to solve a specific problem across common line-of-business areas. Built on and designed for the Microsoft Office System, an Office Solution Accelerator can help you and your company address key enterprise needs.
EROL
www.mysps.info
Delivering business value and enabling partners
Improve business performance, increase workforce productivity, gain the competitive advantage, and solve specific business issues using Office Solution Accelerators. Built on and designed for the Microsoft Office System, Office Solution Accelerators are an integrated set of components, templates, and Microsoft-authored guidance designed to address key enterprise needs.
An Office Solution Accelerator is an integrated set of software components, templates, and architectural guidance designed to solve a specific problem across common line-of-business areas. Built on and designed for the Microsoft Office System, an Office Solution Accelerator can help you and your company address key enterprise needs.
EROL
www.mysps.info
9/20/2004
Patrick Tisseghem's Blog
Patrick Tisseghem's Blog
Tools, Utilities and WhitePapers for Office and SharePoint Developers
A number of new tools, utilities, articles and applications were made available this week. Time to have a look at them.
Patrick Tisseghem's Blog
Sharing ideas on .NET, SharePoint and Office 2003
Tools, Utilities and WhitePapers for Office and SharePoint Developers
A number of new tools, utilities, articles and applications were made available this week. Time to have a look at them.
Patrick Tisseghem's Blog
Sharing ideas on .NET, SharePoint and Office 2003
9/17/2004
Microsoft Office Assistance: Working with SharePoint document libraries
Microsoft Office Assistance: Working with SharePoint document libraries: "Working with SharePoint document librariesHelp
Assistance > Deployment Center Assistance > Windows SharePoint Services Technology > Training
Applies to
Microsoft Windows SharePoint Services technology
Document libraries are collections of files that you can share with team members on a Web based on Windows SharePoint Services. For example, you can create a library of common documents for a project, and team members can use their Web browsers to find the files, read them, and make comments. Users with Microsoft Office 2003 can check out and edit the files as if they resided on a local or network drive.
By default, your team Web site comes with a built-in document library named Shared Documents, which is listed on the Quick Launch bar as well as on the Documents and Lists page."
EROL
Assistance > Deployment Center Assistance > Windows SharePoint Services Technology > Training
Applies to
Microsoft Windows SharePoint Services technology
Document libraries are collections of files that you can share with team members on a Web based on Windows SharePoint Services. For example, you can create a library of common documents for a project, and team members can use their Web browsers to find the files, read them, and make comments. Users with Microsoft Office 2003 can check out and edit the files as if they resided on a local or network drive.
By default, your team Web site comes with a built-in document library named Shared Documents, which is listed on the Quick Launch bar as well as on the Documents and Lists page."
EROL
Download details: Windows SharePoint Services Sample: Files for the "Working with SharePoint document libraries" Tutorial
Download details: Windows SharePoint Services Sample: Files for the "Working with SharePoint document libraries" Tutorial: "Windows SharePoint Services Sample: Files for the 'Working with SharePoint document libraries' Tutorial
This download provides samples files for use with the Working with SharePoint document libraries tutorial.
Quick Info
File Name:sharepointdoclib.exe
Download Size:104 KB
Date Published:9/16/2004
Version:1"
This download provides samples files for use with the Working with SharePoint document libraries tutorial.
Quick Info
File Name:sharepointdoclib.exe
Download Size:104 KB
Date Published:9/16/2004
Version:1"
Download details: Windows SharePoint Services: IntelliSense XML Files
Download details: Windows SharePoint Services: IntelliSense XML Files: "Windows SharePoint Services: IntelliSense XML File
This download includes an update of the XML file used to produce IntelliSense information for the Microsoft Windows SharePoint Services managed object model within the Microsoft Visual Studio .NET IDE.
Quick Info
File Name:WSS IntelliSense.exe
Download Size:201 KB
Date Published:9/16/2004
Version:1.0"
EROL
This download includes an update of the XML file used to produce IntelliSense information for the Microsoft Windows SharePoint Services managed object model within the Microsoft Visual Studio .NET IDE.
Quick Info
File Name:WSS IntelliSense.exe
Download Size:201 KB
Date Published:9/16/2004
Version:1.0"
EROL
9/16/2004
9/15/2004
Download details: Windows SharePoint Services Site Customization Tutorial Files
Download details: Windows SharePoint Services Site Customization Tutorial Files: "Windows SharePoint Services Site Customization Tutorial Files
Sample files for tutorial about customizing your SharePoint site."
Sample files for tutorial about customizing your SharePoint site."
Download details: Picture Library Tutorial Files
Download details: Picture Library Tutorial Files: "Windows SharePoint Services Picture Library Tutorial Files
Sample files for tutorial about SharePoint picture libraries."
Sample files for tutorial about SharePoint picture libraries."
9/13/2004
9/07/2004
Download details: Windows SharePoint Services Administrator's Guide
Download details: Windows SharePoint Services Administrator's Guide: "Windows SharePoint Services Administrator's Guide
Guide for installing, configuring, managing, and maintaining Windows SharePoint Services.
Quick Info
File Name:WindowsSharePointServicesAdmin.chm
Download Size:938 KB
Date Published:9/2/2004
Version:2
Overview
Version 1.5
The following topics have been added or updated to reflect changes for Windows SharePoint Services, Service Pack 1:
Installing and Using Service Packs for Windows SharePoint Services (added)
Capacity Planning (updated)
Configuring Virtual Servers (updated)
Migrating and Upgrading Web Sites (updated)
Command-Line Properties (updated) "
Guide for installing, configuring, managing, and maintaining Windows SharePoint Services.
Quick Info
File Name:WindowsSharePointServicesAdmin.chm
Download Size:938 KB
Date Published:9/2/2004
Version:2
Overview
Version 1.5
The following topics have been added or updated to reflect changes for Windows SharePoint Services, Service Pack 1:
Installing and Using Service Packs for Windows SharePoint Services (added)
Capacity Planning (updated)
Configuring Virtual Servers (updated)
Migrating and Upgrading Web Sites (updated)
Command-Line Properties (updated) "
Working with Sharepoint Portal Server 2003 Area Templates
Working with Sharepoint Portal Server 2003 Area Templates: "Working with Sharepoint Portal Server 2003 Area Templates
There are some documentation out there on Sharepoint Portal Server 2003 (SPS) Area Templates. None however gave me the full overview I needed in order to be able to customize my Areas in the ways I wanted. This article sums up lessons learned in working with Area Templates.
This article applies to working with Areas. Areas are a feature of SPS, not Windows Sharepoint Services (WSS) that ship with Windows 2003 server. "
There are some documentation out there on Sharepoint Portal Server 2003 (SPS) Area Templates. None however gave me the full overview I needed in order to be able to customize my Areas in the ways I wanted. This article sums up lessons learned in working with Area Templates.
This article applies to working with Areas. Areas are a feature of SPS, not Windows Sharepoint Services (WSS) that ship with Windows 2003 server. "
841883 - Description of SharePoint Portal Server 2003 Service Pack 1
841883 - Description of SharePoint Portal Server 2003 Service Pack 1: "Description of SharePoint Portal Server 2003 Service Pack 1
Liste des produits concernes par cet article
SUMMARY
Microsoft has released a service pack for Microsoft Office SharePoint Portal Server 2003. This article describes the following items about the service pack:
Article contents
INTRODUCTION
MORE INFORMATION
Service pack details
List of issues that this service pack fixes
Installation details
How to obtain and install the service pack
How to determine whether the service pack is installed
MSP file information for administrators
Error signature details
INTRODUCTION
SharePoint Portal Server 2003 Service Pack 1 (SP1) provides the latest updates to Microsoft Office SharePoint Portal Server 2003. SharePoint Portal Server 2003 SP1 contains security enhancements and stability and performance improvements. Some of the fixes that are included with SharePoint Portal Server 2003 SP1 have been previously released as separate updates. This service pack combines them in to one update."
Liste des produits concernes par cet article
SUMMARY
Microsoft has released a service pack for Microsoft Office SharePoint Portal Server 2003. This article describes the following items about the service pack:
Article contents
INTRODUCTION
MORE INFORMATION
Service pack details
List of issues that this service pack fixes
Installation details
How to obtain and install the service pack
How to determine whether the service pack is installed
MSP file information for administrators
Error signature details
INTRODUCTION
SharePoint Portal Server 2003 Service Pack 1 (SP1) provides the latest updates to Microsoft Office SharePoint Portal Server 2003. SharePoint Portal Server 2003 SP1 contains security enhancements and stability and performance improvements. Some of the fixes that are included with SharePoint Portal Server 2003 SP1 have been previously released as separate updates. This service pack combines them in to one update."
Inscription à :
Articles (Atom)