Review of the single page application

Assignment Help Other Subject
Reference no: EM132117102

Part -1:

Overview

The purpose of this assignment is to objectively analyse your implementation of Assignment 2, discuss the techniques and technologies used. After discussing the implementation of your work you will consider and demonstrate how the same or similar implementation would be achieved in an alternate web development framework.

Part A

The first part of the assignment is to provide a detailed review of the Single Page Application (SPA) implementation and structure of Assignment Two. This should be an expanded explanation, above that provided with assignment 2, of the structures and functions used for your implementation. You should cover each of the files within your assignment and detail the elements, attributes and functions. This should include the specific function operation within script files and how these functions are actioned from within HTML / CSS elements or attributes. Importantly this review should focus on the functional operation of your application. This work should not consider design elements beyond how they are functionally actioned within the SPA framework. Essentially this work should both discuss, and more importantly justify, the decisions made in the creation of your application.

Part B

Following the revision of your own work you should research and discuss the implementation of the same ideas and concepts in an Apache MySQL PHP PERL (AMPP) stack. In this environment the primary server side language is PHP, running in an Apache server environment and using MySQL as the primary database storage medium.

Note that this is not a full blown re-implementation. The work should focus on the technical and framework differences between the two environments. However, the work should contain code snippets for relevant sections where changes would be required.

Part -2:

Overview

For this assignment you are tasked with creating a web page in Single Page Application (SPA) format. you will be creating a blogging style website where users can input posts and have those posts appear, serialized, on the main page.

The assignment is comprised of two primary components:

- A Brief document acting as a style guide and readme

- The SPA, running in a Node.JS environment

Assignment Specification

As stated there are two primary components to the assignment. The first is a style guide that details the layout, contents and style elements chosen for your page. The second is the actual implementation including any HTML, templates, style sheets, scripts and modifications to the original structure made.

Style Guide / Specification document

This document should contain a brief overview of the structures used and the styles implemented within the application, as well as the functional behaviour of the various SPA elements.

1. Project structure

The document should clearly lay out the project structure including folders used and communication structures utilized within the application. This includes the location of templates, scripts and style sheets within the project. It should also include details of any routes employed and deep linking solutions utilized to preserve state.

2. Style guidelines

The document should contain the details of styles chosen. This should include elements like font selection, colour pallet and iconography. The style guide portion should also include details of the various view / template elements of the page and their purpose. This should include layout choices and other design details. Any responsive functionality included in the application should also be detailed here, along with the trigger parameters for such features. Any alternate/advanced style implementations should be detailed in this section including animation flex and effect behaviour. Lastly the content described in this section should appear within your page, it should not contain details of style and outline that you wanted or considered using, rather what you did use.

3. SPA Functionality

Lastly the document should contain the functional details for the app including element communication, back end functionality and any additional modules employed. This should include the purpose of any of your own script files, JavaScript / AngularJS implementations and structure.

If any additional work has been done on the back end server, or additional Node.JS modules used these should be detailed along with the functionality they provide to the SPA. Lastly this should detail the Node.JS run specification and port used in the final result; this will usually be localhost:8000 or localhost:3000 but should be clarified here.

It is imperative that you take significant notes on your decisions regarding style, implementation and structure for the assignment. A key component of the Comp8772 research assignment will involve reflections on these choices in a more comprehensive manner than is to be presented here.

Single Page Application

The primary component of the assignment is the development of a single page application that meets the specifications laid out below. This page must run within a Node.JS on the localhost or localhost equivalent. Implementations that do not run in a server environment will be awarded zero marks.

The implementation style and layout are up to you and should be outlined in the style guide. Note that you are not being marked on your graphical design skills. While the tools implemented in the solution will be awarded marks (e.g. the use of CSS animations classes) the physical appearance of art assets will not.

Required Pages

Your solution should make use of the following pages

- Content / News page

- Content creation page

- About page

- FAQ page

Attachment:- Masters Report.rar

Verified Expert

In this assignment we have developed website using engineering concepts and develop dynamic site Here we studied design and development and studied the different concept of html and css and javascript and node js and we have also studied object oriented programming concepts and done analysis of overall assignment and outcome is we have got knowledge of website design using html and javascript and css.

Reference no: EM132117102

Questions Cloud

Determine the interest rate earned : Determine the interest rate earned on a $1,800 deposit when $2,100 is paid back in one year. (Round your answer to 2 decimal places.)
What is the firm debt-equity ratio : What is the firm's debt-equity ratio? (Round it to two decimal place, e.g., 1.58)
Design and develop applications using android studio : Android Apps Development - Mobile Web Application Development - You are required to design and develop using Android studio the following four applications
Understanding of hedging by explaining : How would you use a numerical example to show understanding of hedging by explaining why they were worse off.
Review of the single page application : COMP 8772 - discuss the techniques and technologies used. After discussing the implementation of your work you will consider
Establish a charitable remainder annuity trust : John's financial planner has recommended that John establish a charitable remainder annuity trust for his low basis stock in XYZ Corporation for life.
How the enterprise architecture affects various elements : One of the keys to successful enterprise architecture (EA) implementation is the support offered by important stakeholders.
Analyze the manner in which a cirt plan fits : Analyze the manner in which the development of a CIRT plan enables management to adopt a more proactive approach to risk management.
Discuss the pros and cons of one method of transmission : What concerns should be understood about data communications being sent over wireless networks?

Reviews

urv2117102

11/16/2018 1:37:25 AM

"I really would like to say thank you for all that you have done to assist me with keeping my stress levels low. Working with you guys is always soothing. thank you so much. good handled." Thank you very much, appreciated. You are really so much supportive.

len2117102

9/19/2018 3:29:21 AM

10 marks of the Assignment are awarded for additional implementation. This should be either a stylistic or programmatic addition to the SPA. These additions should be clearly noted and detailed in documentation. You may use this opportunity to focus on either design or code enhancements to provide a superior viewing experience, or additional back end functionality. Some examples that you might consider include: • Route statefulness (remember the post content etc) • Recent posts to nav bars • Post comments • Flexbox and responsive elements • Personalization (individual style or alternative style options) • Animations and collapsing menus • Markup / Markdown on text content • Session control and user login (Express modification) • Image attachment to files (Express modification) • Sort by tags

len2117102

9/19/2018 3:29:13 AM

Utilize AngularJS to create a basic SPA. HTML content is defined by Angular variables and scripts control SPA communication and 40 functionality. Content can be added through the Create page and is displayed on the News page. The SPA uses simple templating to create a page out of multiple partial views. Angular controllers are utilized to control each 50 templates operation. Ng-Include is the primary method of constructing the templated document

len2117102

9/19/2018 3:29:04 AM

SPA Implementation (80 Marks) The marks awarded for the SPA implementation are defined heavily by the technologies and implementations chosen. For maximum marks in this portion the student will need to extend the SPA in some manner, either through additional code, style or HTML functionality. Some examples of possible routes for extension are provided below Description Mark Implement a version of the SPA that uses no backend functionality. All style and HTML elements are structured and linked correctly. 30 Static content is used to replicate potential dynamic content in the News section.

len2117102

9/19/2018 3:28:56 AM

Style \ Specification Document \ Project structure (15 Marks) Note that a key component of the marks awarded for the Style\Specification document is that the SPA follows the outlines provided. As such the overall structure of the project is included in these marks and should follow the design laid out. Description Mark • Project structure is not laid out or not followed • Project contains little to no templating • Functional structures are incorrectly 0 defined or detailed • Style is either not defined or not followed • Functional elements are not defined

len2117102

9/19/2018 3:28:41 AM

There are 2 ASSIGNMENT. assignment 2 and research report both are related.Research Report is based on Assignment 2. so first need to make assignment 2. please try to do these assignments. Marking Specification Due to the number of possible variations available with both the content and technologies that can be employed in the assignment please take the time to familiarize yourself with the marking guidelines to properly understand the requirements of each rubric tier. Coding Style (5 Marks) Description Mark • Code is jagged and makes no effective use of white space. • Elements are not indented. 1 • Variable names are meaningless and arbitrary. File structure is singular and structured. Files contain no comments.

Write a Review

Other Subject Questions & Answers

  Prepare a report indicating determinants

Determinants, indicators, and measurements of Middle East respiratory syndrome coronavirus (MERS-CoV). Be sure to include individual characteristics

  Discuss the evidence-based project-paper on diabetes

Based on the summary of research findings identified from the Evidence-Based Project-Paper on Diabetes that describes a new diagnostic tool or intervention.

  Increase in rf affects the gain of the amplifier

The purpose of this lab is to demonstrate how to use Multisim in order to produce Bode Plots via AC Analysis. This plot will allow for a determination of the range of frequencies for which an op-amp circuit operates optimally.

  Discuss the fundamental actions

Discuss the fundamental actions that the leadership of the selected country is-or is not-taking to improve the living standards of its people.

  Identify the various major global crimes and criminal issues

Write a 1,050-1,400-word paper in which you identify the various major global crimes and criminal issues that have a global impact

  Convent is to cloister as eyries is to ?

It costs approximately $1 to execute a transaction at a bank, such as shifting money from one account to another. How much would the ... How much would the same transaction cost were it executed over the internet? Answer $0.01 $0.25 $0.50 $2.00 $10.0..

  Describe skills and experiences you have already gained

Describe skills and experiences you have already gained

  Paris climate agreement-but what is it actually about

What will happen now that President Trump has indicated the U.S. will no longer be a part of this agreement?

  A terrible accident has happened at your facility that

a terrible accident has happened at your facility that results in the death of an employee. share with the class what

  What needs to happen for your program to be successful

What areas will your objectives focus on - patients, services, revenues, staffing, other? What needs to happen for your program to be successful?

  How will they exploit key strengths and manage weaknesses

Use a resource and capabilities matrix to analyze the strengths and weaknesses of Glass E There are three parts to this assignment: How will they exploit key strengths? Manage weaknesses

  Why did you choose the given formats

Review Pershing pages 335-369. You will find that there are several models for developing a scorecard. Assess and analyze two of these formats.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd