Storify – My #SPC12 Thoughts
A collection of my tweets from #SPC12.
Posts about ASP.NET
A collection of my tweets from #SPC12.
One of the biggest kinks I’ve had to work out so far on Windows 8 is fighting with UAC. Since I do a lot of SharePoint 2010 development, I need to run Visual Studio as an Administrator in order for the SharePoint tools in Visual Studio to work properly. After using Windows 8, I quickly…
I was recently working on an administrative page for Central Administration, and had the need to use an AudienceEditor control in a form, and more difficult yet, use it inside an AJAX UpdatePanel. The AudienceEditor is the control that is used to enable a user to pick audiences, such as on the Target Audience field…
Part 3 – Sign Out/Sign in as a Different User A project I am working on called for a custom implementation of the SharePoint Welcome menu control.
Part 2 – Edit Profile and My Site links A project I am working on called for a custom implementation of the SharePoint Welcome menu control. The replacement control needed to provide the following: Implement the look and behaviors that the designers created. Exclude some default SharePoint menu items (such as My Regional Settings). Reuse…