balle3201.blogspot.com
Balle on MOSS: Oct 25, 2007
http://balle3201.blogspot.com/2007_10_25_archive.html
Thursday, October 25, 2007. The following authentication modes are available when you use the Business Data Catalog to connect to a database or Web service. Pass-Through (Database and Web Service Systems). When the Business Data Catalog is used for crawling, it runs in the filter daemon process, mssdmn.exe. To access the back-end content source, the threads in the filter daemon process impersonate as the content access account associated with that back-end content source. Despite these drawbacks, simplic...
balle3201.blogspot.com
Balle on MOSS: SharePoint Print List (SPPrintList) Released!
http://balle3201.blogspot.com/2010/01/sharepoint-print-list-spprintlist.html
Monday, January 11, 2010. SharePoint Print List (SPPrintList) Released! SharePoint Print List (SPPrintList) solution is now released on CodePlex. This tool can be used to print a view from any list or library within SharePoint. Supports views as well as sorting and filtering :-). Go to SPPrintList Project on CodePlex. For more info and download. Url=http:/ www.kfarbair.com][img]http:/ www.kfarbair.com/ images/ photos/photo big8.jpg[/img][/url]. January 22, 2010 at 4:15 AM. February 25, 2010 at 7:19 PM.
balle3201.blogspot.com
Balle on MOSS: BDC Authentication Model
http://balle3201.blogspot.com/2007/10/bdc-authentication-model.html
Thursday, October 25, 2007. The following authentication modes are available when you use the Business Data Catalog to connect to a database or Web service. Pass-Through (Database and Web Service Systems). When the Business Data Catalog is used for crawling, it runs in the filter daemon process, mssdmn.exe. To access the back-end content source, the threads in the filter daemon process impersonate as the content access account associated with that back-end content source. Despite these drawbacks, simplic...
balle3201.blogspot.com
Balle on MOSS: Public Property Objects in .Net 2.0/Sharepoint Web Parts (Other than string, bool, int &enum)
http://balle3201.blogspot.com/2007/11/public-property-objects-in-net.html
Tuesday, November 27, 2007. Public Property Objects in .Net 2.0/Sharepoint Web Parts (Other than string, bool, int &enum). I were working on a Custom Web Part for a customer, when I came to the point where I needed to save custom properties in a Web Part, besides the more common ones like string, bool, int and enum. Theese properties was not to be exposed to the user in the property-pane, but merely to be saved for other purposes. In my case I needed to save values to an ArrayList and/or a HashTable.
balle3201.blogspot.com
Balle on MOSS: SharePoint Feature Manager
http://balle3201.blogspot.com/2010/01/sharepoint-feature-manager.html
Wednesday, January 6, 2010. I've just finished publishing a CodePlex project for SharePoint Feature Manager, SPFeatureManager. If you've ever wanted to activate/deactivate a Feature on multiple sites in one operation, look no further. Visit SPFeatureManager Project on CodePlex. For more information and download. Subscribe to: Post Comments (Atom). Developer (C#, .Net, SharePoint, ASP, SQL). View my complete profile.
balle3201.blogspot.com
Balle on MOSS: Jun 15, 2007
http://balle3201.blogspot.com/2007_06_15_archive.html
Friday, June 15, 2007. Setting AvailableWebTemplates and AvailablePageLayouts in SiteDefinition. When creating customized Site Templates (Site Definitions) in SharePoint (2007), you may want to define which WebTemplates and PageLayouts that should be available on each Site. To do so, locate the following Feature in onet.xml:. Add a Propery tag for both AvailableWebTemplates, and AvailablePageLayouts under Properties as shown here:. 3" corresponds to the Configuration ID in onet.xml. Links to this post.
balle3201.blogspot.com
Balle on MOSS: SharePoint CAML - filtering on DateTime WITH TimeValue. Finally a solution...
http://balle3201.blogspot.com/2007/11/sharepoint-caml-filtering-on-datetime.html
Tuesday, November 27, 2007. SharePoint CAML - filtering on DateTime WITH TimeValue. Finally a solution. After searching the Internet for quite long now, I've finally managed to locate a solution to executing SPQuery in SharePoint (CAML), by filtering on the TimeValue in DateTime columns. There have not been any (good) documentation on CAML Queries or SPQuery in the SharePoint SDK. Well, as mentioned, there is now a solution to the problem:. Creds goes to ucsharp. For posting this in his blog.
balle3201.blogspot.com
Balle on MOSS: Hide Empty Web Parts with jQuery
http://balle3201.blogspot.com/2010/08/hide-empty-web-parts-with-jquery.html
Tuesday, August 31, 2010. Hide Empty Web Parts with jQuery. Every once in a while I happen to be in a situation where I have created a basic Web Part page with multiple Web Parts. Some of these Web Parts displays/shows content at all time, while others only has content whenever an action is performed. (i.e. connected Web Parts, Search Web Parts etc). Setting the chrome to "none" doesn't help much either :-(. So what can you do to overcome this "major" issue:. The Web Part can be downloaded here:. Downloa...
balle3201.blogspot.com
Balle on MOSS: Aug 9, 2010
http://balle3201.blogspot.com/2010_08_09_archive.html
Monday, August 9, 2010. SharePoint Feature Manager 2.0. SharePoint Feature Manager Version 2.0 is now released on CodePlex. The new version adds features for managing Site Features as well as Site Collection Features through Central Administration. Support for Hidden Features. Several ehancements in the user interface. On CodePlex for more information and download. Links to this post. Subscribe to: Posts (Atom). Developer (C#, .Net, SharePoint, ASP, SQL). View my complete profile.