Jason Cortes, GOER Web Programming/Developer

Slides:



Advertisements
Similar presentations
RSS RSS is an acronymn for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web. RSS.
Advertisements

COLLABORATING WITH OTHERS. Web 2.0 and Social Networking.
Social Media.
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Web Services Nasrullah. Motivation about web service There are number of programms over the internet that need to communicate with other programms over.
OULU ADVANCED RESEARCH ON SOFTWARE AND INFORMATION SYSTEMS Teppo Räisänen | Oulu University of Applied Sciences Facebook programming Teppo Räisänen
WEB 2.0. What we are speaking about… Transformation of WEB, the WEB 2.0 –New generation of websites… –Importance of Open Data… –Importance of Users… –Web.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
RSS 2.0: Experience with implementation in a closed Intranet Presented by Mr Ajith Balan Scientific Officer Scientific Information Resource Division Bhabha.
ICT Issues Social Networking. Social Networking Social networking: the interaction between a group of people who have a common interest, eg. music. Popular.
Multiple Tiers in Action
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
Web 2.0: Concepts and Applications 3 Syndicating Content.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites. RSS allows fast browsing for news and updates.
RSS is an acronym for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Web Syndication Presented by: Gani Dragusha. What is Web Syndication? What is RSS? History of RSS Advantages / Disadvantages RSS New Features Web Syndication.
Web 2.0: Concepts and Applications 3 Syndicating Content.
PUBLISHING ONLINE Chapter 2. Overview Blogs and wikis are two Web 2.0 tools that allow users to publish content online Blogs function as online journals.
XP New Perspectives on The Internet, Fifth Edition— Comprehensive, 2005 Update Tutorial 7 1 Mass Communication on the Internet Using Newsfeeds Tutorial.
HTML and XML Behind Web Authoring Tools. 2 Objectives Introduce HTML Learn HTML Step by step Introduce XML.
Using an RSS Feed Aggregator An Introduction Prepared by Liz Rodrigues.
RSS Basics and Beyond RSS Basics and Beyond Tips and Tricks for Getting the Most out of Syndicated Content.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
The Internet CSC September 30, History of the Internet Developed for secure military communications Evolved from Advanced Research Projects.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
Internet Architecture and Governance
Google Data Protocol Guy Mark Lifshitz. Motivation Google’s Mission: – Organize the world’s information – Make information universally accessible – Provide.
1 Alternative view on Internet Computing Web 1.0 –Web 1.0 is first generation, Web Information based. Driven by Information provider. Web 2.0 Ajax enabled.
Common Terms in the Internet Adnan Iqbal MCS-MIT-WD-A+ The College of Law.
Session A305 Findability: Information Not Location Mike Creech Web Content Manager Ken Varnum Web Systems Manager University.
 Previous lessons have focused on client-side scripts  Programs embedded in the page’s HTML code  Can also execute scripts on the server  Server-side.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
Blogs and RSS Siobhan Champ- Blackwell. Definitions  Blog – Web Log; an online journal; A web page with periodic posts in reverse chronologic order 
Purdue Pride Joe Gutierrez Tung Ho Janam Jahavier 3/3/2010Purdue Pride.
RSS Interfaces and Standards Chander Iyer. Really Simple Syndication (RSS) Web data format providing users with frequently updated content. Make a collection.
Podcasting Information Software and Technology. Information Software and Technology Podcasting A podcast (or non-streamed webcast) is a series of digital.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo HoarFundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Fundamentals of Web DevelopmentRandy.
Introduction to RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites.
Display Page (HTML/CSS)
Introduction to the World Wide Web & Internet CIS 101.
RSS Syndication CS 431 – Carl Lagoze – Cornell University.
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
Virtual techdays INDIA │ November 2010 Integrating Social Networks with ASP.NET Krishna Chaitanya T │ Future Web Research Lab, SETLabs, Infosys WE.
Introduction to Social Media October 28, 2010 Green County High School Vickie Buckman.
Basics Components of Web Design & Development Basics, Components, Design and Development.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
DHTML.
XML Related Technologies
CSC 301 Web Programming Charles Frank.
CISC103 Web Development Basics: Web site:
Introduction and Principles
“Real Simple Syndication” (RSS)
Drawbacks of Traditional Web
PHP / MySQL Introduction
PHP + Oracle = Data-Driven Websites
IS 360 Course Introduction
Network Controllable MP3 Player
What’s New in Web 2.0?.
Introduction to World Wide Web
RSS RSS is an acronymn for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web. RSS.
CIS 133 mashup Javascript, jQuery and XML
Client-Server Model: Requesting a Web Page
Class 4: Building Interactive Web Pages
Presentation transcript:

Jason Cortes, GOER Web Programming/Developer

 RSS and Accessibility  Updating Facebook and Twitter  Platform APIs ◦ Facebook ◦ Twitter  Questions

 RSS: stands for really simple syndication.  RSS was originally developed by Netscape in 1999  Over the following 4 years with help from the community, it evolved into the current standard: RSS 2.0 (released in 2002)  The Standard is maintained by Harvard, and is currently the most popular form of syndication.

RSS and Accessibility The Forum has a long history of addressing accessibility issues related to disabilities as well as "digital divide" issues but has done so in separate contexts....LOCATION OF IMAGE FILE......TITLE OF IMAGE ALSO SERVES AS THE ALT TAG......URL... RSS Tutorial RSS 2.0 at Harvard Law <enclosure url=" length="78645" type="audio/mpeg" />

 Note the sections highlighted in the proceeding page:  “IMAGE” ELEMENT ◦ The title tag here is used in place of ALT tags generally used in HTML  “ENCLOSURE” ELEMENT ◦ For use with multimedia/animations ◦ Be sure to apply best practices for accessible users

 It is possible to create your own application for updating content to both services.  Any server side scripting language can help you to create RSS feeds, including both ColdFusion and PHP.

 There are 5 main components of the Facebook platform ◦ Facebook Markup Language (FBML) ◦ Facebook Query Language (FQL) ◦ Facebook JavaScript (FBJS) ◦ API calls ◦ Client libraries

 HTTP Request: GET, POST, DELETE  Oauth  API Methods ◦ Publishing ◦ The Information Stream ◦ The Follow Network ◦ Communication ◦ Member Accounts ◦ Admin ◦ Search

 Use of PHP Libraries can help extensively with displaying the content of your Facebook/Twitter accounts Accessibly  RSS is a universal format which should serve as the basis of aggregations  Questions…

 RSS 2.0: ◦  Facebook: ◦ HipHop- Developers BlogDevelopers Blog ◦ Getting Started with API- Getting StartedGetting Started  Twitter: ◦ Twitter API wiki-  Twitter feed: ◦