1621ICT— Web Technologies

Web Site Project

1621ICT— Web Technologies

School of ICT Griffith University Trimester 1, 2021

Part A (10%) is due at the end of Week 6 (5pm Friday 23rd April)

Part B (20%) is due at the end of Week 11 with demonstrations to be conducted in your week 12 workshop. (5pm Sunday 30th May)

Assignment Description

This assignment tests your ability to design and develop a website using a combination of HTML, CSS and PHP. In Part A, you will need to produce the design for a website for a fictitious client. Your client could be a small local business, a government agency, a volunteer organisation or any other entity that needs an online presence. Use of an existing real business or organisation is not appropriate for this assignment. The aim of the website is to facilitate your client’s online needs which you should describe in your design document. In Part B, you must develop the website as per your design document. The implementation should make use of the technologies discussed and taught in this course over the semester, and should be hosted on the ELF platform. You will demonstrate your finished product to your tutor in the week 12 lab classes.

It is important to note that submission of this assignment is a requirement for passing the course.

Submission Requirements

Part A of your assignment must be submitted online via L@G under the assessment page. A single Word document is preferred, though a PDF file is also acceptable. Other formats are not allowed. The filename for your document should start with your student number and be named sensibly. For example:

s1234567_PartA_Design.docx

You will be required to present Part B of your assignment in your week 12 lab classes. You will also need to download the source files from ELF and upload them as a zip file to L@G before the due date. To obtain your files, log in to ELF via an SFTP client (WinSCP / FileZilla). You can then download the files and zip them up (include your student number in the zip file name – example below) and upload it to the submission link on L@G.

s1234567_PartB_Site.zip

Part B – Web Site Implementation (20%)

You are required to implement the website you designed in part A. If you make significant deviations from the design, you should provide a justification on why the design was not followed as an additional document.

While this assignment is designed to allow you to express your interests and creativity, there are some minimum requirements that must be met.

To achieve full marks, your website must include all of the following:

  • A minimum of 5 pages (including the landing/home page)
  • Demonstrate an understanding of HTML tags by including at least 1 of each of the following:
    • Images
    • Lists
    • Tables
  • A Navigation menu / Navigation bar
  • External CSS files for layout – please note you cannot use any CSS frameworks in your site.
  • Use a provided SQL database to retrieve and display some data to the user.
  • A form for entering data into the database or database searching – you may choose which you wish to do.

Use of pre-created HTML templates is not allowed and will be easily detectable. Please refer to the Academic Misconduct policy under the assessment section of the website.

In addition to the above site requirements, your website will also be assessed for:

  • Use of external stylesheets
  • Correct formatting of HTML
  • Correct formatting of CSS
  • Appropriate layout and navigation
  • Consistent ‘look and feel’

Database Usage

Set Up

On the assignment page, you will find a prebuilt database file that uses SQLLite. SQLite is a software library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine. It is installed on your workspace by default.

The provided database (attached) includes 3 tables; Customers, Events and Products. These are filled with some simple data that you can retrieve and display on your website. The default tables are provided below, and the scripts used to create them are provided as an attachment.

To use the provided database, you will need to upload the 1621ICT.db file to your ELF workspace inside your Assignment folder.

Use

There are 3 main steps involved in querying a database and displaying results on a web page;

  • Connect to the database
    • Query the database using PHP & SQL
    • Present the results using PHP and HTML

The code to perform the first 2 steps is provided in the form of 3 pre-written php functions located in the file queryDb.php provided on the assignment page on L@G – 1 function per provided table; getCustomers() getProducts() and getEvents();. You will need to place this file in your assignment directory along with the database file.

Each of these functions has an OPTIONAL argument that will allow you to search the table for a specific record. The search will operate on the entire table, so for example, you could use getCustomers(“Jones”) and this would search the FIRSTNAME, LASTNAME, ADDRESS and PHONE of the Customer for the term “Jones”. If you provide no search term, all the records will be returned. The index to each row of the array will be the column name listed on the previous page:

Customers (CUSTID, FIRSTNAME, LASTNAME, ADDRESS, PHONE)

Etc.

In addition to retrieving data from a database, queryDb.php also contains 3 functions for adding an entry: addCustomer(), addProduct() and addEvent().

Each of these functions has 4 parameters – the 4 non primary key fields in each table. There is NO DATA SANITATION performed – the 4 values provided to the function will be placed in a simple SQL query. For example,

addCustomer(‘Sgt.’, ‘Robocop’, ‘Police station’, ‘000’); will execute the SQL:

INSERT INTO TABLE CUSTOMERS (FIRSTNAME, LASTNAME, ADDRESS, PHONE) VALUES

(‘Sgt.’, ‘Robocop’, ‘Police station’, ‘000’);

and the database will automatically assign a CUSTID to the new record. This is obviously not best practice in real-world applications due to security issues and SQL injection, but for the purposes of this course, will suffice.

Requirements

At a minimum, you need to use your knowledge of PHP and HTML to display the data from one of these tables on your web page in a sensible manner using the provided PHP functions in queryDb.php. You will also need to use a form to either search the database for a specific record or use a form to allow new data to be added to the database. Both of these options can be achieved using the provided functions. Bonus marks will be awarded for designing your own tables and/or php functions to interact with the database.

Remember to include the queryDb.php file by writing the line require_once “queryDb.php”;

inside a <?php?> script in your file.

Modifying the database

For students wishing to create their own tables or modify the existing ones, you can look at and modify the SQL_DB_CreateScript.sql used to generate the provided db. You will need to make adjustments/write your own queryDb.php to work with any modified tables. This is not a requirement for the course/assignment, but your tutor may be able help you do this. You could use https://sqliteonline.com/ as an online interface to create an sqlite database file or download the SQLiteStudio tool https://sqlitestudio.pl/

Order Now
No Fields Found.
Universal Assignment (March 29, 2026) 1621ICT— Web Technologies. Retrieved from https://universalassignment.com/1621ict-web-technologies/.
"1621ICT— Web Technologies." Universal Assignment - March 29, 2026, https://universalassignment.com/1621ict-web-technologies/
Universal Assignment July 4, 2022 1621ICT— Web Technologies., viewed March 29, 2026,<https://universalassignment.com/1621ict-web-technologies/>
Universal Assignment - 1621ICT— Web Technologies. [Internet]. [Accessed March 29, 2026]. Available from: https://universalassignment.com/1621ict-web-technologies/
"1621ICT— Web Technologies." Universal Assignment - Accessed March 29, 2026. https://universalassignment.com/1621ict-web-technologies/
"1621ICT— Web Technologies." Universal Assignment [Online]. Available: https://universalassignment.com/1621ict-web-technologies/. [Accessed: March 29, 2026]

Please note along with our service, we will provide you with the following deliverables:

Please do not hesitate to put forward any queries regarding the service provision.

We look forward to having you on board with us.

Categories

Get 90%* Discount on Assignment Help

Most Frequent Questions & Answers

Universal Assignment Services is the best place to get help in your all kind of assignment help. We have 172+ experts available, who can help you to get HD+ grades. We also provide Free Plag report, Free Revisions,Best Price in the industry guaranteed.

We provide all kinds of assignmednt help, Report writing, Essay Writing, Dissertations, Thesis writing, Research Proposal, Research Report, Home work help, Question Answers help, Case studies, mathematical and Statistical tasks, Website development, Android application, Resume/CV writing, SOP(Statement of Purpose) Writing, Blog/Article, Poster making and so on.

We are available round the clock, 24X7, 365 days. You can appach us to our Whatsapp number +1 (613)778 8542 or email to info@universalassignment.com . We provide Free revision policy, if you need and revisions to be done on the task, we will do the same for you as soon as possible.

We provide services mainly to all major institutes and Universities in Australia, Canada, China, Malaysia, India, South Africa, New Zealand, Singapore, the United Arab Emirates, the United Kingdom, and the United States.

We provide lucrative discounts from 28% to 70% as per the wordcount, Technicality, Deadline and the number of your previous assignments done with us.

After your assignment request our team will check and update you the best suitable service for you alongwith the charges for the task. After confirmation and payment team will start the work and provide the task as per the deadline.

Yes, we will provide Plagirism free task and a free turnitin report along with the task without any extra cost.

No, if the main requirement is same, you don’t have to pay any additional amount. But it there is a additional requirement, then you have to pay the balance amount in order to get the revised solution.

The Fees are as minimum as $10 per page(1 page=250 words) and in case of a big task, we provide huge discounts.

We accept all the major Credit and Debit Cards for the payment. We do accept Paypal also.

Popular Assignments

Nursing Homework Assistance: Professional Support for Nursing Learners

Nursing is a highly challenging and honorable field that demands in-depth knowledge of healthcare practices, patient management, and clinical procedures. Alongside practical training, students must handle numerous academic tasks, which can become overwhelming. This is where nursing homework assistance services play a crucial role in helping students maintain a balance

Read More »

Nursing Assignment Help: Expert Academic Support for Nursing Students

Nursing is one of the most demanding and respected professions, requiring a strong understanding of medical concepts, patient care, and clinical practices. However, nursing students often face intense academic pressure due to complex assignments, practical training, and strict deadlines. This is where nursing assignment help services provide essential support to

Read More »

Programming Assignment Help: Expert Support for Coding Success

Programming has become an essential skill in today’s digital world, but many students find it challenging to complete coding assignments due to complex logic, tight deadlines, and evolving technologies. This is where programming assignment help services play a vital role in assisting students to achieve academic success and improve their

Read More »

Best Assignment Help Service: How to Choose the Right Academic Support

In today’s competitive academic environment, students often face multiple challenges such as tight deadlines, complex subjects, and high expectations. To manage these pressures effectively, many students turn to the best assignment help service for professional guidance. Choosing the right service can significantly impact your academic performance and overall success. What

Read More »

Cheap Assignment Help: Affordable Academic Support for Students

Education can be expensive, and many students struggle to manage their academic workload while staying within a limited budget. With rising academic pressure and tight deadlines, the demand for cheap assignment help has increased significantly. Fortunately, affordable academic services now make it possible for students to get high-quality assistance without

Read More »

Do My Assignment Online: The Smart Way to Handle Academic Pressure

In today’s demanding academic environment, students often struggle with multiple assignments, tight deadlines, and complex subjects. Balancing studies with part-time jobs and personal responsibilities can become overwhelming. This is why many students search for “do my assignment online” services to get professional help and stay ahead in their academic journey.

Read More »

Assignment Help Australia: Reliable Academic Support for Students

Australia is home to some of the world’s top universities, attracting students from across the globe. However, with high academic standards, tight deadlines, and complex coursework, many students find it challenging to keep up. This is where assignment help Australia services play a crucial role in supporting students to achieve

Read More »

Online Assignment Help: A Smart Solution for Academic Success

In today’s competitive academic environment, students often struggle to keep up with tight deadlines, complex topics, and multiple assignments. This is where online assignment help services have emerged as a reliable solution. With professional guidance and expert support, students can now achieve better grades while managing their time effectively. What

Read More »

Time Management Strategies for Students: A Complete Guide to Academic Success

In today’s fast-paced academic environment, effective time management has become one of the most essential skills for students. Whether you are in school, college, or pursuing higher education, managing your time efficiently can significantly improve your productivity, reduce stress, and enhance overall academic performance. This guide explores practical time management

Read More »

ELECTRONIC ASSIGNMENT COVERSHEET

ELECTRONICASSIGNMENTCOVERSHEETStudent NumberUnit Code NUR 237Unit name Evidence-Based Nursing PracticeSemester and yearAssignment name Assignment 1 Literacy SearchDateWord countTutorStudent’s Declaration:

Read More »

Marking Criteria for Assessment Part 1

Marking Criteria for Assessment One_Part 1Literature Search Plan (10%)Quality and CriterionExceptional(Mark: 5)Excellent(Mark: 4)Good(Mark: 3)Adequate(Mark: 2.5)Unsatisfactory(Mark: 0-2)MarksAI usePass / FailPICO(T) questionULO2, ULO3Demonstrates an excellent understanding of the PICO(T) format evidenced by an excellently structured, relevant and answerable, clinical question.Demonstrates a good understanding of the PICO(T) format evidenced by a satisfactory and

Read More »

Assessment 2 – LEARNING EXPERIENCE PLAN

Assessment 2 – LEARNING EXPERIENCE PLAN Child’s name/s      Age/s   Date and Time: Student/observer name Aim/objective Give this learning experience a name, what is the overall goal of the experience, what do you want the child/ren to learn and what are the intended EYLF outcomes and indicators that

Read More »

GenAI logbook for (NUR245)

GenAI logbook for (NUR245) When you use Gen AI in your work in accordance with your unit policy and specific assignment instructions – save a copy of this template, complete this table and then submit with your assignment in the submission portal, to prevent academic misconduct allegations. By ticking this

Read More »

CSP2151 Programming Fundamentals

Semester 1, 2026 CSP2151 Assignment 1 Page 1ECU Internal InformationCSP2151 Programming FundamentalsAssignment 1: Individual programming assignment (“Guess Game” program)Assignment Marks: Marked out of 50, worth 50% of unitDue Date: Please check CanvasBackground InformationThis assignment tests your understanding of and ability to apply the programming concepts we have covered in the

Read More »

ASSESSMENT COVER SHEET & DECLARATION

 ASSESSMENT COVER SHEET & DECLARATION Student name:   Student ID:   Assessment title:   Assessment Brief states (tick): ☐      FULL GenAI USE ALLOWED ☐      PURPOSE-SPECIFIC GenAI USE ALLOWED Unit code:   Unit name:   Unit Assessor’s name:   Tutor’s name:   Due date and time:   IF RELEVANT: Date Special

Read More »

Assessment 1

Assessment1_portfolioSubmission date:This Week (UTC+1000)Submission ID:NILFile name:ParmarK_TCHR5010_assessment1_portfolio.docx (32.14K)Word count:2266Character count:13761Write aut 4hor name in full in the first instanceVocabularyLinks to unit text missing Assessment1_portfolioORIGINALITY REPORTPRIMARY SOURCESSubmitted to Southern Cross UniversityStudent PaperSubmitted to Ikon InstituteStudent PaperSubmitted to University of EdinburghStudent PaperSubmitted to University of Western SydneyStudent PaperSubmitted to Southern Cross EducationInstituteStudent PaperSubmitted

Read More »

ASSESSMENT TASK COVER SHEET

ASSESSMENT TASK COVER SHEET Student name: Student ID: Assessment title: Unit code: Unit name: Unit Assessor: Tutor: Due Date and Time: Date and Time submitted: ACKNOWLEDGEMENT OF USE OF GENERATIVE AI Academic integrity is about being honest. ☐ NO – I have not used any GenAI for any part of

Read More »

TCHR2003: Curriculum Studies in Early Childhood Education

TCHR2003: Curriculum Studies in Early Childhood EducationSummary TitleAssessment 1 TypeCritical Review Due Date: This Month AEST/AEDT (end of Week 3) Length1500 words Weighting50% SubmissionWord document submitted to Turnitin Unit Learning OutcomesThis assessment task maps to the following ULOs:ULO1: describe and justify curriculum in early childhood education and care services.ULO2: understand

Read More »

TCHR2003: Curriculum Studies in Early Childhood Education

TCHR2003: Curriculum Studies in Early Childhood EducationSummary TitleAssessment 1 TypeCritical Review Due DateFriday, This Week AEST/AEDT (end of Week 3) Length1500 words Weighting50% SubmissionWord document submitted to Turnitin Unit Learning OutcomesThis assessment task maps to the following ULOs:ULO1: describe and justify curriculum in early childhood education and care services.ULO2: understand

Read More »

Anecdotal observation record and analysis

Anecdotal observation record and analysis   Date and Time:   Children (ages) in observation Setting: Describe the setup of resources and context of the environment       People present Record the observation: What happened? What did people say and do? Give detail including body language where applicable. What were

Read More »

Assignment 1

Scenario selected: _____1____ Literature Search Plan   Task Content Results Marks 1 Use AI to generate your initial draft research question 1.1 Name the AI tool you used AI tool used (ChatGPT) Reference: OpenAI. (2025). ChatGPT. ChatGPT; OpenAI. https://chatgpt.com/   Pass 1.2 Which question or PICOT component did you ask AI?

Read More »

Research Proposal Form

Name: Write a short paragraph describing the focus of your research: ! Title: Perceptions of Word Problems in Education: An In-Depth Exploration Introduction:   With a centre focus on trainee teachers, fresher educators, experienced educators with more than ten years of experience, and parents, this study attempts to explore how word

Read More »

Perceptions of Word Problems in Education

DATE: Dear Colleague/ participant/ name, I am currently studying a Master’s degree in Education at Birmingham City University. As part of my final dissertation, I will be undertaking some practice-based research.  This research will form part of an investigation which focuses on [INSERT details of the title of the study,

Read More »

Perceptions of Word Problems in Education

Title of Project: Perceptions of Word Problems in Education Name of Researcher: Uma Ebudula Please initial box: 1. I confirm that I have read and understand the information sheet dated [11/01/2025] for the above study. I have had the opportunity to consider the information, ask questions and have had these

Read More »

MASTER OF BUSINESS ADMINISTRATION

SUMMER INTERNSHIP PROJECT REPORT “Operational Efficiency and Field Practices at Pepsi India, Bari Brahmana•’’ Submitted in Partial Fulfilment of the Requirements for the Award of the Degree of MASTER OF BUSINESS ADMINISTRATION (MBA) Submitted by Mridul mahajan 0049MBA24 2026-27 Batch THE BUSINESS SCHOOL University of Jammu DECLARATION I hereby declare

Read More »

Team-building theories

Team-building theories Tuckman’s theory The man behind Tuckman’s theory was Bruce Tuckman. His theory is one of the oldest theories regarding team building, with Tuckman releasing it in 1965. This theory focuses on five different stages of development that teams generally experience: forming, storming, norming, performing and adjourning. According to

Read More »

Can't Find Your Assignment?