1,740 articles and 13,359 comments as of Monday, October 25th, 2010

I think that they will be popular as a deployment model for applications that use the SharePoint.Client namespace with javascript and Silverlight. I can certainly hide the ribbon with javascript on the client – but I shouldn’t have to. I remain concerned that there is no good answer to #2 with regards to client side code. It would be nice if SharePoint allowed some sort of trusted caller infrastructure that allowed elevation to site owner. This should be possible at least with Silverlight

For folks very new to SharePoint—and possibly HTML, I wanted to share a quick tip sending a link to a SharePoint item via email.

So, a requirement popped up to allow the business to store “Contact Us” information in SharePoint and use workflows to manually send emails to the people who submitted the contact information. Very easy.. nothing spectacular. They also wanted the ability to send pre-formatted email templates as responses. Also fairly easy to do creating an SPD workflow for each template, right? Well.. what do you do so that you don’t have to open up SPD every time the user wants to add or modify a template? I came up with the following solution. You could take what I did here and build upon it to make it much more elaborate. I’m sure you could format the emails more professionally. You could auto populate more fields like the subject and signature.

I worked on creating a mailing list for a public facing SharePoint site. I really had some constraints because I was only allowed to use SharePoint Designer and the browser. I’m not used to these situations because I am mainly a software engineer. However, it was a very nice experience. I applied lots of knowledge and I worked around the constraints. I decided to put the experience and workarounds together into an educational series of articles to help SharePoint end users and administrators create their own mailing list without writing a single line of .NET code.

vs
There seems to be confusion about how to receive the Weekly Newsletter that contains SharePoint 101: Tricks and Traps. A lot of people have inadvertently signed up for RSS subscription instead of the Weekly Newsletter. I was wondering why my feed numbers had gone exponential. Sorry for the confusion.
The RSS feed only gives out [...]

One of the questions that comes up regularly is how to save an important email into SharePoint. One of the easiest ways to accomplish this is to use the Save As functionality in Outlook. Before continuing with this article, you should create a shortcut as described in drag and drop to a SP library.
Now, follow these instructions [...]