Full Stack Web Development Intensive, Summer 2016

Size: px
Start display at page:

Download "Full Stack Web Development Intensive, Summer 2016"

Transcription

1 Required Textbook Purchase This Recent Edition City Tech: City University of New York Full Stack Web Development Intensive, Summer 2016 There are two main objectives to this course. The first is learning how to build websites / web applications and the assets that compose them. The second is to understand the concepts behind computers, networks and full stack development. Lecture Topics Computer Principles Bash HTML CSS JavaScript / jquery Wireframing Responsive Design PHP mysql Class Sessions Mondays and Wednesdays 6:00pm to 9:00pm Class begins on April 4th. Last day of class July 20th Computer Lab Saturdays 10am to 1pm Grading The best result is the knowledge and experience that you will gain during this course, you will also receive a grade based on the following rubric. Assignments 40% Midterm Project 25% Final Project 35%

2 Required Textbook Purchase This Recent Edition City Tech: City University of New York Learning PHP, MySQL, Javascript, CSS and HTML5: A Step-by-step Guide to Creating Dynamic Websites. ISBN: Software Sublime Text 3 Git (Mac) or GitBash (Win) MAMP (Mac) or XAMPP (Win) Google Chrome Firefox Mozilla Github or Bitbucket Account Trello Account A Gmail Account with Google Drive Draw.io connected to your Google Drive Date Topics Assignments 4/4 Introductions Learning Programming Computer Principles Hardware, Software, Network The Internet World Wide Web Introduction to Bash Bash Commands 4/6 Bash pt. 2 Managing File Permissions Creating a Website project folder Version Control and Git Creating a HTML page using VIM HTML Syntax and Boilerplating HW1: Project Setup Create a Project folder using BASH and name it yourlastname_root. The project folder should have the following contents: 1. A css folder 2. An images folder 3. A js folder 4. A portfolio subdirectory 5. An index.html with the boiler plate 6. A Coming soon message 7. Initiate GIT and Make one Commit

3 4/11 HW1 Due Date HTML pt. 2 Content HTML elements Structural HTML elements DOCTYPE HTML Attributes HTML Comments 4/13 HTML pt. 3 HTML Comments HTML Forms HTML Entities HTML5 tags HTML Workshop Using iframes 4/18 HW2 Due Date CSS CSS Setup CSS Syntax CSS Selectors CSS Background CSS Fonts CSS Comments 4/20 CSS Pseudo Classes CSS Color Color Generators CSS Shadow Generators CSS Animations Introduction to Typography Concepts Introduction to UI Concepts CSS Workshop Styling a <nav> Creating buttons HW2: HTML Layout the HTML for a 3 page website that should include the following: 1. A homepage 2. A bio page 3. A contact page 4. Extra Credit: A gallery page 5. Should include Absolute and Relative paths for images or hyperlinks and the user of various HTML elements. 6. Properly styled nav 7. You should have various GIT commits 8. Save this Assignment in /portfolio/project1 HW3: CSS Style the Personal Site. Clone the project1 project and name this clone project2 and save it in /portfolio/project2 Using the UI and Typography concepts learned in class, style your site. Your project should include the following: 1. The use of font style rules 2. The use of background style rules 3. The use of Pseudo classes 4. An External CSS 5. The use of at least 3 in-line CSS

4 Full Screen Backgrounds Custom Fonts 4/25 HW3 Due Date Introduction to Wireframing Prototyping using CSS Layouts CSS Layout Float and Clear CSS Positioning Centering Block Elements Centering Content 4/27 CSS Layout cont. Responsive Design Concepts Using Media Queries Wireframing and Prototyping Workshop Design a Web app to submit user text content that is responsive for Mobile and Desktop. 6. The use of at least one embedded CSS 7. You should have various GIT commits HW4:Wireframing and Prototyping Create a Wireframe for a website or web application that takes in text entered by the user. The application should have at least the following UI components: A text field A button A display area A graphic Sketch your idea on paper for mobile and for desktop and take a photograph and save it in /portfolio/project3 Using the CSS Layout Concepts learned in class, create a prototype of your wireframes using HTML and CSS, you can go as far as you can in terms of styling, but prioritize the layout styling. The project should include the following: One web page that is responsive. Proper CSS layout principles Media queries that handle mobile and desktop viewports One desktop view

5 One mobile view A photograph or image of your wireframes You should have various GIT commits Save it in /portfolio/project3 5/2 HW4 Due Date Javascript Setup Syntax Comments Data types and Variables Arrays Loops Conditions Functions 5/4 Javascript Cont. Events and Event Listeners Timers Date() Javascript Workshop Creating a Digital Clock Workshop Form validation Browser Detection Calculator HW5: Javascript Add Interactivity Clone the project3 project and name this clone project4 and save it in /portfolio/project4 Create a function that gets called when the user clicks on a button. This function should get the value of a text field. If the text field is empty, send a message to a display window with an error message, if the text field has a value entered, send the value entered into the display window. Add the script using external linkage. In addition Solve Javascript exercises from the Javascript Exercises sheet Due on 5/16 Save these exercises under /portfolio/jsexercises

6 5/9 HW5 Due Date Javascript Libraries and CDNs jquery Boilerplating Using the various UI methods Event Listeners jquery Sequences 5/11 jquery Cont. HW6: jquery Add UI/UX/IxD components to project2, and project4. Design the homepage to your site and include jquery UI/UX/IxD components. /portfolio/index.html In addition Solve Javascript exercises from the Javascript Exercises sheet Due on 5/16 Using the jquery UI library Drag and Drop Accordions Date Pickers jquery Workshop Lightswitch Animations 5/16 HW5 Javascript Exercises Due Date HW7: Cause Website HW6 Due Date Design a Website for a Cause you care about Bootstrap Grid System We need to create CSS Components wireframes and then use JS Components Bootstrap to prototype the pages. You may use Bootstrap templates for this assignment. You should have various GIT commits for this project. Save this project under /portfolio/project5

7 5/18 Bootstrap Cont. Using Bootstrap Templates Modifying Bootstrap Templates Adding jquery to Bootstrap site Workshop Cause Website 5/23 HW7 Due Date PHP Variables Arrays Loops Conditionals Functions PHP functions phpinfo() 5/25 PHP PHP Objects jquery and PHP Fetching incoming information via GET Fetching incoming information via POST HW8: PHP Clone the project2 project and name this clone project6 and save it in /portfolio/project6 Create a php file that captures incoming data from the contact form from this personal website and displays it on the screen. Clone the project4 project and name this clone project7 and save it in /portfolio/project7 Create a php file that captures incoming data from the text field and displays it on the screen.

8 5/30 HW8: Due Date PHP and mysql Introduction to Database Design Relational Tables SQL Language HW9: mysql Design a Database with three relational tables. User: userid username Password datecreated User_session: sessionid userid session datecreated User_meta: metaid userid fieldkey fieldvalue Create a user Registration and User Login Page using HTML/CSS or Bootstrap. 6/1 PHP and mysql Connecting to mysql Executing SQL from PHP json PHP and mysql Workshop Creating a User Registration, User Login system and user Profile System Using a UserManager.php Class When the user registers, the system should grab the data and store it in the database user table. It should create a session and log the session on the user_session table. The information provided in profile should be sent to user_meta table. Extra Credit: Create a database table contact for project6 and store the data captured Create a database table tweet for project7 and store the date captured.

9 6/6 HW9: Due Date Software Design Principles Design Document Landscape Audit Flowcharting Bringing it all together plus more Github for Collaboration Web App Come up with an idea for a web site or web application, the app should be small enough to complete in three weeks. This can be individual or team project. Perform a landscape audit, produce wireframes and flowcharts. Prepare a one sheeter design document and make sure to set up scope with instructor. 6/8 Web App One Sheeter, flowcharts, wireframes and scope (sprint) Due Date Agile Methodologies: SCRUM and Sprints Web App Work on feedback and iterate if necessary. Once you have a green light from instructor, start by creating a backlog with stories. Break down the stories into subtasks. Arrange subtasks into a sprint using Trello. Start developing your sprint items. Don t forget to initiate a Git repo.

10 6/13 SCRUM : Stand up Sprint Updates SEO Adding a Favorite Icon Web App Project Prepare the Sprint for the week. Keep Developing. 6/15 SCRUM : Stand up Sprint Updates Using Google Analytics Keep Developing. You should be finalizing this week. 6/20 SCRUM : Stand up Sprint Updates Connecting to APIs 6/22 Web App Due Date One-on-One meetings Keep Developing. You should be finalizing this week. FINAL PROJECT Come up with an idea for a web site or web application, the app should be small enough to complete in three weeks. Individual Projects only. Perform a landscape audit, produce wireframes and flowcharts. Prepare a one sheeter design document and make sure to set up scope with instructor. 6/27 SCRUM : Stand up Sprint Updates One-on-One meetings 6/29 SCRUM : Stand up Sprint Updates 7/4 No Class 7/6 SCRUM : Stand up Sprint Updates Work on feedback and iterate if necessary. Once you have a green light from instructor, start by creating a backlog with stories. Break down the stories into subtask using Trello.

11 Arrange subtasks into a sprint. Start developing your sprint items. Don t forget to initiate a Git repo. Keep Developing. 7/11 SCRUM : Stand up Sprint Updates User Testing and QA 7/13 SCRUM : Stand up Sprint Updates User Testing and QA Keep Developing. You should be finalizing this week USER TEST REPORTING Collect user test data and improve your app features 7/18 SCRUM : Stand up Sprint Updates User Testing and QA 7/20 Final project presentations Presentations Prepare a 30 to 45 second elevator pitch for your application. You should be able to explain what it does, what problem it is solving and who are the primary users. Then prepare for a 5 minute walk through presentation. Please allocate 3 to 5 minutes for Q and A. Please make sure to have all items ready for submission, including: One sheeter Landscape Audit Flowcharts Wireframes MVP / Prototype Source code All assignments should be submitted by Friday, July 22nd.

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 SUMMARY Over 7 years of extensive experience in the field of front-end Web Development including Client/Server

More information

WEB DEVELOPMENT IA & IB (893 & 894)

WEB DEVELOPMENT IA & IB (893 & 894) DESCRIPTION Web Development is a course designed to guide students in a project-based environment in the development of up-to-date concepts and skills that are used in the development of today s websites.

More information

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL ISI ACADEMY for PHP& MySQL web applications Programming ISI ACADEMY Web applications Programming Diploma using PHP& MySQL HTML - CSS - JavaScript PHP - MYSQL What You'll Learn Be able to write, deploy,

More information

HTML and CSS 2 Class Meetings Instructor Contact Office Hours: Tuesdays 5:30-7:30 PM Online Email: Class Message List Opt Out of Class email

HTML and CSS 2 Class Meetings Instructor Contact Office Hours: Tuesdays 5:30-7:30 PM Online Email: Class Message List Opt Out of Class email HTML and CSS 2 CS50.11A Summer 201 Syllabus Instructor : Corrine Haverinen Class Meetings This class is accelerated for summer. There will be two lectures and assignments per week. There will not be live

More information

Web Designing with UI Designing

Web Designing with UI Designing Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Web Designing Given below is the brief description for the course you are looking for: Web Designing with UI Designing

More information

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00 Course Page - Page 1 of 12 Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00 Course Description Responsive Mobile Web Development is more

More information

Application Instructions for YSEALI Generation: Youth Unite Against Drugs Workshop Portal Step-by-Step

Application Instructions for YSEALI Generation: Youth Unite Against Drugs Workshop Portal Step-by-Step Application Instructions for YSEALI Generation: Youth Unite Against Drugs Workshop Portal Step-by-Step I. REGISTERING FOR THE PROGRAM Google Chrome and Mozilla Firefox work best when completing the YSEALI

More information

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,

More information

Responsive Web Design Creative License

Responsive Web Design Creative License Responsive Web Design Creative License Level: Introduction - Advanced Duration: 16 Days Time: 9:30 AM - 4:30 PM Cost: 2197 Overview Web design today is no longer just about cross-browser compatibility.

More information

Global UGRAD Program

Global UGRAD Program Application Instructions for Global UGRAD 2016-2017 Portal Step-by-Step I. REGISTERING FOR THE PROGRAM Google Chrome and Mozilla Firefox work best when completing the UGRAD application. We do NOT recommend

More information

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 SUBJECT TITLE : WEB TECHNOLOGY SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 16 02 2. CSS & JAVASCRIPT Test

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

IML 400 Creative Coding for the Web

IML 400 Creative Coding for the Web IML 400 Creative Coding for the Web Spring 2014 4 units Mondays, 6:00 8:50 pm SCI L105 Professor: Luis Blackaller Email: blackall@usc.edu Office Hours TBA COURSE DESCRIPTION IML400 is a practical foundational

More information

Building Web Applications

Building Web Applications Building Web Applications Mendel Rosenblum CS142 Lecture Notes - Building Web Applications Good web applications: Design + Implementation Some Design Goals: Intuitive to use Don't need to take a course

More information

Web Design Basics JMC:3600

Web Design Basics JMC:3600 Web Design Basics JMC:3600 Spring 2016 Adler W336 Instructor Kevin Ripka Office: W341 Office Hours: MW 12:30 2pm & by appointment Phone: 319.335.3431 kevin-ripka@uiowa.edu COURSE DESCRIPTION This course

More information

Skills for Employment Investment Project (SEIP)

Skills for Employment Investment Project (SEIP) Skills for Employment Investment Project (SEIP) Standards/ Curriculum Format For Web Design Course Duration: Three Months 1 Course Structure and Requirements Course Title: Web Design Course Objectives:

More information

UNIVERSITY OF WISCONSIN-MILWAUKEE School of Information Studies. INFOST 584 Survey of Web and Mobile Content Development SYLLABUS

UNIVERSITY OF WISCONSIN-MILWAUKEE School of Information Studies. INFOST 584 Survey of Web and Mobile Content Development SYLLABUS UNIVERSITY OF WISCONSIN-MILWAUKEE School of Information Studies INFOST 584 Survey of Web and Mobile Content Development SYLLABUS Instructor: Matthew Friedel Location: NWQB E-mail: friedelm@uwm.edu Phone:

More information

GRDSN 2206-002 Web/Interactive Design 2 Spring 2014

GRDSN 2206-002 Web/Interactive Design 2 Spring 2014 College of DuPage GRDSN 2206-002 Page 1 Spring 2014 Semester GRDSN 2206-002 Web/Interactive Design 2 Spring 2014 Instructor: John Callegari Professor/Coordinator, Graphic Design at College of DuPage (630)

More information

WEB DEVELOPMENT COURSE (PHP/ MYSQL)

WEB DEVELOPMENT COURSE (PHP/ MYSQL) WEB DEVELOPMENT COURSE (PHP/ MYSQL) COURSE COVERS: HTML 5 CSS 3 JAVASCRIPT JQUERY BOOTSTRAP 3 PHP 5.5 MYSQL SYLLABUS HTML5 Introduction to HTML Introduction to Internet HTML Basics HTML Elements HTML Attributes

More information

CLASSROOM WEB DESIGNING COURSE

CLASSROOM WEB DESIGNING COURSE About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered

More information

Office Hours: Tuesdays and Thursdays, 9:30am 10:30am Tuesdays Noon-1:00pm Thursdays Noon-1:00pm by appointment only Room J-324

Office Hours: Tuesdays and Thursdays, 9:30am 10:30am Tuesdays Noon-1:00pm Thursdays Noon-1:00pm by appointment only Room J-324 Course Syllabus Course Description: will introduce students to basic concepts in developing content for the web. Students learn to develop web sites using HTML and CSS. Students will also learn to develop

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Overview: Technologies:

Overview: Technologies: Matt Renfro Frisco, TX matt.renfro@gmail.com www.mattrenfro.com 214-727-3992 Overview: I have over 10 years experience in IT, Web development, Web Design, and Server administration, in LAMP and Windows

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Prerequisite: CGA 101, or written permission of instructor.

Prerequisite: CGA 101, or written permission of instructor. Salem Community College Course Syllabus Course Title: Web Page Design Course Code: CGA 140 Lecture Hours: 2 Lab Hours: 2 Credits: 3 Course Description: Web Page Design will introduce the student to basic

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

SUHAIL DAWOOD. me@suhaildawood.com suhaildawood.com @suhaildawood. 647-526-0601 Toronto, Ontario 2013-2017

SUHAIL DAWOOD. me@suhaildawood.com suhaildawood.com @suhaildawood. 647-526-0601 Toronto, Ontario 2013-2017 SUHAIL DAWOOD me@ 2013-2017 (Expected) BSc. Computer Science Specialist: Focus in Web and Internet Technologies & Artificial Intelligence Major in Statistics Minor in Mathematics Minor in Near and Middle

More information

The Starter League Course Catalog

The Starter League Course Catalog The Starter League Course Catalog Contents I. Program Descriptions, Objectives, Lengths, Dates, and Tuition II. Program Fees III. Cancellation and Refund Policies IV. Student Code of Conduct V. Student

More information

Peers Technologies Pvt. Ltd. Web Application Development

Peers Technologies Pvt. Ltd. Web Application Development Page 1 Peers Technologies Pvt. Ltd. Course Brochure Web Application Development Overview To make you ready to develop a web site / web application using the latest client side web technologies and web

More information

Web Mapping Application Interface Design: Best Practices and Tools. Michael Gaigg @michaelgaigg

Web Mapping Application Interface Design: Best Practices and Tools. Michael Gaigg @michaelgaigg Web Mapping Application Interface Design: Best Practices and Tools Michael Gaigg @michaelgaigg Team User Experience Designer Application Developer Human focused Research Design Front-End Back-End Tech

More information

ITP 101 Project 3 - Dreamweaver

ITP 101 Project 3 - Dreamweaver ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with

More information

ACE: Dreamweaver CC Exam Guide

ACE: Dreamweaver CC Exam Guide Adobe Training Services Exam Guide ACE: Dreamweaver CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

TIME SCHEDULE OBJECTIVES

TIME SCHEDULE OBJECTIVES COURSE TITLE : WEB DESIGN COURSE CODE : 3073 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Internet fundamentals 18 2 Html, css and web design

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title CANAJOHARIE CENTRAL SCHOOL

More information

Course Syllabus Web Page Design 2 IMED 2315

Course Syllabus Web Page Design 2 IMED 2315 Semester with Course Reference Number (CRN) Instructor contact information (phone number and email address) Office Location and Hours Course Location/Times Course Semester Credit Hours (SCH) (lecture,

More information

WEB AND APPLICATION DEVELOPMENT ENGINEER

WEB AND APPLICATION DEVELOPMENT ENGINEER WEB AND APPLICATION DEVELOPMENT ENGINEER Program Objective/Description: As a Web Development Engineer, you will gain a wide array of fundamental and in-depth training on front end web development, as well

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title PORT JERVIS CENTRAL SCHOOL

More information

Garfield Public Schools Fine & Practical Arts Curriculum Web Design

Garfield Public Schools Fine & Practical Arts Curriculum Web Design Garfield Public Schools Fine & Practical Arts Curriculum Web Design (Half-Year) 2.5 Credits Course Description This course provides students with basic knowledge of HTML and CSS to create websites and

More information

Learning Web App Development

Learning Web App Development Learning Web App Development Semmy Purewal Beijing Cambridge Farnham Kbln Sebastopol Tokyo O'REILLY Table of Contents Preface xi 1. The Workflow 1 Text Editors 1 Installing Sublime Text 2 Sublime Text

More information

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5 Version 1.3 OFFICIAL THEME USER GUIDE Renova Unique Creative Portfolio - Responsive HTML5 G R EE T I NG S FR OM DESIG NO VA Thank You For Purchasing Our Product. If you like this theme, we really need

More information

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Using JQuery to Make a Photo Slideshow This exercise was modified from the slideshow

More information

GEOG 351: Multimedia Cartography Lab Simon Fraser University Department of Geography Lab #1: Creating your own website

GEOG 351: Multimedia Cartography Lab Simon Fraser University Department of Geography Lab #1: Creating your own website GEOGRAPHY 351: MULTIMEDIA CARTOGRAPHY FALL 2013 SFU 1 GEOG 351: Multimedia Cartography Lab Simon Fraser University Department of Geography Lab #1: Creating your own website Instructor Britta Ricker bricker@sfu.ca

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

Index. Services. Tracey Talevich WEB160 / Summer 2015 Final Package

Index. Services. Tracey Talevich WEB160 / Summer 2015 Final Package Tracey Talevich WEB160 / Summer 2015 Final Package Index Title: Web Design, Brand Strategy, UI/UX Drafting Tracey Talevich Seattle, WA Headline: none Text: The index page will explain what tracey.pw is,

More information

COURSE TITLE. CE 4440 Building Rich Internet Applications (RIAs) with HTML5

COURSE TITLE. CE 4440 Building Rich Internet Applications (RIAs) with HTML5 COURSE TITLE CE 4440 Building Rich Internet Applications (RIAs) with HTML5 INSTRUCTOR Todd Mariani tmariani@reciprocalpress.com MEETING TIMES Tuesdays, 6 9 pm June 7 August 9 COURSE DESCRIPTION Learn how

More information

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida CREDIT HOURS 3 credits hours PREREQUISITE Completion of EME 6208 with a passing

More information

Facebook Twitter YouTube Google Plus Website Email. o Zooming and Panning. Panel. 3D commands. o Working with Canvas

Facebook Twitter YouTube Google Plus Website Email. o Zooming and Panning. Panel. 3D commands. o Working with Canvas WEB DESIGN COURSE COURSE COVERS: Photoshop HTML 5 CSS 3 Design Principles Usability / UI Design BOOTSTRAP 3 JAVASCRIPT JQUERY CSS Animation Optimizing of Web SYLLABUS FEATURES 2 Hours of Daily Classroom

More information

Start up Jobs Germany FEB 2014

Start up Jobs Germany FEB 2014 Start up Jobs y FEB 2014 JOB TITLE LANGUAGE LOCATION REQUIREMENTS REF Lead English Berlin Lots of PHP, Magento, Zend, 80H PHPUnit, MySQL Snr ERP English Berlin Navision ERP development, Version 80I 2009

More information

Joostrap Template Documentation

Joostrap Template Documentation Joostrap Template Documentation Version 3.1.6+ Incorporating Bootstrap v3 For Joomla v3.x.x (latest version) Table of Contents Table of Contents... 1 Zip Package Content's... 2 Template Only... 2 Full

More information

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Web App Development Session 1 - Getting Started Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola Tools We Use Application Framework - Compiles and Runs Web App Meteor (install from https://www.meteor.com/)

More information

Christopher Zavatchen

Christopher Zavatchen Christopher Zavatchen chris@cnc137.com 330-558-1137 273 Bettie Lane Brunswick, Ohio 44212 Objective Seeking a career opportunity enabling me to fully utilize my web design and development skills while

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

WEB DESIGN COURSE CONTENT

WEB DESIGN COURSE CONTENT WEB DESIGN COURSE CONTENT INTRODUCTION OF WEB TECHNOLOGIES Careers in Web Technologies How Websites are working Domain Types and Server About Static and Dynamic Websites Web 2.0 Standards PLANNING A BASIC

More information

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience IBM Digital Experience Using Modern Web Development Tools and Technology with IBM Digital Experience Agenda The 2015 web development landscape and IBM Digital Experience Modern web applications and frameworks

More information

Course Description. Course Objectives

Course Description. Course Objectives MONTGOMERY COLLEGE Business, Accounting, Economics, Computer Applications, and Paralegal Studies Department Germantown Campus CMAP272 Professional Web Site Development Instructor: John Coliton Spring,

More information

Copyright 2011 Center for Innovation in Teaching and Research 1

Copyright 2011 Center for Innovation in Teaching and Research 1 Mobile Websites with Dreamweaver CS5.5 Center for Innovation in Teaching and Research Presenter: Chad Dennis Instructional Technology Systems Manager ce-dennis@wiu.edu Copyright 2011 Center for Innovation

More information

Skills for Employment Investment Project (SEIP)

Skills for Employment Investment Project (SEIP) Skills for Employment Investment Project (SEIP) Standards/ Curriculum Format for Web Application Development Using DOT Net Course Duration: Three Months 1 Course Structure and Requirements Course Title:

More information

Boston University. Overview and Description: Instructor, Contact Email, Office Hours and Blackboard Site: Topic Coverage.

Boston University. Overview and Description: Instructor, Contact Email, Office Hours and Blackboard Site: Topic Coverage. Boston University Metropolitan College MET CS601 - Web Application Development Overview and Description: This course focuses on building core competencies in web design and development. It begins with

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

STATEMENT OF PURPOSE

STATEMENT OF PURPOSE WEB DESIGN STATEMENT OF PURPOSE This course is intended for the student interested in learning how to create web pages for the World Wide Web. Instruction on how to program using the HTML language is provided.

More information

Product description version 1.0 16-12-2013

Product description version 1.0 16-12-2013 Product description version 1.0 16-12-2013 Table of content 1. Introduction 2. Target customer 2.1. Validated needs of customer 2.2. Top USPs 3. Core Features 3.1. Feature description 4. System requirements

More information

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,

More information

Shelly, G. B., & Campbell, J. T. (2012). Web design: Introductory (4th ed.). Boston, MA: Course Technology.

Shelly, G. B., & Campbell, J. T. (2012). Web design: Introductory (4th ed.). Boston, MA: Course Technology. ITC 4310, Web Design and Development Course Syllabus Course Description Presents Web design principles and techniques coupled with practical experience in the design and creation of Web sites. Includes

More information

MySQL Manager. User Guide. July 2012

MySQL Manager. User Guide. July 2012 July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

Student QUICK START GUIDE. System Requirements. Browser Settings. Configure the following settings in your Web browser:

Student QUICK START GUIDE. System Requirements. Browser Settings. Configure the following settings in your Web browser: Student QUICK START GUIDE System Requirements SAGrader is tested and supported for the following Web browsers: Browser Settings Configure the following settings in your Web browser: Firefox latest update

More information

Parsons The New School for Design Communication Design. Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015

Parsons The New School for Design Communication Design. Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015 Parsons The New School for Design Communication Design Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015 Fridays, 3:50 6:30pm 63 Fifth Avenue, Room 204 Brendan Griffiths griffitb@newschool.edu Class

More information

The Learn-Verified Full Stack Web Development Program

The Learn-Verified Full Stack Web Development Program The Learn-Verified Full Stack Web Development Program Overview This online program will prepare you for a career in web development by providing you with the baseline skills and experience necessary to

More information

Collaboration Tools. EECS 690 Agile Software Development

Collaboration Tools. EECS 690 Agile Software Development Collaboration Tools EECS 690 Agile Software Deelopment Agenda Artifact Collaboration Product End State & LOEs Template Product End State & LOEs Example Product & Sprint Backlogs Code Repositories GitHub

More information

Remote Access End User Reference Guide for SHC Portal Access

Remote Access End User Reference Guide for SHC Portal Access Remote Access End User Reference Guide for SHC Portal Access Version 2.0 6/7/2012 This remote access end user reference guide provides an overview of how to install Citrix receiver, which is a required

More information

Web Design and Development I a.k.a. Fundamentals of Web Design and Development

Web Design and Development I a.k.a. Fundamentals of Web Design and Development CompuScholar, Inc. Alignment to South Carolina Web Design and Development I Standards South Carolina Course Details: Course Name: Web Design and Development I a.k.a. Fundamentals of Web Design and Development

More information

ANDROID INTRODUCTION TO ANDROID

ANDROID INTRODUCTION TO ANDROID ANDROID JAVA FUNDAMENTALS FOR ANDROID Introduction History Java Virtual Machine(JVM) JDK(Java Development Kit) JRE(Java Runtime Environment) Classes & Packages Java Basics Data Types Variables, Keywords,

More information

Unit 21 Web design and prototyping

Unit 21 Web design and prototyping 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 21 Web design and prototyping A/507/5024 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 21: Web design and prototyping A/507/5024

More information

Leon Govier Senior User Experience Designer/ Digital Project Manager

Leon Govier Senior User Experience Designer/ Digital Project Manager Leon Govier Senior User Experience Designer/ Digital Project Manager Cardiff CF23 mail@leongovier.com - 07538507771 - Please email during work hours only I have been working in Design, Digital and Print

More information

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

More information

Instructor E-mail: asutton@germanna.edu

Instructor E-mail: asutton@germanna.edu Semester: Fall 2014 Class Info: ITD 110-F01 Location/Room: SP 2, Room 235 Class Name: Web Page Design Class Days/Times: MoWe 11:00AM - 12:15PM Class Credits: 3 Instructor: Anita L Sutton Office Location

More information

This manual provides information and recommendations for Mac SharePoint Users at Fermilab. Using SharePoint from a Mac: Overview

This manual provides information and recommendations for Mac SharePoint Users at Fermilab. Using SharePoint from a Mac: Overview Using SharePoint from a Mac: Overview This manual provides information and recommendations for Mac SharePoint Users at Fermilab. Page 0 Contents Introduction...2 Getting Started...2 SharePoint Username

More information

Checklist of Best Practices in Website

Checklist of Best Practices in Website Checklist of Best Practices in Website An educational guide for anyone responsible for website performance and search engine optimization. Specialists in Direct & Digital Marketing Checklist of Best Practices

More information

Dashboard Builder TM for Microsoft Access

Dashboard Builder TM for Microsoft Access Dashboard Builder TM for Microsoft Access Web Edition Application Guide Version 5.3 5.12.2014 This document is copyright 2007-2014 OpenGate Software. The information contained in this document is subject

More information

Information Technology Career Cluster Web Development Course Number: 11.42500. Course Standard 1

Information Technology Career Cluster Web Development Course Number: 11.42500. Course Standard 1 Information Technology Career Cluster Web Development Course Number: 11.42500 Course Description: This course, with Hypertext Markup Language (HTML) and Cascading Style Sheet (CSS) as its foundation, will

More information

Yusof Al-Wadei Page 1 of 9. Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei

Yusof Al-Wadei Page 1 of 9. Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei Page 1 of 9 Interactive Web Design through Survey and Adoption of Modern Web-Technologies Yusof Hussein Al-Wadei Page 2 of 9 ABSTRACT Technologies used in modern web development are continuously being

More information

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team Contents Offshore Web Development Company CONTENTS... 2 INTRODUCTION... 3 SMART FORMER GOLD IS PROVIDED FOR JOOMLA 1.5.X NATIVE LINE... 3 SUPPORTED

More information

Google Apps for Education (GAFE) Basics

Google Apps for Education (GAFE) Basics Google Apps for Education (GAFE) Basics Gmail & Chrome Gmail is Google Email. Our school email is actually Gmail. Chrome is a browser for accessing the Internet (just like Mozilla Firefox, Safari, Internet

More information

IBRI College of Technology Department of Information Technology. Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday)

IBRI College of Technology Department of Information Technology. Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday) IBRI College of Technology Department of Information Technology Intercollegiate Web Programming Contest On 12 March, 2013 (Tuesday) Eligibility: Web Programming Contest Rules The contest is open to Diploma

More information

Personal Profile. Experience. Professional Experience

Personal Profile. Experience. Professional Experience Brice Bentler 2602 4 th Ave, Seattle, WA 98121, 425-890- 6287, me@bricebentler.com, Website: www.bricebentler.com, GitHub: https://github.com/server4001 Personal Profile Pursuing a position in the Software

More information

FOR THOSE WHO THINK PROFESSIONAL

FOR THOSE WHO THINK PROFESSIONAL FOR THOSE WHO THINK PROFESSIONAL Momtaz Host Profile Presented by www.ach.af Authorized Reseller of Host and Domain and Mail Server in Afghanistan. www.rta.org.af February 2015 Introduction To Momtaz Host

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

Recon Rally. The User Experience Design Behind the Rally. By Michael Grubbs, Tiffany Milano, and Daniel Rotondo

Recon Rally. The User Experience Design Behind the Rally. By Michael Grubbs, Tiffany Milano, and Daniel Rotondo Recon Rally The User Experience Design Behind the Rally By Michael Grubbs, Tiffany Milano, and Daniel Rotondo ABSTRACT The Recon Rally application aims to provide alumni, new and current students, parents,

More information

Elective Type: FA/G. Credit Hours: 3 Corequisites: Developmental: (yes/no) No. Lecture: 2 Clinical: 0. Studio 2 Other: 0 TOTAL: 4 Other Requirements:

Elective Type: FA/G. Credit Hours: 3 Corequisites: Developmental: (yes/no) No. Lecture: 2 Clinical: 0. Studio 2 Other: 0 TOTAL: 4 Other Requirements: COURSE SYLLABUS Course Title: Web Design II Department: Art Curriculum: Graphic Design Date submitted: Fall 2014 AAC: 14-124 Course Descriptors: Make certain that the course descriptors are consistent

More information

3DHOP Local Setup. Lezione 14 Maggio 2015

3DHOP Local Setup. Lezione 14 Maggio 2015 Lezione 14 Maggio 2015 3DHOP what is it? Basically a set of web files :.html (hyper text markup language) The main file, it contains the Web page structure e some basic functions..js (javascript) The brain

More information

WE BUILD ONLINE SYSTEMS USEFUL WEB & MOBILE APPLICATIONS

WE BUILD ONLINE SYSTEMS USEFUL WEB & MOBILE APPLICATIONS WE BUILD ONLINE SYSTEMS USEFUL WEB & MOBILE APPLICATIONS Ruby On Rails Android Apple HTML5 RWD EXAMPLE CV OF OUR TEAM MEMBERS SENIOR CORE DEVELOPER SENIOR CORE DEVELOPER PROFILE SKILLS Bartosz is a developer,

More information

Collin College Business and Computer Systems

Collin College Business and Computer Systems Collin College existing syllabus to share with NISGTC Consortium Fall 2013 Collin College Business and Computer Systems COURSE INFORMATION COURSE NUMBER: IMED 1341 COURSE TITLE: INTERFACE DESIGN COURSE

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang IVI Systems Today Lots of hardware variety. Multiple operating systems Different input devices Software development requires access to

More information

manage content manage images change your password manage services manage meta tags keywords

manage content manage images change your password manage services manage meta tags keywords ATRA member website hosting and maintenance domain name updates rapid quote cost calculator custom pages testimonials certifications and affiliations links locations services staff gallery FAQs manage

More information

WEB DEVELOPMENT IMMERSIVE GA.CO/WDI

WEB DEVELOPMENT IMMERSIVE GA.CO/WDI General Assembly Course Curriculum WEB DEVELOPMENT IMMERSIVE Table of Contents 3 Overview 4 Students 5 Curriculum Projects & Units 11 Frequently Asked Questions 13 Contact Information 2 Overview OVERVIEW

More information

Libraries Workshop Catalog

Libraries Workshop Catalog Libraries Workshop Catalog DrupalEasy library training encompasses a gamut of need-to-know Drupal topics for key library professionals. We pride ourselves on being accessible to libraries anywhere, through

More information

Articles 742b: Networks & Transactions Spring 2014 Green Hall, Room 209/210 Tuesdays 1:30 5:30

Articles 742b: Networks & Transactions Spring 2014 Green Hall, Room 209/210 Tuesdays 1:30 5:30 Articles 742b: Networks & Transactions Spring 2014 Green Hall, Room 209/210 Tuesdays 1:30 5:30 Class website: http://art.yale.edu/art742b Class email list: networks1@panlists.yale.edu Dan Michaelson: dan.michaelson@yale.edu

More information

Web Application diploma using.net Technology

Web Application diploma using.net Technology Web Application diploma using.net Technology ISI ACADEMY Web Application diploma using.net Technology HTML - CSS - JavaScript - C#.Net - ASP.Net - ADO.Net using C# What You'll Learn understand all the

More information

How to start with 3DHOP

How to start with 3DHOP How to start with 3DHOP Package content, local setup, online deployment http://3dhop.net 30/6/2015 The 3DHOP distribution Where to find it, what s inside The 3DHOP distribution package From the page http://3dhop.net/download.php

More information

Ultimate Skills Checklist for Your First Front-End Developer Job

Ultimate Skills Checklist for Your First Front-End Developer Job Ultimate Skills Checklist for Your First Front-End Developer Job Ultimate Skills Checklist for Your First Front-End Developer Job 1 Welcome Welcome to your ultimate skills checklist for getting your first

More information