Working with External Data and OU Campus Tags

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to Freeware/Shareware Chapter Four Essential Tools for Web Page Authors.
Advertisements

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
CG0119 Web Database Systems Parsing XML: using SimpleXML & XSLT.
1 A Method for Creating Web Sites Representation and Management of Data on the Internet.
Build Your Own Webpage Code Academy.
XML: Managing Data Exchange Stylesheets. Lesson Contents CSS The basic XSL file XSL transforms Templates Sort Numbering Parameters and Variables Datatypes.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Python and Web Programming
Including images in Web pages Skills: use the tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike.
Basics of HTML. Example Code Hello World Hello World This is a web page.
Advanced XSL Concepts Transforming External Data Sources Vinit Varghese Implementation Manager, OmniUpdate.
Computer Concepts 2014 Chapter 7 The Web and .
Configuring Social Media, Google Analytics, and Gadgets Lila Bronson Training Manager, OmniUpdate, Inc.
GDT V5 Web Services. GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13  Lake Las Vegas, Nevada GDT.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
Product Feeds. What is a Product? In marketing terms, a product is an item, service or idea that is for sale Examples are: A flight with set dates and.
LIST OF WEB ACCESSIBILITY TOOLS GRANT MUKAI. WEB BROWSERS.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
WCM Platform Improvements ECM and Enterprise Metadata Advanced Routing and Document Sets In Place Records Management.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
 Word Processing  Spreadsheets  Presentations  Drawings  Forms.
به نام خدا مهندسي اينترنت جوانمرد اسلايد پنجم.
So you look like the sort of person who knows about webs... Yip So what's a web page? It's just a page of information, on the world wide web, that people.
Building Faculty Directories, Profiles, and More with MultiEdit Robert Kiffe & Bradley Prasuhn Senior Web DeveloperImplementation Manager OmniUpdate, Inc.
Introduction to Views Stanford Drupal Camp April 6, 2013.
SE-2840 Dr. Mark L. Hornick1 Bootstrap A framework for CSS.
What do you understand about how each system works to index-retrieve images? Manually Index Expensive but effective.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Information Retrieval and Web Search Crawling in practice Instructor: Rada Mihalcea.
Jason Platts Lead Technical Developer The Open University An overview of how the Open University has incorporated bibliographic.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
Web programming Part 1: HTML 由 NordriDesign 提供
HTML 5 The Future of Web Development. What is HTML5? “HTML5 is a specification of how the web’s core language, HTML, should be formatted and utilized.
COMP 2923 A2 Website Development 101 Danny Silver JSOCS, Acadia University.
Information Discovery, Access, and Delivery In Research Library Qin Zhu HP Labs Research Library February 20, 2007.
Jackson, Web Technologies: A Computer Science Perspective, © 2007 Prentice-Hall, Inc. All rights reserved Chapter 7 Representing Web Data:
Created By EZ Marketing Tech 1 +1 (347) | |
WEB DESIGN Presentated By Amit Kapri Contact No
Apache Cocoon – XML Publishing Framework 데이터베이스 연구실 박사 1 학기 이 세영.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Introduction to Enterprise Search Corey Roth Blog: Twitter: twitter.com/coreyrothtwitter.com/coreyroth.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Information Architecture
Web Basics: HTML/CSS/JavaScript What are they?
Introduction to HTML:.
This is the cover slide..
Unit 4 Representing Web Data: XML
Creating an XSLT Style Sheet for Formatting Data
XINFO – Scanner DS – File Content
The Power of Taxonomies
Chapter 7 Representing Web Data: XML
What is the Internet? Global system of interconnected computer networks – a network of networks! Hartland Consolidated Schools network Network at your.
How files are organized
The Administrator Training Adventure
Customizing Editable Regions and Building Templates
Working with Server-side Scripts
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Add Image and Title to Individual Page
Keeping it Current with RSS
HTML Links.
LET’S GATHER THE DATA AKIFUMI YAMAMOTO| OMNIUPDATE.
MAKING XSL-PCF PAGES FROM SCRATCH
INTRODUCTION TO OU CAMPUS
EDITING EXISTING TEMPLATES
3rd Party Widgets & Custom Code
ACCOUNT AND SITE SETUP: SETUP FOR SUCCESS!
RSS ARCHIVING: KEEPING IT CURRENT WITH RSS
XSL API for Tag Management
Power of OU Campus Gadgets
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

Working with External Data and OU Campus Tags Tucker Stone, Web Developer

Our Goal Include an external header file onto our page. Create a news listing from an RSS feed using the XSL. Use Tag Management to add a list of pages that have similar tags.

External Data Working with external data sources involves two main functions: doc() unparsed-text() Error handling: what if the file isn’t accessible? doc-available() unparsed-text-available()

External Data Utilizing the doc() function, create a news feed from an external RSS/XML feed. Check if the file is accessible. Load the feed and iterate through item nodes. Output HTML structure with RSS item content.

Including content with unparsed-text() External Data Including content with unparsed-text() 1. Check if the file is accessible. 2. Grab the file and inject into HTML structure

Tags Overview Tags in OU Campus are used to sort and filter pages, files, and assets to make them easier to locate. Not site-specific, shared account wide. Managed via Setup > Tags Can group into collections or merge tags to consolidate. Tag Access Settings.

Tag Management Using tags in OU Campus: Webpages, binary files (images), and assets. Filtering when searching for files. Grouping files with similar content.

Tag Management Using tags in OU Campus: Tag-related Calls: GetAllTags – all tags in site GetTags – manually-applied tags from page GetFixedTags – fixed tags in directory GetCombinedTags – manual & fixed tags for a page GetParents – collections a tag belongs to GetChildren – children of a given collection

Tag Management Query Parameters Tag-related Calls: File-related Calls: Site Path File-related Calls: Tag(s)

Using the API Working with Tag Management and XSL Grab Tags from current page (GetTags) Search for pages with like tags. (GetFilesWithAnyTag)

Thank you. tstone@omniupdate.com outc18.com/surveys