-
I’ve written a number of posts in the last couple of weeks about the new SharePoint features in the Visual Studio 11 developer preview. These posts include publishing to SharePoint Online , Visual Web Parts , Silverlight Web Part , and the Content...
-
Visual Studio 11 introduces a new content type editor that you might find useful when building your next content type. It starts with a SharePoint Project Item that you can pick from the New Item menu. From this screen, give your new content type...
-
SharePoint URLs can be quite long. When you paste a link to a document in an E-mail they can prove to be quite long. The community has developed a number of solutions for SharePoint URL shorteners. However, I thought I would share a...
-
Visual Studio 11 adds a new feature that makes working with Silverlight in SharePoint 2010 a bit easier. The new Silverlight Web Part feature automates deploying your Silverlight applications to SharePoint and can really save you a bit of time. ...
-
I often refer to my Handy Keywords in SharePoint Search because it forms the building blocks you need to become a rock star at writing SharePoint keyword queries. Today, I want to expand upon that post on how you can use search to return a...
-
I recently published my first post about SharePoint development with Visual Studio 11 and I mentioned that there were some changes in how the Visual Web Part worked. If you are familiar with the Visual Web Part in Visual Studio 2010 , you know it...
-
So I’ve been living under a rock again and I had never gotten around to checking what’s new in Visual Studio 11. The Developer Preview has been around a while and I wanted to check it out today and was surprised to see some new SharePoint development...
-
Ever wanted to see what exactly is in your SharePoint search index with a simple query? Sure, you can take a look at the crawl log, but you can’t see that in SharePoint Online. With SharePoint 2010, you can use queries using the ContentSource...
-
At my Search talk at SPC11, I demoed how to build a Silverlight application that could query search in SharePoint Online . I also built a separate application that could query people search, but I haven’t posted on it yet until today. To query...
-
Yesterday, I talked about how we can use FQL with the Search Web Service . As promised, I am continuing the series about the search web service to talk about how we can take advantage of refiners. As you may know, FAST Search for SharePoint...
-
I’ve written many posts on how to query search ( Keyword in 2010 , Keyword in 2007 , QueryManager , Web Service , FQL using Keyword ) and I wanted to keep up the tradition and talk about how easy it is to get started using FQL with the Search Web Service...
-
I’m always looking for a way to automate things and configuring the search settings of a site collection is no exception. I’ve talked about the Search Settings page before and how important it is for configuring contextual search and the scope drop...
-
Last week, I posted about how we can extend CoreResultsWebPart to show documents created by the current user. Using this same technique, we can also use search to find recently modified documents. If you are a long time follower of my blog...
-
I see requests for this in the SharePoint forums a lot and I always figured it was pretty easy to do with a few lines of code. Sometimes users want to display a list of documents that the worked on throughout the farm. The CoreResultsWebPart...
-
Working at an International company now, I found that I was often running into issues looking at the time stamps of documents. Our collaboration server was in EST while I was in CST. It could be confusing at times when you were working on...