<%@ Page Language="C#" Debug="true"%> Articles
Microsoft Office FrontPage 2003      
Developer's Toolkit
Resources | Links | Search
  extend design code  
             
  New Features
 
Microsoft® Windows® SharePoint Services
 
Microsoft® Office SharePoint Portal Server
 
Microsoft Office System
 
.NET Framework
 
 
Real world scenarios that fully expose great new functionality in FrontPage 2003 and Windows SharePoint Services.
 
 
  financial planning finance  
  sales & marketing sales & marketing  
  human resources human resources  
   
  FrontPage Customization Kit > Windows SharePoint Services

How-to Articles

 

Extend

Add a Recycle Bin to Windows SharePoint Services for Easy Document Recovery
This article shows the coder how to take advantage of the extensibility of WSS and both its server-side and client-side object models to build a restore feature that works like the Recycle Bin in Windows Explorer. It also examines WSS document library server-side events and shares the process of developing a .NET event handler class for asynchronous server-side processing of those events.

Adding Rules to the Accessibility Checker
As Internet use continues to increase, it is becoming more important that businesses provide Web sites that are fully accessible to people with disabilities. The Accessibility Checker in Microsoft Office FrontPage 2003 helps developers design Web sites that address accessibility issues. However, the Accessibility Checker does not address all accessibility issues. This article explains how you can extend the functionality that is built into the Accessibility Checker.

Branding a SharePoint Portal Server 2003 Site: Part 1, Understanding the Use of a Corporate Brand
The first of two companion articles. Learn what it means to "brand" a SharePoint Portal Server site, and about the different types of branding you can apply to a portal site to reflect an organization's identity.

Branding a SharePoint Portal Server 2003 Site: Part 2, How to Apply Your Own Corporate Brand
The second of two companion articles. Through step-by-step examples of the typical tasks involved in branding a Microsoft Office SharePoint Portal Server site, learn to change the standard banner, introduce a custom style sheet, and enhance the user experience of your portal site through interface, navigation, and page layout changes.

Converting an Excel Spreadsheet into a List
Take a spreadsheet created with Microsoft Office Excel and convert it to a Windows SharePoint Services list. Once converted to a list, users can update information themselves with their Web browsers.

Create Custom Hyperlinks by Using Cascading Style Sheets in FrontPage 2003
This article describes how to create custom hyperlinks by using cascading style sheets (CSS) in Microsoft Office FrontPage 2003. It contains examples that demonstrate how to use cascading style sheet features to create custom hyperlinks.

Customize Discussion Boards in FrontPage 2003
Discussion boards provide forums for site participants to converse about topics. Most Microsoft Windows® SharePoint™ Services site templates include the ability to create discussion boards, and many sites and workspace sites have a built-in discussion board called General Discussion. This article describes how to create threaded views and how to customize threaded views by using Microsoft Office FrontPage 2003 and, in some cases, by editing discussion board XML files.

Customize List Item Forms in Windows SharePoint Services
Enhance and extend interaction with lists in Microsoft Windows SharePoint Services when customizing forms used to work with list items.

How to Customize Your Search Using SharePoint Portal Server 2003
Explore three ways to incorporate Microsoft SharePoint Portal Server Search (service) into custom Web pages, SharePoint Web Parts, Microsoft Windows applications, and other smart-client front-end applications such those in the Microsoft Office 2003 Editions.

Data Views: Displaying Amazon.com Product Information on Your Web Site
Amazon.com allows developers to tap into a continually updated XML data feed that contains the entire list of products offered on Amazon.com, along with images, pricing, and product information. This information can be displayed in Data Views on sites created with Windows SharePoint Services.

How to Change the Color of the Horizontal Top Border
This article describes how to change the background color of the top horizontal border of a whole Web site that is based on Microsoft Windows SharePoint Services.

Insert a Video in FrontPage 2003
This article describes how to add a video to a Web page in FrontPage 2003. This article discusses how to insert supported video files (file formats that are listed in the Files of type list in the Video dialog box), and how to insert unsupported video files (file formats that are not listed in the Files of type list in the Video dialog box).

Using FrontPage 2003 and Visual Studio .NET Together
Microsoft Office FrontPage 2003 provides more and better features than ever for working with code. Even so, FrontPage makes no claims of being a complete and integrated software development environment. That distinction goes to Microsoft Visual Studio .NET 2003, Microsoft's top-tier platform for developing software of all kinds. Specifically, Visual Studio .NET is the preferred development environment for Microsoft ASP.NET Web pages.
Because each product has different strengths, Web designers typically prefer FrontPage, and Web programmers usually prefer Visual Studio, even if people with both specialties are working on the same project. This article explains how these two pieces of software (and their corresponding approaches to creating Web pages) can coexist peacefully.

Using Lists to Create Collapsible Navigation Bars
Create collapsible navigation bars that expand when you click on them to make navigating to key pages in your site easier. These collapsible navigation bars are created using grouped Windows SharePoint Services lists.

 

 

Design

Applying a Theme to a Site Created with Windows SharePoint Services
Learn how to apply a Theme to a site so you can change the colors and formatting across all pages in just a few minutes.

Advanced Customization of Themes for Windows SharePoint Services
Using the Colors, Graphics, and Text buttons on the Customize Theme dialog box gives you many options for customizing your Theme. However, the true power to customize any element in a Theme is found when you learn to identify the styles that affect the elements you want to change in a site, and then learn how to change them with FrontPage 2003.

Changing the Way Lists and Libraries are Displayed
Insert a view of a Windows SharePoint Services list or library into a page, and then customize that view to present the data in a variety of styles and formats. New with FrontPage 2003, you can even create XSLT Data Views so that you can change the display and format however you like.

Convert a Web Site from Shared Borders to Dynamic Web Templates
If your existing Web site uses Shared Borders, you are missing out on the power of Dynamic Web Templates (DWTs). This article shows you how to convert your Shared Borders site into a DWT, preserving the look and feel of your old Shared Borders layout, but with all of the advantages of a DWT.

Creating Custom Behaviors in FrontPage 2003
Learn how Behaviors feature in Microsoft Office FrontPage 2003 allows you to add DHTML scripts quickly and easily to Web pages. FrontPage provides an extensible framework that you can use to create your own custom behaviors. This article explains how you can extend behaviors in FrontPage.

Customizing Themes for Windows SharePoint Services
Create your own custom Theme for Windows SharePoint Services to apply consistent fonts and formatting across Web pages or Web sites. Themes specify formatting for text, buttons, backgrounds, toolbars, and more.

Changing Gradient Images in Sites Created with Windows SharePoint Services
Once you have learned how to create or customize a Theme, you can learn how to change the gradient images found in menu bars and toolbars in default sites created with Windows SharePoint Services.

Extending Find and Replace for Microsoft Office FrontPage 2003
Learn the basics of creating queries that find and replace text in Microsoft Office FrontPage 2003 documents, the XML Query schema that FrontPage uses to save and reuse queries, and the Microsoft Visual Basic for Applications (VBA) objects that you can use to create your own powerful solutions to extend FrontPage.

Using Interactive Buttons
Learn how to create buttons from within FrontPage, without using a graphics editing program. You can even create buttons that change when you hover over them or press them, all without requiring programming or scripting experience.

 

 

Code

Creating a Site Context Search Box that Uses SharePoint Portal Server Search Results
Customize Windows SharePoint Services site-level Search box to return SharePoint Portal Server Search (SharePointPSSearch) results. This article reviews different methods you can use to modify the search capabilities of Windows SharePoint Services.

Creating Chrome Images
Chrome images are custom images that are placed on the borders of Menu and child Menu item objects. There are eight images; one for each corner and one for each side of the rectangle and are simply the smallest necessary images required to create an artistic border around a rectangle. To see them in action, go to: Fly-out Menus.

Creating Custom Interactive Buttons
Learn how to add your own button designs to the selection of available interactive buttons. After you have added your own designs you can create interactive buttons from within FrontPage in only a few clicks of the mouse.

How to Programmatically Create a Ghosted Web Part Page - Every once in while, you learn something new even though you’ve been working with a particular technology for quite some time.

Rename the Windows SharePoint Services Default.aspx Web page in FrontPage 2003
Describes how you receive a server error message when you try to rename a Windows SharePoint Services Web site home page. To work around this problem, you can rename the home page in FrontPage 2003 to create new thicket files.

Repeating Content on Pages with Dynamic Web Templates
Dynamic Web Templates  are page templates that can easily create a consistent look, consistent navigational scheme for your Web site. By updating a single file, changes can be easily made site-wide.

Rules Processing Engine
This 100% .NET Class library is for programmers who wish to incorporate a Rules Engine into their applications. This class library is designed to enable the developer to utilize a rules based system within their .NET applications. The engine itself has no restrictions that derive from persisting rules. The variable data, rule data, and etc. should be persisted as the developer has need.  It is thread-safe and very high performance. For more information and a working demo, click here.

Tips and Tricks for Using Microsoft Office SharePoint Portal Server 2003
Learn how to perform a number of basic tasks in a SharePoint Portal Server 2003 environment. This white paper will help you learn to use SharePoint Portal Server 2003 and will introduce you to the basic features and principles of portal site navigation and customization.

^ Back to top