Coding for Mobile Week 13 TCNJ Web 2 Jean Chu. Web is Dead. Long live the Internet

Slides:



Advertisements
Similar presentations
Student Life in the Palm of Your Hand John Fairhall Mobile Technology Adviser
Advertisements

UNIT-e futures and UNIT-e Mobile Ben Potter Systems Architect.
D4.3 Additional Applications iPad Application – Facebook Integration George Chrysochoidis i-sieve technologies ltd. PATHS Project Review, 12th March 2014,
JQuery Mobile, UI and Templates A better way for developing mobile and desktop apps
By: Tyler Cap.  Basically a Pandora recommendation system for clothing  Like/Dislike an outfit or article or clothing  Match items to create an outfit.
Wayne State University Libraries Mobile Web Paul Gallagher, Developer Librarian.
MSU Mobile a brief update on 28 October 2010.
Cross Platform Mobile application development HTML5 and JavaScript Chris Connor.
Chalermvong Vijitpiyakul Microsoft MVP - Client App. Dev. GF 28 Sep 2008.
MWD3002 Multiplatform Applications Week 5 – Designing for Mobile.
Eye Candy for Your iPhone Tricks to make your WordPress site look more like a native iPhone app Brian Shim Slides at brianshim.com.
 jQuery Mobile An Introduction. What is jQuery Mobile  A framework built on top of jQuery, used for creating mobile web applications  Designed to make.
CONTRASTED HTML5 & FLASH ANIMATION EFFECTS.  HTML5 AND FLASH ANIMATION CONTRASTED  ANIMATION IN WEBSITE DESIGN AND PRESENTATION  HTML5, JavaScript,
Tutorial Flipster for Mobile Devices support.ebsco.com.
An introduction to…. Todays activity is designed to introduce you to edmodo. This is the program we will be using to deliver lessons and the 3 mandatory.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
Bob Hughes (Moderator) – Mt. SAC Brad Rippe – North Orange CCD Charlie Oostdyk – Coast CCD Kenneth Frank – Mt. SAC Session Number: SB-3.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
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.
B.Y.O.L.: Building jQuery Mobile Apps in DreamWeaver Jeff Batt eLearning Brothers Product Development Manager.
© 2012, Mike Murach & Associates, Inc.
12 1 Redirection CGI/Perl Programming By Diane Zak.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Customize your Wrike account wrike.com/blog/How-to-customize-Wrike
QR CODES What are they? A Quick Response code… something like a bar code you would see in the grocery store. QR’s were first created and used in Japan.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
MUSIC Scan With Smartphone For Extra Credit. MOVIES Scan With Smartphone For Extra Credit.
Android WebKit browser exploit 報告者:劉旭哲. Nov, Alert Logic Researcher M.J.Keith show a exploit in the Webkit in the Android. This exploit could lead to.
Rosemarie Constantine 20 th April2011 St. Helens.
HTML5 Video Player For SharePoint HTML5 Background Why creating video player in HTML5 is easy? Can we do it without Javascript? Easy or Difficult?
1 Mezzanine Ware (Pty) Ltd © 2014 Installing\Uninstalling the Mezzanine Helium Android application.
DO NOW (while you're waiting!) ‏ If you don't have a QR code reader on your phone, go to your apps store and search for a free one (try just “qr”). Download.
Welcome to jQuery jQuery is one of many available libraries that – Provide functions for manipulating the web page With fairly good performance – Help.
JQuery Mobile User Interface Design Chapter 1 1. Architecture 2  Hybrid Apps leverage open web standards  Can Test/debug user interface using desktop.
Chapter 1 Murach's JavaScript and jQuery, C1© 2012, Mike Murach & Associates, Inc.Slide 1.
Tutorial Flipster App for iPad and iPhone support.ebsco.com.
Chapter 6 Murach's JavaScript and jQuery, C6© 2012, Mike Murach & Associates, Inc.Slide 1.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
Search for the app or visit my.showbie.com Getting started with Showbie “Showbie keeps you and your students on the same page, whether you’re using ipad,
Agenda 1)Modern web standards overview 2)JavaScript library overview 3)Building a Single Page Application SPA.
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
1 Jeff McWherter Director of Development Do I Really Need a Mobile App, Or Is a Mobile-Friendly Website Enough? Do I Really Need a Mobile App, Or Is a.
10 Mobile Application Framework Must Know to Launch New App.
WEB 237 Week 1 DQ 1 Why is it important to test your web pages in various Web browsers? Explain how XML has impacted HTML. Check this A+ tutorial guideline.
Getting Started – Basic Page Structure
PhoneGap, Processing.
CHALLENGES IN FRONT OF MOBILE APPLICATIONS DEVELOPMENT
MOA Delta Mobile OA Installation Guide 2015/12/16.
HTML 5 By Michael Hurley.
Download Instructions
Increasing Participation Through Marketing Magic
Flipster for Mobile Devices
Webex Classes in Mobile
Android Mobile apps development services company in India
Scan this code with a QR reader to easily download the app.
What is HTML?.
How to Make HTML and CSS Files Using Notepad++
Web Design and Development
HTML Structure.
Home page for CIS44..
EUROPARL MOBILE.
Add Unwanted Tripping Report to Mobile Device
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
© 2017, Mike Murach & Associates, Inc.
Murach's JavaScript and jQuery (3rd Ed.)
JavaScript and the DOM MIS 2402 Maxwell Furman Department of MIS
Presentation transcript:

Coding for Mobile Week 13 TCNJ Web 2 Jean Chu

Web is Dead. Long live the Internet

CODING WEB FOR MOBILE

Mobile Specific Meta Tags

Detect the browser and redirect Detect the Browser Redirect to the mobile page

Detect the browser and redirect - Easy Way to Use a library require_once('mobile_device_detect.php'); $mobile =mobile_device_detect(true,false,true,true,tr ue,true,true,' name.com/m/',false);

Extra : Click to Call Mobile

Validating Code

Simulators iphone – Blackberry – ators.jsp ators.jsp Android –

BUILD MOBILE WEB / APP USING JQUERY MOBILE Using jQuery Mobile (alpha version yet)

jQuery Mobile It is Alpha Version so far (Not even Beta) – – HTML5 markup-driven Supports Mobile only events (Tap, Swipe, etc)