Jeremy Foster Michael Palermo

Slides:



Advertisements
Similar presentations
Composing Your Learning Environment Warwick Bailey, Director Icodeon Ltd Cambridge, UK.
Advertisements

Bluetooth and Wi-Fi Kane Hartley.
5Ws on NFC Andrea Vitaletti. Overview What Where Why When Who 5Ws.
Blog A Blog is a website where entries are written in chronological order and commonly displayed in reverse chronological order.
CSC 101 Andrew Eng 03/28/06. Assingments Slide 1 - Slide show title, your name, class, and data Slide 2 - Podcast - Title, Very short definition, link.
Usability Studies At Microsoft. My Experiences Overview The labs Intro to feature studied Usability study.
Web 2.0: Concepts and Applications 3 Syndicating Content.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep Advanced Windows 8 Apps Using JavaScript Jeremy Foster Microsoft Developer Evangelist.
Developing Windows 8 Store Apps using HTML5 Refresh / Exam Prep M2: Storage, Networking, and Security Michael Palermo Microsoft Technical Evangelist.
Web 2.0: Concepts and Applications 3 Syndicating Content.
© 2009 Research In Motion Limited Advanced Java Application Development for the BlackBerry Smartphone Trainer name Date.
Using Reader, Drive, and Cloud Printing. Subscribe to Webpages, Wikis, Photo shares and Webblogs (Blogs) enabled with Rich/RDF Site Summary/Really Simple.
TASK A PowerPoint presentation informing you upon: Wi-Fi, 3G, WAP, Bluetooth.
Computer Science, Software Engineering & Robotics Workshop, FGCU, April 27-28, 2012 Near Field Communication: Experiments with Android Michael Humphries.
A questionnaire is a effective way of gaining information quickly and directly from an audience, and the results from a questionnaire can be displayed.
Confidential & proprietary M2M communications in Transportation industry.
Simple for you while still delighting your users.
Finding and Sharing Information in a Site Module 5.
Web 2.0 By Martin King. Features of Web 2.0 Tags: These are one word descriptions of the entire content written by the owner. Extensions: It is software.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M5: Data, Files, and Encryption Michael Palermo Microsoft Technical Evangelist Jeremy.
“ Mobile Internet Development ” Prasert Jaipet (aekram43) MCTS,MCPD,Microsoft Insider Technology Team Manager Digital Beyond Company
1 Emerging Technology Using RSS RSS and syndication By Steve Sloan RSS and syndication By Steve Sloan.
Blogging (RSS & the Read/Write Web) Darrel Branson ICT Educator Sunraysia Mallee Schools Network
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
Simplicity Tile Update Notification Service Tile Update Notification Service SOAP Windows Communication Foundation Windows Web Services SOAP.
Effective Communication for Ministry through Technology Objective: At least one step you can take in the next three months and another long- term step.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Elgg :: the social ePortfolio Creating your own digital identity.
11 | Managing User Info Jeremy Foster Michael Palermo
App Peripherals CAN BILGIN, Authority Partners Inc.
NETWORK AND COMMUNICATIONS
SmartCode Brad Argue INLS /19/2001.
Enterprise Contextual Proximity Management Suite
Unit 1 – Understanding ICT
"The IoT demands an extensive range of new technologies and skills that many organizations have yet to master… A recurring theme in the IoT space is the.
English for Advance Learners I
Quick services Wala Amjad Faqeh. Computer engineering
Feed: RSS/ATOM, Podcast
Internet of Things Some notes from “Enabling to Internet of Things” by Want, Schilit, and Jenson.
ActivID Tap Authentication HID Global
Websocket Application
Mobile Technologies Today
“Real Simple Syndication” (RSS)
MBRC Mobile Based Remote Control
Mobile Handset Networking Overview
RSS What can it do for you? Rachel Hyland Systems Librarian
What web developers need to know when building Metro style apps
Understanding Wi-Fi Direct in Windows 8
M4: Animations, Custom Controls, and Globalization
WEB API.
Making apps social and connected with HTTP services
Near Field Communication -סמינר בתקשורת ומערכות מבוזרות-
Smart Light Connection Module
Introduction to jQuery
MOBILE AND TABLET DEVICES
IS 4506 Server Configuration (HTTP Server)
Building Windows 8 and Windows Azure apps
Jeremy Foster Michael Palermo
Near field communication (NFC)
Technology in the Classroom
Microsoft Virtual Academy
Michael Palermo Jeremy Foster
M3: Printing and PlayTo Jeremy Foster Michael Palermo
Developing Universal Windows Apps with HTML and JavaScript
Jeremy Foster Michael Palermo
3.3 Mobile Digital Communication
CS 381: Introduction to Computer Networks
Gaming Engines for Windows 8
Michael Palermo Jeremy Foster
Jeremy Foster Michael Palermo
Presentation transcript:

Jeremy Foster | @codefoster Michael Palermo | @palermo4 06 | Networking and Web Services Jeremy Foster | @codefoster Michael Palermo | @palermo4

Module Overview XHR HttpClient WebSockets Azure Mobile Services Proximity and tapping Syndicated content

XHR

codeShow: Fetching Data with XHR

HttpClient

XHR versus HttpClient XHR is simple and easy XHR is in WinJS / HttpClient is in WinRT HttpClient is too and has the following advantages… ability to use cookies control over caching strong typed headers connection reusewi HTTP processing pipeline

codeShow: HttpClient

Web Sockets

codeShow: StreamSocket

Azure Mobile Services codefoster.com/codechat/005 API Management codefoster.com/codechat/007 Azure Mobile Services

codeShow: wams

Proximity and Tapping

Proximity Scenarios Near Field Communication (NFC) Connect devices Acquire content Exchange digital objects Near Field Communication (NFC) Device to device Device to smart tag

Tap Bluetooth or Wi-Fi Communicate

codeShow: Proximity

MSDN: Proximity

Syndicated Content

Syndicated Content Dominated by RSS and Atom Standard for generic lists of content items (news, blog posts, articles, etc.) Built right into WinRT

codeShow: Syndication

Summary XHR HttpClient WebSockets Azure Mobile Services Proximity and tapping Syndicated content