august 10th, 2009 tom rogers youtube

9
Faculty Development at Northwestern University Department of Anesthesiology APIs and Tools Tom Rogers Sara Shaik

Upload: fox-valley-computing-professionals

Post on 09-May-2015

446 views

Category:

Education


1 download

DESCRIPTION

Fox Valley Computing Professionals Presentation Series

TRANSCRIPT

Page 1: August 10th, 2009 Tom Rogers YouTube

Faculty Development at

Northwestern UniversityDepartment of Anesthesiology

APIs and ToolsTom RogersSara Shaik

Page 2: August 10th, 2009 Tom Rogers YouTube

Faculty Development• Intranet application to facilitate the career

development program for the department.• Features:– Educational Content– Program Management– Individual Career Development Planning– Mentorship Matching

• Requested design feature was “more social type” interaction.

Page 3: August 10th, 2009 Tom Rogers YouTube

Faculty Development• Application was chartered by:– The Faculty Development Committee Chair– The Department Chair

• Accepted for presentation to the Annual Conference for the American Society of Anesthesiology

Page 4: August 10th, 2009 Tom Rogers YouTube

Faculty Development

Page 5: August 10th, 2009 Tom Rogers YouTube

What is YouTube API?

YouTube API’s and Tools enable you to integrate the YouTube’s video content

and functionality into your website, software or device.

Page 6: August 10th, 2009 Tom Rogers YouTube

WidgetsAJAX Video Bar

AJAX Video Search ControlAdd Google Video search to your web site or blog and let visitors watch videos on your web page.

Show a "bar" of video results using queries chosen by you. A great way to add video to your site related to your content.

Page 7: August 10th, 2009 Tom Rogers YouTube

Custom video player

Sometimes it's nice to have control over your website without having to edit it.

You can customize a YouTube player and populate it with a YouTube channel, all of your favorite videos, or any custom playlist you have created.

Once the custom player is on your site, you can easily update the appearance or content by logging into your YouTube account and clicking on Custom Video Players.

Page 8: August 10th, 2009 Tom Rogers YouTube

Player APIsEmbedded Player

Chromeless Player

The embedded player is the simplest way to place a YouTube video on a webpage. To customize the behavior and color of the player, you can use the documented Player Parameters. The code to display this player can be quickly generated from a program, making it possible to find a video using the Data API and then display it using the embedded player.

Interface elements and controls around content is sometimes referred to as "chrome" (e.g. the browser buttons on the top of a webpage.) The chromeless player is, by definition, a YouTube video with no controls. This makes it easy to customize within Flash or HTML.

Page 9: August 10th, 2009 Tom Rogers YouTube

Data API

YouTube APIs Announcement Forum

Developer's Guide: PHP

The YouTube Data API offers read and write access to YouTube's content. Users can perform unauthenticated requests to Google Data feeds to retrieve feeds of popular videos, comments, public information about YouTube user profiles, user playlists, favorites, subscriptions and so on.

The Data API is primarily for developers who are used to programming in server-side languages for integrating with web applications allowing users to upload videos to YouTube, or it could also be a device or desktop application that brings the YouTube experience to a new platform.