| Web Part |
Auteur |
Description |
|
CategoryItemsPart.zip |
Michael Gatzonis |
A modified version
of CategoryItemsPart.xsl, which adds a link named: [locate document in
Document Library] to Categories Dashboard under every document. If clicked
is transfers you to the corresponding folder in Document Library that the
document is saved.
|
|
MatchingCategoryDocuments.zip |
Michael Gatzonis |
Displays Category
documents like in “Search” Dashboard, displaying a specified number of
documents at a time and not all of them at once.
|
|
Macaw Extended News.dwp |
Nikander Bruggeman
Margriet Bruggeman
|
This web part provides the same
functionality as the Microsoft News web part but is more easy to configure
using part storage. |
|
Add Search Results to Category.zip |
Travis Illig |
A web part that allows you
to add the results of a search to a category. See Readme.txt |
|
PersonalDashboards.zip |
Remco Zut |
A webpart that uses a recursive vbscript function to
list all dashboards in the standard Dashboard folder and its subfolders. |
|
DebugForm.dwp |
Ian Campbell |
Add to a Dashboard and it will display all the
Request.Form elements in XML with nice formatting. Really comes into its own
if you add to the Search dashboard and do a search. Shows the query that was
sent to the server. Really cool when trying to get your head round DAV
queries |
|
UploadDocumentEG.zip |
Ravi |
Another cool demo that shows how to upload to
Web Storage System from a web part - prompts for URL to upload to and allows
you to browse to local file. |
|
WebPartVisibilityEG.zip |
Ravi |
Demos how to use one web part to control the
visibility of another |
|
Recent documents.dwp |
Jérôme Barrelet |
Shows the 3 most recently published docs and
allows you to open or do Show Actions. Can change the number displayed by
changing the 3 in the Part Storage property of the part. Very Cool. |
|
UserName.dwp |
Bill |
Updated. Displays current user name and
IP Address. Sort of a hello world web part. Now shows users Display Name. |
|
AccessEG.dwp |
Bill |
Very basic example of how to connect to Access
db from a web part. Uses Northwind.mdb |
|
SQLEmployee.zip |
Rick Schulte |
Extension of SQL Search.dwp. Excellent example
that shows how to integrate SQL with HTML and vbscript, use HTML form
objects and make self referencing web parts / pages. See the ReadMe.txt in
the zip for details. |
|
MiscWebParts.zip |
Travis Illig |
has a modified Web Links web part to allow
links to be organised better as well some other demo parts including
ShowPermissions.dwp |
|
SQLSearch.dwp |
Rick Schulte |
Shows how to search SQL Server using the
Northwind db as an example. Great example of how to interact between vbs
content and html input. Change servername and username and password in the
conn.execute statement. |
|
CreateNewDashboard.dwp |
Anders B. Skjoenaa |
Shows how to create a Dashboard Programatically.
Cool as I remember struggling with this. Well commented within. |
|
Lycos.dwp |
Lycos\Me |
Simple web part that allows you to use Lycos to
search the web |
|
Announcements.zip |
MS\Rick Schulte |
Updated Announcements web part based on the one
from the Resource Kit. Much more readable than original. |
|
ShowPermissions.dwp |
Travis Illig |
Shows the permissions (author etc) on the
current page. |
|
PubFolder2.dwp |
Larry Cooper |
Fixes the problem when using Outlook 2000 and
Security Patch. |
|
Documents Uploaded - ADO SQL.dwp |
Steve Petersen |
Updated version of the previous Documents
Uploaded web part from Steve. This version uses WebDav query to grab a
recordset of the matching docs. Good reference to compare the 2 methods.
Cool. |
|
Documents Uploaded.dwp |
Steve Petersen |
Shows documents uploaded for the current folder
per user. Idea is that you install into the Document Library. Nice. |
|
AussieWeather.dwp |
Bill |
From BBC Weather site. Just a link , but scrubs
up nicely as a web part. |
|
TSAC.dwp |
Bill |
Allows you display Terminal Services Advanced
Client in a Dashboard. Real cop out as its just a Content link to the /TSAC/default.htm
page that gets installed by TSAC. Set to localhost but can be changed.
Requires TSAC to be installed - get it from
here. |
|
FactoryVars.dwp |
Bill |
Just displays all the available Digital
Dashboard vars. |
|
SQLEG.dwp |
Bill |
from the DDRK. Demos how to retrive data from
SQL Server using a vbs based web part. Will need to change server reference
and query in the .dwp file. |
|
WebPartNotification.zip |
Bill |
Shows basic interaction between a master and
slave web part. |
|
AwaitingApproval.zip |
Bill |
Gives stats on Docs awaiting Approval. Requires
Res Kit Web Part Doc Status which is included in the Zip. Includes WSH
version. |
|
SrvInfo.zip |
Bill |
Based on NT Reskit utility that provides system
info. Uses WMI. Also includes WSH version. Updated to include WPA info. |
|
GoogleNews |
Bill |
Search Newsgroups using the Google Search
engine. |
|
AuthInfo |
Travis Illig |
Enumerates NT Groups for the current user. Very
useful concept as it means you can change behaviour of a web part based on
Group Membership. |
|
GetSearchScopes |
Bill |
Bit pointless, lists all the search scopes in a
Workspace. Uses function from TahoeUtils.vbs |
|
Calculator |
MS |
Calculator Web Part from the SQL Server Digital
Dashboard Resource Kit. Good e.g. of use of forms in a WP. |
|
News Generic |
MS |
Allows you to add News items in sub dashboards.
Create sub dashboard, copy the News Folder from the Portal Content Folder to
your sub-dashboard using Explorer, delete the copied content and Import the
Web Part to the sub dashboard. Open the .dwp in Notepad and search for
"Custom Code" to see how it works. |
|
DiskFree |
Bill |
Uses WMI and VB Script to show free disk space
on the SPS Server. Need to be Administrator by the way. |
|
StoppedService |
Bill |
Uses WMI and VBScript to list all services on
the SPS Server that are stopped but set to automatic startup. Important
concept of creating Web Parts to display WMI output - potentially very
powerful. |
|
BBC Weather |
Bill |
in London. Uses Web scraping technique to grab
a portion of
http://www.bbc.co.uk/weather/. Quite inefficient as it scrapes every
time the dashboard is loaded and the content doesn't change that often.
Could use the vbscript code and run as a scheduled task that builds an.htm
file and point a web part at that. |
|
Public Folder |
? |
Exchange Public Folder. Uses Outlook View
Control to display the contents of an Exchange Public Folder. You need to
change the <your pub folder here> text to reflect your folder. Only displays
a single folder. |
|
Homer Quote |
Bill |
Quote of the day from Homer J. Will do a XML
version soon. |
|
Microsoft Web Part Gallery |
MS |
Over 100 web parts from MS and partners. |
|
SPS Resource Kit |
MS |
Has lots of useful Web Parts. |
|
MoreOver |
MoreOver |
great web site for news based web parts. They
have over 329 different web parts |