Keenan Adamson 2540895 Supervisor: Dr Bill Tucker.

Slides:



Advertisements
Similar presentations
IRRA DSpace April 2006 Claire Knowles University of Edinburgh.
Advertisements

Servlets Enterprise Systems Programming. Servlets  Servlets: server-side Java programs that enable dynamic processing of web-based requests  Web-based.
DT228/3 Web Development WWW and Client server model.
Meta-Door 2.0 An online management tool for FGDC-compliant metadata, MarineXml, and SensorML.
3rd Annual Plex/2E Worldwide Users Conference Page based on Title Slide from Slide Layout palette. Design is cacorp Title text for Title or Divider.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
Apache Tomcat Server – installation & use Server-side language-- use Java Server Pages Contrast Client-side languages HTML Forms Servers & Server-side.
Apache Tomcat Server Typical html Request/Response cycle
Contrast with JavaScript HTML Formsto invoke Java Server Pages Structure of Forms Query strings Java Server Pages Sent From Browser To Serverfor JSP.
School location collector
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
Mobile based digital Inspection. About Android Mobile Based Application for Regular inspection accomplishment and reporting. It can be utilized by any.
2440: 141 Web Site Administration Web Server-Side Programming Professor: Enoch E. Damson.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Online Surveys A Look at Cardiff-TeleForm Denise H. Wells Planning and Research Central Piedmont Community College.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
Dr. Azeddine Chikh IS444: Modern tools for applications development.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Java Omar Rana University of South Asia. Course Overview JAVA  C/C++ and JAVA Comparison  OOP in JAVA  Exception Handling  Streams  Graphics User.
Web Application Programming Carol Wolf Computer Science.
ODK Collect Jonathon Tai, EERI.
L. Grewe LAMP, WAMP and... Motivaiton Basic Web Systems with Delivery of Static and Dynamic Web Pages html, css, media javascript (“dynamic” on client.
Chapter 17 - Deploying Java Applications on the Web1 Chapter 17 Deploying Java Applications on the Web.
PressureSync Team Members: Justin Morton Brandon Steele Michael Suever Faculty Advisors: Dr. John K. Estell Dr. David F. Kisor November 12, 2003.
09/04/2008 Wallops Institutional Information Management System WIIMS An Overview.
Matrix Mapping Tool Sam Gross Internship at Virtual Technology Corporation.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Keenan Adamson Supervisor: Dr Bill Tucker.
NMED 3850 A Advanced Online Design January 12, 2010 V. Mahadevan.
Webcommerce Computer Networks Webcommerce by Linnea Reppa Douglas Martindale Lev Shalevich.
Architecture of the web Client Server retrieved or generated web page.
A Genealogy System for the Web Matthew A. Page November 20, 2002.
Apache Cocoon Part II 3/6/06 Kevin Davis. Learning Objectives Understand how CForms work Understand how XSPs work Make a basic CForm that can pass information.
Dynamic web content HTTP and HTML: Berners-Lee’s Basics.
CS 4720 Dynamic Web Applications CS 4720 – Web & Mobile Systems.
By Bearzx Dive Into Web Introduction To WEB
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Chapter 16 The World Wide Web. FIGURE 16.0.F01: A very, very simple Web page. Courtesy of Dr. Richard Smith.
Presenting By CH . MADHURI(12QU1D5806) Under the supervision of
Keenan Adamson Supervisor: Dr Bill Tucker.
Windows 7 WampServer 2.1 MySQL PHP 5.3 Script Apache Server User Record or Select Media Upload to Internet Return URL Forward URL Create.
COMP 2923 A2 Website Development 101 Danny Silver JSOCS, Acadia University.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Learning Aim C.  In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file.
Overview Web Technologies Computing Science Thompson Rivers University.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
بسم الله الرحمن الرحيم Information’s New Technologies (Internet Technologies) Ahmed Abdelmageed, MSc Department of Computer Science, University of Khartoum.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
PHP Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
Web Programming Language
Visual Classification of Football Teams
Web Technologies Computing Science Thompson Rivers University
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
PHP / MySQL Introduction
LAMP, WAMP and.. L. Grewe.
IS 360 Course Introduction
Silverlight Technology
Architecture of the web
Web Technologies Computing Science Thompson Rivers University
ODK (Open Data Kit). What is Open Data Kit?  Many organizations are using mobile devices to collect data in the field. Open Data Kit is a suite of tools.
Presentation transcript:

Keenan Adamson Supervisor: Dr Bill Tucker

 Used to create forms  Processes data contained in forms uploaded.  Inserts into database.  Presents form fields for data entry.  Completed form is submitted to OXD server.  View data for all forms responded to.  Export to CSV format. OpenXData Server EMIT uploads

 Large code base of EMIT makes it difficult to make changes.  Made simple website to understand how to handle rich media.  Be able to store and retrieve video in database. (XML encoding)  Find suitable place in EMIT code base to make necessary modifications.  Write code (JSP) to allow EMIT to accept and view rich media.

 Languages ◦ JSP (Java Server Pages) ◦ JavaScript ◦ HTML ◦ XML  Servers ◦ Apache Tomcat ◦ Apache HTTP Server  Database ◦ MySQL

 Collect text data using EMIT on mobile.  View collected data on mobile and server.  Simple video/audio/picture upload.