My test project for the scenario contains three parts. “test” my third party library, “ClickOnceTest”, the main application, and “Loader”, the application which will start “ClickOnceTest” with the correct version of the “test” library.
Saturday, December 25, 2010
Identifying target machine (32bit or 64bit) with ClickOnce deployment
My test project for the scenario contains three parts. “test” my third party library, “ClickOnceTest”, the main application, and “Loader”, the application which will start “ClickOnceTest” with the correct version of the “test” library.
Thursday, December 23, 2010
How To: Change location of index files for FAST Search for SharePoint
C:\FASTSearch\data\data_index (the search index)C:\FASTSearch\data\data_fixml (raw format files)
Wednesday, December 22, 2010
How To: Debug and log FAST Search for SharePoint pipeline extensibility stages with Visual Studio
Saturday, December 18, 2010
Doing blended search results in SharePoint–Part 2: The Custom CoreResultsWebPart Way
In Part 1 I used two Search Core Results Web Parts and a bit of jQuery magic to achive the look of blended search results.
This time we will create our own CoreResultsWebPart and inject the blended results into the result xml before it is transformed into html. In addition to blend in news results I decided to get some images as well. I did this by importing a “Federated Location” for Flickr. The location definition can be found at “Flickr Search Connector for SharePoint Server, Search Server, and FAST Search for SharePoint”.
Wednesday, December 8, 2010
Doing blended results in SharePoint–Part 1: The Hackish Way
The method described in this post is suitable for non-developers.
Subscribe to:
Posts (Atom)