Web Development Project Report
Web Development Project Report
Final report
User Analysis
Target Audience
The Galway Art Festival has many events and associated activities which cater for different
age groups. However, the promotional website of Galway Arts Festival aims to target the age
group from 18-35 who have an interest in ‘The Arts’ such as; music, theatre, art, etc. Many of
the ticketed events available are targeted this age demographic. The aim of the website is to
attract a local audience i.e. Galway community, as well as a national audience travelling from
all parts of Ireland and for that reason we have also provided a page with tourist relevant
information on the website.
Brainstorming
The team brainstormed by coming together to put ideas on paper and thereafter created a low
fidelity paper prototype to formalize the initial design concepts . Firstly, the user’s functional
requirements were defined; e.g. searching for a event, viewing event details and purchasing
tickets.
Then the website was designed in a sharp and engaging format to appeal to our target audience
but with a very clear navigational framework to make the website as user friendly and seamless
to use as possible.
Paper Prototype
Paper prototyping is a very effect low fidelity method of getting initial ideas of design on paper.
It is in essence a very basic throwaway prototype and it enables developer to brainstorm their
ideas without specific design restraints. Alteration can be easily made to a layout based on the
feedback provided (Zeng, L., 2009). A sample of these is in Appendix 4
This was one of the initial tasks undertaken by the development team to get a broad
understanding of what the website would look like based on user needs and further define all
the user requirements for further developing the design of the website.
The figure above contains a storyboard diagram of the navigation through our pages on the site.
The main pages of the menu bar are labelled (1,2,3,4) and the pages which are navigated
According to labelled see above i.e. 1.1 ,2.1 ,3.1, etc.).
User Analysis
User analysis was the primary focus for the team: the target audience and market were clearly
identified. Based on this information the team brainstormed to gather ideas of how we could
meet these user requirements. Roles, responsibilities and associated schedules were put in place
to guide the team and to initialize time management. Policy and security issues were addressed
at the start so that guidelines would be followed through the prototyping.
Quality assurance and testing took place through the prototyping to check for errors and
defects. The stakeholder was consistently involved in the design and implementation, as was
communicated with regularly to review risks.
Implementation
The team refined their design based on changes to initial requirements. At the first stage of
implementation when system design is formed the quality assurer will create tests and will be
responsible for debugging the system throughout. As this project was undertaken and guided
by an evolutionary prototyping methodology. Testing will take place throughout and not at the
end of the development.
Testing
Testing is an essential when creating a responsive website. Testing took place throughout the
project as the prototype was developed. The website was accessed in different browsers and
updated accordingly. Multiple Device Resolutions were tested testing using the online quirk
tools website [25]. This allowed us to verify the website in resolutions for multiple types of
phone, tablets and monitor screens to verify content images and banner images responded
correctly with the adjusted screen view.
In the case failure of an image loading, all images have an alt tag so if the image does not load
the user knows what the image was supposed to represent. We also verify the resolution of
content was maintained when undertaking the device platform testing.
The code for the main components of the website, like the navigation bar are repeated on every
page and we needed to test to make sure no pages were missed when a change was required.
We develop a plan for testing all of the website content on each page to make sure it was
consistent and had not been broken by any updates made to the code.
Refining
After the prototype of the website was successfully created, we ensured that it was fully
functional with no errors or defects, and then it was presented to the stakeholder. The website
was intensely tested to ensure complete functionality before producing the final version of the
fully functional prototype.
Completion
The final product fully met the requirements set out by the stakeholder and the user experience
was highly rated.
Period
Project Plan # Days 24 25 26 27 28 29 30 31 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Project start 1
Planning and project proposal 9
Analysis and design 8
Development and Coding
14
Testing
Documentation 1
Poject Endna Final project 1
Actual date
Paln date
Website Design
The website was designed with the target audience in mind. Utilising good website design from
consulting well established guidelines such as Jakob Nielsen’s Designing Web Usability: The
Practice of Simplicity, 1999, [1] and IBM’s visual design layout principles [2], contributed to
the design of the website being, clear, concise and attractive to the key end user group. The use
of bright and vibrant images reinforces this and resonates with the ethos of the Arts Festival
itself.
In order to achieve a finite definition of the market audience requirements, contextual inquiry
was used when interviewing a regular Galway Arts Festival attendee and prospective end user.
This provides a key insight into understanding what the user’s expectations are in relation to
the website and how the home page should be designed. This information gave direction to
highlight the upcoming events for 2017 on the homepage. In defining the pages required within
the site other user needs were considered.
These included an ‘About us’ page to give a background into what the Galway Arts Festival, a
‘Visit’ page which provides useful tourist information and promotes local Galway businesses
and finally a ‘Find us’ page which provides travel information and contact information for the
box office and the festival itself. Standard website features including a search facility, shopping
cart and checkout were also included.
Components
Page template
It is important to maintain a consistent layout of web pages of a website but websites usually
have an average of 5-10 page templates [4]. Of the 12 pages were created, the website has 5
different templates which are slightly different in layout but with a standard navigation
template on each page to ensure the user is not disorientated.
MS801 Web Design & Development Planning Report 9
Figure 2- Page template
Meta Tags
Meta tags were used in order to make the website Search Engine Optimization compatible
and visible to search engines to direct as much internet traffic to the website as possible.
Layout
The following principles were followed for the design of the website:
● Orientation
All webpages are automatically be displayed in the orientation of portrait (set by the
media query) and breakpoints delineate the points at which the user’s view will
change according to the device i.e. (usually at 320px and 480px), tablet (768px and
1024px) and desktop (above 1024px) [1];
● Balance:
All the elements on each web page are symmetrically balanced and have conformal
alignment.
● Rhythm:
The webpage adhere to the same rhythm in layout. We have chosen flowing rhythm
directing the user to view left hand side until bottom of the page and then view right
hand side until bottom of the page;
● Proportion:
MS801 Web Design & Development Planning Report 14
Images are displayed as placeholder links and are present across slide shows in the
banner. Each of these will be sized uniformly according to each other taking into
account where they will be located on the page. The margins and padding will be
adjusted accordingly also for each feature;
● Dominance:
Elements in the foreground, middle ground and background will be identifiable on each
page where appropriate to draw the user’s attention to the most important features.
Navigation
The website has been designed so that the user can access any of the webpages from a single
click. The only exception is the Order confirmation page as of course a succession of web
page clicks needs to be followed to process an order.
Navigation bar
For the navigation bar we implemented Bootstrap's navbar template. We incorporated UI
Design when developing this feature as the nav bar, setting it to static (so it stays at the top of
the page as the user scrolls) ensuring that the navigation links are always easily accessible this
insures ease of navigation for the user as well as efficiency of use which ultimately contributes
to a positive user experience. We utilised this feature based on the available bootstrap navbar
static example code [15].
Dropdown
There is a dropdown option on the navbar which makes more links accessible to the end user.
The dropdown allowed for extra links to be included in the navbar but prevented the it from
becoming too cluttered. The drop down is segmented into three parts to make it easier to read
by grouping content pages like current events together.
The links were identified as suggested by Nielson’s guidelines [3], but using a different colour
and “>>” indicators to also make the links more visually symbolic and easily identifiable so
that it will make it clear to the user that these are clickable. Link rollovers occur when a user
hovers over a link it changes colour. The current page selected by the user is highlighted to
ensure clarity. Links were created for social media (they are hard coded to the root website
pages for demo purposes e.g. www.facebook.com)
This feature was intensively researched, through tutorials and blog provided the team to
decipher what code would work particularly to get the quantity to change, we used Java Script
to complete this function [20]-[24] (see crediting and reference for detail). Although this was
not essential to include this for the purposes of this project we felt it gives a better picture of
the design thought process that went into usability and UI Design for the end user.
A bootstrap badge was used to identify to the user when ticket was selected. Glyph icons and
badges were used for the purpose of controlling sizing as these elements will never pixelates
and it is better practise than using images which are not as predictable when creating a
resolution responsive website. We have hard coded one product into the shopping cart for the
purposes of this demo.
Colour Scheme
The background, middle ground and foreground colour schemes differ slightly between pages
according to the layout of each page. For the most part, the images reflect the colour necessary
The colour scheme is consistent across all the webpages so as to ensure it is legible, easy to
navigate and thus not disorientating for the end user. For the detailed pages on evening events
images with a dark colour scheme were selected to conceptually represent a ‘night out’ feel to
the page. There is substantial contrast between dark and light colours on each page to convey
the vibrancy of the festival itself and reinforce the engagement with the target audience.
The website was tested to ensure readability was consistent across all platforms. Media queries
were used in the CSS to enable elements of the pages to adapt when viewing the site using
different devices. A minimum font size of 16 pixels was advised by many guidelines [9] [10].
Computer Literacy
It is anticipated that the website target audience will be highly familiar with internet usage but
even so, we have designed the website to in-keeping with current webpage dominant design in
relation to the page flow and structure. For example, on a desktop view menu bars are normally
expected to be located at the top or left-hand side of the page. This reduces the need for the
user to familiarise themselves with an unanticipated layout and thus makes navigating the
website more efficient.
Icons have also been used to increase efficiency due to an end user’s immediate and pre-defined
expectation of what an icon represents.
Examples include:
➢ A basket icon represents a link to the shopping. When an item has been already to the
basket, a small number is placed over the basket to highlight items have been already
to the basket (for the purposes of a Demo, a set of tickets has been added to the shopping
cart by default to demonstrate this functionality)
Figure 15 - Basket
The blue colour was chosen which can describe city by sea. The colour of the logo is also
blends with different images displayed on the site, we did not choose very strikingly bright
colour for this reason as we do not want it to clash with the overall colour scheme of the pages.
We included the quaver in the ‘G’ to hint at the musical theme and the flowing dash crossing
the ‘A’ and circle for the ‘F’ to hint at the artistic theme of the festival events.
The favicon is visible on the internet tab (figure 1.3) this allows the user to quickly identify the
webpage tab if they have several tabs open in their browser.
Figure 17-favicon displayed the internet tab
Image Editing
For example:
The image above was selected from the Galway International Arts Festival webpage. The
image had to be adjusted in size as it’s dimensions were too large. Adobe Photoshop CC 2017
was used for this task. We resized its width to 240 Pixels and height to 148 Pixels. It was also
necessary to crop the image to fit them within the html div panel. Additionally, filters were
used to sharpen their appearance.
Banner Blindness
It is important to be aware of user instincts and natural behaviours of a user and indeed a
consumer. Studies from eye tracking studies indicate that if users have a pre-determined focus
going on a webpage or are engaged by a story or content on a webpage they will not focus on
banners on the webpage [35]. However, moving objects can cause a user to focus due to co-
evolutionary prey predator responses [37]. This was considered in our final prototype before
going live and so we made our static timeline banner into a carousel slideshow to attract the
user to images from some of the past events of the Galway Arts Festival to persuade the user
to explore the site.
Software
Language / Code
Hypertext Mark-up Language (HTML) was used to build the web pages for the site. We used
Dreamweaver CC 2017 to view, design and code the website. To set styles and apply formatting
to the webpages we used some external elements from Bootstrap and the CSS styles for these
also. The website contains some elements which have been hard coded (for demo purposes)
and JavaScript for functionality purposes to get a full picture of the start to end UI process.
Screen Reader
We included a speaker glypican to represent a screen read function on each of the pages of the
site across all platforms. Theoretically when clicked it would enable a visually impaired user
to be able to interact with the site. When the user hovers over the placeholder images or the
menu options for example, a screen reader will identify the item and this will be announced so
that the user can click if he wishes to navigate.
For paragraphs of text the user can click on the text to have it screen read as a hover
functionality on every page element could prove annoying to an end user. Other considerations
were taking into account in the design also to make it easy for the visually impaired; the font
size was set at 16 pixels for the body as suggested according to the Nielson guidelines [1], [11].
Usability Test
Task Navigate to the purchase Achieved: Yes
sequence: page
No Navigation Expected Response Time Actual
Response Time
1 Homepage-->Coronas link 5 seconds 7 seconds
(placeholder)
2 Coronas event page--> 5 seconds 4 seconds
shopping cart
3 Shopping cart-->checkout 10 seconds 7 seconds
page
The expected response time varied from the actual response time due to factors which the
development team were not able to identify by just the design, for example: due to the
development team’s familiarity with home page from regular use during testing and
development, the response time for task sequence no. 1 resulted in an overestimation.
Usability Test
No Question Answer
Does the information architecture and navigation make Yes,every page is easily
6
sense? (Can you find what you are looking for?) accessible
From the response times, task test and the post-test interview, we can deduce that the user was
quite satisfied with the aesthetics, navigation through the site and general functionality of the
site for this task. In this scenario, the user had one specific focus and did not need to use other
features on the site but we can conclude from the interview that the user felt that the website
was suited for others of similar persona who might visit the site.
Using the evolutionary prototyping methodology, issues were identified sooner and as more of
a test-driven development approach was used, defects were addressed earlier in the
development lifecycle. This also contributed in achieving fixed deadlines required by the client
which was a weighted constraint on the project. Also, the user of existing, industry standard
libraries such as Bootstrap and JQuery greatly reduced development time and due to vast
amounts of online information, developers had access to a large knowledge base of material
for implementing these frameworks
The development team examined the design of some of the features within the existing official
Galway International Arts Festival website to identify components which were compliant with
heuristic principles set out by Jacob Nielsen. The navigational elements of the website were
designed to be minimalistic and flexible, allowing users to navigate between web pages with a
minimal number of clicks. It was also designed to support both multi-platform use and for end
users with visual difficulties via the provision of screen reader function.
Team Task
Tasks Sub tasks Assigned To
Introduction ABDULMAJEED
User Analysis and Audience age DANIELLE / SARNEEK
Project management and development methodology DANIELLE
Timeline ABDULMAJEED
Planning and Project Proposal Colour scheme and Layout DANIELLE
Logo ABDULMAJEED
Storyboard ABDULMAJEED
Script DANIELLE / SARNEEK
Interface design The Whole team
Researching ABDULMAJEED / DANIELLE
Dealing with PhotoShop The Whole team
Changing image SARNEEK
Development and Coding Coding html/css/ java script ABDULMAJEED / DANIELLE
Update the contents SARNEEK
Testing DANIELLE
Usability Test DANIELLE
Taking screenshot SARNEEK
Updating the Final Project The Whole team
Documentation and Final Project Formtting the Final Project ABDULMAJEED
Technial writing DANIELLE
Creating a Credits Page DANIELLE
Appendix 1
Crediting
Development Tools
We used a Dreamweaver CC 2017 software as a tool to view, design and code the website. We used
Bootstrap components and their css code to develop icons,etc on the website. We used tutorial
guide and code from blogs and sites such as html goodies to understand how to add some elements
of functionality to our pages. The text below details the source which helped us build the
components of our website. We as a team give full credit to the sources of these components and
we do not claim this code which we extracted as our own:
Industry standards
Research: http://blog.lemonstand.com/11-website-navigation-best-practices/
Navbar
Code: http://bootstrapdocs.com/v3.0.3/docs/examples/navbar-static-top/
Code: http://getbootstrap.com/components/#badgess
Slider
Code http://www.w3schools.com/bootstrap/bootstrap_ref_js_carousel.asp
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-grid-
system.php
Code: https://getbootstrap.com/examples/grid/
Panels
Code: http://bootstrapdocs.com/v3.0.3/docs/components/#panels
Code: http://getbootstrap.com/css/#buttons
Resolution
Research: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-responsive-
layout.php
Shopping Cart:
Code: http://www.w3schools.com/js/tryit.asp?filename=tryjs_events_onblur
JavaScript Functionality
Checkout button & passing total to checkout page:
http://www.htmlgoodies.com/beyond/javascript/article.php/3471111
Code: http://bootstrapdocs.com/v3.0.3/docs/components/#input-groups
Scripting
For this section of the assignment we have just included the homepage (1), an event page (1.1) and
the Visit page (3) as a presentation of the content included. We chose these pages as they emphasis
our decisions for contents body text which was based on the target audience and their needs i.e.
young visitors to Galway will be interested in staying in hostels for example.
Menu:
Events 2017
Event 1
Event 2
Event 3
Event 4
Event 5
Past Festivals
About us
Visit
Find us
+353834705715 [email protected]
Privacy & Cookie Policy Terms & Conditions Sitemap
Screen Reader
If a visually impaired person opens the homepage on a desktop, the user will move the cursor
until the user hovers over the speaker icon. The screen reader will announce “click now to
activate Voice Over”. When the user hovers over the menu bar the following will be
announced: “Events...Click to select page”, “About us ...Click to select page”, “Visit... Click to
select page”, “Find us...Click to select page”
o Event 1 placeholder link: “Comedy Event ….Dead Cat Bounce...click to access page for
information on description, venue, dates or to book tickets.”
o Event 2 placeholder link:“Music Event ….The Coronas...click to access page for
information on description, venue, dates or to book tickets.”
o Event 3 placeholder link:“Comedy Event ….David O'Doherty...click to access page for
information on description, venue, dates or to book tickets.”
o Event 4 placeholder link:“Theatre Event ….Macnas Parade...click to access page for
information on description, venue, dates or to book tickets.”
Past Events placeholder link: “Past Events...click to access page on details of past
events”...etc.
Menu:
Events 2017
o Event 1
o Event 2
o Event 3
o Event 4
o Event 5
o Past Festivals
About
Discover
Find us
Content:
TICKETS: €15
“An unrelenting, high-energy hour of sketches complete with live music and live sound
effects. Dead Cat Bounce's unique blend of sketch comedy and blistering musical
performances has won them huge critical acclaim. Guest MC Jarlaith Regan is one of the
fastest rising stars of Irish comedy while support comes from Jack Wise - a magician with
attitude.”
+353834705715 [email protected]
Privacy & Cookie Policy Terms & Conditions Sitemap”
About
Visit
o Transportation
o Where To Stay
o Sight To See
Find us
Header 1: “Transportation”
Rail: Iarnrod Eireann operate return services daily from Galway to Dublin.
Bus:The GoBus.ie offer some great deals and run up to 19 daily services to and from Galway
city with all their coaches offering free wifi and sockets.
Car Rental:Most major car hire companies operate from airports and seaports in Ireland. We
recommend Festival Friend Europcar.
Taxi Company:You can find Taxi on city but they have website like halo Big O Taxis e.t.c. they
supplying a fast and friendly service to your door within minutes.”
Content: “In Galway there are 5-star luxury escapes, cheerful hostels and friendly B&Bs for
the budget-conscious... Galway has the perfect haven, with the perfect price tag, for every
traveller.”
Content: “Galway is a perfect base to explore the wide range of attractions dotted outside of
the city. Within a short distance by bus or car you can visit any of the places listed below.
+353834705715 [email protected]
Privacy & Cookie Policy Terms & Conditions Sitemap”
“If you wish to hear description about transportation press enter…..if you wish to proceed to
the link to suggested transportation press the tab button”.
“If you wish to hear description about where to stay press enter twice…..if you wish to
proceed to the link to suggested where to stay press the tab button twice”.
“If you wish to hear description about sights to see press enter three times…..if you wish to
proceed to the link to suggested sights to see press the tab button three times”.
Desktop Testing
Paper Prototype
Figure 3: Homepage
The figure above displays the preliminary Interface design of the website using a desktop. It
opens under the menu tab Events 2017. Each placeholder image will act as a navigation link.
It contains the logo, the menu bar and social media links at the top of the page. Footer
contains copyright information and links. Speaker icon detailed in mobile view
The figure above details the event 1 page looks like (after clicking the L.H.S placeholder on
the homepage). The left column details the desciptive content, the right column details the
event details and has a Call To Action link to encourage the user to book tickets. The
placehoder banner below dispays other 2017 events. Footer contains copyright material and
links. Speaker icon detailed in mobile view.
[2] IBM Design Language. (2016). IBM Design Language | Visual: Layout. [online] Available
at: http://www.ibm.com/design/language/framework/visual/layout/ [Accessed 25 Oct. Nov.
2016].
[3] Nngroup.com. (2016). Guidelines for Visualizing Links. [online] Available at:
https://www.nngroup.com/articles/guidelines-for-visualizing-links/ [Accessed 26 Oct. 2016].
[4] Circle S Studio. (2016). 25 Web Design and Development Terms Every Marketer Should
Know. [online] Available at: https://www.circlesstudio.com/blog/25-web-design-
development-terms-every-marketer-know/ [Accessed 26 Oct. 2016].
[6] Antón, A., Carter, R., Earp, J. and Williams, L. (2001). EPRAM: Evolutionary prototyping
risk analysis & mitigation (eCommerce Software Development Process Document). North
Carolina State University.
[8] Thesitewizard.com. (2016). Which Font Should I Use for My Web Page? Tips on Choosing
Fonts for Your Website (thesitewizard.com). [online] Available at:
https://www.thesitewizard.com/webdesign/which-fonts-to-use.shtml [Accessed 1 Nov.
2016].
[9] "Tips For Making Print More Readable - American Foundation For The Blind". Afb.org.
N.p., 2016. Web. 20 Nov. 2016.
[10] "Use Legible Font Sizes | Pagespeed Insights | Google Developers". Google
Developers. N.p., 2016. Web. 20 Nov. 2016. [11] Varvy.com. (2016). How to use legible font
sizes for all devices. [online] Available at: https://varvy.com/mobile/legible-font-size.html
[Accessed 2 Nov. 2016].
[12] Thesitewizard.com. (2016). Which Font Should I Use for My Web Page? Tips on
Choosing Fonts for Your Website (thesitewizard.com). [online] Available at:
https://www.thesitewizard.com/webdesign/which-fonts-to-use.shtml [Accessed 2 Nov.
2016].
[13] Teach-ict.com. (2016). Teach-ICT A2 Level ICT OCR exam board - The System Life Cycle,
prototyping, rapid application development, RAD. [online] Available at: http://www.teach-
ict.com/as_a2_ict_new/ocr/A2_G063/331_systems_cycle/prototyping_RAD/miniweb/pg3.h
tm [Accessed 3 Nov. 2016].
[15] Bootstrapdocs.com. (2016). Static Top Navbar Example for Bootstrap 3.0.3
Documentation - BootstrapDocs. [online] Available at:
http://bootstrapdocs.com/v3.0.3/docs/examples/navbar-static-top/ [Accessed 17 Nov.
2016].
[16] CodePen. (2016). Bootstrap 3 Container Examples and Common Misuse. [online]
Available at: http://codepen.io/ncerminara/full/omChv/ [Accessed 16 Nov. 2016].
[20]The SitePoint Forums. (2016). JavaScript to calculate shopping cart. [online] Available at:
https://www.sitepoint.com/community/t/javascript-to-calculate-shopping-cart/16925/2
[Accessed 19 Nov. 2016].
[23] Mark Otto, a. (2016). Components · Bootstrap. [online] Getbootstrap.com. Available at:
http://getbootstrap.com/components/#gylyphicons [Accessed 18 Nov. 2016].
[24] Mark Otto, a. (2016). Components · Bootstrap. [online] Getbootstrap.com. Available at:
http://getbootstrap.com/components/#badgess [Accessed 18 Nov. 2016].
[25] Quirktools.com. (2016). Screenfly / Test Your Website at Different Screen Resolutions.
[online] Available at: http://quirktools.com/screenfly/ [Accessed 20 Nov. 2016].
[27] Halarewich, D. and Halarewich, D. (2016). 11 Website Navigation Best Practices for
Smooth UX. [online] LemonStand eCommerce Blog. Available at:
http://blog.lemonstand.com/11-website-navigation-best-practices/ [Accessed 19 Nov.
2016].
[28] Bootstrapdocs.com. (2016). Static Top Navbar Example for Bootstrap 3.0.3 Documentation -
BootstrapDocs. [online] Available at: http://bootstrapdocs.com/v3.0.3/docs/examples/navbar-static-
top/ [Accessed 21 Nov. 2016].
[30] Mark Otto, a. (2016). CSS · Bootstrap. [online] Getbootstrap.com. Available at:
http://getbootstrap.com/css/#buttons [Accessed 19 Nov. 2016].
[31] Tutorialrepublic.com. (2016). Working with Bootstrap 3 Responsive Layout - Tutorial Republic.
[online] Available at: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-
responsive-layout.php [Accessed 18 Nov. 2016].
[32] Nngroup.com. (2016). Heuristic Evaluation: How-To: Article by Jakob Nielsen. [online] Available
at: https://www.nngroup.com/articles/how-to-conduct-a-heuristic-evaluation/
[Accessed 22 Nov. 2016].
[34] Zeng, L. (2009). Designing the User Interface: Strategies for Effective Human-Computer
Interaction (5th Edition) by B. Shneiderman and C. Plaisant. International Journal of
Human-Computer Interaction, 25(7), pp.707-708.
[35] Nngroup.com. (2016). Banner Blindness: Old and New Findings, 10-year research overview.
[online] Available at: https://www.nngroup.com/articles/banner-blindness-old-and-
new-findings/ [Accessed 23 Nov. 2016].
[37] Out of sight out of mind: The role of eye movements in consumer behavior. (2016). .