|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
5 Articles match "Pages","SharePoint"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
You'll get answers to these questions: How do I understand the page-processing and request-processing framework? How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? Come and learn to build solutions for Windows SharePoint Technologies! fw413 MO Essential Sharepoint for Developers (FW413) Day 1 Architecture We look under the hood to see how Windows SharePoint Services and Microsoft SharePoint Office Server 2007 work. Here we learn to create a variety of new pages and integrate them into WSS sites.
DevelopMentor Courses
- Friday, June 12, 2009
Essential SharePoint 2010 for Developers
This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, You'll get answers to these questions: What are the different SharePoint 2010 Components? How do I architect and plan for robust SharePoint 2010 deployment? How do I customize SharePoint 2010 fast to suite business demands? What can I do with the new Client Object Model using Silverlight or JavaScript in SharePoint 2010? Routing?
DevelopMentor Courses
- Tuesday, February 2, 2010
SharePoint for Developers (WSSv3/MOSS2007) Training
You'll get answers to these questions: How do I understand the page-processing and request-processing framework? How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? Come and learn to build solutions for Windows SharePoint Technologies! fw413 MO Day 1 Architecture We look under the hood to see how Windows SharePoint Services and Microsoft SharePoint Office Server 2007 work. Custom Pages, Branding with Master Pages and CSS files Creating custom pages and adding them to sites used to be difficult.
DevelopMentor Courses
- Wednesday, June 2, 2010
|
10 Articles match "Pages","SharePoint"
|
The Latest from DevelopMentor
|
MORE
|
|
Adding StarterSTS as a Claims Provider for ADFS2
This allows to “plugin” the STS into ADFS2 or Sharepoint as a claims provider. You need three things for that – the ADFS issuer URI, the physical address of the ADFS2 sign-in page and the ADFS2 token encryption certificate. The v1 beta of StarterSTS has an updated relying party configuration section. Here’s a quick walkthrough for ADFS2: Register StarterSTS as claims provider in ADFS. This is really easy. Simply go to the ADFS2 configuration console and add a new claims provider. You will also need to export the ADFS2 certificate that is used for token decryption.
www.leastprivilege.com
- Sunday, February 28, 2010
Software Development Event on June 26th in Hotel Houten te Houten (Netherlands)
MythBusters – debunking common SharePoint Farm Misconceptions. HYPER V/SharePoint How to create a proper lab. Waarom SharePoint Application Pages? Does SharePoint add another head? On June 26th the SDN will organize it’s quarterly Software Development Event in Hotel Houten (te Houten) in the Netherlands. The speaker line-up is awesome (as usual), don’t miss it! Sessions: 9:00 - 10:15. iPhone Development for.NET Developers. Kevin McNeish.NET. Agile anti-patterns. Yes, agile projects can fail too. Sander Hoogendoorn. Michael Li. Delphi. Mitchel Sellers. Bob Fox.
The Blomsma Code
- Thursday, May 28, 2009
Giving end users a list of all the SharePoint sites they have access to
When You’re running a medium sized SharePoint Farm you may often get requests from end users for a list of all the SharePoint sites they have access to. ve implemented a small feature which provides this information as an application page, which you can access through a new menu item on the Welcome menu. The implementation of this is quiet simple: Add a menuitem to the Welcome menu pointing to our own application page: < CustomAction Id = " 6346660F-707E-40d2-A7CF-AB6BAC7A98FD ". Tags: SharePoint Location = " Microsoft.SharePoint.StandardMenu ". else. {.
The Black Knight Sings
- Sunday, April 26, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Remove the Search Box from SharePoint Sites
Sometimes you don't want your users to be able to search on your SharePoint site. Part one of this is then to remove your site from the content source in SSP, but you probably also want to remove the Search box from every page in your site. Fortunately SharePoint makes this very easy. The different version of SharePoint has different requirements for the Search box and the way these different serach boxes are implemented are using the Delegate feature of WSS. Delegates are controls in a masterpage/page whose content is determined by which Features are activated.
The Black Knight Sings
- Friday, August 15, 2008
-
Giving end users a list of all the SharePoint sites they have access to
When You’re running a medium sized SharePoint Farm you may often get requests from end users for a list of all the SharePoint sites they have access to. ve implemented a small feature which provides this information as an application page, which you can access through a new menu item on the Welcome menu. The implementation of this is quiet simple: Add a menuitem to the Welcome menu pointing to our own application page: < CustomAction Id = " 6346660F-707E-40d2-A7CF-AB6BAC7A98FD ". Tags: SharePoint Location = " Microsoft.SharePoint.StandardMenu ". else. {.
The Black Knight Sings
- Sunday, April 26, 2009
-
Custom pagers for SPGridView
The first was XofYPager which shows the page numbers like this: The second was SmartPager which shows the page numbers like this: The use of these pagers are very simple just include the classes below and then before you DataBind() your SPGridView set the PagerTemplate property to an instance of one of these classes. Tags: SharePoint I don't think that the built in pagers for SPGridView are the most useful and informative, so for one of my current projects I decided to implement two custom pagers.
The Black Knight Sings
- Friday, December 19, 2008
-
Caching a SharePoint list as a datatable
If I used PortalSiteMapProvider then it'll always be refreshed when there was a change, but it would be hard to get the data into the SPGridView for displaying, sorting, paging and filtering. If you need something similar then here is my class, it doesn't deal with item level permissions, so if you need that you'll have to implement something different: Tags: SharePoint For one of my current projects I needed to show a SPGridView with data from a small list on the frontpage of the Intranet. Now the big question was how to cache it.
The Black Knight Sings
- Friday, December 19, 2008
-
Turn Default Upload Overwrite Off in WSS 3.0
But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. This delegate allows you to add any number of usercontrols to the page header of every page in sites where your feature is activated. So we add a feature with the following elements.xml file: Tags: SharePoint By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. MOSS junkie has a post on how to change that default.
The Black Knight Sings
- Thursday, August 21, 2008
-
How to use a publishing page as display form
A client wanted to place a SharePoint calendar on a publishing page and have it configured such that when you clicked an event the full details showed up at the top of the page, and searching for calendar items should also put you at this page. Sounds easy just put the calendar view on the page and set the calendars display form to be that page. But setting the display form to be the publishing page puts the ID of the calendar item in the URL of the publishing page which then confuses SharePoint as it thinks it has to lookup that id in the Pages list.
The Black Knight Sings
- Friday, June 27, 2008
-
WCMexport version 1.0
When you're branding a site using SharePoint 2007 Web Content Management, you really want to spend your time changing Master Pages and Page Layouts. But you often find that you spend a lot of your time editing your Feature.xml and different Elements.xml files especially if you have a lot of different Page Layouts with web parts for different parts of the site. With WCMexport you can use SharePoint Designer or what other tool you want to create the Master Pages, Page Layouts and Style Library Files on a development site. Tags: SharePoint
The Black Knight Sings
- Sunday, November 16, 2008
|
|
|