Task 1
Your task in this assignment is to design, implement, test and document the basis of a simple online employment service using HTML, CSS, PHP, Smarty, and SQLite.
Functionality
The goal of the assignment is to design, implement, test and document a simple database-backed Web application that models part of a simple online employment service. The application should allow employers to:
post descriptions of jobs they are offering delete descriptions of jobs they are offering. It should allow users to:
browse the jobs being offered search for all jobs in a given industry Each employer (an organisation) should have:
a unique id
a unique name
an industry (e.g., education, government, information technology,manufacturing, mining, retail)
a brief description.
Each job should have
a unique id
a reference to the organisation offering the job (there is a one-many relationship between organisations and jobs)
a title
a brief description
a location
an annual salary
Task 2
You are required to compare database technologies, and provide recommendation for what is the most suitable database for a job seeking website which could have millions of users. The scope of this comparison should include two relational databases: e.g. SQLite, MySQL, Oracle, or Derby. You should briefly describe each database being compared. Then compare the databases based on their scalability functionality, and interoperability. Finally, make your recommendation based on yo comparison.
Write no more than 600 words in a HTML document for this task.
Note: in a Masters level course, you are required to demonstrate independent learning.