- About the CEWP
Microsoft describes how to use the Content Editor Web Part to add formatted text, tables, hyperlinks, and images to a Web Part Page. But it can do so much more...
- Two Invaluable Windows SharePoint Services (WSS) Shortcuts
Describes how to add two JavaScript shortcuts to your favorite Links to manipulate Web Part pages that do not display the "Modify Shared Page" smart menu.
- Export Web Part as a DWP
Describes how to export (serialize) a DWP to the file system for subsequent deployment elsewhere.
- Deploying DWPs to a Web Part Page
Describes how to import a DWP directly onto your Web Part Page, import a DWP into the Site Gallery, or copy a DWP into the Virtual Server Gallery on the Web Servers.
Beyond the CEWP (probably a SharePoint Advisor article) Describes how to override style and behavior not only on an instance page, but also at a direct-mode page-level, at a site definition-level, and (God forbid)at a farm-level using CSS and JavaScript overrides. |
- Style Under Cursor CEWP
Describes how to identify the handles (my word) that you can use to manipulate the HTML DOM of a Web Part Page.
- Hide the Quick Launch Bar
Describes how to override CSS classes to influence the presentation of a Web Part Page.
Change the Quick Launch Bar Text Describes how to override JavaScript to influence the presentation of a Web Part Page. Goes on to explain how to add user interaction, save state for each individual, and deal with the design-time, tool pane, modes in a CEWP.
Hide Any Page Element Describes how to override home, list, and document library pages.
Seamlessly add Sub Webs to the Quick Launch Bar Introduces the ability to integrate immediate Sub Webs security trimmed seamlessly into the Quick Launch Bar.
Search CEWP Updated version of my Google Search Web Part that includes a choice of search engines and other options.
Calculator CEWP Just for fun. Describes how to display a simple calculator using a CEWP.
City Lookup By Zip Code CEWP Describes how to call a Web Service from within a CEWP.
Alter Portal Top Nav Link directly to WSS Web Describes how to override a Top Nav Link in SPS.
Add Complex Validation to Built-in New and Edit Forms Introduces the ability to use regular expressions to validate text fields!
Add Multiple Templates to New Document Toolbar Button Describes how to tap into the menuitem capabilities built-into IE and WSS.
Add Uber Admin Functions As Smart Menu Describes how to tap into the smart menu (menuitem) capabilities built-into IE and WSS.
Change Quick Launch To Use Flyout Menus Introduce the ability to squeeze your Quick Launch links above the fold using horizontal flyout menus.
Move the Quick Launch Menus to Top Nav Introduce the ability to change the Quick Launch links to use vertical flyout menus in the top nav.
Move ListViews and Actions to Top Nav as Smart Menu Introduce listview link smart menus in the top nav.
- Open List Items in a New Window (_blank)
Describes how to open a new browser window when a document in a Document Library Listview or a List Item in a List Listview is clicked
- Todd's Google Search Web Part
Describes how to create a Search Web Part to query Google. Watch for an updated version of this Web Part that will enable you to search from a variety of engines. |