首页 > 其他分享 >SEHS4517 Web Application Development

SEHS4517 Web Application Development

时间:2024-10-06 09:33:15浏览次数:1  
标签:Development Web SEHS4517 web your will user input page

SEHS4517 Web Application Development and Management

Semester 1, 2024-2025

Assignment

Individual Assignment (30% of the assessment of this course) This individual assignment aims:

To conduct research on relevant reference materials or sources.

To develop an interactive web application using HTML5 and PHP.

Scenario:

Choose an organization that requires member registration. Examples of this organization include asoccer fan club, fitness club, dance group, music group, professional organization, charity, … TheChairman of this organization wants you to develop ONE web page with the filename

welcome.html that contains an introduction for the organization. The introduction should NOT exceed 600 words. That web page also contains an online registration form for the potentialmembers to join that organization. The online registration form contains the following fields for auser to input:

 

Password

The registration form contains one button labelled with “Register” for sending the user input byPOST method to the CGI program called member.php. The registration form also contains a buttonlabelled with “Clear” to reset the user input. You can have your own design for these buttons andthe registration form by adding colors, background and pictures only. (Note: NO videos and NO audios are allowed).

You are also requested to develop TWO web server programs that process the user input from theregistration form. Once the user presses the “Register” button onthe registration form you havemade, the user input will be sent to a web server program called member.php which will generate a

web page that shows the user input. You will design how the user input information is displayed onthis newly generated web page.

This newly generated web page contains two buttons. You can have your own design of thesebuttons. One button is labelled with “Back” which is used for the user to press to go back to the webpage showing the registration form you have made and allows the user to re-enter the particulars on Page 2 of 4

he registration form. The other button is labelled with “Confirm” which is used to confirm the user

nput. Once the “Confirm” button is pressed, another代 写SEHS4517 Web Application Development   web server program called check.php will bectivated to check if the user’s input age is larger than or equal to 18 years of ageIf the user’s input age is larger than or equal to 18 years of age, then the web server program will

generate a “thank you” web page. The message on the “thank you” web page is created by you andshould NOT exceed 50 words. You can have your own design of this “thank you” web page.If the user’s input age is less than 18 years of age, then the web server program will generate a“sorry” web page, telling the user that the user is too young to be a member and is not allowed to bethe member. The message on the “sorry” web page is created by you and should NOT exceed 50

words. You can have your own design of this “sorry” web page.Requirements:

Use HTML5 that follows XHTML syntax rules to design the web page containing the

registration form. The filename for this web page is welcome.html.

Use PHP to develop the web server programs member.php and check.php that process the user

input from the registration form.

You can use pictures for this assignment, but NO videos and NO audios are allowed in this

assignment.

At the beginning of your source codes (i.e., HTML5 and PHP), there are comments stating the

following:

This subject information (i.e. SEHS3245 Web Systems and Technologies)

This assignment information (i.e., Individual Assignment)

Submission date (i.e., 12 October 2024)

Your full name

Your student ID number

Submission:

  1. From each student, put your web page source code (i.e., HTML tags), PHP programs and your

web page design (screen capture is fine. Screen capture can be carried out by holding down

ALT key, then pressing Print Sc key, then paste into a document) into a Microsoft Word 2016

document. Convert the Microsoft Word 2016 document to PDF format by choosing File, then

Print, then under Printer, choose Microsoft Print to PDF, click OK. Change the filename to be

A appended with your full name and your student ID number. If your name is Chan Tai Man

and your student ID number is

24012345S, then the filename is

A_ChanTaiMan_24012345S.pdf. Page 3 of 4

  1. Put the .pdf file, the .html file, the .php files and picture files (if any) into a folder. Make a zipfile of the folder containing all your work:

o Click on the folderand go outside of the folder where your work is saved

o Right-click on the folder that contains all your work, then, depending on your computer,

do EITHER of the following:

 Select 7-Zip then select the second-last option Add to “project.zip” (assuming thatyou are in a folder called project)

 Select Send-to and then Compressed (zipped) folder

o New .zip file should be created.

o Note: 7-zip is a freeware downloadable through the Internet.

  1. Right-click on this .zip file, then select Rename, then change the name to A appended with your

full name and student ID number. If your name is Chan Tai Man and your student ID number is

24012345S, then the filename should be A_ChanTaiMan_24012345S.zip

  1. Submit the .zip file to Blackboard by 10PM, 12 October 2024 (Saturday).While submitting the softcopy via Blackboard, a timestamp will be placed on the softcopy of yourassignment. There is a sharp cut-off time at Blackboard, so late submission will be recorded at

Blackboard. Softcopy submitted via email or other means will NOT be accepted unless Blackboardis not available. As many students will submit their assignments toBlackboard at around the deadline time, it normally takes longer for uploading your assignment. So, it is strongly suggestedthat you start submitting earlier, say at least 45 minutes before the deadline. Marks will be deductedfor late submission. Successful submission of this assignment includes the submission of all items

specified in this section.

Marking Scheme:

Design 50% and Content 50%

The content of the web page will be marked. The design of the web page using the knowledgeyou have learned in this subject will also be marked, Use of graphics, background andhighlighting effect will be marked but DO NOT include any video or audio effect to the webpage. Use of hyperlinks to provide a convenient way to navigate around different sections in

the web page will be marked.

Plagiarism will be penalized severely. Marks will be deducted for assignments that areplagiarized in whole or in part, regardless of the sources.Mark deduction items include spelling mistakes, poor writing style, copy and paste directlyfrom any web resources, etc.ENDPage 4 of 4

标签:Development,Web,SEHS4517,web,your,will,user,input,page
From: https://www.cnblogs.com/comp9021/p/18448834

相关文章

  • 好用的websocket 心跳重连js脚本
    varwsUrl='ws://'+(document.domain||'127.0.0.1')+':8282';varws=null;//WebSocket对象varheartbeatTimer=null;//心跳定时器varisReconnect=true;//是否自动重连//创建WebSocket连接//@authhttps://so.csdn.net/so/aifu......
  • CTFWeb篇01
    该篇简单介绍一下打CTFWeb需要使用的一些工具:Dirsearch——一款非常好用的目录扫描工具,基本上所有的常见目录它都可以扫出来,避免了你艰难地测试一个个目录所花费的大量时间。Kali虚拟机——建议优先搭一个linux系统的虚拟机,上面自动搭载了许多工具,同时很多工具在linux系统上可以......
  • web知识点
    题注:当开发人员在线上环境中使用vim编辑器,在使用过程中会留下vim编辑器缓存,当vim异常退出时,缓存会一直留在服务器上,引起网站源码泄露。已知:当vim异常退出时,以index.php为例,第一次产生.index.php.swp第二次产生.index.php.swo第三次产生.index.php.swn查看IP等:控制人太台:ipc......
  • yt downloader website
     isanonlinewebsitethatoffersaconvenienttoolfordownloadingcontentfromYouTube. Whatisit?Itisknownasytdownloader,whichisafreeonlineYouTubedownloadtool.ItprovidesuserswithaneasywaytoobtainvarioustypesofmediafromYo......
  • 解决Web部署 svg/woff/woff2字体 404错误
    如果你在IIS服务器上部署项目后发现字体文件(如 .woff, .woff2, .svg)无法正常加载,可以通过在IIS上添加MIME类型来解决这个问题。步骤说明打开IIS管理器。找到对应的网站或应用程序。添加MIME类型。具体操作步骤打开IIS管理器:在Windows搜索栏中输入“......
  • PbootCMS增加可允许上传文件类型,例如webp、mov等文件格式扩展
    在PbootCMS中增加可允许上传的文件类型(例如 webp、mov 等文件格式),需要在多个地方进行配置。以下是详细的步骤:操作步骤1.修改 config.php 文件首先需要修改 config.php 文件,增加允许上传的文件类型。打开 config.php 文件打开 config.php 文件,通常位于 /config......
  • (开题)flask框架基于Web的工艺品展示系统的设计与实现(程序+论文+python)
    本系统(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。系统程序文件列表开题报告内容研究背景随着互联网技术的飞速发展,电子商务和在线展示平台已成为各行业推广和销售产品的重要手段。工艺品作为富含文化底蕴和艺术价值的产品,其传统......
  • (开题)flask框架基于Web的高校学生竞赛成果管理系统65y7o(程序+论文+python)
    本系统(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。系统程序文件列表开题报告内容研究背景在当今教育体系中,高校学生竞赛作为培养学生实践能力、创新思维和团队协作精神的重要途径,其重要性日益凸显。然而,随着竞赛种类和数量的不断......
  • SWEN20003 Object Oriented Software Development
    SWEN20003ObjectOrientedSoftwareDevelopmentShadowTaxiProject2,Semester1,2024OverviewInthisproject,youwillcreateataxisimulationgamecalledShadowTaxiintheJavaprogramminglanguage,continuingfromyourworkinProject1.Wewillprov......
  • 22.响应式网络推广建站公司网页 Web前端网页制作 大学生期末大作业 html+css+js
     目录 一、前言 二、网页文件 三、网页效果四、代码展示1.HTML2.CSS3.JS 五、更多推荐一、前言 本实例应用html+css+js,响应式布局,可以根据不同的设备屏幕大小自动调整页面布局,手机等移动设备自适应界面,提高用户体验;支持包括IE、Firefox、Chrome、Safari等主......