Worksheet 3.3 Web Application Development.
Worksheet 3.3 Web Application Development.
Worksheet 3.1
remote server
end user
front-end
client-side
server-side
scripts
load
quality assurance
hardware
off-line
Worksheet 3.2
This means you use things you already know to help you understand
something new.
read.
How does prior knowledge prepare you to read?
1. Ask yourself
Worksheet 3.5
Read the following text, make 5 questions about it and answer them in a
graphic organizer. Share your G.O with the group.
Best Practices
Web applications will have a large amount of information that may contain
mistakes, so the testing process for web applications tend to be more in-
depth than other forms of software. Web application development tests
include: security, performance, load, stress, accessibility, usability and quality
assurance tests. Other tests that can be performed for web applications
include HTML/CSS validation or cross-browser tests. Many of these tests can
and should be automated whenever possible.
Hybrid apps are a combination of native and web apps. The inner workings of
a hybrid application are similar to a web application but are installed similar
to how a native app would be. Hybrid applications have access to
internal APIs which can access device-specific resources similar to a native
application. For example, native apps are faster and perform more efficiently
because native apps are designed to be platform specific. Hybrid apps have
the same navigational elements as web apps since hybrid apps are based on
web applications. Additionally, there is no off-line mode for hybrid
applications.
1. In what languages are written the web applications?
Answer: JavaScript, Cascading Style Sheets (CSS), and HTML5.
3. what is used the ‘server-side’ for? R// Is used to create the scripts that web applications
use.