Posts tagged with sharepoint
0
SharePoint developer survey
This post is advertising a survey I have put together to gather some data for an upcoming presentation at the Australian SharePoint Conference
External lists - where is my "Connect to outlook" button?
This post describes how to enable the "Connect to outlook" button on a SharePoint 2010 list when the button doesn't appear
Dialog boxes and long running operations
This post describes how you can use the SPLongOperation object in SharePoint 2010 within a dialog frame
Deploying and setting permissions on a BCS model via PowerShell
This post describes how you can deploy and set permissions for a BCS entity in SharePoint 2010 through PowerShell
CSS not rendering for SharePoint date picker control
This post describes a CSS issue found with the datetime control in SharePoint 2010 and how to fix it
Australian SharePoint Saturday Dates for 2011
This post announces the data for SharePoint Saturday events in Australia for 2011
Configuring Windows NLB with PowerShell (aka. my AutoSPInstaller bit)
This post describes how PowerShell can be used to configure network load balancing for a SharePoint site, and how I included it in AutoSPInstaller
Configuring PowerPoint broadcast in Office 2010
This post describes how you can configure PowerPoint broadcast in your SharePoint farm (part of Office Web Apps)
Problem setting values of an InfoPath form from SharePoint Designer based workflows
This post describes how to correctly set properties to be promoted from an InfoPath form so they can be used in SharePoint workflow
Error: Cannot insert duplicate key row in object 'dbo.Solutions'
This post describes an issue that can arise when working with SharePoint 2010 solutions in Visual Studio 2010
Retrieving the ID of an External Data Item field
This post describes how you can obtain the ID's of individual entities returned from the SharePoint 2010 Business Connectivity Services service app
New CodePlex Project: SPJumpList – quick launch links for pinned sites
This post describes the SPJumpList project, now available for download
Changing namespaces in WebPart projects for VS2010
This post describes an issue that can occur when changing namespaces in a SharePoint 2010 project in Visual Studio 2010
Can’t set selected email field for BCS contacts lists
This post describes an issue with trying to set the selected email field for an Outlook contact created in an external list in SharePoint 2010
Problems using the Contacts Web Database template (Access Services)
This post describes some issues I had with the Contacts web database template for Access Services in SharePoint 2010
Twitter/Bing Maps web part – How I did it
This post describes the twitter/bing maps web part that I demo'ed as part of the Office 2010 national launch parties
ClientContext.Current = null in Silverlight web part
This post describes a problem I ran in to working with my first Silverlight web part for SharePoint 2010
LINQ and SharePoint 2010 Site Definitions
This post introduces the idea of associating site templates/definitions with LINQ entites to make querying data a simpler task
Update: Programmatically listing delegate controls
This post describes an issue with my previous post about reading delegate controls through code - as well as how to resolve it
Programatically listing delegate controls
This post discusses how to retrieve a collection of delegate controls in SharePoint through code so that you can render them on the screen yourself
Managed accounts in SharePoint 2010
This post explains the new managed accounts feature of SharePoint 2010
Hiding content from anonymous users
This post describes how you can hide content from anonymous users in a SharePoint page layout
Custom 404 handling in SharePoint
This post describes how you can customise the behavior of the 404 error page in SharePoint 2007
Customising table formats for the rich text editor
This post describes how you can specify CSS styles that users can select for tables in the rich text fields of SharePoint 2007
New Codeplex Project: SP Link Checker
This post introduces the start of an open source project that scanned SharePoint sites for broken links in HTML fields
Issues setting up the CFK Forms Based Authentication Solution
This post describes some issues I had with CFK Forms based auth in SharePoint 2007
New CodePlex project: Blog list definition with OPML export
This post describes an open source project that is a custom list definition used to store a list of blogs and RSS feeds
Using PowerShell to apply a site logo to all sites in a site collection
This post shows how you can edit the site logo property of every SPWeb in a SharePoint site collection through a PowerShell script