Thursday, February 12, 2004 10:17 PM Jan Tielens

Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Update2: http://weblogs.asp.net/jan/archive/2004/03/11/88118.aspx
Update
: I've added a What's New web part to this library, for more details: http://weblogs.asp.net/jan/archive/2004/03/04/84011.aspx

In some of my previous posts I've complained a little bit about the rather limited SharePoint functionality. But I'm lucky: SharePoint is extremely extensible and (last but not least) I'm a developer! (don't know which of the two is the best) So I've created following webparts:

  • Leadit.SharePoint.Essentials.Navigation
    Navigation in SharePoint isn't great, you can view subsites and stuff like that by using the Site Settings page but this isn't a great “user experience“ (nice buzz-word isn't it?). So now there is the Navigation webpart which displays the structure of a SharePoint portal in a tree structure (only the sites to which the user has access are showed).


    There are two properties for this webpart which you can use to tweak the contents. The Levels property determines how many levels in the tree structure should be showed. If you select the Start from Root property, the tree structure starting from the root site is displayed, even if you place this webpart on a subsite.


  • Leadit.SharePoint.Essentials.MyAlerts
    Just like the Navigation webpart, the MyAlerts gives you a shortcut to the alerts of the site the webpart is placed on, for the current user of course.

    Additionally this webpart enables you to quickly add an alert for each list on the site.
  • Leadit.SharePoint.Essentials.BreadCrumbs
    The last one is pretty simple, as the name says: it displays breadcrumbs:

    Again there are two properties to alter the contents of this webpart. The Levels property sets the number of links to display. The Separator property enables you to change the characters displayed between the links. Since I like slashes the default is space + slash + space.


These three webparts are in the Leadit.SharePoint.Essentials assembly. To deploy them, just put this assembly in the GAC (for example), put the DWP files in the wpcatalog directory of your SharePoint site and add the following node to the SafeControls section of the web.config:
<SafeControl Assembly="Leadit.SharePoint.Essentials, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a431c1526626774" Namespace="Leadit.SharePoint.Essentials" TypeName="*" Safe="True" />
I've deployed these webparts to some site without any problems, but please test them before you use them in a production envirionment! :-) If you don't like them, feel free to alter the source code, I'd appriciate if you'd let me know what you changed. The source code or the binaries can be downloaded using following links:

Updated versions (more info):

Again updated: http://weblogs.asp.net/jan/archive/2004/03/04/84011.aspx

Filed under:

Comments

# Update for SharePoint.Essentials Webparts

Thursday, February 12, 2004 9:23 PM by TrackBack

# Update for SharePoint.Essentials Webparts

Friday, February 13, 2004 6:51 AM by TrackBack

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Saturday, February 14, 2004 7:07 AM by EROL

Thanks

# SharePoint.Essentials WebParts

Monday, February 16, 2004 2:54 AM by TrackBack

# Sharepoint Essentials

Monday, February 16, 2004 9:02 AM by TrackBack

# Best. Web Parts. Ever.

Tuesday, February 17, 2004 10:30 AM by TrackBack

In my dealings with customers who have implemented SharePoint, the number one complaint that always surfaces is poor navigation within a site collection. Jan Tielen has created a Navigation web part that is just what the doctor ordered. I've always had this on my list as something to build, but I've just never got around to it. She has also written a very useful MyAlerts web part for use on individual WSS sites. As you may know, the portal and...

# Killer.

Thursday, February 19, 2004 5:05 PM by Dustin Miller, SharePoint Experts

Great job, Jan. We'd like to license these for use on our hosting server -- drop me a line with pricing information. :)

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, February 20, 2004 1:43 PM by Larry

How do you install these web parts? Just import them? I noticed a dll file ...where does that go?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, February 20, 2004 1:51 PM by Jan

To deploy them, just put this assembly in the GAC (for example), put the DWP files in the wpcatalog directory of your SharePoint site and add the following node to the SafeControls section of the web.config:
<SafeControl Assembly="Leadit.SharePoint.Essentials, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a431c1526626774" Namespace="Leadit.SharePoint.Essentials" TypeName="*" Safe="True" />

# Where does the .dll go?

Friday, February 20, 2004 5:21 PM by steven

where does the .dll go? In the same folder as the .dwp files?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, February 20, 2004 5:22 PM by Jan

You put the dll in the GAC (Global Assembly Cache) or the \bin directory of your directory for the website.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Saturday, February 21, 2004 4:50 AM by Mike Walsh

I'm just wondering about the comment from Eric Legault calling Jan "She".

Now I used to work with a Dutch guy called "Jan" and a bit later had a long e-mail correspondent with a guy called "Jan" in England who turned out to be a woman.

I suspect that Eric has made the same mistake in reverse as surely this Benelux Jan is a man!

Sorry not to make a Sharepoint comment but I'm going to look at these on my test sites at work.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Saturday, February 21, 2004 4:53 AM by Jan

Mike, you're right! I'm male :-) But Eric has already corrected this on his site.

# RSS Reader Webpart for SharePoint

Sunday, February 22, 2004 10:26 PM by TrackBack

# RSS Reader Webpart for SharePoint

Sunday, February 22, 2004 10:33 PM by TrackBack

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, February 23, 2004 7:11 AM by Robin Breman

Nice part,

Too bad the crumbs part shows the c<n>-sites.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, February 23, 2004 7:13 AM by Jan

What do you mean by c<n>-sites?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, February 23, 2004 8:48 AM by Robin Breman

E.g. in an url like http://zwaan/C8/Beheer/default.aspx
the c8 part shows in the crumbs part...

Intranet / c8 / Beheer
However the c8 part is not a sharepoint page is there for managing url length.
(check http://spsclerics.europe.webmatrixhosting.net/posts/158.aspx)

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, February 24, 2004 3:06 AM by thanawat

I get some error as below.

A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.


# Sharepoint services 2003

Tuesday, February 24, 2004 11:55 PM by Lindon Morris

I am having trouble as well. I can't seem to get the web part registered as safe - I've edited the 6 or so web.config files I could find, but no go.

# You are the man!

Wednesday, February 25, 2004 5:16 PM by Phil Short

Many many thanks Jan, all of a sudden my SharePoint site has opened up. Its like springtime has come!

What is a breadcrumb though?

# re: Some SharePoint Requests ...

Wednesday, February 25, 2004 7:36 PM by TrackBack

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Thursday, February 26, 2004 1:32 AM by Jan

# Code?

Friday, February 27, 2004 8:50 AM by Mike

Hi, Jan I was wondering if you'd be willing to share the source for this. I'm just getting going with WSS web part development and these are exactly the type of things I'm trying to learn to do.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, February 27, 2004 8:51 AM by Mike

Doh! I see that's what the second file is... ok, ok, nevermind and much thanks.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, February 27, 2004 9:32 AM by Jan

Mike, just check the links at the end of the post! :-)

# Structure does not show

Sunday, February 29, 2004 7:47 AM by David Beraha

My subsites don't show (everything is on the first level). Level is set to 5. Could it be because of a German Sharepoint Portal?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, March 02, 2004 10:19 AM by SBC

terrific stuff... thanks..

# New SharePoint Web Part: What's New

Thursday, March 04, 2004 9:16 AM by TrackBack

# re: Structure does not show

Thursday, March 04, 2004 2:12 PM by David Beraha

Sorry, used this in the Portal (where it does not show the structure of subareas). Works fine on Sites.

# New SharePoint Web Part: What's New

Thursday, March 11, 2004 9:27 AM by TrackBack

# Use IE Web Control

Monday, March 15, 2004 1:54 AM by Nan Su

I want to use IE Web Control to generate Tree struct of Document. Then, How can I deploy the IE web control?

# Help me!!!!!!!!!!!!!!!!!

Monday, March 15, 2004 2:06 AM by Nan Su

I want to generate Tree by IE Web Control!!!!
please help me, I am crazy!!!


My E-mail: defrostcn@yahoo.com.cn

# Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, April 06, 2004 10:39 AM by James Selkirk

I was wondering if you know if there is an advanced search web part for SharePoint services?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, April 06, 2004 10:42 AM by Jan

Not that I'm aware of...

# Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, April 26, 2004 10:10 AM by TrackBack

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Wednesday, April 28, 2004 6:34 AM by Paul Ibison

A few users have posted the message "A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.". Unfortunately I have the same, althought I have followed the recommended steps. Any ideas what to look for?
TIA,
Paul

# "Not registered on this site as safe"

Wednesday, May 05, 2004 12:54 PM by Brian Smith

I've run into the same issue as Paul Ibison - followed the directions, but can't apply the webpart. I've used SPS01 for almost 3 years, but am completely new to SPS03/WSS. How can I resolve this issue?

# re: Breadcrumb Links Do Not Work and only goes one level

Thursday, May 06, 2004 9:05 AM by Brett

I've added the breadcrumbs to my site with no problems using the .msi file. They display, however, they do not work. First of all it only displays the top level so any pages that I drill down into it still only displays one item for the top level. Secondly the one that is displayed does not act as a link. This may because it is only showing one level and as more levels are visible then they become links. How do I get it to display levels as I drill down?

# re: Something else...

Thursday, May 06, 2004 9:09 AM by Brett

This may be my problem. I'm trying to use this in a document library. I have a document library with several layers of folders so this is the perfect place to have breadcrumbs. Since the document library is essentially on one page (allitems.aspx) would this be why it doesn't work for me? Is there any way to display some sort of linkable breadcrumbs on a document library that has a lot of depth?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, May 07, 2004 6:27 AM by joe

Hi, can this tree web part include other object such as the doc libraries, Lists othre than just sub sites?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, May 07, 2004 6:28 AM by Jan

Joe, no, not at this point.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, May 11, 2004 2:53 AM by Malcom

I have installed these great search & breadcrumb's, only problem is that search keep's returning 404 and breadcrumb shows only the site it's placed not the trail to top.
Can anyone help me on this? Crateful allready.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, May 18, 2004 12:11 PM by Brett

I would like to add this as a static web part in a template. What would the connection code look like?

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Wednesday, May 26, 2004 8:46 PM by Arif

Breadcrumb is great tool but it appears that it requires the user to have at least "Reader" access at all the levels of the site otherwise the user can not get into the site to which he/she may even be an administrator. For instance, if I have top level site http://www.toplevelsite and a subsite as http://www.toplevelsite/subsite, and breadcrumb is setup on both the sites. Now, if I have a user "user1" who is not given any access at the "toplevelsite" but he is administrator on "subsite", he is not able to get to "subsite" because Breadcrumb requires him to have access to "toplevelsite" before he can access the "subsite"... We are using subsites extensively and pretty tight security settings as well. It would be nice to have Breadcrumb like navigation with having to give "Reader" access to the whole site structure to each user!!! Thanks.

# Sharepoint MyAlerts

Thursday, May 27, 2004 7:18 AM by Keef

I get the same problems:
A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.


Cant seem to find a solution on this forum either.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Thursday, May 27, 2004 8:15 AM by Jan

Did you use the packaged version, that includes an installer? Check here for the latest versions:
http://weblogs.asp.net/jan/archive/2004/04/26/120508.aspx

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Wednesday, June 16, 2004 3:38 AM by Andy

Very nice webparts. But I have a question regarding the navigation webpart. On the main site for the whole portal (I have called it MainPortal) I have put the navigation webpart. Under the main portal, I have 2 sites, called TestSite1 and TestSite2. Under TestSite1 I have another subsite called SubTestSite1.
On the navigation webpart that I have put on the main portal page, I get a list of a lot of things, but everything is on the same level, and the sites are not there (I have chosen 5 levels...). The closest I get is a link to "sites" which takes me to the sites page. And from there I can navigate to TestSite1 etc. But I was hoping to get a tree view on the main portal page which included TestSite1 with SubTestSite1 under it, TestSite2 etc...
Have I misunderstood anything? Or am I doing something wrong??

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Wednesday, June 23, 2004 1:11 PM by Pedro Gaspar

Hi, I'm using this webparts but the Leadit.SharePoint.Essentials.Navigation only show the first 2 levels on the tree if I use it on the top-level site, if i put the webpart further down the tree of sub-areas it only appers the area itself and none of the subareas, there is a solution for this? Thanks!

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, July 20, 2004 8:47 AM by Shane

Hi there,
Compliments on your fine web part....it is highly customisable and intuitive.

One question - is it possible to set the menu to be expanded by default? -- so the user does not have to press the "Sync Tree" or other levels to view the 1st level of the tree?

Cheers,
Shane

# Best. Web Parts. Ever.

Tuesday, July 27, 2004 7:09 AM by TrackBack

# Update for SharePoint.Essentials Webparts

Tuesday, September 14, 2004 3:01 PM by TrackBack

# Displaying list of sites the user can access

Tuesday, March 01, 2005 5:11 PM by TrackBack

# SPPD049 SharePointPodcast #49 - 25.8.2006

Friday, August 25, 2006 4:06 PM by SharePointPodcast.de

Direkter Download: SPPD-049-2006-08-25 Intern SharePointCommunity 1 Jahr - Gewinnspiel 50. Podcast 2.000

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Thursday, August 31, 2006 10:21 AM by srikanth

somewhere along the post, I seem to have read that these webparts do not work for Doc libraries and lists(works only for subsites). Is that accurate? I'm a amateur administrator on a Sharepoint site and would like to implement your breadcrumb functionality based on your response.

Thanks

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Thursday, October 26, 2006 3:17 PM by Steve

To all those having issues with "unsafe" web parts, I also ran into this issue.  The few key points that made it work for me:

1.  Make sure version numbers are consistent between web.config and the .dwp file for that assembly.

2.  Make sure public key is the same between web.config and the .dwp file for that assembly.  Further, make sure it's the right public key.     =]

3.  RESET YOUR IIS AFTER EDITING WEB.CONFIG.

For some reason, the changes didn't propagate until I completed that last step; after that, the web part was "safe" as could be.

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, January 29, 2007 10:32 AM by Gary

You do not need his tool to remove user alerts!!!!  IT IS EASY IN SHAREPOINT

http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf13.mspx?mfr=true

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, February 27, 2007 8:06 PM by zysfptnxp,zysfptnxp,zysfptnxp,zysfptnxp,zysfptnxp

Hey! Really q great site bncbm

<a href= http://harry.caucasus.net/logs/camera-digital-rating.html >camera digital rating</a> [url=http://harry.caucasus.net/logs/camera-digital-rating.html]camera digital rating[/url] <a href= http://harry.caucasus.net/logs/buy-hp-digital-camera.html >buy hp digital camera</a> [url=http://harry.caucasus.net/logs/buy-hp-digital-camera.html]buy hp digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-lens.html >camera digital lens</a> [url=http://harry.caucasus.net/logs/camera-digital-lens.html]camera digital lens[/url] <a href= http://harry.caucasus.net/logs/sony-w7-digital-camera.html >sony w7 digital camera</a> [url=http://harry.caucasus.net/logs/sony-w7-digital-camera.html]sony w7 digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-game.html >camera digital game</a> [url=http://harry.caucasus.net/logs/camera-digital-game.html]camera digital game[/url] <a href= http://harry.caucasus.net/logs/sony-camera-digital-uk.html >sony camera digital uk</a> [url=http://harry.caucasus.net/logs/sony-camera-digital-uk.html]sony camera digital uk[/url] <a href= http://harry.caucasus.net/logs/hp-315-digital-camera.html >hp 315 digital camera</a> [url=http://harry.caucasus.net/logs/hp-315-digital-camera.html]hp 315 digital camera[/url] <a href= http://harry.caucasus.net/logs/hp-850-digital-camera.html >hp 850 digital camera</a> [url=http://harry.caucasus.net/logs/hp-850-digital-camera.html]hp 850 digital camera[/url]

Buy! utva

,

Hey! Really q great site bncbm

<a href= http://harry.caucasus.net/logs/camera-digital-rating.html >camera digital rating</a> [url=http://harry.caucasus.net/logs/camera-digital-rating.html]camera digital rating[/url] <a href= http://harry.caucasus.net/logs/buy-hp-digital-camera.html >buy hp digital camera</a> [url=http://harry.caucasus.net/logs/buy-hp-digital-camera.html]buy hp digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-lens.html >camera digital lens</a> [url=http://harry.caucasus.net/logs/camera-digital-lens.html]camera digital lens[/url] <a href= http://harry.caucasus.net/logs/sony-w7-digital-camera.html >sony w7 digital camera</a> [url=http://harry.caucasus.net/logs/sony-w7-digital-camera.html]sony w7 digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-game.html >camera digital game</a> [url=http://harry.caucasus.net/logs/camera-digital-game.html]camera digital game[/url] <a href= http://harry.caucasus.net/logs/sony-camera-digital-uk.html >sony camera digital uk</a> [url=http://harry.caucasus.net/logs/sony-camera-digital-uk.html]sony camera digital uk[/url] <a href= http://harry.caucasus.net/logs/hp-315-digital-camera.html >hp 315 digital camera</a> [url=http://harry.caucasus.net/logs/hp-315-digital-camera.html]hp 315 digital camera[/url] <a href= http://harry.caucasus.net/logs/hp-850-digital-camera.html >hp 850 digital camera</a> [url=http://harry.caucasus.net/logs/hp-850-digital-camera.html]hp 850 digital camera[/url]

Buy! utva

,

Hey! Really q great site bncbm

<a href= http://harry.caucasus.net/logs/camera-digital-rating.html >camera digital rating</a> [url=http://harry.caucasus.net/logs/camera-digital-rating.html]camera digital rating[/url] <a href= http://harry.caucasus.net/logs/buy-hp-digital-camera.html >buy hp digital camera</a> [url=http://harry.caucasus.net/logs/buy-hp-digital-camera.html]buy hp digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-lens.html >camera digital lens</a> [url=http://harry.caucasus.net/logs/camera-digital-lens.html]camera digital lens[/url] <a href= http://harry.caucasus.net/logs/sony-w7-digital-camera.html >sony w7 digital camera</a> [url=http://harry.caucasus.net/logs/sony-w7-digital-camera.html]sony w7 digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-game.html >camera digital game</a> [url=http://harry.caucasus.net/logs/camera-digital-game.html]camera digital game[/url] <a href= http://harry.caucasus.net/logs/sony-camera-digital-uk.html >sony camera digital uk</a> [url=http://harry.caucasus.net/logs/sony-camera-digital-uk.html]sony camera digital uk[/url] <a href= http://harry.caucasus.net/logs/hp-315-digital-camera.html >hp 315 digital camera</a> [url=http://harry.caucasus.net/logs/hp-315-digital-camera.html]hp 315 digital camera[/url] <a href= http://harry.caucasus.net/logs/hp-850-digital-camera.html >hp 850 digital camera</a> [url=http://harry.caucasus.net/logs/hp-850-digital-camera.html]hp 850 digital camera[/url]

Buy! utva

,

Hey! Really q great site bncbm

<a href= http://harry.caucasus.net/logs/camera-digital-rating.html >camera digital rating</a> [url=http://harry.caucasus.net/logs/camera-digital-rating.html]camera digital rating[/url] <a href= http://harry.caucasus.net/logs/buy-hp-digital-camera.html >buy hp digital camera</a> [url=http://harry.caucasus.net/logs/buy-hp-digital-camera.html]buy hp digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-lens.html >camera digital lens</a> [url=http://harry.caucasus.net/logs/camera-digital-lens.html]camera digital lens[/url] <a href= http://harry.caucasus.net/logs/sony-w7-digital-camera.html >sony w7 digital camera</a> [url=http://harry.caucasus.net/logs/sony-w7-digital-camera.html]sony w7 digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-game.html >camera digital game</a> [url=http://harry.caucasus.net/logs/camera-digital-game.html]camera digital game[/url] <a href= http://harry.caucasus.net/logs/sony-camera-digital-uk.html >sony camera digital uk</a> [url=http://harry.caucasus.net/logs/sony-camera-digital-uk.html]sony camera digital uk[/url] <a href= http://harry.caucasus.net/logs/hp-315-digital-camera.html >hp 315 digital camera</a> [url=http://harry.caucasus.net/logs/hp-315-digital-camera.html]hp 315 digital camera[/url] <a href= http://harry.caucasus.net/logs/hp-850-digital-camera.html >hp 850 digital camera</a> [url=http://harry.caucasus.net/logs/hp-850-digital-camera.html]hp 850 digital camera[/url]

Buy! utva

,

Hey! Really q great site bncbm

<a href= http://harry.caucasus.net/logs/camera-digital-rating.html >camera digital rating</a> [url=http://harry.caucasus.net/logs/camera-digital-rating.html]camera digital rating[/url] <a href= http://harry.caucasus.net/logs/buy-hp-digital-camera.html >buy hp digital camera</a> [url=http://harry.caucasus.net/logs/buy-hp-digital-camera.html]buy hp digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-lens.html >camera digital lens</a> [url=http://harry.caucasus.net/logs/camera-digital-lens.html]camera digital lens[/url] <a href= http://harry.caucasus.net/logs/sony-w7-digital-camera.html >sony w7 digital camera</a> [url=http://harry.caucasus.net/logs/sony-w7-digital-camera.html]sony w7 digital camera[/url] <a href= http://harry.caucasus.net/logs/camera-digital-game.html >camera digital game</a> [url=http://harry.caucasus.net/logs/camera-digital-game.html]camera digital game[/url] <a href= http://harry.caucasus.net/logs/sony-camera-digital-uk.html >sony camera digital uk</a> [url=http://harry.caucasus.net/logs/sony-camera-digital-uk.html]sony camera digital uk[/url] <a href= http://harry.caucasus.net/logs/hp-315-digital-camera.html >hp 315 digital camera</a> [url=http://harry.caucasus.net/logs/hp-315-digital-camera.html]hp 315 digital camera[/url] <a href= http://harry.caucasus.net/logs/hp-850-digital-camera.html >hp 850 digital camera</a> [url=http://harry.caucasus.net/logs/hp-850-digital-camera.html]hp 850 digital camera[/url]

Buy! utva

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Sunday, March 11, 2007 6:45 AM by ...

Nice site you have!

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, March 13, 2007 5:20 PM by ...

E evidente che il luogo e stato fatto dalla persona che realmente conosce il mestiere!

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Saturday, March 17, 2007 6:54 PM by ...

Lo trovo piuttosto impressionante. Lavoro grande fatto..)

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, April 09, 2007 12:39 PM by Joel Register

I have a different problem. How do you keep the Site Navigation visible when you add a new page to the site? Although new subsites behave as you would expect and allow you to control the quicknav via the Site Settings | Navigation admin page, new pages do not behave this way. I cannot figure out how to keep the left-hand quicknav navigation visible when I add a new webpart page to a site.

Thanks for any help!

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Tuesday, April 10, 2007 1:17 AM by Amit

Hi, Jan I was wondering if you'd be willing to share the source for this. I'm just getting going with WSS web part development and these are exactly the type of things I'm trying to learn to do.

Amit

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, April 27, 2007 5:31 PM by Britneycztmw

<a href= http://www.angelfire.com/droid/wuzesa >a smile like yours lyrics</a> <a href= http://www.angelfire.com/blog/paguvu >a intake manifold for a 96 ford mustang</a> <a href= http://www.angelfire.com/crazy/lajihi >a bout de souffle review</a> <a href= http://www.angelfire.com/crazy/wyvusu >a little to late lyrics</a> <a href= http://www.angelfire.com/crazy/josiwo >a grain of sand william blake</a>

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, April 27, 2007 5:31 PM by Britneycztmw

<a href= http://www.angelfire.com/droid/wuzesa >a smile like yours lyrics</a> <a href= http://www.angelfire.com/blog/paguvu >a intake manifold for a 96 ford mustang</a> <a href= http://www.angelfire.com/crazy/lajihi >a bout de souffle review</a> <a href= http://www.angelfire.com/crazy/wyvusu >a little to late lyrics</a> <a href= http://www.angelfire.com/crazy/josiwo >a grain of sand william blake</a>

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, April 27, 2007 5:32 PM by Britneycztmw

<a href= http://www.angelfire.com/droid/wuzesa >a smile like yours lyrics</a> <a href= http://www.angelfire.com/blog/paguvu >a intake manifold for a 96 ford mustang</a> <a href= http://www.angelfire.com/crazy/lajihi >a bout de souffle review</a> <a href= http://www.angelfire.com/crazy/wyvusu >a little to late lyrics</a> <a href= http://www.angelfire.com/crazy/josiwo >a grain of sand william blake</a>

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Monday, April 30, 2007 11:04 PM by Britneyxqpel

<a href= http://www.angelfire.com/poetry/nozivu >aashique</a> <a href= http://www.angelfire.com/crazy/butyle >a global village</a> <a href= http://www.angelfire.com/planet/ceqere >a virtual path is expected.</a> <a href= http://www.angelfire.com/indie/fowudu >a dream vacation</a> <a href= http://www.angelfire.com/planet/dovomi >a french recipe</a>

# re: Adding some essential functionality to SharePoint: Breadcrumbs, Navigation & MyAlerts

Friday, August 24, 2007 4:27 AM by kurian

Hi Jan....

i have jst used ur bread crumbs.. & its amazin....

but the prob is tht i cannot use it for DOs & List...

Is this intended & if it is ... is there anyway to have one (bread crumbs)     for Docs & lists...

# find sony minidvs at http://sonyericssoncameracentral.info

Many stories you discover {will not have everything you are searching for.

# Great Camera CCD Info

Thursday, October 11, 2007 3:51 PM by Great Camera CCD Info

As the web continues to mass dummy-camera websites, we\'ll strive to organize them to you.

# More Technology Info

Friday, October 12, 2007 1:01 PM by More Technology Info

When you are searching for polaroid-camera web sites and stories, be sure to tap into every one of the sources available.

# More Technology News

Friday, October 12, 2007 1:04 PM by More Technology News

It is accurate that obtaining proven information on this matter can be troublesome.

# click here!

Saturday, October 13, 2007 12:08 PM by click here!

When you thoroughly embrace this, you will be able to work more competently.

# click here!

Saturday, October 13, 2007 12:12 PM by click here!

A great deal of the web sites that you may learn of dealing with this subject are very knowledgeable, while many aren\'t.

# The best Technology Info here!

Saturday, October 13, 2007 12:15 PM by The best Technology Info here!

The incredible thing about the www is the fact that one can access it from anywhere.

# The Latest Technology News here!

Saturday, October 13, 2007 12:20 PM by The Latest Technology News here!

As you\'re searching for spy-camera-wireless webpages and websites, be certain to utilize everyone of the sources at your disposal.

# SPPD049 SharePointPodcast #49 - 25.8.2006

Tuesday, June 09, 2009 6:48 AM by SharePointPodcast

Direkter Download: SPPD-049-2006-08-25 Intern SharePointCommunity 1 Jahr - Gewinnspiel 50. Podcast 2