Client Side Scripting. The Bookshop

Size: px
Start display at page:

Download "Client Side Scripting. The Bookshop"

Transcription

1 Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using PHP and mysql) are done. Third part was to do client side scripting using JavaScript and additional JavaScript libraries. JavaScript like Java, this is a programming language designed by Sun Microsystems, in conjunction with Netscape that can be integrated into standard HTML pages. While JavaScript is based on the Java syntax, it is a scripting language, and therefore cannot be used to create stand-alone programs. Instead, it is used mainly to create dynamic, interactive Web pages (TechTerms, 2013). Form Validation First and the main thing of JavaScript were to do a normal form validation since PHP form validation looked not as good as I wanted to. Even though it was still the best you can get from PHP as far as I thought or managed to do. Figure 1: PHP Form Validation - Account Registration

2 Even though, this design was very inconvenient since the error messages does not show up near the actual errors and show up all at once on the top. I first I decided to do a simple error pop up messages in the separate windows. Figure 2: JavaScript Alert Form Validation That would be useful, because that would instantly attract users attention, he / she would definitely see the text where they made the mistake. So I implemented that by using JavaScript DOM by searching if user has left an empty space in the form. If user left out something a pop up window appears using the alert function to show the user where the mistake is made. However, it had a disadvantage as well. Even though it did show where the first mistake was, it did not show other mistakes as well. So if user made mistakes in more than one field, he had to rewrite all the information all over again to find another mistake and do it again and so on. That is very inconvenient and frustrating. I did some research and found out that implementing JQuery library to JavaScript is very good idea for form validation. Using selectors, effects and CSS were very useful to make form validation look much better and convenient.

3 Figure 3: JavaScript Final Form Validation This form has an extra JavaScript file added to validate a form. It has many global variables to maintain the data from the form. JavaScript code is reached through on submit selector in HTML which directs to particular entered file if the form is submitted. JavaScript file has many global variables to store all the data from the form. They use val method from JQuery to retrieve the values from the variables. Blur and key up functions are used to check if user has left particular form window or is in it. File also has many functions to check if the conditions of the form are met. In the picture first line of the form you can see that user left a first name field empty which is required. An explanation of the field that is in pink color changes to red to attract attention from the user and also the text changes to This Field is required to let user know what is wrong. More is done with the password fields. Since password is required for the form to be completed, the field is required text will appear as well if user will leave it blank. However, both password fields have to match for security purposes. So, if user types different passwords in fields the explanation texts of both fields change to the passwords must match text as you can see in the picture above. More different cases of form validation are explained in the register new books page displayed below.

4 Figure 4: Form Validation Register New Books Page Now we can see a dropdown menu in the first and fourth lines of the form. Since the drop down menus cannot be left blank, I assigned a zero value with a text to let user know that they have to choose an author or a genre in the menu. If user does not change it to the actual author genre the error message will appear saying you must choose Author / Genre. Image field is a file upload. User is able to upload an image of the book into the server. However, only jpg or jpeg file formats are allowed. If user tries to upload other file format as you can see in picture above, an error message appears. Even though, user can leave field blank and a default image will be taken from the server as an image for book. As price and ISBN fields should contain only numeric values they all have a validation installed that detects a non numeric value. If that happens, an error message will appear as you can see in the ISBN-10 field in the picture above. If the numeric value is entered everything stays as it was (ISBN-13 field) and if field is left empty in the price field it also displays that it is required field.

5 Alert Messages I decided to include alert messages into some of the forms. The reason I made this decision is just to inform user about the changes in the browser. These are all around the website for example it appears after a successful login or successful contact form. It also appears if user wants to register a username that is already taken. Figure 5: Register account username is taken Account Delete I have registered many accounts in many different websites because they are usually needed to access advanced features of website. Now I noticed that many of the websites do not have the ability to completely delete an account from the database. My personal opinion is that user must have an ability to change his / her mind about the website and completely delete data about them from the website.

6 That is why in the user account section there is a delete account link. The PHP programmed deletion of information had two buttons and a text asking user is he sure about the deletion of the account. Figure 6: PHP Account Delete It is a convenient request to confirm an account delete. However, it does not look good. So I decided to improve it using simple confirm box in JavaScript. Figure 7: JavaScript Account Delete

7 User can choose either OK or CANCEL in the confirm box which is quite clear what will happen. After pressing okay alert message appears. Moreover, not only user account will be deleted but also all books that the user uploaded, so all track that user was involved in the website is gone (that is also displayed in confirm message in figure seven). Book Display Figure 8: JavaScript Delete Confirmed After looking in book display pages I sensed that it is a little boring. I thought that something should be improved to make website look more professional. That is why I decided to add some slide functions from JQuery library of JavaScript to the website. They simply use slide toggle functions and this variable to make different books slide out and in separately from others.

8 Figure 9: New Books page books hidden As soon as user moves a mouse over an author and a title of a book slider activates and slides down to show some information about the book. If a user still desires to review even more information about the book he / she just have to press an underlined text to be directed to a product page which views a desired book.

9 Figure 10: New Books page book shown Moreover, same technique has been made for index.php page to make a good first impression of the website.

10 References TechTerms (2013) JavaScript [online] available from < [25 April 2013]

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

User Manual. version 1.6-r1

User Manual. version 1.6-r1 User Manual version 1.6-r1 Contents 1 What is Confixx? - General Information 4 1.1 Login................................ 4 1.2 Settings Lag............................ 5 2 The Sections of the Web Interface

More information

ITEC447 Web Projects CHAPTER 9 FORMS 1

ITEC447 Web Projects CHAPTER 9 FORMS 1 ITEC447 Web Projects CHAPTER 9 FORMS 1 Getting Interactive with Forms The last few years have seen the emergence of the interactive web or Web 2.0, as people like to call it. The interactive web is an

More information

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit.

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Editor Guide There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Central Services Select Editor from left-hand side navigation

More information

PHP & MySQL For Dummies, 4th Edition PDF

PHP & MySQL For Dummies, 4th Edition PDF PHP & MySQL For Dummies, 4th Edition PDF Here's what Web designers need to know to create dynamic, database-driven Web sites To be on the cutting edge, Web sites need to serve up HTML, CSS, and products

More information

Figure 1 - The password is 'Smith'

Figure 1 - The password is 'Smith' Using the Puppy School Booking system Setting up... 1 Your profile... 3 Add New... 4 New Venue... 6 New Course... 7 New Booking... 7 View & Edit... 8 View Venues... 10 Edit Venue... 10 View Courses...

More information

CS Homework 11

CS Homework 11 CS 328 - Homework 11 p. 1 Deadline CS 328 - Homework 11 Problem 4 (presenting something operational from Problem 3) is due during lab on Friday, April 29; the remainder of this homework is due by 11:59

More information

Chapter 4 The Companion Website A Unique Online Study Resource 4.1 Locating Companion Web sites

Chapter 4 The Companion Website A Unique Online Study Resource 4.1 Locating Companion Web sites Chapter 4 The Companion Website A Unique Online Study Resource As a student, you are no doubt familiar with the various supplements produced in conjunction with your textbooks. From videotapes to workbooks,

More information

Programming the World Wide Web by Robert W. Sebesta

Programming the World Wide Web by Robert W. Sebesta Programming the World Wide Web by Robert W. Sebesta Tired Of Rpg/400, Jcl And The Like? Heres A Ticket Out Programming the World Wide Web by Robert Sebesta provides students with a comprehensive introduction

More information

Correspondent Training Guide

Correspondent Training Guide Training How to Create an Article Central Services Main Menu Correspondent Training Guide Select Correspondent from the list of options on the left-hand side. The Correspondent Menu will be in the center

More information

Custom Fields With Virtuemart 2. Simple Custom Fields. Creating a Custom Field Type

Custom Fields With Virtuemart 2. Simple Custom Fields. Creating a Custom Field Type Customization in Virtuemart 2 Custom Fields With Virtuemart 2 Custom Plugin Fields in Virtuemart 2 Part 1. Installing and Using Custom Plugin Fields Custom Plugin Fields in Virtuemart 2 Part 2. Programming

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript?

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript? Web Development & Design Foundations with HTML5 Ninth Edition Chapter 14 A Brief Look at JavaScript and jquery Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of

More information

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

CIS Homework 9

CIS Homework 9 CIS 318 - Homework 9 p. 1 Deadline: Due by 11:59 pm on FRIDAY, April 29 How to submit: CIS 318 - Homework 9 Submit your files for this homework using ~st10/318submit on nrs-labs, with a homework number

More information

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser.

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser. Controlled Assessment Task Question 1 - Describe how this HTML code produces the form displayed in the browser. The form s code is displayed in the tags; this creates the object which is the visible

More information

Web Development. With PHP. Web Development With PHP

Web Development. With PHP. Web Development With PHP Web Development With PHP Web Development With PHP We deliver all our courses as Corporate Training as well if you are a group interested in the course, this option may be more advantageous for you. 8983002500/8149046285

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

Online Hostel Management System

Online Hostel Management System Online Hostel Management System Jayant Yadav #1, Vipin Maurya *2, Mudit Ojha #3 #1 Student, Computer Science and Engineering, Poornima Group of Institutions, India 2 Student, Computer Science and Engineering,

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 14 Test Bank

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 14 Test Bank Multiple Choice. Choose the best answer. 1. JavaScript can be described as: a. an object-oriented scripting language b. an easy form of Java c. a language created by Microsoft 2. Select the true statement

More information

Editor Training Guide

Editor Training Guide Editor Training Guide Getting Started 1. To get into your web site: Open a web browser. Enter your school s web address: If site is not live: Enter temporary web address: Enter temporary username: Enter

More information

1. Cascading Style Sheet and JavaScript

1. Cascading Style Sheet and JavaScript 1. Cascading Style Sheet and JavaScript Cascading Style Sheet or CSS allows you to specify styles for visual element of the website. Styles specify the appearance of particular page element on the screen.

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

jquery Tutorial for Beginners: Nothing But the Goods

jquery Tutorial for Beginners: Nothing But the Goods jquery Tutorial for Beginners: Nothing But the Goods Not too long ago I wrote an article for Six Revisions called Getting Started with jquery that covered some important things (concept-wise) that beginning

More information

BrightWork Team Member Training Guide

BrightWork Team Member Training Guide BrightWork Team Member Training Guide Contents 1 Training Introduction... 5 1.1 Who is this Guide For?... 5 1.2 Training Introduction... 5 1.3 Prerequisites... 5 1.4 Suggested Exercises... 6 1.5 System

More information

Written by Administrator Sunday, 05 October :58 - Last Updated Thursday, 30 October :36

Written by Administrator Sunday, 05 October :58 - Last Updated Thursday, 30 October :36 YJ NS1 is Joomla 1.0 and Joomla 1.5 native module that will allow you to scroll, scrollfade or fade in your existing Joomla news items. Yes existing ones. This means that you do not need any additional

More information

Dynamic Product Options extension for Magento2. User Guide

Dynamic Product Options extension for Magento2. User Guide Dynamic Product Options extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand

More information

Overview

Overview HTML4 & HTML5 Overview Basic Tags Elements Attributes Formatting Phrase Tags Meta Tags Comments Examples / Demos : Text Examples Headings Examples Links Examples Images Examples Lists Examples Tables Examples

More information

Emma for Faculty Lesson 1: Using <emma> and OpenOffice 1

Emma for Faculty Lesson 1: Using <emma> and OpenOffice 1 Emma for Faculty Lesson 1: Using and OpenOffice 1 Installing Firefox and OpenOffice If you have not installed Firefox and OpenOffice go to the URL below in a web browser: http://emma.wofford.edu

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Online Recruitment Application Process

Online Recruitment Application Process Online Recruitment Application Process The Online Recruitment Application process consists of following steps: Step 1: The applicant is required to enter all basic information such as Name, Date of Birth,

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

IDX Quick Start Guide. A Guide for New Clients

IDX Quick Start Guide. A Guide for New Clients IDX Quick Start Guide A Guide for New Clients Introduction Congratulations on your decision to integrate IDX property search and lead capture tools into your website! With these IDX tools, your website

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

All India Council For Research & Training

All India Council For Research & Training WEB DEVELOPMENT & DESIGNING Are you looking for a master program in web that covers everything related to web? Then yes! You have landed up on the right page. Web Master Course is an advanced web designing,

More information

Web Designing HTML (Hypertext Markup Language) Introduction What is World Wide Web (WWW)? What is Web browser? What is Protocol? What is HTTP? What is Client-side scripting and types of Client side scripting?

More information

Add Your Product to Clickbank

Add Your Product to Clickbank MODULE 3 LESSON 8 Add Your Product to Clickbank 2013 Mark Bishop NicheSynergy.com 1 Niche Synergy Table of Contents Disclaimer... 2 Why use Clickbank instead of another platform?... 3 The most important

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

Table of Contents. 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11

Table of Contents. 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11 Table of Contents 1. Installation 3 2. Configuration 4 3. How to create a custom links 9 4. More Information 11 2 1- Installation Would you like to display your content in a nice and scrolling way and

More information

Release Date July 12 th 2013

Release Date July 12 th 2013 Release Date July 12 th 2013 Table of Contents 1. Overview...6 1.1 HTML Player...6 1.2 Why are we changing?...6 1.3 What do you need to do?...6 1.4 Will everything change to HTML?...6 1.5 Will the look/feel

More information

QuickQuote Algoma Hardwoods, Inc. Internet Estimating System Quick Start Guide

QuickQuote Algoma Hardwoods, Inc. Internet Estimating System Quick Start Guide More than a name it s a standard. Established in 1892. 1001 Perry Street Algoma, WI 54201 (920) 487-5221 (920) 487-3636 Fax sales@algomahardwoods.com QuickQuote Algoma Hardwoods, Inc. Internet Estimating

More information

SpeechClass Instructor Quick Start for A Speaker s Guidebook, Fourth Edition

SpeechClass Instructor Quick Start for A Speaker s Guidebook, Fourth Edition SpeechClass Instructor Quick Start for A Speaker s Guidebook, Fourth Edition 2 System Requirements The following Web browsers are formally supported and tested for use with SpeechClass: Windows: Internet

More information

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

Getting Started with Certified Background

Getting Started with Certified Background Getting Started with Certified Background How to place an order How to create your Certified Profile Account How to complete requirements How to upload documents You will first go to www.certifiedbackground.com

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 14 A BRIEF LOOK AT JAVASCRIPT Copyright Terry Felke-Morris 2 Learning Outcomes In this chapter, you will learn how to: Describe common uses of

More information

Participation Status Report STUDIO ELEMENTS I KATE SOHNG

Participation Status Report STUDIO ELEMENTS I KATE SOHNG 2015 Participation Status Report STUDIO ELEMENTS I KATE SOHNG Table of Contents I. Wataru... 1 A. JQuery discussion... 1 B. Other JavaScript libraries... 1 C. CakePHP framework... 2 D. Webpage feedback...

More information

How to Navigate the Challenge Runner Website

How to Navigate the Challenge Runner Website How to Navigate the Challenge Runner Website How to Join Challenge Runner Create an Account To join the Maroon Moves Walking Challenge 1. Click on the Maroon Moves Challenge Runner Link: https://www.challengerunner.com/login/challenge/3e64ro-1h81

More information

HawkNet WebAdvisor: Registering for Classes

HawkNet WebAdvisor: Registering for Classes HawkNet WebAdvisor: Registering for Classes May 006 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional Development Services Logging in

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

DEKAFLOW Access Upgrade FAQ & Troubleshooting. Frequently Asked Questions Troubleshooting Guide Installation Issues Help

DEKAFLOW Access Upgrade FAQ & Troubleshooting. Frequently Asked Questions Troubleshooting Guide Installation Issues Help DEKAFLOW 2018 Access Upgrade FAQ & Troubleshooting Click the link below for: Frequently Asked Questions Troubleshooting Guide Installation Issues Help Access Upgrade FAQ Why is this change being made?

More information

Professional Diploma in Web Designing

Professional Diploma in Web Designing Professional Diploma in Web Designing DOT-NET Institute: DOT-NET is a leading Educational Training institute based in Delhi. As excellence is embedded in the very core of DOT-NET principles, it provides

More information

EIE4432 Web Systems and Technologies Project Report. Project Name: Draw & Guess GROUP 21. WatermarkPDF. shenxialin shen

EIE4432 Web Systems and Technologies Project Report. Project Name: Draw & Guess GROUP 21. WatermarkPDF. shenxialin shen EIE4432 Web Systems and Technologies Project Report s e Project Name: Draw & Guess GROUP 21 SHEN Xialin (Spark) 12131888D Introduction XUE Peng (Raymond) 12134614D This is a multi-player draw and guess

More information

First, find a video on YouTube you want to put on your page. Click on the Share button, where you will see the Share or embed this video dialog box.

First, find a video on YouTube you want to put on your page. Click on the Share button, where you will see the Share or embed this video dialog box. Embed YouTube Current version of Morpheus: YouTube is helpful enough to actually provide people with the embed code for all of their videos, so you don't actually need to know how to use HTML code to embed

More information

CSCU9B2 Practical 1: Introduction to HTML 5

CSCU9B2 Practical 1: Introduction to HTML 5 CSCU9B2 Practical 1: Introduction to HTML 5 Aim: To learn the basics of creating web pages with HTML5. Please register your practical attendance: Go to the GROUPS\CSCU9B2 folder in your Computer folder

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering Fifth Semester Subject: Web Programming Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Content

More information

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar.

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar. National College of Ireland BSc in Computing 2017/2018 Deividas Sevcenko X13114654 X13114654@student.ncirl.ie Multi-calendar Technical Report Table of Contents Executive Summary...4 1 Introduction...5

More information

Patient Portal - Patient User Guide

Patient Portal - Patient User Guide - Patient User Guide Staying in Contact with your doctor just got easier Do it Online Login to 1. Open your internet browser 2. Search for ManageMyHealth www.managemyhealth.co.nz Note click on the header

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

District 5910 Website Quick Start Manual Let s Roll Rotarians!

District 5910 Website Quick Start Manual Let s Roll Rotarians! District 5910 Website Quick Start Manual Let s Roll Rotarians! All Rotarians in District 5910 have access to the Members Section of the District Website THE BASICS After logging on to the system, members

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

CS Final Exam Review Suggestions - Spring 2018

CS Final Exam Review Suggestions - Spring 2018 CS 328 - Final Exam Review Suggestions p. 1 CS 328 - Final Exam Review Suggestions - Spring 2018 last modified: 2018-05-03 Based on suggestions from Prof. Deb Pires from UCLA: Because of the research-supported

More information

idocvault Administrator Guide

idocvault Administrator Guide idocvault Administrator Guide Administrative Features INTRODUCTION This book will cover the administrative features of idocvault including changing a password, adding a new user, and deleting a user. CONTENTS

More information

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions at any time. The first step is to open your internet

More information

OMICS Publishing Group Online Submission System

OMICS Publishing Group Online Submission System OMICS Publishing Group Online Submission System Editorial Manager -Reviewer Tutorial Contents Reviewer Software Requirements Reviewer Login Overview Registering with EM Duplicate Registration check Possible

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

SmartList Senior Project Paper

SmartList Senior Project Paper Brandon Messineo Dr. Jackson SmartList Senior Project Paper We live in a world where technology is used frequently. We use technology to tell the time, predict the weather, write a paper, or communicate

More information

Go! Res & IE 7 Install FAQ & Support Document. Go! Res & IE 7 Install FAQ & Support Document Table of Contents

Go! Res & IE 7 Install FAQ & Support Document. Go! Res & IE 7 Install FAQ & Support Document Table of Contents Go! Res & IE 7 Install FAQ & Support Document Go! Res & IE 7 Install FAQ & Support Document Table of Contents I. Go! Res & Internet Explorer 7 Notes & Minimum Requirements 1 1. Internet Explorer 7 System

More information

Client-side Development using HTML, Javascript and CSS

Client-side Development using HTML, Javascript and CSS Lab 1 Client-side Development using HTML, Javascript and CSS Authors: Sahand Sdjadee Alexander Kazen Gustav Bylund Per Jonsson Tobias Jansson Spring 2015 TDDD97 Web Programming http://www.ida.liu.se/~tddd97/

More information

Portwalk Place WORDPRESS MANUAL O ROURKE HOSPITALITY MARKETING OROURKEHOSPITALITY.COM

Portwalk Place WORDPRESS MANUAL O ROURKE HOSPITALITY MARKETING OROURKEHOSPITALITY.COM Portwalk Place WORDPRESS MANUAL TABLE OF CONTENTS Login... 3 Editing Existing Pages... 4 Adding New Pages... 7 Editing/Adding Text... 9 Creating a Link... 10 Linking to a PDF... 11 Making a Link a Button...

More information

How To Enter (and Update/Modify) Board Officers In PT Avenue

How To Enter (and Update/Modify) Board Officers In PT Avenue How To Enter (and Update/Modify) Board Officers In PT Avenue Your PT Avenue account includes a Board profile area for entry of both current and future positions. New Board members (or those changing positions)

More information

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules For technical support call 1-800-936-6899 PsychPortal Quick Start for Myers Psychology 10e In Modules Table of Contents Overview...

More information

Marine Bacterioplankton Database (MBD) Global Positioning of Marine Bacterioplankton (GPMB) MBD / GPMB User s Manual

Marine Bacterioplankton Database (MBD) Global Positioning of Marine Bacterioplankton (GPMB) MBD / GPMB User s Manual Marine Bacterioplankton Database (MBD) Global Positioning of Marine Bacterioplankton (GPMB) MBD / GPMB User s Manual Introduction MBD/GPMB is the result of a project done for the University of Kalmar,

More information

Book IX. Developing Applications Rapidly

Book IX. Developing Applications Rapidly Book IX Developing Applications Rapidly Contents at a Glance Chapter 1: Building Master and Detail Pages Chapter 2: Creating Search and Results Pages Chapter 3: Building Record Insert Pages Chapter 4:

More information

Getting Started Reliance Communications, Inc.

Getting Started Reliance Communications, Inc. Getting Started Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Before you Begin... 3 Bookmark Your Login Page... 3 Setting your Password...

More information

Use of Adobe Contribute to Edit your Chaîne Website

Use of Adobe Contribute to Edit your Chaîne Website Use of Adobe Contribute to Edit your Chaîne Website While there are many different programs that can be used to edit webpages, Adobe Contribute is available for both the Windows and Mac platforms. It is

More information

Volunteering Database User Guide

Volunteering Database User Guide Volunteering Database User Guide V2. 09/207 Contents Page. Contents 2. Introduction 3. Getting ready to use the Volunteering Database 4. Top Tips! 5. Registering for an ECAS account 9. Logging in to the

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

More information

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Compatibility: Community Edition: 1.4.x.x, 1.5.x.x, 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x Enterprise Edition: 1.9 and later Release date:

More information

LADI. User s Manual. Version 3.0. MUSIC CHOICE Local Addressible Data Inserter

LADI. User s Manual. Version 3.0. MUSIC CHOICE Local Addressible Data Inserter LADI MUSIC CHOICE Local Addressible Data Inserter User s Manual Version 3.0 Effective April 22, 2008 Index Copyright 2008 Manzanita Systems. All rights reserved. Music Choice LADI Local Ad Inserter User

More information

Welcome to The Wise Woman University

Welcome to The Wise Woman University Welcome to The Wise Woman University Starting a Course The Wise Woman University consists of two websites: www.wisewomanuniversity.org and www.wisewomanuniversity.ning.com. These two websites serve different

More information

Building a Web-based Health Promotion Database

Building a Web-based Health Promotion Database 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Building a Web-based Health Promotion Database Ádám Rutkovszky University of Debrecen, Faculty of Economics Department

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Getting started with jquery MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University

Getting started with jquery MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University Getting started with jquery MIS 2402 Konstantin Bauman Department of MIS Fox School of Business Temple University Exam 2 Date: 11/06/18 four weeks from now! JavaScript, jquery 1 hour 20 minutes Use class

More information

ISU Market. A website application for buying and selling various items in the ISU domain. ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara

ISU Market. A website application for buying and selling various items in the ISU domain. ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara ISU Market A website application for buying and selling various items in the ISU domain ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara Contents 1 Overview 1 2 New Concepts and Complexity 2 3 Creation,

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

Using Stanford Community itunes

Using Stanford Community itunes Using Stanford Community itunes Stanford s itunes Community partnership provides a great place for sharing and presenting Stanford community course materials, including talks, movies, and other content.

More information

Hostbill Integration Manual

Hostbill Integration Manual Hostbill Integration Manual Automatic and fast provisioning of BackupAgent for service providers using HostBill 1. About BackupAgent For HostBill BackupAgent for HostBill is a module which allows your

More information

this is a cat CS50 Quiz 1 Review

this is a cat CS50 Quiz 1 Review CS50 Quiz 1 Review this is a cat CS50 Quiz 1 Review JavaScript CS50 Quiz 1 Review first, recall from zamyla Remember, PHP is run server-side. The HTML output of this PHP code is sent to the user. Server

More information

Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang

Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang Home Page For CoMet Independent Study (2950) Report Summer 2013 Wenbang Wang Supervisor: Dr. Peter Brusilovsky Chirayu Wongchokprasitti The Goal for Independent Study What I was requested to do is to revise

More information

Mobile Site Development

Mobile Site Development Mobile Site Development HTML Basics What is HTML? Editors Elements Block Elements Attributes Make a new line using HTML Headers & Paragraphs Creating hyperlinks Using images Text Formatting Inline styling

More information

Guidelines for work on the Genebank KB site

Guidelines for work on the Genebank KB site Guidelines for work on the Genebank KB site (By Geert Claessens. For extra information email to geert.jef.claessens@gmail.com) These guidelines are written for users of the Crop Genebank Knowledge Base

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

Instructions for New Markets Tax Credit Program Applicants in Electronic Handbooks

Instructions for New Markets Tax Credit Program Applicants in Electronic Handbooks Instructions for New Markets Tax Credit Program Applicants in Electronic Handbooks General Instructions for All NMTC Applicants: Required Software Internet Explorer 5.5 or Netscape Navigator 6.0 (ensure

More information

Getting started with the ISIS Community Portal-

Getting started with the ISIS Community Portal- Getting started with the ISIS Community Portal- Creating an ISIS account- 1. In your web browser navigate to the ISIS portal site- http://www.isis.org and click Register in the upper right corner. If you

More information

Desire2Learn. Student Guide. Information Technology Services. Outreach and Distance Learning Technologies

Desire2Learn. Student Guide. Information Technology Services. Outreach and Distance Learning Technologies Desire2Learn Student Guide Information Technology Services Outreach and Distance Learning Technologies Copyright 2013 - KSU Department of Information Technology Services This document may be downloaded,

More information

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS FUNCTION LOCATION Teacher Registration 2-3 Certification Box (must be checked 6 before submitting scores for AT/TAR) Count-Column Button 4 Current

More information