Syllabus for Mobile Applications

Size: px
Start display at page:

Download "Syllabus for Mobile Applications"

Transcription

1 Syllabus fr Mbile Applicatins Descriptin: Tday's applicatins are increasingly mbile. Cmputers are n lnger cnfined t desks and laps but instead live in ur pckets and hands. This curse teaches students hw t build mbile apps fr Andrid, ios, and Windws 8, the trinity that is tday's mbile perating platfrms. Students learn t write bth web apps and native apps fr Andrid using Eclipse and the Andrid SDK, t write native apps fr iphnes, ipd Tuches, and ipads using Xcde and the ios SDK, and t write web apps fr bth platfrms. The curse als tuches n Windws 8 applicatin prgramming, s as t prvide students with a stepping stne fr applicatin develpment in the mbile perating system f their chice. Additinal tpics cvered include applicatin deplyment and availability n the crrespnding app stres and markets, applicatin security, efficient pwer management, and mbile device security. Prerequisites: - Students are expected t have knwledge f HTML, Javascript and CSS. The curse des nt aim t cver these tpics, thugh des discuss in detail the details and feature-sets f HTML5, and CSS3, as they pertain t mbile brwsers. The first part f the curse will deal with these subjects. - Students are expected t be cmfrtable reading Java and/r C-cde: Java is the native prgramming language f Andrid, and therefre prir Java knwledge will save a lt f time, and smthen the learning curve f prgramming Andrid Apps. The curse will nt teach Java but will fcus n thse framewrks and classes which are new and unique t Andrid. ios s native prgramming language is Objective-C. The curse will nt teach yu Objective-C but will fcus n the app prgramming mdel. The leap frm C t bjective-c isn t that large, s if yu re cmfrtable with C, cnsider this curse. Windws 8 s native prgramming language is C/C++. - Students need t familiarize themselves with the develpment envirnments f Eclipse (free dwnlad), XCde and Visual Studi befre the curse starts. Links t tutrials will be presented, but the IDEs themselves will nt be discussed during the curse.

2 Expectatins: - Assignment 0 (nt graded) will be prvided (with slutins), t help yu gauge whether r nt yu meet the technical prerequisites - Be prepared fr a *lt* f hard wrk: Be prepared t cde, ften, and much. The aim f this curse is t get yu t a pint where yu can bast yur wn App prtfli. But Apps aren t ging t write themselves. - There is a lt f self-study required: Resurces n mbile prgramming are plentiful, and as we aim t cver all three mbile OSes time is limited. Each presentatin will have required pre-reading and pst-reading. Just like in law schl. Make sure t, at the very least, skim the references. Our lecture time is, alas, limited t nly tw hurs at a time, and the gal is t maximize that time. - Hmewrk assignments and prjects will be given in advance, arund the time the curse starts. This will enable yu anther way f assessing whether r nt the curse is right fr yu. I m a prpnent f self-study and if yu want t d yur hmewrk assignments ahead f when they re discussed in class pwer t yu. That said, I m less favrable when it cmes t extensins. Dn t leave things t the last minute! Often surprisingly simple tasks can take mre than yu thught they wuld (q.v. Parkinsn s law). - assignments are theretical, t test yur cmprehensin f the architecture. prjects invlve cding. - Yu shuld write cde that wrks, thugh generally we are lax n style. Meaning, we wn t hund yu n variable names and readability. Readable cde helps, hwever, in thse cases where yur cde desn t wrk as well as yu hped, and we need t pinpint the prblem s as t grade It as fairly as pssible. In general, ur interest in yur cde is inversely squared prprtinal t the perfrmance f yur App (in ther wrds, write slid apps which wrk, and we ll take it fr granted the cde quality is gd!) - Aside frm the final prject, wrk is sl. This will be yur chance t shine Cllabratin (and plagiarism) will be frwned upn. Yu re all HExt students, and I m sure yu re well acquainted with the principles f academic hnesty by nw. Crllary: Yu shuld write ORIGINAL cde. Reusing pen surce/internet-brne cde is acceptable, if and nly if yu pint ut exactly which cmpnent it is that yu have used in whatever way. In thse re-use cases, yu shuld limit it fr specific subtasks fr which yu d nt want t re-invent the wheel (e.g. cmpressin, SSL, etc). Dn t try t re-use an entire app.

3 - ios and Andrid Apps will be expected t perfrm well in the crrespnding simulatrs. Fr Andrid, tests will als be cnducted n an Andrid phne and tablet cnfigured fr lcal app deplyment ( USB Develpment ). - Fr the final prject, peple are encuraged t wrk in teams. But that means that: The bigger the size f a team, the mre that is expected f it A team stands tgether r falls tgether. Barring unusual circumstances, the grade will be shared by all team members Every team member will have t prvably demnstrate his r her rle (s as nt have ne herculean member assume the respnsibilities f the rest). - The curse will use a frum either isites r Piazza. Students are expected t participate and share ideas (all within academic hnesty limits) - The instructr and supprt staff will als be available via Skype. This is especially beneficial fr distance students. Cntact: - Jnathan Levin, Instructr (JL@HisOwn.cm) Skype: cscie76

4 Baseline Syllabus: (actual tpics can and will vary) Lecture I: Intrductin t mbile devices and Administratrivia (Assignment 0 due) - Mbile devices vs. desktp devices - ARM and intel architectures - Pwer Management - Screen reslutin - Tuch interfaces - Applicatin deplyment - App Stre, Ggle Play, Windws Stre - Develpment envirnments XCde Eclipse VS2012 PhneGAP, etc - Native vs. web applicatins Lecture II: HTML5/JS/CSS3 - Quick recap f technlgies - Mbile-specific enhancements Brwser-detectin Tuch interfaces Gelcatin Screen rientatin - Mbile brwser interpretatins (Chrme/Safari/Geck/IE) - Sample case studies Lecture III: Mbile OS Architectures (assignment 1 due) - Cmparing and Cntrasting architectures f all three Andrid, ios and Windws - Underlying OS (Darwin vs. Linux vs. Win 8) - Kernel structure and native level prgramming - Runtime (Objective-C vs. Dalvik vs. WinRT) - Appraches t pwer management - Security

5 Lecture IV-VI: Andrid/iOS/Win 8 Survival and basic apps (3 lectures) Building a simple Hell Wrld App in all three applicatins. Tpics include: App-structure, built-in Cntrls, file access, basic graphics Prject 1 due by lecture 4. Assignment 2 due by lecture 6. Lecture VII-X: Andrid/iOS/Win8 actually useful apps (4 lectures) Tpics include: DB access, netwrk access, cntacts/phts/etc. Prject 2 due by lecture 9. Lecture XI: Underneath the framewrks (Prject 3 due) Native level prgramming n Andrid Lw-level prgramming n (jailbrken) ios Windws lw level APIs Lecture XII: Advanced Tpics: Pwer Management (assignment 3 due) Wake lcks and assertins Lw-level OS supprt Writing pwer-smart applicatins Lecture XIII: Augmented Reality via GPS and ther sensrs GPS Accelermeter Camera Lecure XIV: Mbile device security, in depth Mbile malware Device prtectins ios Jailbreaking, Andrid rting and Windws defenestratin Lecure XV: TBD (assignment 4 due) (Final Prject due)

6 Grading*: 30% Assignments 30% Mini-Prjects 30% Final Prject 10% Participatin/Impressin/TBD * - may vary, but this shuld give yu a rugh idea Suggested bks: << TBD Sn >>

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents Level 1 Technical RealPresence Web Suite and Web Suite Pr Cntents 1 - Glssary... 2 2 Features... 3 RealPresence Platfrm integratin... 3 RealPresence Web Suite Sftware... 3 Sftware Keys... 3 3 - Web Client

More information

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications Authr: Sven Rieger Created n: 2015-04-10 Versin: 1.0 Rich Internet (RIAs) are HTML5-based applicatins with a desktp-like lk&feel which run inside a web brwser. The Micrsft Office applicatins Wrd, Excel,

More information

Leading Edge Online and Blended Teacher Certification Course

Leading Edge Online and Blended Teacher Certification Course Leading Edge Online and Blended Teacher Certificatin Curse COURSE DESCRIPTION Online educatin can prvide the pprtunity fr students and prfessinal learners t cmmunicate and demnstrate mastery in ways that

More information

For students to participate in BYOD please follow these two steps

For students to participate in BYOD please follow these two steps www.readingtn.k12.nj.us September 15, 2015 Dear Readingtn Middle Schl Families, We are excited t annunce that we are cntinuing with Bring Yur Own Device fr all middle schl students! We recgnize that many

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

METU. Computer Engineering

METU. Computer Engineering METU Cmputer Engineering CENG 491 Cmputer Engineering Design I AKAMAI SYSTEMS Members f the Team: Ahmet Emin Tsun e141801@metu.edu.tr Uğur Can Tekin e134800@metu.edu.tr Hasan İşler e134758@metu.edu.tr

More information

TEXAS INDUSTRIES. Overview & Goal. Organization. Solution & Results

TEXAS INDUSTRIES. Overview & Goal. Organization. Solution & Results TEXAS INDUSTRIES Our first Oracle ADF Mbile applicatin tk 10 weeks frm beginning t end and nw we can rll ut updates as well as a new applicatin in 4 weeks. One week t build the applicatin, tw weeks fr

More information

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment Recgnitin f Prir Learning (RPL) TAE40110 Certificate IV in Training and Assessment What is RPL? RPL recgnises that yu may already have the skills and knwledge needed t meet natinal cmpetency standards.

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

More information

Professional Training Courses

Professional Training Courses Perfrmance Testing HP LadRunner v9.5 & v11 22 Apr 2011 Prfessinal Training Curses Lad & Perfrmance Testing using HP LadRunner v9.5 & v11 QAAgility Technlgies QA Agility thrugh Innvatin and Autmatin QAAgility

More information

IT Help Desk Service Level Expectations Revised: 01/09/2012

IT Help Desk Service Level Expectations Revised: 01/09/2012 IT Help Desk Service Level Expectatins Revised: 01/09/2012 Overview The IT Help Desk team cnsists f six (6) full time emplyees and fifteen (15) part time student emplyees. This team prvides supprt fr 25,000+

More information

Course Syllabus PADM 6510 - Management of Health Care Agencies College of Public Service and Urban Affairs Tennessee State University

Course Syllabus PADM 6510 - Management of Health Care Agencies College of Public Service and Urban Affairs Tennessee State University Curse Syllabus PADM 6510 - Management f Health Care Agencies Cllege f Public Service and Urban Affairs Tennessee State University Chester A. Rbinsn, D.P.A. Spring, 2008 Office (615) 963-7242 Tuesdays,

More information

CorasWorks v11 Essentials Distance Learning

CorasWorks v11 Essentials Distance Learning CrasWrks v11 Essentials Curse Outline CrasWrks distance learning training is designed t help students leverage the CrasWrks platfrm t either build cllabrative applicatins r extend and enhance existing

More information

Online Network Administration Degree Programs

Online Network Administration Degree Programs Online Schls, Degrees & Prgrams Blg Abut Archives Cntact Online Netwrk Administratin Degree Prgrams A Netwrk Administratr is smene respnsible fr the maintenance and perfrmance f cmputer hardware and sftware

More information

Hybrid Course Design and Instruction Guidelines

Hybrid Course Design and Instruction Guidelines Hybrid Curse Design and Instructin Guidelines Terminlgy There are n standard definitins fr what cnstitutes a hybrid curse, but sme generally accepted descriptins fllw. In nline learning literature (and

More information

1)What hardware is available for installing/configuring MOSS 2010?

1)What hardware is available for installing/configuring MOSS 2010? 1)What hardware is available fr installing/cnfiguring MOSS 2010? 2 Web Frnt End Servers HP Prliant DL 380 G7 2 quad cre Intel Xen Prcessr E5620, 2.4 Ghz, Memry 12 GB, 2 HP 146 GB drives RAID 5 2 Applicatin

More information

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

More information

What is a dashboard and why do I want one?

What is a dashboard and why do I want one? What is a dashbard and why d I want ne? QIQ Slutins Pty Ltd Suite G11, Bay 9, Lcmtive Wrkshp Australian Technlgy Park, Crnwallis Street Eveleigh NSW 1430 Australia Phne: +61 2 9209 4298 Fax: +61 2 9209

More information

CE 566 Project Controls Planning and Scheduling

CE 566 Project Controls Planning and Scheduling CE 566 Prject Cntrls Planning and Scheduling 2011 Spring Semester Curse Syllabus Lecture Thursday 3:30 6:10 PM RTH 109 Prfessr Russ Vakharia Phne (310) 710-4458 Email Office Hurs Prerequisite Textbk Curse

More information

A Journey from data to dashboard: Visualizing the university instructional classroom utilization and diversity trends with SAS Visual Analytics

A Journey from data to dashboard: Visualizing the university instructional classroom utilization and diversity trends with SAS Visual Analytics SESUG 2015 Paper RIV125 A Jurney frm data t dashbard: Visualizing the university instructinal classrm utilizatin and diversity trends with SAS Visual Analytics ABSTRACT Shweta Dshi, Office f Institutinal

More information

The AccuSpeechMobile solution is a fully mobile voice-enabling software solution, that noninvasively. existing mobile enterprise wide applications.

The AccuSpeechMobile solution is a fully mobile voice-enabling software solution, that noninvasively. existing mobile enterprise wide applications. 1. Questin: Yu say that yu have an innvative mbile apprach t deplying vice prductivity t enterprise applicatins. Hw is AccuSpeechMbile different frm existing vice architectures? Answer: When ne lks at

More information

Succession Planning & Leadership Development: Your Utility s Bridge to the Future

Succession Planning & Leadership Development: Your Utility s Bridge to the Future Successin Planning & Leadership Develpment: Yur Utility s Bridge t the Future Richard L. Gerstberger, P.E. TAP Resurce Develpment Grup, Inc. 4625 West 32 nd Ave Denver, CO 80212 ABSTRACT A few years ag,

More information

How to Address Key Selection Criteria

How to Address Key Selection Criteria Hw t Address Key Selectin Criteria Yu've seen an jb pprtunity that yu're interested in, n a jbs bard r in the press and want t apply, but where d yu start? A key requirement fr jbs in Gvernment is t respnd

More information

2008 BA Insurance Systems Pty Ltd

2008 BA Insurance Systems Pty Ltd 2008 BA Insurance Systems Pty Ltd BAIS have been delivering insurance systems since 1993. Over the last 15 years, technlgy has mved at breakneck speed. BAIS has flurished in this here tday, gne tmrrw sftware

More information

Mobile Web Developer- Advanced

Mobile Web Developer- Advanced Mbile Web Develper- Advanced Based n Aitrich Training Methdlgy HTML5 is the future. Knw the future and create great apps, sites, games and many mre innvative and clrful masterpieces with Aitrich Aitrich

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information

MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A)

MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A) The Graduate Schl MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A) Prgram Crdinatr: Dr. Beth Thmas Office: Smiley Art Building, Rm 112 Phne: 845-257-2641 Email: thmasb@newpaltz.edu The graduate

More information

POSITION DESCRIPTION. Classification Higher Education Worker, Level 7. Responsible to. I.T Manager. The Position

POSITION DESCRIPTION. Classification Higher Education Worker, Level 7. Responsible to. I.T Manager. The Position Psitin Title I.T Prject Officer Classificatin Higher Educatin Wrker, Level 7 Respnsible t The Psitin I.T Manager The psitin assists with the cmpletin f varius IT prjects intended t enable the nging administratin

More information

TELE9753 Advanced Wireless Communications

TELE9753 Advanced Wireless Communications TELE9753 Advanced Wireless Cmmunicatins COURSE INTRODUCTION Sessin 1, 2013 Curse Staff Curse Crdinatr: Curse Lecturers: Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au

More information

How To Write A Webex Conference On A Pc Or Mac Or Ipad (For Pc)

How To Write A Webex Conference On A Pc Or Mac Or Ipad (For Pc) Jining a WebEx Webcnference Writing fr Envirnmental Prfessinals WebEx allws the curse instructr and participants t cnnect using web cnferencing and VIP using yur cmputer r smart device! By jining via WebEx's

More information

Developing Your Professional Portfolio

Developing Your Professional Portfolio Cntact Infrmatin: Phne: (703) 677 3400 Fax: (703) 205 7645 Email: inf@uncfsp.rg Website: www.uncfsp.rg Develping Yur Prfessinal Prtfli WHAT IS A PROFESSIONAL PORTFOLIO A prfessinal prtfli is an rganized

More information

Schedule MOOC Quality in Digital Learning

Schedule MOOC Quality in Digital Learning Schedule MOOC Quality in Digital Learning 15 February t 25 March 2016 Phase 1 - Inspiring Main Tpic: What is digital learning? What the MOOC ffers: Yu will get a cmmn understanding f digital learning thrugh

More information

Conversations of Performance Management

Conversations of Performance Management Cnversatins f Perfrmance Management Perfrmance Management at Ohi State The Secnd Cnversatin ~ Develpment 2011 The Ohi State University Office f Human Resurces Cntents Intrductin Welcme t Develping Emplyees...

More information

Duties include but not limited to:

Duties include but not limited to: Web Prgrammer Duties include but nt limited t: Respnsible fr develpment and maintenance f Web applicatins and Applicatin design Perfrm system implementatin such as system deplyment and bug fixing Regularly

More information

Developing Expertise as Coaches of Teachers

Developing Expertise as Coaches of Teachers Develping Expertise as Caches f Teachers Presented by: Elaine M. Bukwiecki, Ed.D. Assciate Prfessr f Literacy Educatin Presented at: 11 th Internatinal Writing Acrss the Curriculum Cnference Savannah,

More information

Business Continuity Management Systems Foundation Training Course

Business Continuity Management Systems Foundation Training Course Certificatin criteria fr Business Cntinuity Management Systems Fundatin Training Curse CONTENTS 1. INTRODUCTION 2. LEARNING OBJECTIVES 3. ENABLING OBJECTIVES KNOWLEDGE & SKILLS 4. TRAINING METHODS 5. COURSE

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

MCSA: Windows 7 Boot Camp for Desktop Support Technicians

MCSA: Windows 7 Boot Camp for Desktop Support Technicians MCSA: Windws 7 Bt Camp fr Desktp Supprt Technicians Prepare fr the Enterprise Desktp Supprt Technician certificatin n Windws 7. Gain the clud-related skills required fr the latest Micrsft certificatins

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Junos Pulse Instructions for Windows and Mac OS X

Junos Pulse Instructions for Windows and Mac OS X Juns Pulse Instructins fr Windws and Mac OS X When yu pen the Juns client fr the first time yu get the fllwing screen. This screen shws yu have n cnnectins. Create a new cnnectin by clicking n the + icn.

More information

iphone Mobile Application Guide Version 2.2.2

iphone Mobile Application Guide Version 2.2.2 iphne Mbile Applicatin Guide Versin 2.2.2 March 26, 2014 Fr the latest update, please visit ur website: www.frte.net/mbile Frte Payment Systems, Inc. 500 West Bethany, Suite 200 Allen, Texas 75013 (800)

More information

LOGOS Purchase Agreement How will you acquire this valuable digital tool?

LOGOS Purchase Agreement How will you acquire this valuable digital tool? LOGOS FAQs LOGOS 6 at Bb Jnes University Seminary In the last tw decades, Bible study sftware has prliferated and advanced t the pint that any serius student f Scripture seeks familiarity with these tls.

More information

Ebola Virus Contact and Traveler Monitoring Follow-up Protocol

Ebola Virus Contact and Traveler Monitoring Follow-up Protocol Ebla Cntact Mnitring Prtcl 3/2/2015 Ebla Virus Cntact and Traveler Mnitring Fllw-up Prtcl The fllwing guidance is t be used fr 21-day temperature and symptm mnitring fr persns wh have been identified as

More information

Remote Desktop Tutorial. By: Virginia Ginny Morris

Remote Desktop Tutorial. By: Virginia Ginny Morris Remte Desktp Tutrial By: Virginia Ginny Mrris 2008 Remte Desktp Tutrial Virginia Ginny Mrris Page 2 Scpe: The fllwing manual shuld accmpany my Remte Desktp Tutrial vide psted n my website http://www.ginnymrris.cm

More information

Budgeting and Business Performance Management Course Syllabus. Budgeting and Business Performance Management

Budgeting and Business Performance Management Course Syllabus. Budgeting and Business Performance Management Budgeting and Business Perfrmance Management Curse Syllabus Curse name Semester Prgram Majr Availability Teachers respnsible Languages Budgeting and Business Perfrmance Management First year curse Master

More information

PBS TeacherLine Course Syllabus

PBS TeacherLine Course Syllabus 1 Title Fstering Cperative Learning, Discussin, and Critical Thinking in Elementary Math (Grades 1-5) Target Audience This curse is intended fr pre-service and in-service grades 1-5 teachers. Curse Descriptin

More information

Environmental Science

Environmental Science Envirnmental Science Rbert Fuhrman rfuhrman@cvenantschl.rg 434.220.7335 Curse Descriptin: This curse is an interdisciplinary apprach t the study f Earth s ecsystems and the interactins f man with the natural

More information

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days ITIL V3 Planning, Prtectin and Optimizatin (PPO) Certificatin Prgram - 5 Days Prgram Overview The ITIL Intermediate Qualificatin: Planning, Prtectin and Optimizatin (PPO) Certificate is a free-standing

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

DIVISION OF INFORMATION TECHNOLOGY

DIVISION OF INFORMATION TECHNOLOGY DIVISION OF INFORMATION TECHNOLOGY Cellphne/Tablet Repairs Overview Flrida Internatinal University s Divisin f Infrmatin Technlgy is seeking submissins frm prpsed Licensees wh are interested in perating

More information

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable!

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable! Internatinal Educatin Prgrams is pleased t annunce a Study Abrad Schlarship fr Seattle Central Cmmunity Cllege students. The schlarship has been established by the Internatinal Educatin Prgrams divisin

More information

How To Write A Byod

How To Write A Byod Limitatins f the Walled Garden This is the secnd part in a series designed t help rganizatins develp their BYOD (bring-yur-wn-device) strategies fr persnally-wned smartphnes and tablets in the enterprise.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins What is the Cncurrent Credit Prgram? The Cncurrent Credit Prgram is a partnership between Lenawee Christian Schl and lcal clleges that seek t empwer high schl students tward academic

More information

Innovate faster with a cloud-enabled enterprise. Dirk Basenach, SAP SE, HANA Cloud Platform November 2 nd, 2015

Innovate faster with a cloud-enabled enterprise. Dirk Basenach, SAP SE, HANA Cloud Platform November 2 nd, 2015 Innvate faster with a clud-enabled enterprise Dirk Basenach, SAP SE, HANA Clud Platfrm Nvember 2 nd, 2015 Innvate r die Mre than 60% f CEOs expect 15-50% f their earnings grwth in the next 5 years t cme

More information

UNIVERSITY OF LETHBRIDGE. Mgt 4390 Z Leading Organizational Change. Course Outline

UNIVERSITY OF LETHBRIDGE. Mgt 4390 Z Leading Organizational Change. Course Outline UNIVERSITY OF LETHBRIDGE Mgt 4390 Z Leading Organizatinal Change Instructr: Rb Gawreluck, PhD. Term: Spring, 2012 Class hurs` 9:00 11:50 Classrm 1301 Office Hurs: By appintment Telephne: 780-907-7294 Email:

More information

Zimbra Professional Services Portfolio, Purchasing Guide & Price List

Zimbra Professional Services Portfolio, Purchasing Guide & Price List In- Tuitin Netwrks Ltd Zimbra Prfessinal Services Prtfli, Purchasing Guide & Price List This dcument prvides an verview f In- Tuitin Netwrks Limited s range f Zimbra Prfessinal Services available n the

More information

Introductory Information

Introductory Information Intrductry Infrmatin 1. Rle f a Certified Dietary Manager, Certified Fd Prtectin Prfessinal [CDM,CFPP]: Certified Dietary Managers are natinally recgnized experts at managing dietary peratins. They are

More information

October 14, 2015. Cara Fitzpatrick, Michael LaForgia. and Adam Playford. Tampa Bay Times. 490 First Avenue South. St. Petersburg, FL 33701

October 14, 2015. Cara Fitzpatrick, Michael LaForgia. and Adam Playford. Tampa Bay Times. 490 First Avenue South. St. Petersburg, FL 33701 Octber 14, 2015 Cara Fitzpatrick, Michael LaFrgia and Adam Playfrd Tampa Bay Times 490 First Avenue Suth St. Petersburg, FL 33701 Cara, Michael and Adam, In fllw up t ur phne call, this letter prvides

More information

KIK s GUIDE FOR LAW ENFORCEMENT

KIK s GUIDE FOR LAW ENFORCEMENT Thanks fr checking ut ur law enfrcement guide. Kik takes the safety f ur users very seriusly, and we hpe this guide will be a useful tl fr yu. It includes infrmatin abut ur app; the features and functins

More information

COURSE PROFILE. Business Data Analysis IT431 Fall 7 3 + 0 + 0 3 6

COURSE PROFILE. Business Data Analysis IT431 Fall 7 3 + 0 + 0 3 6 COURSE PROFILE Curse Name Cde Semester Term Thery+PS+Lab (hur/week) Lcal Credits ECTS Business Data Analysis IT431 Fall 7 3 + 0 + 0 3 6 Prerequisites Nne Curse Language Curse Type Curse Lecturer Curse

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

Counselor in Training Program

Counselor in Training Program Tukwila Parks and Recreatin Cunselr in Training Prgram D yu want t be a camp cunselr in the future? Then the Cunselr in Training (CIT) prgram is just fr yu! CITs wrk alng side camp cunselrs where they

More information

Port Manager. Microsoft Dynamics CRM for Ports

Port Manager. Microsoft Dynamics CRM for Ports Prt Manager Micrsft Dynamics CRM fr Prts February 2015 Overview Celedn Partners Prt Manager encapsulates the functinality f many prt related prcesses int an easy t learn and easy t use tl. The slutin leverages

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SETTING UP AN IT NETWORK M/601/3274 LEVEL 2 UNIT 6 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 SETTING UP AN IT NETWORK

More information

10/19/2015 DIGITAL SCHOOL COUNSELING

10/19/2015 DIGITAL SCHOOL COUNSELING 0/9/05 Cunseling in a Digital Schl Envirnment and its Effect n Student Success KELSEY J. DEPOMPEI K- SCHOOL COUNSELOR VIRTUAL COMMUNITY SCHOOL OF OHIO 3 Objectives and Agenda Participants will: Identify

More information

MS SQL SERVER. Course Catalog 2012-2013

MS SQL SERVER. Course Catalog 2012-2013 MS SQL SERVER Curse Catalg 2012-2013 Micrs SQL Server 2012 Administratin This class cnsists f hands-n training that fcus n the fundamentals f administering the SQL Server 2012 database engine. Participants

More information

Backward Design Lesson Planning. How do I determine and write lesson objectives? (identifying desired results)

Backward Design Lesson Planning. How do I determine and write lesson objectives? (identifying desired results) Backward Design Lessn Planning Hw d I determine and write lessn bjectives? (identifying desired results) Intrductin All lessns, regardless f which lessn-planning mdel that yu use, begins with identifying

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

AACSB Assurance of Learning Goals and Objectives.

AACSB Assurance of Learning Goals and Objectives. AACSB Assurance f Learning Gals and Objectives. The Asper Schl f Business is prudly accredited by AACSB. Accreditatin requires a prcess f cntinuus imprvement fr the Schl and ur students. Part f student

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

How Does Cloud Computing Work?

How Does Cloud Computing Work? Hw Des Clud Cmputing Wrk? Carl Mazzanti, CEO, emazzanti Technlgies IT Supprt and Clud Cmputing Services fr Small Business Hbken, NJ and NYC, 201-360- 4400 Owner [Pick the date] Hw des Clud Cmputing Wrk?

More information

Company Profile Updated: 22 Dec. 2013. Teacup Services (P) Ltd. www.teacupservice.com.au. Australia: Nepal:

Company Profile Updated: 22 Dec. 2013. Teacup Services (P) Ltd. www.teacupservice.com.au. Australia: Nepal: inf@teacupservice.cm.au www.teacupservice.cm.au + Cmpany Prfile Updated: 22 Dec. 2013 inf@teacupservice.cm.au Cntact: 452554358 80 Bhadra Vinayak Marga New Baneshwr inf@teacupservice.cm Cntact: 9841820322

More information

Brazosport College Syllabus for DFTG 2332 Advanced Computer- Aided Drafting

Brazosport College Syllabus for DFTG 2332 Advanced Computer- Aided Drafting Brazsprt Cllege Syllabus fr DFTG 2332 Advanced Cmputer- Aided Drafting Instructr: Ricard Uribe Jr. Office Phne: 979.230-3334 Office: D211.B email: ricard.uribe@brazsprt.edu COURSE DESCRIPTION Advanced

More information

Mobile Workforce. Improving Productivity, Improving Profitability

Mobile Workforce. Improving Productivity, Improving Profitability Mbile Wrkfrce Imprving Prductivity, Imprving Prfitability White Paper The Business Challenge Between increasing peratinal cst, staff turnver, budget cnstraints and pressure t deliver prducts and services

More information

Responsive Design Fundamentals Chapter 1: Chapter 2: name content

Responsive Design Fundamentals Chapter 1: Chapter 2: name content Lynda.cm Respnsive Design Fundamentals Chapter 1: Intrducing Respnsive Design Respnsive design is a design strategy that is centered n designing yur cntent s that it respnds t the envirnment its encuntered

More information

Johnson State College External Degree Program. PSY-3230-JY01 Psychology of Gender Syllabus Fall 2015

Johnson State College External Degree Program. PSY-3230-JY01 Psychology of Gender Syllabus Fall 2015 Jhnsn State Cllege External Degree Prgram PSY-3230-JY01 Psychlgy f Gender Syllabus Fall 2015 Instructr: Valerie Skinner Welter PO Bx 23 Waitsfield, VT 05673 (802) 279-4611 valerie.welter@jsc.edu (preferred

More information

Design for securability Applying engineering principles to the design of security architectures

Design for securability Applying engineering principles to the design of security architectures Design fr securability Applying engineering principles t the design f security architectures Amund Hunstad Phne number: + 46 13 37 81 18 Fax: + 46 13 37 85 50 Email: amund@fi.se Jnas Hallberg Phne number:

More information

Thank you for your interest in this leadership position. Please find enclosed an application and information package to assist you.

Thank you for your interest in this leadership position. Please find enclosed an application and information package to assist you. Applicatin fr the psitin f Assistant Principal Thank yu fr yur interest in this leadership psitin. Please find enclsed an applicatin and infrmatin package t assist yu. Attached are the fllwing: An applicatin

More information

Research Findings from the West Virginia Virtual School Spanish Program

Research Findings from the West Virginia Virtual School Spanish Program Research Findings frm the West Virginia Virtual Schl Spanish Prgram Funded by the U.S. Department f Educatin Cnducted by R0cKMAN ETAL San Francisc, CA, Chicag, IL, and Blmingtn, IN Octber 4, 2006 R0cKMAN

More information

The Law Office of the Future: Remote Access and Virtual Law Firms Jeffrey S. Krause, Esq.

The Law Office of the Future: Remote Access and Virtual Law Firms Jeffrey S. Krause, Esq. The Law Office f the Future: Remte Access and Virtual Law Firms Jeffrey S. Krause, Esq. Presentatin Outline Intrductin Wrking Remte vs. Virtual Office Wrking Remte Temprary way t wrk Access yur ffice cmputer

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

The Millionaire Real Estate Agent (MREA) Book Club Guide

The Millionaire Real Estate Agent (MREA) Book Club Guide The Millinaire Real Estate Agent (MREA) Bk Club Guide An MREA bk club is a great way fr agents t strengthen their skills and understanding f The Millinaire Real Estate Agent in a mastermind-type envirnment.

More information

Request for Proposal. Saskatchewan Arts Board. Database Development. RFP Reference Number S AB-ADMIN001. Release Date Februar y 9, 2016

Request for Proposal. Saskatchewan Arts Board. Database Development. RFP Reference Number S AB-ADMIN001. Release Date Februar y 9, 2016 Request fr Prpsal Saskatchewan Arts Bard Database Develpment RFP Reference Number S AB-ADMIN001 Release Date Februar y 9, 2016 Clsing Date March 1, 2016 Clsing Time 2:00 pm, Lcal Sask. Time Page 2 f 7

More information

How may you qualify? Student Identification. Application Process

How may you qualify? Student Identification. Application Process The Hward Cunty Public Schl System Gifted & Talented Visual Arts Enrichment Prgram Nminatins fr Students Entering Grades 4-8 Spring 2016 1 Thank yu fr yur interest The Hward Cunty s Gifted and Talent Visual

More information

Success in Mathematics

Success in Mathematics Success in Mathematics Tips n hw t study mathematics, hw t apprach prblem-slving, hw t study fr and take tests, and when and hw t get help. Math Study Skills Be actively invlved in managing the learning

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

BSc (Hons) Civil Engineering Course content

BSc (Hons) Civil Engineering Course content BSc (Hns) Civil Engineering Curse cntent The BSc (Hns) Civil Engineering curse is designed arund the cre themes f the prfessinal accrediting bdies and the mdules yu study are designed t develp yur general

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Vision of the School of Business

Vision of the School of Business SYLLABUS PORTFOLIO THEORY & ITS APPLICATION F I N C 4 1 5 F A L L S e m e s t e r 2012 T H E A M E R I C A N U N I V E R S I T Y I N C A I R O S c h l f B u s i n e s s D e p a r t m e n t f M a n a g

More information

OnX is uniquely positioned to help your organization rapidly gain the necessary skills to enable the successful deployment of SDN.

OnX is uniquely positioned to help your organization rapidly gain the necessary skills to enable the successful deployment of SDN. Slutin Brief SDN Training OVERVIEW SDN is mving faster than previus netwrking advancements. Sme teams have already deplyed and are mnitring their envirnments, while thers are just starting t ask abut SDN

More information

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days ITIL Service Offerings & Agreement (SOA) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information