Unit 20 – Customisation of web page, P3 - Explain the fundamentals of a scripting language, M2 - Discuss how a scripting language can improve functionality, D1 - Explore how web pages using scripts are implemented in different browsers
p3 explain the fundamentals of a scripting language
m2 discuss how a scripting language can improve functionality
d1 explore how web pages using scripts are i
Written for
BTEC
PEARSON (PEARSON)
Information Technology 2010 QCF
Unit 20 - Client Side Customisation of Web Pages
All documents for this subject (3)
10
reviews
By: faridbazwan16 • 4 year ago
By: RolandUdv • 4 year ago
Hi. Can I ask why you've given such low review please? You have not contacted me or asked any questions prior to purchasing the document.
By: Jxegreen • 4 year ago
By: georgestawil • 5 year ago
By: jadtawil • 5 year ago
By: RolandUdv • 5 year ago
Hi. Can I ask why you've given such low review please? You have not contacted me or asked any questions prior to purchasing.
By: gudavid22 • 5 year ago
By: cazzer617 • 5 year ago
By: RolandUdv • 5 year ago
Hi. Can I ask why you've given such low review please? You have not contacted me or asked any questions prior to purchasing.
By: million • 5 year ago
Show more reviews
Seller
Follow
RolandUdv
Reviews received
Content preview
Roland UDVARLAKI
Unit 20 – Customisation of web pages
Introduction:
P3 - Explain the fundamentals of a scripting language
What is a scripting language?
Scripting is a high-level programming language that is executed by another program in order to make
it work/run e.g.: a browser. This makes it avoid using the computer’s processing power (such as CPU).
Scripting languages can be used within the HTML code to add additional functionality to a webpage
such as: graphics elements, advertisements, and other dynamic elements etc.
How does it work on a webpage?
Scripts are usually embedded within the HTML code on a webpage. This is usually placed within the
head tag (<head>)which then consists the script tag (<script>):
<head>
<script>
SCRIPT CODE HERE
</script>
</head>
Scripting languages can be object oriented or event driven languages. Object oriented languages are
broken up into little pieces of objects. Each object has its own job and purpose, so they’ll be able to
interact with others.
Meanwhile event driven languages are broken into events. Each and every one of these events
contain a single action that could be a press of a button key, click with a mouse, a movement or data
transferring. The action will take place when they are being executed by the user.
Objects:
Object is a data type that knows itself very well, this is also called (properties), and it also knows how
to do certain things called (methods).
An example for JavaScript, string object would be the following:
The output for this String would be 11 characters as it also counts the blank spaces inbetween, so the
length of content that is placed inside the apostrophes will make up to the “hw” string.
Methods:
Each object has its very own method that knows exactly what it can execute.
An example for JavaScript, string object would be the following:
Roland UDVARLAKI - Unit 20 – Assignment 2 – P3, M2, D1 – Page 1 of 19
The output that is going to be displayed on the screen is going to be “HELLO WORLD” as the
“toUpperCase” has forced all of the text elements to be output in upper cases.
Handling events:
Events are action that can react to a piece of code that is placed inside the HTML code. Events can be
executed by getting something in the focus, called (onfocus), or when the focus is lost (onblur), when
a page loaded in (onload), when the mouse hovers over something (onmouseover). All of these are
used within the HTML, body tag.
Hiding Scripts:
Some older browsers and older browser versions may not support some scripts and scripting
languages. This can result in webpage errors and other issues leading to an unusable website. To
prevent this, web creators usually put these scripts in the comment section.
Example for this:
<script>
<!--
SCRIPT MUST BE INSERTED IN HERE
//--!>
</script>
So, the browsers that support the script will simply show what’s shown inside the <script> tags,
however the browsers that cannot display the script will simply ignore it, due to the fact that it’s
been placed inside the comments in the HTML code.
Security:
When talking about client-side scripting, there’s always a chance that the user’s computer will get
affected by a virus when simply browsing the internet. This is because all client-side scripting
languages run on the users machine instead of a server, which then is able to open up various entry
points for viruses. When reading/writing from and to a website, both the client's and the user's
computer can get affected by a virus. Website owners who place viruses on their websites are able to
Roland UDVARLAKI - Unit 20 – Assignment 2 – P3, M2, D1 – Page 2 of 19
, Roland UDVARLAKI
gain access to a user's computer without any authorisation. The hacker then is able to do various
things, such as: do data mining, open applications on the user’s computer, read files and browser
windows etc.
What type of script languages are available?
There are various scripting languages available for the users and developers. The most popular ones
are: JavaScript (Client-side), PHP (Server-side), Python, Perl etc.
What are the main features/uses of scripting languages?
Scripting languages can give a brand new look and interactive features to websites. Most modern
websites have at least 1-2 scripts on their pages that include some extra functionality for users.
The main uses are:
Alerts: Alerts will notify the users about
something such as: notifications, actions
etc. These alerts usually show up on the
bottom top centre, left right corner of the
browser or on the bottom centre, left, right
corner.
Confirming choices: It’ll provide a feedback
for the user after executing an action. This
way they can make sure that they’ve
selected what they’ve actually wanted.
Roland UDVARLAKI - Unit 20 – Assignment 2 – P3, M2, D1 – Page 3 of 19
, Roland UDVARLAKI
Prompting the user: A prompt message will
help users or ask them to do something.
Redirecting the user: Redirecting does
what it says. It’ll redirect the user to
another webpage or section.
Roland UDVARLAKI - Unit 20 – Assignment 2 – P3, M2, D1 – Page 4 of 19
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller RolandUdv. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $11.59. You're not tied to anything after your purchase.