Eric Maurer Copyright Keller Schroder 6/11/2008. Types of Customization Customize pre-installed Microsoft Web Parts i.e. Content Editor Web Part Write.

Slides:



Advertisements
Similar presentations
Site Collection, Sites and Sub-sites
Advertisements

Windows SharePoint Services 3.0 (WSS v3) Browser Clients MS Word Clients MS Outlook Clients Microsoft Office SharePoint Server 2007 (MOSS) Windows.
Randy Williams, MOSS MVP Senior Consultant Synergy Corporate Technologies.
SharePoint 2007 Operations Module 1: Introduction.
Orchard CMS Deploying to Azure, Orchard CMS 1.5 August 15, 2012 Copyright 2012 Cloud Construct, LLC.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
By: Eric Maurer © Keller Schroeder  Rich and interactive user interface  Supports animations and reflection  Data can be refreshed with out doing.
Visual Basic Prototyping Visual Basic uses both a Visual Editor and is Code Based. With several simple lines of code, Visual Basic will navigate between.
St. Louis Day of Dot Net 2011 Building Web Parts for an Office 365 SharePoint Site Becky Bertram Independent SharePoint Consultant SharePoint MVP, MCSD.NET,
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
Becky Bertram SharePoint MVP
Server Roles and Features.NET Framework 3.51.NET Framework 4.5 IIS Web Server IIS Default Document IIS Directory Browsing IIS HTTP Errors.
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
Kevin (End user)  Need for a simple user interface  Need to improve productivity Isaac (Developer)  Customizing and extending business applications.
An Introduction to ASP.NET Web Pages 2 Module 1: Webmatrix Installation and Your First Web Site Tom Perkins.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
A GUIDE TO SHAREPOINT 2007 CUSTOMIZATION OPTIONS Heather Solomon, WSS MVP.
1 Deploying a Web Application. 2 Virtual Directories Web servers map URLs to directories in their file systems. Called virtual directories. Normally one.
Michael Atkins. Note:  This is a non-technical overview  Some light technical background is given, to put things in context  Some of the content is.
Windows SharePoint Services 'v3': Creating And Defining Custom Templates, Sites, Features, And Solutions Mike Ammerlaan OFF308 Program Manager Microsoft.
Moving & Copying Web Applications 1. 2 Why Do We Need to Copy or Move a Web Application?  So you can run someone else’s sample code.  So you can backup.
Module 11 : Backup and Restore Jong S. Bok
EDUCATION YOU CAN TRUST ® Windows SharePoint Services Course Review Review provided by: DNS Computing Services, LLC
United Nations Economic and Social Commission for Western Asia Deploying a DevInfo 6 Database on the Web Presented by Marc Rabbat and Ray Goh.
Forms Authentication, Users, Roles, Membership Svetlin Nakov Telerik Corporation
Verify Hardware Requirements Install Windows Server 2008 R2 Configure Active Directory Install SQL Server 2008 Install SharePoint Server 2010 Configure.
Sustainable SharePoint 2010 Customizations By Bill Keys.
Introduction to ASP.NET 1www.tech.findforinfo.com.
Basic Developer Knowledge That Every SharePoint Admin Must Have Randy Williams, MVP MOSS Synergy Corporate Technologies
SharePoint Workflows with Visual Studio Stuart Cox RBA Consulting techpunch.wordpress.com.
Eric Maurer Copyright Keller Schroder  Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions, Version 1.1  Windows SharePoint Services.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
EDUCATION YOU CAN TRUST ® Course Review Review provided by: DNS Computing Services, LLC SharePoint Server 2010.
Module 4 : Installation Jong S. Bok
Efficient Deployment & Management of ASP.NET 2.0 Applications on IIS 6.0 Alexis Eller Program Manager Internet Information Services Microsoft Corporation.
Slide 1 ASP Authentication There are basically three authentication modes Windows Passport Forms There are others through WCF You choose an authentication.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
SharePoint Online – Developing Solutions for the Cloud Chris Mayo Microsoft Corporation
VITALE, CATURANO & COMPANY LTD Microsoft SharePoint Web Part Development Overview VITALE, CATURANO & COMPANY LTD SharePoint Developer Series – Web Part.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Office Integration Outlook –SharePoint lists in outlook –Documents in outlook InfoPath.
Solutions using Microsoft Content Management Server 2002 Connector for SharePoint Technologies Sue Corke Mark Harrison Microsoft UK.
Olaf Feldkamp Developer Platform Advisor Microsoft Switzerland blogs.msdn.com/swiss_dpe_team.
What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell.
Michael Hofer Senior Consultant Microsoft Corporation.
Welcome to the Minnesota SharePoint User Group. Develop and support a local community focused on Microsoft SharePoint Technologies Educate user group.
WikiPlus Configurations Configure WikiPlus elements to your needs.
Module 5 : Security I Jong S. Bok
Web Content Management with MOSS 2007 Patrick Tisseghem
Designing Enterprise Corporate Web Sites using SharePoint 2010 Paul Stubbs Technical Evangelist Microsoft.
Install a Windows Service Application Windows Development Fundamentals LESSON 3.2.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Course Overview Introduction Target Audiences Course Structure Virtual PC Demo.
Configuring and Deploying Web Applications Lesson 7.
Extending SharePoint through Web Parts and ASP.NET 최승현 대리 한국마이크로소프트.
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
Windows SharePoint Services Installation and Configuration.
NET Development on Microsoft SharePoint Technology Part 4: Templates, Features, and Solution Deployment Mick Badran Breeze Training Consulting Trainer.
Administration - I Jong S. Bok
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Web Parts Overview Web parts in SharePoint 2007 “Hello World” web part Typical deployment.
Interaction classes Record context Custom lookups.
Customizing WebLink Lab 208 Alex Huang. Table of Contents Introduction – What is WebLink Disclaimer Customization Basics and Exercises Resources Questions.
Getting Visual Studio You can download Visual Studio 2015 Community Edition for free from the Microsoft web site.
The Microsoft SharePoint Server Feature and Solution Framework An Overview Michael Mukalian – Technology Manager
Introduction to SharePoint 2007 Brendon Schwartz
How to change the LOGO on PecStarWeb V3.6
DotNetNuke® Web Application Framework
SharePoint services Provides team collaboration through SharePoint Sites and makes it easy for communities to work together on documents, tasks, contacts,
Microsoft Dynamics.
St. Louis Day of Dot Net 2011 Building Web Parts for an Office 365 SharePoint Site Becky Bertram Independent SharePoint Consultant SharePoint MVP, MCSD.NET,
Security - Forms Authentication
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Presentation transcript:

Eric Maurer Copyright Keller Schroder 6/11/2008

Types of Customization Customize pre-installed Microsoft Web Parts i.e. Content Editor Web Part Write your own custom Web Part using Visual Studio and deploy it to Share Point Eric Maurer 6/11/2008

Creating a New Web Part SharePoint extensions for Visual Studio Must run on the SharePoint server Visual Studio 2005 or 2008 SharePoint Web Part Allows Web Part connections Backwards compatibility with WSS 2.0 ASP.NET 2.0 Web Part Can be used on any ASP.NET 2.0 site Eric Maurer 6/11/2008

Installation Requirements Access to the server Deployed using the STSADM utility Installed in the GAC or the site’s bin directory Modifying the web.config to allow the Web Part IISRESET Eric Maurer 6/11/2008

Cascading Navigation Menu Customizable cascading navigation menu to replace SharePoint’s default site navigation Admin menu is only available to users who are site administrators Sites, lists or pages can be hidden so they are not displayed on the main menu Horizontal or vertical layouts can be selected Eric Maurer 6/11/2008