208 reputation
37
bio website danielroot.info
location
age
visits member for 1 year, 7 months
seen Feb 8 at 18:11
stats profile views 15

Sep
13
comment What is the syntax for a search query that returns items that link to a given url
The document contains a link to x. So, "all pages or documents that contain a link to somesite/somepage";. The crawler has to maintain this info to be able to crawl, so it stands to reason it's available somehow...
Aug
14
comment Possible to pick and choose which Managed Metadata Columns show in the Refinement Panel?
To clarify: "You can set the Title attribute value to the name of a Managed Property corresponding to a field you'd like to display." See 'Metadata Properties' in your search service app for a list of them.
Jul
2
comment How does one disable Office Web Apps for a given Site Collection or Web Application?
That's essentially what the powershell script Anders provided does. But, as noted there, even with that feature disabled, documents can open in the browser. This is especially a problem in anonymous sites or with non-ie browsers where SharePoint cannot detect Office.
Mar
20
comment How does one disable Office Web Apps for a given Site Collection or Web Application?
This will deactivate the feature, but in some cases, Office Web Apps will still attempt to display the document even with the feature disabled. Specifically if SP is unable to use client integration- as in anonymous sites and non IE browsers.
Feb
20
comment How does one disable Office Web Apps for a given Site Collection or Web Application?
Licensing is taken care of. @David By 'OWA site collection feature', I mean 'Office Web Apps' 'OpenInClient' refers to 'Open Documents in Client Apps By Default'. The issue is that, regardless of any combination of enabling/disabling those features, Word docs still appear in OWA on an anonymous site.
Nov
7
comment How can I use the SharePoint Javascript Object Model from a plain HTML page?
I actually got it 'almost working', but SP.js definitely depends on some markup and other scripts only found in application pages. REST and Ajax against the built-in listdata.svc, etc. is what I landed on, though I'm not sure I'll be able to get at everything I would have liked (like SPWeb.Navigation).