Become the “Tech Guy” and make iPhone apps for your library.

Slides:



Advertisements
Similar presentations
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Advertisements

Music, Audiobooks, Movies & Television. Question: What is Hoopla? Hoopla is a digital media service that allows you to borrow movies, television shows,
 Where to find information without us  Two interesting websites for you to explore  Tools you can use to make your own sites at home – including some.
SMART SERVICES FOR SMARTPHONES Orange County Library System, Orlando, FL Florida Library Association Annual Conference MAY 5, :00 a.m.
Beginning Web Site Creation: Dreamweaver CS4.  WK1 & WK2  File Management  BlackBoard  SWS  Planning, Design, and HTML review  WK3 & WK4  Dreamweaver.
Donna Thompsson For Tech Tips - Facebook: Debbie Jarrett – Ed Tech PD
Project Two Art3870 fall Web Services Concept Selling web services to Art Galleries ◦ Our group sells web site development for art galleries: the.
Mobile Development for the i Metro Midrange Systems Association IBM Innovation Center Dallas, July 2011 For the PHP demo Hotspot: CAPlex2E2 Password: plex2e2011.
Friday, August 29, 2014 CSCI 351 – Mobile Applications Development.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Native vs hybrid vs web mobile Application
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
V | © OverDrive, Inc | Page 1 User Experience: Library eBooks for Kindle.
Web Apps vs. Native Apps vs. Hybrid Apps vs. iBook Author Mobile Publishing:
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
All About Creating a Website. How the SIR Websites are Built. SIR Branch 116 Phil Goff July 21, 2011.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
Mobile App Support Jacob Poirier Geri Hengesbach Andrea Menke Erin Rossell.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Build a HTML 5 App Octobershiner. What is a HTML 5 app ? What is a Web application ? Sth. In your browser Maybe a webpage or a game Multiple type of OS.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Mobile Device Programming
Black and White and Scanned All Over USING QR CODES IN MATH, LANGUAGE, AND CONTENT.
Getting Started With iOS Development.  July 7, 2011 –15 billion apps downloaded  425,000 apps in iTunes  100,000 native iPad apps  Apple has paid.
Mobile Apps 201 So You Want to Build a Mobile App? Handout: Deck:
Using Xcode A Beginner’s Tutorial Erin Green. This tutorial will walk you through Xcode, a software development tool for Apple’s iOS applications – We.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Enhanced Web Site Design Stanford University Continuing Studies CS 22
A multi million dollar web browser by Apple.  It renders web pages at lightning speed. It works on your iPad, iPhone, iPod touch, Mac, and PC. It shows.
Monday, August 31, 2015 CSCI 351 – Mobile Applications Development.
UPLOAD / DOWNLOAD april  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
Monday, August 31, 2012 CSCI 333 – Systems Programming.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
SHAPE THE WORLD. WEB DEVELOPMENT.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
ADVANCED COMPUTERS S.Y.B.M.M. LECTURE SERIES - PART 1 - KANISHKA KHATRI m.
If you are thinking about developing mobile application for your customer, this is an important aspect to consider the platform.
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
Make Your iPad Work for You Session 2 Brian McCarty.
INTRODUCING HYBRID APP KAU with MICT PARK IT COMPANIES Supported by KOICA
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Reading Articles and ebooks on Your Mobile Device
4.01 How Web Pages Work.
Our Lady of the Rosary College F.3 Computer Literacy
Want to Create Page Flip HTML5 Magazine?
Project 1 Introduction to HTML.
CSCI 351 – Mobile Applications Development
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Chapter 1 Introduction to HTML.
Reading Articles and ebooks on Your Mobile Device
Apache Cordova Overview
Introduction to Advance Web Technologies
Holy Quran Application
How to Sign into HBO Go On iPhone, iPad or iPad Touch? (Watch here, how to fix it)
Mobile App Development
Mozafar Bag-Mohammadi
Unit 6 part 3 Test Javascript Test.
And I have to create mobile apps too?
ITI 163: Web, Mobile, and Social Media Design Introduction
CIS 133 mashup Javascript, jQuery and XML
Enhanced Web Site Design Stanford University Continuing Studies CS 22
Presentation transcript:

Become the “Tech Guy” and make iPhone apps for your library

What We’ve Created OCLS Shake It!OCLS Mobile

Before we go any further…

Challenges to Starting Development “We don’t have that person”

Challenges to Starting Development “We don’t have much money”

Challenges to Starting Development “We don’t have access”

Solution Recap You are now that person. Congrats! Get started making apps for less than $900 Web apps can be created for even less Ask for your data or ask for “web app space” Create something that doesn’t need that locked down data A winner is you!

What’s the Difference Between a Web App and an App? Web Apps are viewed using the built in Web browser Safari and act very similar to a Web page. No Approval Process by Apple Apps are downloaded to your iOS device (iPhone, iPod Touch) through the App Store. Apps can also use special, built-in hardware like accelerometers, the compass, and the camera.

Getting Started: Web App

Web App: What Do I Need To Know? HTML (HyperText Markup Language) CSS (Cascading Style Sheets) JavaScript, Webkit, AJAX (optional)

The Delicious Web Structure

Example…

Web App: What Do I Need? A computer. PC or Mac Software –Dreamweaver and Photoshop (recommended) –Komposer and Gimp (free) A web server –Use your existing server that your site is on –Sign up with a hosting company

Web App: Good Resources Web Sites – –Use Google search + discussions Books –Beginning iPhone and iPad Web Apps: Scripting with HTML5, CSS3, and JavaScript by Chris Apers and Daniel Paterson –Head First HTML with CSS & XHTML by Eric T Freeman and Elisabeth Freeman

Getting Started: App

The App Structure

App: What Do I Need To Know? Basic coding principles –Functions –Variables –Loops Objective-C

App: What Do I Need? A Mac computer (iMac, Macbook, Mac Mini) Software –Xcode (free) –iOS SDK (free) –Photoshop (recommended) –Gimp (free) An Apple developer license An iOS Device (iPhone, iPod Touch, iPad)

App: Good Resources Web Sites – –Use Google search + discussions Books –iPhone and iPad Apps for Absolute Beginners (Getting Started) by Rory Lewis –Learn Objective-C on the Mac by Scott Knaster and Mark Dalrymple

Questions?

Good Luck!

Contact Info Jim Elder Get the slides and additional info here: