Web System Development by Ruby on Rails. Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana

Size: px
Start display at page:

Download "Web System Development by Ruby on Rails. Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana"

Transcription

1 Web System Development by Ruby on Rails Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana

2 Web System and DB p WEB Nest of Spider? n Nobody uses and spider has made nest on DB? p World Wide Web Internet Connection p Application Systems n access via browsers, n to servers on Internet, n to the data in DataBase p Learn how to Build, (not how to Use)

3 Rails 3 tutorial Visit the following site: The above book can be read all on the WEB.

4 What is Web Application See 1.2.6, MVC Database Web Browser WEB Server WEB Application includes Screen Design, Logic Design, and Database Access HTML Everything!

5 Lecture Policy (of First Semester) p Read and understand Sample Applications n rather than write original programs p trace the instructions then run the codes, to know how to realize many functions by ruby. p When you understand the key concepts, then modify the samples to see what happens by changing settings.

6 Lecture Plan (1/4) p Day 1: What is Web Application? (today) p Setting up the Environment. p Day 2: Integrated Development Environment(IDE), Scaffolding p Day 3: Learn MVC Model MVC: Model, View, and Controller p Day 4: HTML; Hyper Text Markup Language Learn basic description of WEB pages

7 Lecture Plan (2/4) p Day 5: Style Sheets Learn Cascading Style Sheet(CSS) file p Day 6: Database Language SQL Learn what is Database p Day 7: Relational DB and SQL Learn database design concepts p Day 8: Ruby Language Japanese-born WEB Environment Ruby

8 Lecure Plan (3/4) p Day 9: Grammar of ruby rush to overlook the grammar of ruby p Day 10: Screen Design and Screen Link How to write links of screen in rails p Day 11: File Uploads and image display Store binary image files into database, and display the image p Day 12: Session Control Keep the information all through the session.

9 Lecture Plan (4/4) p Day 13: Login Screen for security reason, limit access of users p Day 14: Summary of First Semester p There are so many things... n Basic lecture plans was 'reset everyday' n But we will pile up the knowledge on the former designs. p So if you would be absent one day, please read and try what would have been done on the day.

10 Textbook p Hartl, Michael (2011): Ruby on rails 3 tutorial. p Boston: Pearson Education p (USD39.99) p ISBN-13:

11 Do I have to buy textbook? p There are some textbooks in the library. p Please guess the reason why teachers specify textbooks. n Please read what we cannot explain in the lecture period from the textbooks. n Some sample programs are obliged to the copyright law, so, I recommend you to buy if textbooks for legal reasons. n Somehow, you can use the textbooks in the University library. n But, thanks to the author, you can read the textbook on the WEB.

12 Scoring p Regular exams are not performed. p Scoring is based on the report scores. p Scoring Criteria n S Rating : excellent in original ideas, designs, and/or the descriptions of the software behaviors. n A rating : All the requirements of report aims have been covered. n B rating : Some of the report aims have been covered, and minimal trials have been done. n C rating : Only software and its screen have been reported.

13 Reports p Reports are requested in the Day 2, Day 4, Day 6, Day 8, Day 10, and the Day 13. p Total 6 reports are imposed, in the original plan. p But the reports plan might be changed because of the lecture progress. p Also, if you were absent from the lecture, please submit 'Absence Report' for the day. If you submit 'Absence Report', then the attendance is recorded for the day.

14 Attendance p You are supposed to attend more than 66 percent of the lectures. (10 days) p If you are absent from the lectures more than 4 days, your record will be automatically scored as 'E'. (Failure because of absence)

15 Name of the report files p Please name the report files as n Wnn-XXXXXXX.ZZZ n Where, Wnn is the number of the day, n XXXXXXX is your registration number, n And the ZZZ is the file extention n ex. W01-08K1234.docx p The documents format are ; n OpenOffice.org Write document (odt) or Microsoft Word document (doc, or docx)

16 How to submit report p Access to Hosei University Lecture support system. ( 授業支援システム ) p Please try to access from Hosei Portal site.

17 Please use templates p Please use the file templates n For me to read and score report effectively p Please name files correct n To identify the author of the report correct p Please attach the screen shots when necessary n For you to prove that you actually try the program by yourself. n Do you know how to copy the screen?

18 Excellent Reports are posted p For privacy causes, the author's name and the id number will be erased, but for other students to study and know good practices, excellent reports will be posted in the web page.

19 Exposure of the study record p If you want to reveal your own study record, you can declare your own 'handle name' to the teacher to reveal your study record. p You can change your handle names anytime, and choose reveal or hide your record any time.

20 Do I need to bring my PC? p Yes, Absolutely. p This is a practicing subject. p Also you are strongly recommended to bring USB memory to record your course materials and your own reports and software. (In case your PC crashes.)

21 Today's Exercise p Run VMware to run LINUX on your Windows PC. p Preinstalled Virtual Machine for VMware is provided. The machine is installed with Ruby/Rails/Gems/Git/Aptana. p Download from RAT team support site, and install for your VMware. p Please keep your original LINUX environment, and install the Machine as a different virtual machine.

22 Give low priority to Theories!? p Try first! n Just experience the followings: p By doing like this, then get the result like this! p Writing programs like this, the the screen has become like this! n By doing the above practice repeatedly, please make concrete image of Ruby on Rails, and if you feel; p Well then, if I want the software to work like this, I should write the program like this; n you come to the goal of this lecture.

23 What we do next? p We learn to use the IDE (Aptana) to develop the sample WEB site. Run the rails server, and see your original WEB site. p We learn scaffolding of some WEB program.

CSCI 6312 Advanced Internet Programming

CSCI 6312 Advanced Internet Programming CSCI 6312 Advanced Internet Programming Section 01, Spring 2018, W, 5:55pm - 8:25pm Instructor: Emmett Tomai Office: ENGR 3.2100 Phone: 665-7229 Email: emmett.tomai@utrgv.edu Office hours: W 1 3pm, TR

More information

Day 2: 19/April/2012 Installing Aptana IDE; Integrated Development Environment And Rails

Day 2: 19/April/2012 Installing Aptana IDE; Integrated Development Environment And Rails Day 2: 19/April/2012 Installing Aptana IDE; Integrated Development Environment And Rails p Setting Up Aptana IDE n IDE; Integrated Development Environment n Set Up Japanese Language Support n Run rails

More information

Web Development: Client Side

Web Development: Client Side Course Description This course introduces web site design and development using EXtensible HyperText Markup Language (XHTML) and Cascading Style Sheets (CSS). You will learn standard XHTML and CSS and

More information

CIS 101 Orientation Document Fall 2017

CIS 101 Orientation Document Fall 2017 CIS 101 Orientation Document Fall 2017 Fall 2017 ONLINE section 23989 To be successful in an online section you must be motivated, disciplined, and able to read and understand the material in the books

More information

Web System Development by Ruby on Rails. Day 3(4/Oct/2012) First Project Internationalization

Web System Development by Ruby on Rails. Day 3(4/Oct/2012) First Project Internationalization Web System Development by Ruby on Rails Day 3(4/Oct/2012) First Project Internationalization Today s Goal (Continued) Run Rails 3 on CentOS, and generate the first project. Generate the bi-lingual screen

More information

Ministry of Higher Education and Scientific Research

Ministry of Higher Education and Scientific Research Morning Study Department of information technology Institute of Technical - Duhok. University of Polytechnic Duhok. Subject: Web Technology Course book for 2nd year. Lecturer s name: MSc. Ayman Nashwan

More information

INSTRUCTIONS FOR FACULTY USER MANUAL CENTRE FOR PROFESSIONAL STUDIES. 1 P age

INSTRUCTIONS FOR FACULTY USER MANUAL CENTRE FOR PROFESSIONAL STUDIES. 1 P age INSTRUCTIONS FOR FACULTY USER MANUAL CENTRE FOR PROFESSIONAL STUDIES 1 P age Table of Contents Getting Started... 3 Logging In to Portal... 4 Choosing Faculty... 5 Course Website... 7 Grade Points Entry...

More information

NOTE: New directions for accessing the Parent Portal using Single Sign On

NOTE: New directions for accessing the Parent Portal using Single Sign On NOTE: New directions for accessing the Parent Portal using Single Sign On PROCESS STEPS SCREEN SHOTS Launch a web browser (Internet Explorer, Safari, or FireFox) and go to PowerSchool Parent Portal URL:

More information

MyEducation BC: Introduction to the Student Portal

MyEducation BC: Introduction to the Student Portal MyEducation BC: Introduction to the Student Portal 1. Navigate to the following link from any internet connected computer: https://www.myeducation.gov.bc.ca/aspen/logon.do Enter you Login ID (Your Student

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

Parent Portal Documents

Parent Portal Documents Parent Portal Documents v1.0 Error! Reference source not found. Version History Version Date Description I.S. - Template Page No: 1 of 12 Table of Contents Logging into MyEd Parent Portal... 4 Parent Accounts...

More information

CIS 3308 Web Application Programming Syllabus

CIS 3308 Web Application Programming Syllabus CIS 3308 Web Application Programming Syllabus (Upper Level CS Elective) Course Description This course explores techniques that are used to design and implement web applications both server side and client

More information

First Steps in TUCaN

First Steps in TUCaN First Steps in TUCaN Information for International Degree-seeking Students Activate your digital identity Go to: https://www.idm.tu-darmstadt.de/activation/ On the answer sheet TU Darmstadt sent you after

More information

Advanced Systems Lab (Intro and Administration) G. Alonso Systems Group

Advanced Systems Lab (Intro and Administration) G. Alonso Systems Group Advanced Systems Lab (Intro and Administration) G. Alonso Systems Group http://www.systems.ethz.ch Overview of the Course Focus on project Individual project during semester (3 milestones) This is a project

More information

lyndaclassroom Getting Started Guide

lyndaclassroom Getting Started Guide lyndaclassroom Getting Started Guide This document explains Why lyndaclassroom might be right for you and your students How to register as an approved educator with lynda.com How to set up and submit your

More information

Introduction and first application. Luigi De Russis. Rails 101

Introduction and first application. Luigi De Russis. Rails 101 Introduction and first application Luigi De Russis 2 About Rails Ruby on Rails 3 Framework for making dynamic web applications created in 2003 Open Source (MIT License) for the Ruby programming language

More information

Web Design I. CE Spring 2013 Continuing Education [Pick the date][type the sender company name]

Web Design I. CE Spring 2013 Continuing Education [Pick the date][type the sender company name] Web Design I CE 2411 01 Spring 2013 Continuing Education [Pick the date][type the sender company name] Course Information Location: Terra 1212 Dates: FEB 5 APRIL 16 Instructor Information Name: Karissa

More information

Instructor: Anna Miller

Instructor: Anna Miller Media Graphics ADV 3203 Fall 2016 Advertising Media Graphics - 81584 - ADV 3203 Mondays and Wednesdays 12:15 PM - 1:30 PM room 1011 And Advertising Media Graphics - 82354 - ADV 3203 Mondays and Wednesdays

More information

Basic Web Application Development Spring credit hour Student Taught (Satisfactory/Unsatisfactory)

Basic Web Application Development Spring credit hour Student Taught (Satisfactory/Unsatisfactory) Basic Web Application Development Spring 2014 1 credit hour Student Taught (Satisfactory/Unsatisfactory) Matthew Schurr mschurr@rice.edu (404) 395-0511 Instructor Matthew Schurr Duncan College Class of

More information

Searching the KIRC Collection Online

Searching the KIRC Collection Online Searching the KIRC Collection Online Type the address http://webopac.klas.com/ksirc into your browser s address bar MENU BAR On the left hand side of your screen is the Menu toolbar. From here you may

More information

Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus

Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus Beijing Jiaotong University CS-23: C++ Programming Summer, 2019 Course Syllabus Course Personnel: Instructor Name: Jovan Ilić Office: TBD Phone: TBD e-mail: TBD Teaching Assistants Name: TBD Office: TBD

More information

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing Cleveland State University Department of Electrical and Computer Engineering CIS 408: Internet Computing Catalog Description: CIS 408 Internet Computing (-0-) Pre-requisite: CIS 265 World-Wide Web is now

More information

Frequently asked questions on the Exam Period

Frequently asked questions on the Exam Period Frequently asked questions on the Exam Period - Autumn 2018/2019-1. What can I do if I passed the exam, but I am not satisfied with my mark? You can take a grade improvement examination: retaking a successful

More information

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES SES User Manual Offline Exam Result Entry & Result Import in M-Star SES Contents Contents... 2 Introduction!... 3 04-19-01: Generate Exam Result Porting Sheet... 4 04-20-01: Import Exam Result from the

More information

PowerSchool Parent Portal Quick Reference Card

PowerSchool Parent Portal Quick Reference Card What is PowerSchool Parent Portal? PowerSchool Parent Portal gives parents and students access to realtime information including attendance, grades and detailed assignment descriptions. Once parents have

More information

PowerSchool Parent Portal Quick Reference Card

PowerSchool Parent Portal Quick Reference Card What is PowerSchool Parent Portal? PowerSchool Parent Portal gives parents and students access to realtime information including attendance, grades and detailed assignment descriptions. Once parents have

More information

Introduction to Databases Fall-Winter 2010/11. Syllabus

Introduction to Databases Fall-Winter 2010/11. Syllabus Introduction to Databases Fall-Winter 2010/11 Syllabus Werner Nutt Syllabus Lecturer Werner Nutt, nutt@inf.unibz.it, Room POS 2.09 Office hours: Tuesday, 14:00 16:00 and by appointment (If you want to

More information

Plymouth Canton Educational Park Plymouth High School 8400 Beck Road Canton, Michigan Course Syllabus

Plymouth Canton Educational Park Plymouth High School 8400 Beck Road Canton, Michigan Course Syllabus Plymouth Canton al Park Course Syllabus Course Name: Web Design and Internet Course Number: Course 03075 Course Description: Grades 9-12 This is an introductory course covering the basic concepts, techniques,

More information

USER MANUAL STUDENT VERSION PREMIUM 01 AUGUST WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91)

USER MANUAL STUDENT VERSION PREMIUM 01 AUGUST WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91) USER MANUAL STUDENT VERSION 2.6.5 PREMIUM 01 AUGUST 2017 WIWO ENTERPRISES PVT. LTD COCHIN, INDIA (+91)484-6009496 www.wiwo.in DISCLAIMER The instructions in this document have been carefully checked for

More information

CSE 336. Introduction to Programming. for Electronic Commerce. Why You Need CSE336

CSE 336. Introduction to Programming. for Electronic Commerce. Why You Need CSE336 CSE 336 Introduction to Programming for Electronic Commerce Why You Need CSE336 Concepts like bits and bytes, domain names, ISPs, IPAs, RPCs, P2P protocols, infinite loops, and cloud computing are strictly

More information

CMN310A Advanced Office: Word and Excel or concurrent enrollment

CMN310A Advanced Office: Word and Excel or concurrent enrollment CLASS NUMBER AND NAME: TOTAL CLOCK HOURS/UNITS: PREREQUISITE: TEXT AND MATERIALS: CMN310C POST-ADVANCED OFFICE: Word And Excel 24 HOURS/1 UNIT CMN310A Advanced Office: Word and Excel or concurrent enrollment

More information

Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool)

Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool) Parent Instructions for Accessing Elmira Heights Parent Portal (SchoolTool) First time log in: First, you will need to open Schooltool. To do this, open an internet explorer screen and type the following

More information

Welcome to your LIVE EMS Online Training!

Welcome to your LIVE EMS Online Training! Welcome to your LIVE EMS Online Training! Note: In order to receive credit for each lecture and gain access to the quiz you must attend each lecture for the duration and participate at a minimum every

More information

Web Programming Fall 2011

Web Programming Fall 2011 Web Programming Fall 2011 Course number: M&IS 24065 Section: 002 CRN: 23080 Location: BSA 110 Meeting Day: TR Meeting Time: 12:30-1:45 Instructor Information: Name: Professor Janet Formichelli, MS E-mail:

More information

lyndaclassroom Getting Started Guide

lyndaclassroom Getting Started Guide lyndaclassroom Getting Started Guide This document explains Why lyndaclassroom might be right for you and your students How to register as an approved educator with lynda.com How to set up and submit your

More information

Home Access Center User Assistance

Home Access Center User Assistance User Assistance Using Home Access Center Home Access Center Menu View another student Attendance Month View Page Change months View attendance details Calendar Page Customize calendar information Change

More information

TUTORIAL FOR NOTETAKERS

TUTORIAL FOR NOTETAKERS TUTORIAL FOR NOTETAKERS Table of Contents Page About Notetaking Services... 2 Volunteer Notetaker Application... 2 Uploading Sample Notes... 6 Uploading Lecture Notes... 9 Withdrawing from Notetaking...

More information

Academic Affairs Information System URIBO-NET User s Manual

Academic Affairs Information System URIBO-NET User s Manual 12. Syllabus 12-1. Viewing a syllabus You can view syllabuses for any year, any semester and any teacher. (1) Click on Syllabus Reference (in the Syllabus section) in the Menu. (2) Enter a specific year,

More information

Course Registration Manual

Course Registration Manual Course Registration Manual Introduction Please keep the following points in mind when registering for courses. 1 Campusmate cannot be used between 3:00 AM and 5:00 AM (Japan Standard Time) each day. APU

More information

SJSU Course Evaluation. Team 131

SJSU Course Evaluation. Team 131 SJSU Course Evaluation Team 131 What is our objective Objective is to provide useful information about courses in SJSU for students who will be enrolled in them for the next semester. -Veteran students

More information

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus 1. Course Objectives Welcome to MET CS342 Data Structures with Java. The intent of this

More information

e-class User Manual v11 (Sep. 2017)

e-class User Manual v11 (Sep. 2017) e-class User Manual v11 (Sep. 2017) Table of contents Welcome to e-class! 3 Before using e-class 3 Login to e-class 3 Change display language 4 Login with smart phone 5 Logout from e-class 5 Joining in

More information

How to set up your WildCat Account. For Concurrent Enrollment High School Students

How to set up your WildCat Account. For Concurrent Enrollment High School Students How to set up your WildCat Account For Concurrent Enrollment High School Students What In this presentation, you will be instructed on how to set up a wildcat account, which will enable you to access:

More information

Genesis Parent Portal User Guide

Genesis Parent Portal User Guide PARENT PORTAL Introduction 3 Logging In & Logging Out 4 Select Language 6 Top Tabs 7 Student Summary - The Dashboard Selecting a Student Assessments Standardized Test Scores 13 Attendance Daily Attendance

More information

Using Home Access Center

Using Home Access Center Page 1 of 16 Using Home Access Center Home Access Center (HAC) is a browser-based student information system that allows you to view student registration, report card, attendance, discipline, transcript,

More information

CMN192B OFFICE: An Overview of Access and PowerPoint

CMN192B OFFICE: An Overview of Access and PowerPoint CLASS NUMBER AND NAME: TOTAL CLOCK HOURS/UNITS: PREREQUISITE: TEXT AND MATERIALS: CMN310B ADVANCED OFFICE: Access And PowerPoint 24 HOURS/1 UNIT CMN192B OFFICE: An Overview of Access and PowerPoint Microsoft

More information

Diploma in Web Development Part I

Diploma in Web Development Part I Diploma in Web Development Part I Lesson 1 The Web Development Full Stack Presented by: Julian Quirke Web Development Educator Lesson 1 About us Course Agenda Member Area & Community Course Engagement

More information

Getting Started with. Contents. Getting Started ! System Requirements... Before You Register # Registering for Your Course...

Getting Started with. Contents. Getting Started ! System Requirements... Before You Register # Registering for Your Course... MySpanishLab_booklet.qxd 6/13/07 5:59 AM Page 1 Getting Started with Contents Getting Started... 2! System Requirements... 3 @ Before You Register... 4 # Registering for Your Course... 4 $ Enrolling in

More information

Blackboard course design

Blackboard course design DEO team, Academic Registry www.bristol.ac.uk/digital-education Blackboard course design Updated: 8 th Jan 2018 Contents 1. About this guide... 2 2. Essential information... 2 3. Requesting a Blackboard

More information

UCD School of Information and Library Studies. IS30020: Web Publishing

UCD School of Information and Library Studies. IS30020: Web Publishing UCD School of Information and Library Studies IS30020: Web Publishing Module Coordinator: Dr Judith Wusteman Office: SILS 110, Email: judith.wusteman@ucd.ie, Tel: 716 7612 Office hour Semester 1 (Sept

More information

Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018

Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018 Advanced Client-Side Web Programming CSCI 491/595 Syllabus Fall 2018 CSCI 491/595 Section 00 Instructor: Michael Cassens Office: SS 411 Office Hours: MWF 11:00-11:50 am or by appt Phone: (415) 787-0577

More information

Parent. Portal. User. Manual

Parent. Portal. User. Manual EDUCATIONAL SERVICES Parent Portal User Manual Version 3.0 GENESIS STUDENT INFORMATION SYSTEM PARENT PORTAL Introduction 3 Logging In & Logging Out 4 Student Summary Dashboard The Dashboard Selecting a

More information

PowerSchool Parent Portal. Setup and User Guide

PowerSchool Parent Portal. Setup and User Guide PowerSchool Parent Portal Setup and User Guide References i. Create a Parent Portal Account ii. iii. iv. Link Child(ren) to your PowerSchool Parent Account Forgot my PowerSchool Login Information How to

More information

DERBY PUBLIC SCHOOLS. PowerSchool User Guide for Parents

DERBY PUBLIC SCHOOLS. PowerSchool User Guide for Parents DERBY PBLIC SCHOOLS PowerSchool ser Guide for Parents D E R B Y P B L C S C H O O L S PowerSchool ser Guide for Parents Table of Contents nderstanding PowerSchool Parent Portal with Single Sign-On... 1

More information

Direct Submit to SafeAssign

Direct Submit to SafeAssign OVERVIEW: Use to review assignment submissions for plagiarism potential and create opportunities to help students identify how to properly attribute sources rather than paraphrase. is effective as both

More information

Database Programming - Section 16. Instructor Guide

Database Programming - Section 16. Instructor Guide Database Programming - Section 16 Instructor Guide Table of Contents...1 Lesson 1 - Final Exam Preparation...1 What Will I Learn?...2 Why Learn It?...3 Tell Me / Show Me...4 Try It / Solve It...5 Lesson

More information

Tyler SIS Student 360 Parent Portal

Tyler SIS Student 360 Parent Portal To begin using the Parent Portal, follow these steps: 1.) Your password will be emailed to the address KSD has on record for you. 2.) Go to the Tyler SIS Student 360 web page https://sis.kunaschools.org/idkn360

More information

Diploma in Web Development Part I

Diploma in Web Development Part I Diploma in Web Development Part I Lesson 1 The Web Development Full Stack Presented by: Julian Quirke Web Development Educator Webinar Interaction Any questions? Our support team are here to help Chat

More information

eschoolplus 3.1 New Features

eschoolplus 3.1 New Features South Central RIC 435 Glenwood Road Binghamton, NY 13905 607-766-3750 eschoolplus 3.1 New Features 1990-2014 SunGard Public Sector Inc. All rights reserved. No part of this publication may be reproduced

More information

McKinney ISD Home Access Center User Assistance Elementary Home Access Center User Assistance

McKinney ISD Home Access Center User Assistance Elementary Home Access Center User Assistance McKinney ISD Home Access Center User Assistance Elementary Home Access Center User Assistance Using Home Access Center Home Access Center Menu View another student Attendance Month View Page Change months

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006 : B. Tech

More information

1.1 Login to Application System Filling out Applications Changing Password Changing Personal Information 14

1.1 Login to Application System Filling out Applications Changing Password Changing Personal Information 14 Application System 1 Chapter 1 - Student 1.1 Login to Application System 4 1.2 Filling out Applications 9 1.3 Changing Password 12 1.4 Changing Personal Information 14 Chapter 1 - Student Application System

More information

Bloomsburg Area School District Parent Portal Instructions

Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District parents now have the ability to access important, up-to-date, student information online. Our online Grade Book

More information

User Manual. Home Access Center User Assistance

User Manual. Home Access Center User Assistance User Assistance User Manual Using Menu View another student Attendance Month View Page Change months View attendance details Calendar Page Customize calendar information Change calendar views Classwork

More information

HOW TO USE HOMESCHOOL REPORTING ONLINE

HOW TO USE HOMESCHOOL REPORTING ONLINE HOW TO USE HOMESCHOOL REPORTING ONLINE 1. The address for the reporting website is: www.homeschoolreporting.com 2. Click on the sign-up link at the top of the page. You should see the following: REGISTRATION

More information

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver Coffeyville Community College COURSE SYLLABUS FOR COMP-297 Web Page Design: Adobe Dreamweaver Mrs. Darla Thornburg Spring 2018 Page 1 of 8 COURSE NUMBER: COURSE TITLE: CREDIT HOURS: INSTRUCTOR: OFFICE

More information

CS Exam 1 Review Suggestions - Spring 2017

CS Exam 1 Review Suggestions - Spring 2017 CS 328 - Exam 1 Review Suggestions p. 1 CS 328 - Exam 1 Review Suggestions - Spring 2017 last modified: 2017-02-16 You are responsible for material covered in class sessions and homeworks; but, here's

More information

Faculty Training. Blackboard I Workshop Bobbi Dubins

Faculty Training. Blackboard I Workshop Bobbi Dubins Faculty Training Blackboard I Workshop Bobbi Dubins Table of Contents Introduction... 2 blackboard.allegany.edu... 2 Overview of Features:... 2 Using Blackboard... 3 Changing Your Password... 3 How to

More information

If you click the links in this document or on the class website and get a logon screen:

If you click the links in this document or on the class website and get a logon screen: Introduction The enclosed information is required reading by the end of the first day of class. Hopefully it will answer your questions and get you on the right track for successfully completing the course.

More information

Introduction to Databases Fall-Winter 2009/10. Syllabus

Introduction to Databases Fall-Winter 2009/10. Syllabus Introduction to Databases Fall-Winter 2009/10 Syllabus Werner Nutt Syllabus Lecturer Werner Nutt, nutt@inf.unibz.it, Room TRA 2.01 Office hours: Thursday, 16:00 18:00 (If you want to meet up with me, send

More information

Juan M. Parada Juan has over 15 years of web design and development experience and is a professor at the University of the Arts.

Juan M. Parada Juan has over 15 years of web design and development experience and is a professor at the University of the Arts. Web I HTML + CSS CE 2411 01 Summer 2014 Continuing Education [Pick the date][type the sender company name] Course Information Location: Terra - Room 1113 Dates: MON, June 2 August 4, 6:00-9:00 pm Instructor

More information

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver Coffeyville Community College COURSE SYLLABUS FOR COMP-297 Web Page Design: Adobe Dreamweaver Mrs. Darla Thornburg Spring 2017 Page 1 of 8 COURSE NUMBER: COURSE TITLE: COMP-297 Web Page Design: Adobe Dreamweaver

More information

PowerSchool Parent Portal User Guide. Table of Contents

PowerSchool Parent Portal User Guide. Table of Contents Table of Contents What is PowerSchool Parent Portal Page 2 Have You Created an Account Page 2 Log Into PowerSchool Parent/Student Portal Page 2 After creating an account Header Page 3 Explanation of the

More information

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics Zarqa University Faculty: Information Technology Department: Computer Science Course title: Programming LAB 1 (1501111) Instructor: Lecture s time: Semester: Office Hours: Course description: This introductory

More information

Parent Portal User Guide

Parent Portal User Guide Parent Portal User Guide Table of Contents LOGIN TO THE PARENT PORTAL... 2 RETRIEVE LOST LOGIN DETAILS... 3 CHANGE YOUR PASSWORD... 5 CHANGE OR CONFIRM YOUR DETAILS & MEDICAL INFORMATION... 6 NAVIGATING

More information

Maharashtra State Board of Technical Education (MSBTE) 'I' Scheme II Semester Course Curriculum

Maharashtra State Board of Technical Education (MSBTE) 'I' Scheme II Semester Course Curriculum Maharashtra State Board of Technical Education (MSBTE) 'I' Scheme II Semester Course Curriculum Course Title: Web Page Designing with HTML (IF, CO) (Course Code:... ) Diploma programme in which this course

More information

Section 1 (10724): Tuesday & Thursday, 2:00pm- 3:15pm, Harrison Hall, Lab 0101

Section 1 (10724): Tuesday & Thursday, 2:00pm- 3:15pm, Harrison Hall, Lab 0101 SMAD 307: Interactive Design for the Web I Section 1 (10724): Tuesday & Thursday, 2:00pm- 3:15pm, Harrison Hall, Lab 0101 Instructor: Katherine Hughes Office: Harrison Hall, 0249 Course Syllabus Spring

More information

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: COURSE NUMBER: HTML Web Page Development CIST-0137 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

During the first 2 weeks of class, all students in the course will take an in-lab programming exam. This is the Exam in Programming Proficiency.

During the first 2 weeks of class, all students in the course will take an in-lab programming exam. This is the Exam in Programming Proficiency. Description of CPSC 301: This is a 2-unit credit/no credit course. It is a course taught entirely in lab, and has two required 2-hour 50-minute lab sessions per week. It will review, reinforce, and expand

More information

AP Digital Audio Submission (DAS) Portal Help

AP Digital Audio Submission (DAS) Portal Help AP DAC App Field Trial (May 2017) AP Digital Audio Submission (DAS) Portal Help In This Document Accessing the AP DAS Portal... 1 Hardware/Software Requirements... 1 File Type Requirements... 1 Section

More information

INTERN WRITTEN EXAMINATION REGISTRATION AND ENROLMENT FAQs

INTERN WRITTEN EXAMINATION REGISTRATION AND ENROLMENT FAQs INTERN WRITTEN EXAMINATION REGISTRATION AND ENROLMENT FAQs 1. This is my first time attempting the intern written examination. How do I enrol? 2. When creating an online account, I m asked to provide my

More information

Basic Procedure For Using the PremierERP Results Processing Portal. Lecturers and Course Advisors

Basic Procedure For Using the PremierERP Results Processing Portal. Lecturers and Course Advisors Basic Procedure For Using the PremierERP Results Processing Portal For Lecturers and Course Advisors Prepared By Centre For Information Technology and Systems (CITS) INTRODUCTION WHAT IS PREMIER? Premier

More information

ARC - A guide to the Database. Robert Phillips

ARC - A guide to the Database. Robert Phillips ARC - A guide to the Database Robert Phillips Contents A Guide to the Database - General page 3 A Guide to the Database ARC Maintenance page 3 A Guide to the Database ARC Student page 3 Web access ARC

More information

PowerSchool User Guide For Parents

PowerSchool User Guide For Parents PowerSchool User Guide For Parents https://powerschool.gpcsd.ca/public Table of Contents Understanding Power School Parent Portal... 2 Introduction... 2 Let s Get Started... 2 Creating Your PowerSchool

More information

CIS 408 Internet Computing (3-0-3)

CIS 408 Internet Computing (3-0-3) Cleveland State University Department of Electrical Engineering and Computer Science CIS 408 Internet Computing (3-0-3) Prerequisites: CIS 430 Preferred Instructor: Dr. Sunnie (Sun) Chung Office Location:

More information

CRICOS Provider No K ONLINE ENROLMENT

CRICOS Provider No K   ONLINE ENROLMENT CRICOS Provider No. 00124K https://www.vu.edu.au ONLINE ENROLMENT 1 Accessing online enrolment You will need a valid VU account and password allowing access to MyVU portal. MyVU is the gateway to all online

More information

Course Requirements. Prerequisites Miscellaneous

Course Requirements. Prerequisites Miscellaneous Course Requirements Prerequisites Miscellaneous Tests MidTerm and Final Count Equally Closed Book Cheat Sheets Limited number, 8.5 x 11 paper 40% of grade Harder for CS 550 students Internet or TTN: You

More information

MYEDUCATION BC FUNDAMENTALS TRAINING

MYEDUCATION BC FUNDAMENTALS TRAINING Navigation Fundamentals MYEDUCATION BC FUNDAMENTALS TRAINING GREATER VICTORIA SCHOOL DISTRICT 61 Contents: URL s Log In and Change Password Procedure Set User Preferences Change View Select School Log

More information

You can participate in Learning Catalytics with any device that has a browser (laptop, smartphone, or tablet).

You can participate in Learning Catalytics with any device that has a browser (laptop, smartphone, or tablet). LEARNING CATALYTICS Table of Contents Student Support... 3 What is?... 4 How do I access?... 7 Do I already have access to?... 8 How do I retrieve my username and/or password?...10 Getting Started with

More information

Functional Skills ICT on-demand

Functional Skills ICT on-demand Functional Skills ICT on-demand User Guide Page 1 of 25 Contents of this guide Introduction Page 3 Registering Learners Page 4-8 Booking a test Page 9-11 Amending a test booking Page 12 Downloading test

More information

SGM (SLO) Template Directions. to access the SGM tool (SLO portal) only available in CMSD

SGM (SLO) Template Directions.   to access the SGM tool (SLO portal) only available in CMSD SGM (SLO) Template Directions Go to: http://esupport/sgm to access the SGM tool (SLO portal) only available in CMSD NEW: If an error message pop up appears, read the message and act accordingly. Step 1:

More information

EasyChair tutorial. (logging in, submitting an abstract) 1. Log in to conference system

EasyChair tutorial. (logging in, submitting an abstract) 1. Log in to conference system EasyChair tutorial (logging in, submitting an abstract) 1. Log in to conference system Go to EasyChair Beeronomics 2019 conference webpage: https://easychair.org/conferences/?conf=beeronomics2019 If you

More information

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION Instructor: Carolyn Z. Gillay email: cgillay@saddleback.edu. SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION COURSE SYLLABUS CIMW 100B WEB DEVELOPMENT: HTML - ADVANCED Semester: Fall 2016 10/17/2016 to 12/18/2016

More information

Project. Minpeng Zhu

Project. Minpeng Zhu Project Minpeng Zhu Groups of 4 (3-5) Form groups I want the following information from each group: Names, personal numbers, e-mail addresses Contact person ( project leader ) Deadline for group formation:

More information

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION Instructor: Carolyn Z. Gillay email: cgillay@saddleback.edu. SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION COURSE SYLLABUS CIMW 100B WEB DEVELOPMENT: HTML - ADVANCED Semester: Summer 2017 7/17/2017 to 8/12/2017

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 There are different types of Websites. To understand the types, one need to understand what is a website? What is a Website? A website is an online HTML Document, accessible publicly and it contains certain

More information

CS142 - Web Applications

CS142 - Web Applications CS142 - Web Applications http://cs142.stanford.edu Mendel Rosenblum mendel@cs.stanford.edu 1 Today: CS142 FAQ What is this course about? How is my course grade determined? Who is teaching the course? How

More information

Using Home Access Center

Using Home Access Center Using Home Access Center Home Access Center (HAC) is a browser-based student information system that allows you to view student registration, report card, attendance, discipline, transcript, next year

More information

CSCI 201L Syllabus Principles of Software Development Spring 2018

CSCI 201L Syllabus Principles of Software Development Spring 2018 L Syllabus Principles of Software Development Spring 2018 Instructor: Jeffrey Miller, Ph.D. Email: jeffrey.miller@usc.edu Web Page: http://www-scf.usc.edu/~csci201 Office: SAL 342 Phone: 213-740-7129 Lectures:

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information