Building Faculty Directories, Profiles, and More with MultiEdit Robert Kiffe & Bradley Prasuhn Senior Web DeveloperImplementation Manager OmniUpdate, Inc.

Slides:



Advertisements
Similar presentations
Creating and Managing Sites Module 7. Overview Creating Standard Sites Customizing Look and Feel Saving Sites as Templates.
Advertisements

CG0119 Web Database Systems Parsing XML: using SimpleXML & XSLT.
XSL eXtensible Stylesheet Language. What is XSL? XSL is a language that allows one to describe a browser how to process an XML file. XSL can convert an.
XML: Managing Data Exchange Stylesheets. Lesson Contents CSS The basic XSL file XSL transforms Templates Sort Numbering Parameters and Variables Datatypes.
Customizing the MOSS 2007 Search Results November 2007 Rafael Perez.
What’s New in Revit Structure 2013 Desirée P. Mackey Martin/Martin, Inc.
XML Unit 6 October 31. XML, review XML is used to markup data Used to describe information Uses tags like HTML –But all tags are user-defined –Must be.
CONTENT: A model for collaborative database building Trevor Bond Alan Cornish Washington State University Libraries.
Python and Web Programming
Customizing Outlook. Forms Window in which you enter and view information in Outlook Outlook Form Designer The environment in which you create and customize.
Understanding Page Template Components Lila Bronson Training Manager, OmniUpdate, Inc.
WikiPlus customizations
Creating New Page and Section Templates Robert Kiffe Senior Web Developer, OmniUpdate, Inc.
1 Agenda Views Pages Web Parts Navigation Office Wrap-Up.
Advanced XSL Concepts Transforming External Data Sources Vinit Varghese Implementation Manager, OmniUpdate.
The template site was designed so that if a school principal chose they could task someone other than the webmaster to maintain the content of the website.
OU Campus Intermediate Training Workshop. Agenda Administrator Overview and Roles Administrator Controls Administrator Configuration Setting Up Access.
Configuring Social Media, Google Analytics, and Gadgets Lila Bronson Training Manager, OmniUpdate, Inc.
RightNow Tag Gallery URL: Staff profile must have WebDav option enabled.
DAT602 Database Application Development Lecture 14 HTML.
LATTICE TECHNOLOGY, INC. For Version 10.0 and later XVL Web Master Advanced Tutorial For Version 10.0 and later.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Use of XSLT Formats in Creation, Maintenance and Optimization of Web Site Templates Jay Mercer IU Communications Indiana University
HTML II. Factors to consider in designing a website. Organizing your files. HTML Tables. Unordered Lists. Ordered Lists. HTML Forms. Learning Objectives.
Hands on Oracle CRM On Demand Custom Objects Not All Custom Objects are Created Equally Clive Johnson, Senior Sales Consultant, Oracle Inc.
A Transcoding Proxy for HTML Web Pages: Web Page Sampling and Conversion Evaluation. Andrew Stone CS525m.
Form printing with SAP Smart Forms Instructor: Dylan Liu
DSpace UI Alexey Maslov. DSpace in general A digital library tool useful for storage, maintenance, and retrieval of digital documents Two types of interaction:
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
Campaign and OU Blogs Bradley Prasuhn Implementations Manager, OmniUpdate.
Creating Feeds for News, Events, and More Vinit Varghese Implementation Manager.
Dreamweaver MX. 2 Overview of Templates n Templates represent a web page design or _______ that will be common to multiple pages. n There are two situations.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Customization Using SharePoint Designer 2007 Overview Editing look and feel –Master pages.
1 Welcome CMS III Workshop Employee Central.. 2 Project Sequence – Training, Workshops, Hands-on Sessions Overall Governance -- Completed/Ongoing Portal.
End-User Training Editing Content with JustEdit Brandon Scheirman Instructional Designer, OmniUpdate.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Microsoft FrontPage 2003 Illustrated Complete Creating a Form.
Jennifer Widom XML Data Introduction, Well-formed XML.
Customizing Aspen Templates TEC04 Elizabeth Lucchese.
Introduction to Matlab & Data Analysis 2015 In this tutorial we will: Build a practical application using GUIDE Learn more about graphical user interface.
Geneva, 2nd Tutorial for Health e-Child Project, Service creation in Genius Web Portal Nicola Venuti NICE srl Geneva, , 2nd.
WikiPlus Configurations Configure WikiPlus elements to your needs.
Administrator Training Lila Bronson Training Manager, OmniUpdate.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Technologies Lecture 3 Web forms. HTML5 forms A component of a webpage that has form controls – Text fields – Buttons – Checkboxes – Range controls.
OU Campus User Training Tuesday, March 18,
Leveraging Web Content Management in SharePoint 2013 Christina Wheeler.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Customizing Share Document Previews Will Abson Senior Integrations Engineer and Share Extras Project Lead
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Presented by Michael Davis & Morgan Bibbs XML & XSL
What is New with the Website?
TYPO3 - Introduction.
XML Data Introduction, Well-formed XML.
What’s a _resource and What Does It Do?
The Administrator Training Adventure
Customizing Editable Regions and Building Templates
Building Advanced Components with XSL
Working with External Data and OU Campus Tags
MAKING XSL-PCF PAGES FROM SCRATCH
EDITING EXISTING TEMPLATES
3rd Party Widgets & Custom Code
ACCOUNT AND SITE SETUP: SETUP FOR SUCCESS!
EXTENDING COMPONENTS AND TABLE TRANSFORMATIONS WITH XSL
Intermediate Documents Session 2
RSS ARCHIVING: KEEPING IT CURRENT WITH RSS
READY, SET, REPORT ROBERT KIFFE| OMNIUPDATE.
ASSETS, SNIPPETS & COMPONENTS
Presentation transcript:

Building Faculty Directories, Profiles, and More with MultiEdit Robert Kiffe & Bradley Prasuhn Senior Web DeveloperImplementation Manager OmniUpdate, Inc.

Agenda Overview: ‘Page Templating’ What is MultiEdit? Configuring MultiEdit Demo: Image Slider Hands-On: Building a Faculty Profile Building ‘Template Components’ Utilizing the Power of MultiEdit + XSL

Template Terminology Template Stylesheets Template Files XSLsFiles used by OU Campus for new pages/sections 3 components: Image – Matches Template Control File’s name TCF – Form for creating a new page/section TMPL – Template used for page/file creation

Page Template Components Template Structure

Template Control File (TCF)

What is MultiEdit? Form-based page editing Helps administrators control layout by limiting what content is editable Very similar to Page Parameters (Properties) Great for ‘serializing’ content for data manipulation (filtering, sorting, etc.) using XSL or other scripts

What is MultiEdit? MultiEdit was originally designed for straight HTML pages (non PCFs) Reminder: Page layout for PCFs is determined by XSL All MultiEdit fields are displayed for editing, even if the XSL does not utilize them all

What is MultiEdit? Access via “Edit” Access via “Properties”

Configuring MultiEdit Each MultiEdit field is defined within an editable region Ex. ( Value ) Use instead of the ‘Editor’ tag Form element ‘types’ include: Text, Mini-WYSIWYG, Radio, Dropdown Select, Checkboxes, Image Chooser, Asset Chooser Each ‘type’ has additional options for further customization Each field can have it’s own Group Access setting (set in parent editable region tag) Tags can be written using XML “Nodes” or “Comments”:,, or

Configuring MultiEdit (cont’d) Text Field Example: Mathematics Image Chooser Example:

Configuring MultiEdit (cont’d) Final Product Example:

Demo: Image Slider + Hands-On: Building a Faculty Profile Building ‘Template Components’

Q&A

Thank You! Don’t forget to take our survey outc15.com/surveys