Dynamic Survey Design  Survey is designed by the user  Implementation through dynamic code i.e., database driven  Hard code is often better  Rarely.

Slides:



Advertisements
Similar presentations
17 HTML, Scripting, and Interactivity Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and.
Advertisements

PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
Tutorial 6 Creating a Web Form
Links.  Styling Links  Links can be styled with any CSS property (e.g. color, font-family, background-color).  Special for links are that they can.
Enter question text... 1.Enter answer text.... Enter question text... 1.Enter answer text...
Enter question text... 1.Enter answer text.... Enter question text... 1.Enter answer text...
Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims –To allow easier data entry using forms Objectives, by.
Forms and Screen Design What is a form? A layout on screen which allows users to make choices, enter data or view data. They are found in: PC applications.
Session #8 Dynamic HTML March 22, 2004
16/19/2015CS120 The Information Era CS120 The Information Era Chapter 5 – Advanced HTML TOPICS: Introduction to Web Page Forms and Introductory Javascript.
Design Considerations for Computer Assisted PSEP Training. On Line Packaged Software Hardware Considerations User Interface Keeping Students Engaged ContentContentContent.
Online Magazine Bryan Ng. Goal of the Project Product Dynamic Content Easy Administration Development Layered Architecture Object Oriented Adaptive to.
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
CS CS 5150 Software Engineering Lecture 13 System Architecture and Design 1.
Multimedia Authoring - Chapter 6 - Part I1 Multimedia Authoring Using Various Tools - Part I: ToolBook M.Dastbaz Designing Interactive Multimedia Systems.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
Applications By Ollie Docherty.
Chapter 6: Forms JavaScript - Introductory. Previewing the Product Registration Form.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Java Programming, 3e Concepts and Techniques Chapter 3 Section 65 – Manipulating Data Using Methods – Java Applet.
Integrating JavaScript and HTML5 HTML5 & CSS 7 th Edition.
CSCI 6962: Server-side Design and Programming Introduction to Java Server Faces.
Mastering Char to ASCII AND DOING MORE RELATED STRING MANIPULATION Why VB.Net ?  The Language resembles Pseudocode - good for teaching and learning fundamentals.
Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and check boxes using HTML Add a pull-down.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
AUTOMATION OF WEB-FORM CREATION - KINNERA ANGADI – MS FINAL DEFENSE GUIDANCE BY – DR. DANIEL ANDRESEN.
Web Interfaces, Forms & Databases Databases Snyder p HTML Basics Snyder p JavaScript Snyder Chapter 18.
Dynamic Web Pages & JavaScript. Dynamic Web Pages Dynamic = Change Dynamic Web Pages are web pages that change. More than just moving graphics around.
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit G Using Forms to Control Input.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
11 1 Cookies CGI/Perl Programming By Diane Zak Objectives In this chapter, you will: Learn the difference between temporary and persistent cookies.
CONTENTS 1.Work done in JUNE (22nd-30th)‏ i) Stage 1:Concept proposal acceptance module upload (Slide 2nd)‏ 2. Work done in JULY a) Stage 1: Improvised.
JavaScript - A Web Script Language Fred Durao
INFO 355Week #71 Systems Analysis II User and system interface design INFO 355 Glenn Booker.
Sudoku Taryn Wise. Operational Concepts and System Requirements Solve sudoku puzzles in a convenient way Have a notes option for number possibilities.
MOSS Design Presentation -Senior Project-. MOSS MOSS Server System 1. MOSS Application 2. Server 3. Client SIU-E Code Cop System 1. SIU-E.
Things we’ve covered so far  Basic HTML  Some advanced tags i.e.  Styling using CSS  Background-color  Text  Changing the font on your site  Inserting.
Chapter 11 Using SAS ® Web Report Studio. Section 11.1 Overview of SAS Web Report Studio.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
UFCEKS-20-2Multimedia Authoring Times Table Quiz.
Producing a high-impact web experience by integrate Macromedia Flash and ASP By Katie Tuttle CS 330: Internet Architecture and Programming Project.
Glogster EDU is an educational platform for the creative expression of knowledge and skills in the classroom and beyond. A Glog is created using a very.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
External Study Credit Granting with SurveyGizmo Shepherd University Department of Psychology.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
2/18/14 Terri Shkuda Research Informatics
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 6: Creating XHTML Forms Kelly.
1 Introduction to Web Application Review. 2 Five Layers Architecture HTML, CSS, Java Script ASP.net User ’ s.dll, Nunit, Web Services ADO.net SQL Server,
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
Tutorial 6 Creating a Web Form
3/2/16 Terri Shkuda Research Informatics
Introduction to.
Unit 20 - Client Side Customisation of Web Pages
How to access NoodleBib?
Section 17.1 Section 17.2 Add an audio file using HTML
Web Page Development Tools
Use proper case (ie Caps for the beginnings of words)
Ten Steps to a Good PowerPoint
International Labour Office
Web Page Development Tools
Back Cover Cover Page Page 1-Triple-click in this text box and enter your information for Page 1 of your book. Page 2-Triple-click in this text box and.
Interfaces, Classes & Objects
For use on your feedback page
This is an example text. Go ahead and replace it with your own text.
Information Technology Committee
Action Items Background: Committee Involved: Action Requested:
Presentation transcript:

Dynamic Survey Design  Survey is designed by the user  Implementation through dynamic code i.e., database driven  Hard code is often better  Rarely totally dynamic

Variable Database (VDB) VDB Variables can include:  Number of pages in the survey  Number of questions  Type of Questions (radio, text, pulldowns, etc.)  Introductory text  Validation  Colors, fonts, styles, etc.  …. User defined variables Can be entered through a web interface!

The Dynamic Concept Variable VDB Code calls variables Code Outputs Survey LDB Look-up Code Stores Responses RDB Response Data is sent to your stats package & basic stats are performed! (FTP?) Remember not everything needs to be dynamic!

Code for A Dynamic Text Box #introtext# <cfinput type=#typ# name=#nam# align=#alig# required=#requir# message=#messag# size=#siz# maxlength=#maxlengt#> Can be stored in your LDB!

Code for A Dynamic Text Box