Blogs authored by SharePoint professionals including consultants, developers, and trainers.
Browse by Tags
All Tags »
Customization (
RSS)
-
|
This is the fith article in a six-part series on ASP.NET Master Pages and SharePoint. In this series we have discussed master pages and we have shown how to customize a master page. Read More...
|
-
|
Content Query Web Part (CQWP) is a great solution for content aggregation: not only thanks to its high performance but to the XSLT-based output rendering as well. And while XSLT is very powerful, many beginning SharePoint developers experience it as an...
|
-
|
Have you ever wondered how the built in interface actually works? Why is a list item shown the way it is? How are the input forms built and how can you change how they work and look? This series will introduce you to a wide variety of customization options...
|
-
|
This is the third article in a six-part series on ASP.NET Master Pages and SharePoint. In the previous two articles of this series we discussed master pages and how SharePoint uses them to create it's out of the box pages. Now that we have an understanding...
|
-
|
As promised, here is the training site template available for download. Please be advised that this file is for demonstration purposes only . I am making it available to the community as an educational resource only, and therefore offer no support for...
|
-
|
One of the best tips I've come across recently has been the use of a Creative Commons Attribution 3.0 License javascript library called LyteBox . This library allows you to incorporate some pretty cool effects into SharePoint using a simple content...
|
-
|
Today I was working to make modifications to a site that was being provisioned via automation code. The code creates a batch of sites and then uploads various data to the site for review by members of the site. The goal of the automation is to insure...
|
-
|
For those of you that need a quick conversion of the event receiver types, here they are: SPEventReceiverType.ItemAdding = 1 SPEventReceiverType.ItemUpdating = 2 SPEventReceiverType.ItemDeleting = 3 SPEventReceiverType.ItemCheckingIn = 4 SPEventReceiverType...
|
-
|
Another recent project has lead me down the path of creating custom site definitions for use within my organization. My requirements are as follows: Must be based off the current team site definition Must include a PowerPoint slide library with example...
|