Browse by Tags

All Tags » Sharepoint (RSS)

EndUserSharePoint.com: A series of articles worth following…

The AutoSponge site is working on documenting, in real time, the six month process of creating a document management system. The initial post is up, describing the planning process and laying out the committments for the next six months. Too many people Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Scripted SharePoint Farm deployment

I normally do not cross post from other people blogs, but had to make an exception for this post by Ben Curry - because it mentions me :) Scripted SharePoint Farm Installation using PSConfig.exe and stsadm.exe Ben presented this session at SPC2008 and Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: ,

Reordering items in data view

A links list in SharePoint has an interesting functionality - to change the order of items. I've tried and this functionality can be applied to all the lists and used in a data view. Let's go in order. To reorder the list go to _layouts/reorder Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under:

Kit's Emailed Document Library / Lists

It have been some time since I've done this poll. There isn't a lot of responses, probably lack of interest in this area. I actually wanted to keep the code to myself, but I may just put it to codeplex, not sure yet. Anyway, this is what I did Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under:

SharePoint 2007 : Deploiement de WebPart et Utilisation de SPFeatureReceiver

Que faire lorsque vous avez enfin fini de développer votre WebPart ? La déployer ! Comment ? Plusieurs méthodes existes mais me connaissant, vous devez savoir que je vais parler de feature, de solution et de WSPBuilder et des VseWss. Regardons ensemb... Mirrored on SharePoint Blogs Posted on SharePoint Blogs...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: , ,

SharePoint Does Not Provide Calendar Roll-ups; Potential Solutions

Forum users often ask a question like this: "I would like to have a calendar at the site level that is populated by events from subsite calendars. Ideally, users in subsites will create calendar events, and will have the option of marking them as Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under:

Great controls to be aware of when building SharePoint sites

Something I've been meaning to do for a while is discuss some of the controls I've found useful when putting together SharePoint sites. Obviously before building a custom control for a specific behaviour, it's a good idea to check if SharePoint Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: ,

EndUserSharePoint.com: No Spam, Just Goodies…

Ever since the SharePoint conference, I’ve been getting hammered with questions in my inbox, so don’t take it personally if I don’t get back to you for awhile. I’m on the road for the next few weeks, teaching SharePoint in New Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Scribd die Dokumente Community

Gerade bei Robert Scoble im ScobelizerTV entdeckt und natürlich gleich ausprobiert - iPaper - das Dokument-Format für das Web. Meine Präsentation "NoCode Lösungen mit SPD2007"von der SharePoint Konferenz als iPaper Technorati Tags: SharePoint Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

EndUserSharePoint.com: Comparing Document Management Solutions - Homegrown or Third Party?

Today’s post was written by Ryne Crabb. He would like help from the EndUserSharePoint.com community evaluating two solutions for management of documents in SharePoint. Please use the comments section to voice your opinions, questions or End User Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Displaying Users with Presence in XSLT Data View

In a list, you can create a field of type "Person or Group" and set the "Show data" option to "Name (with presence)". When the field displays the user's name, it shows the Office Communicator presence "globe" to the left of the name. If you use SharePoint Designer (SPD) to convert a List View to an XSLT Data View, fields that display as "Name (with presence)" do not display correctly. Instead you see HTML tags that would display the name with the presence globe. You can fix this by switching the SPD view to the Code (or Split) view. Find the XSL code that will display the name field: <!--PM Responsible--><TD Class="{$IDAEHOAF}"><span><xsl:value-of select="@PM_x0020_Responsible" /></span></TD> In the xsl:value-of tag, add disable-output-escaping="yes": <!--PM Responsible--><TD Class="{$IDAEHOAF}"><span><xsl:value-of disable-output-escaping="yes" select="@PM_x0020_Responsible" /></span></TD> SPD adds this attribute for some fields, but not all. You need it for any field that may be rendered by Sharepoint as HTML. I've found that disable-output-escaping also needs to be added for lookup fields. Values in lookup fields are rendered as hyperlinks to the list item in the lookup list. If the value in the lookup field contains special HTML characters (such as &), they are rendered as the "escaped"...
Posted by SharePoint Blogs
Filed under: , ,

Tipp für Admins - 'MySite' ausgeschiedener Mitarbeiter löschen

Bei einem SharePoint-Gespräch kam eine interessante Frage auf: was passiert eigentlich mit der 'MySite' eines Mitarbeiters, der das Unternehmen verlassen hat? Interessante Frage - ehrlich gesagt habe ich darüber bisher kaum nachgedacht und deswegen heute ein wenig recherchiert. Zum einen hat ein Mitarbeiter natürlich die Möglichkeit, seine eigene 'MySite' wieder zu löschen. Dazu klickt er auf seiner eigenen 'MySite' auf <Websiteaktionen> und danach auf <Websiteeinstellungen>. In der Spalte 'Websiteverwaltung' findet sich dann der Eintrag <Diese Website löschen>. Nur was macht man, wenn der ausscheidende Mitarbeiter nicht so ordentlich ist und nicht nur seinen Schreibtisch aufräumt, sondern auch selbst seine MySite löscht? Hier kommt dann der Admin ins Spiel. Ein Admin kann nämlich über die Zentraladministration auch eine 'MySite' löschen. Jede 'MySite' ist als eine Websitesammlung gespeichert. Um eine 'MySite' über die Zentraladministration zu löschen, wechselt man in die Anwendungsverwaltung und findet dort unter der Rubrik <SharePoint - Websiteverwaltung> den Eintrag <Websitesammlung löschen>. In dem neuen Fenster kann man jetzt die Websitesammlung (also auch die MySite) auswählen, die gelöscht werden soll. Noch einfacher geht es natürlich über die Kommandozeile und das SharePoint-Tool STSADM. Die Syntax zum Löschen einer MySite sieht dann so aus: stsadm.exe -o deleteWeb -url http:// server...

SPPD089 SharePointPodcast

Direkter Download: SPPD-089-2008-03-14 Termine SharePointKonferenz 2008 Vorträge zum Download SharePointLive.TV - Interview mit dem PodPimp Re:publica 2008 in Berlin 2.-4..4.2008 SharePointCommunityCamp 24.+25.4.2008 in Berlin Aktuell Microsoft Office Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Silverlight 1.0 seamless integration with SharePoint 2007 complete!

Author: Tobias Zimmergren Url: http://www.sharepointblogs.com/zimmer Yep. It's me again... I managed to salvage most of the data from the bluescreen a couple of hours earlier (due to the persistent use of source control). I'll cover this topic more in details in one of the days to come, for now - this is what it looks like: Please do comment! Have a good night everybody! I sure will, now. Author: Tobias Zimmergren http://www.sharepointblogs.com/zimmer Posted on SharePoint Blogs Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

How to: Get the available choices from a choice content type

I was recently building an ASP.NET control that needed to display a DropDownList with the same choices coming from a Choice content type. It is pretty easy to get access to a content type, but getting the available choices for the content type requires Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under:
More Posts Next page »