Here is a wrapper class which covers the SharePoint ULS interface and logs information to the ULS.
Here is a wrapper class which covers the SharePoint ULS interface and logs information to the ULS.
Microsoft felt it necessary to do far more work than necessary to fix the ribbon div to the top of the window. Here’s a pure CSS solution that bypasses SharePoint 2010′s default JavaScript-based approach.
The SPCalendarView control in SharePoint 2010 is really pretty snappy. It loads data with the slight of hand that is AJAX and leaves the user with an oh-so-pleasant user experience. So, if SharePoint developers wish to use the SPCalendarView control and deliver the same user experience with custom data; that should be pretty straight forward, right? [...]
It’s SharePoint’s world. We just develop in it. When you know and embrace your platform, however, something excellent happens.
SharePoint Modal Dialogs SharePoint 2010 introduced the ECMAScript Client Object Model. One of the things that it included was the Dialog Framework. This allows modal dialogs to be easily displayed inside of SharePoint. This is typically done by specifying a web page to be displayed as the dialog on top of the current web page. [...]
While the description field available in SharePoint’s Navigation Settings is rendered, by default, as a handy tooltip on each menu link, there was no evident configuration in which the description could be written to the screen as per my requirements.
On your way to branding a public-facing SharePoint 2010 site, you may at some point find yourself eye-to-eye with its bare, unfeeling, and unskinnable default login page. If you should find yourself facing such a task, do not panic. Rather, reach slowly for Visual Studio 2010 and follow along at home–we’re going to build a Forms Login Web Part that can handle the same authenticatory task in much more design-friendly surroundings.