SlideShare ist ein Scribd-Unternehmen logo
1 von 67
Downloaden Sie, um offline zu lesen
Introduction to UX
Zainul Zain
Senior Software Developer, Custom Codes
1
Syllabus
1. UI vs UX
2. UX in detail
3. Design Process
4. Development Process
5. Sharing Session & Tutorial
2
<STATEMENT>
<STATEMENT>
UX is NOT (just) UI
3
UI
User Interface
What is?
“ Screen design for users to
interface with a system or
(web) application ”
- Specifically, we are purely talking about
combinations of UI elements such menus,
tables, forms, buttons, etc to make up an
interface.
4
If we have concept of UI,
why create UX?
5
Problems of UI Design
● The created design is based on what you think they need.
○ even worst, based on your ego as an artist.
● The created process is based on your assumptions and cognitions, not
theirs.
● The biggest problem is when all your assumptions are wrong.
There is a gap between UI and UX
6
<STATEMENT>
<STATEMENT>
UI is missing EXACT user
inputs/requirements
7
UX
User
Experience
What is
“ Derived from a design philosophy
where UI is developed based entirely on
end-user’s needs, wants and
limitations, applied throughout the
design processes and development
lifecycle. ”
- This design philosophy is called UCD or User-
Centered Design.
8
UX
User
Experience
9
UX
User
Experience
Embodies:-
● User Research with Psychology
● Prototyping
● Design
● Development
10
<STATEMENT>
<STATEMENT>
UI makes applications usable,
UX makes applications effective.
11
Ultimate Goals of UX is Intuitive Design
An application made through UX Processes requires:
- A minimum cognitive abstractions (a.k.a thinking),
- and, a minimum experimentation if necessary,
- Resulting in an understanding which contains the
maximum correctness with maximum confidence
- Applicable to the the maximum diversity of user.
12
What is most important
to UX?
13
User Research
Getting/Defining user requirements thoroughly
14
Why is it the utmost important in UX?
● It is the first pillar of UX
○ Because if this is done INCORRECTLY:
■ Your design will just be UI Design.
■ It will resulted in scope creep.
○ Because if this is done CORRECTLY:
■ It will provide additional income.
15
Project
Scope “ A defined and documented list of specific
project goals, deliverables, tasks, costs and
deadlines. It establish boundaries of the
project and provide the base for verifying
completed work. ”
16
Scope
Creep
“ Uncontrollable changes, resulting in
continuous growth in a project's scope. ”
17
Why scope creep is scary?
1. Causes more work with no additional income.
2. Delays project completion.
3. Causes reputation loss and lower client satisfaction.
4. Causes less employee satisfaction due to overtime and (in
many companies), no compensation.
18
TechTarget:
“ It is natural for parts of a project to change along the
way, so the better the project has been "scoped" at the
beginning, the better the project team will be able to
manage change. When documenting a project's scope,
stakeholders should be as specific as possible in order to
avoid scope creep, a situation in which one or more parts
of a project ends up requiring more work, time or effort
because of poor planning or miscommunication. ”
19
How does it provide additional income?
● If everything is scoped properly, and, since there is always gonna be
changes in project scope, then all changes requested can be CR
(change request)’ed
20
CR “ A formal proposal for an alteration to an
aspect of the app. Because change requests
are beyond the project scope (hopefully),
generally the client will have to pay for the
extra resources required to satisfy them. ”
Change Request
21
<STATEMENT>
<STATEMENT>
if you want your developer life to get easier,
get/define user requirements thoroughly
22
23
CAUTION
Because of the time frame, the following lecture will
not cover all of the things that should be done by a UX
Developer. Do look back at the contents of this lecture
and google keywords that you want to study more.
24
25
Define Project Parameters
The first items to ask in any project:-
1. Minimum browser requirement.
2. Which devices end-users will use the web/app on.
3. Production environment scenario.
26
Minimum browser requirement
Example: IE 10 and above (should be a standard requirement)
Why?
- Because this will determine front-end technologies used e.g. whether we can
use Jquery 2.0 or not, whether can use CSS3 or not, etc., etc.
27
Which devices user will use the web/app on
Example: Desktop only, or mobile, tab
and desktop.
Why?
- This will determine front-end
design approach, whether it will be
responsive, mobile-first or
"regular" desktop design.
28
Production environment scenario
Example: 3-tier Service-Oriented Architecture (SOA) so there must be a physical
separation between presentation and business logic, with or without load
balancing, etc., etc.
Why?
- This will determine front-end architecture design, whether it is going to be a
Single Page Application approach (SPA), AJAX web application or the
"regular" webforms application.
29
CAUTION
Although there are many other methods that should be
used for getting thorough and correct user requirements in
UX Design stage such as User Interviews, Prepare Mental
Model, Storyboarding, Card Sorting, etc. etc. but we are
going to focus only on one process, WIREFRAMING
30
“ In the nutshell, it is a skeleton of a page. It reflects
designer's ideas on the placements of UI elements
on the page and how users to interact with the site.
It should ignore the visual style of page because its
purpose is to show content placements and
behaviour of the page. ”
Wireframe
31
Minimum prerequisite for Wireframe process
The following should have been done by Business Analyst / System Analyst:-
1. All workflow processes are captured in a form of flowchart / swim-
lane diagram.
2. Content Inventory and site-mapping process completed.
32
Checklist for Wireframe Process
When doing wireframe, the following questions have to fulfilled:
1. What are the contents of this page.
2. How are these contents to be organized
3. Each content’s level of importance (content highlighting)
4. Where users can go from here
5. Where is this page on the whole frame of site.
6. Are there any specific behaviour to showcase e.g. dropdowns, popup, hover
events, etc.
33
Wireframe 1. Sketch on paper or drawing board and
brainstorm.
2. Wireframe with software and mock
interactions for each process and
subprocess.
3. Add Visual Mockup on main items.
Process
34
Sketching
35
Wireframe Step 1: Sketching
1. draw all elements needed for that interface, down to the last
detail, explore different ideas of layout, be open and creative
about it and decide on one.
2. Re-sketch as needed and repeat the process.
3. Document final decision of all processes brainstormed. The
easiest is to capture with phone camera and email to everyone.
36
Wireframe Step 2: Wireframe with software
1. Use grid template.
2. Draw final sketch layout with respects to grids.
3. Define Information Hierarchy with typography.
4. Fine tune with grayscale.
5. Decide on what UI elements to use, simulate behaviour and
document the decisions.
37
Sample Wireframe With Grid
38
Note: This is not really considered part of wireframing but because at this point we should have the page
layout, content organization and UI elements in place, we might as well fine-tune and beautify.
1. Add in static contents such header design, footer design, logo
and other actual or sample images.
2. Add in Color Scheme to the wireframe.
3. Add in Typography.
4. Set actual borders, paddings and spacings for all elements.
Wireframe Step 3: Visual Mockup (High Fidelity)
39
Sample High Fidelity Wireframe
40
41
Now that we know exactly what the
client wants, LET’S CODE!!
42
NOT SO FAST
my friend..
Let’s start with the basics
BEST
PRACTICES
43
Why follow best practices?
1. Foster code consistency across projects.
2. Facilitate ease of maintenance.
3. Ensure creation of professional quality (web)
applications.
44
Now chant after me!
● Semantic HTML for structure
● CSS for presentation
● JavaScript for behavior and interaction
- By the way, these are the three pillars of front-end development.
- Always, always follow these rules.
45
HOMEWORK
Read through the Isobar Front-end Code Standards at
http://isobar-idev.github.io/code-standards/
It is a work-in-progress but it has all the best practices
you will need to follow already.
46
Use Visual Studio Code
● It is built for front-end developers
● It can open (solutions) format from other
Visual Studio versions.
● It has a kick-ass HTML/CSS/JS Intellisense
engine.
● It’s Free! Download at https://code.
visualstudio.com/
Dev Tool
47
<STATEMENT>
<STATEMENT>
There's a good and recommended way to
get started, but you must understand
why they use what they use.
48
Get started quick and safe
For all projects:-
1. Use front-end template
2. Use front-end framework
49
Why front-end template?
1. Because they have implemented almost all best practices
to start and complete any front-end development project.
2. A correct setup will make your pages looks good even with
default setup. Provide a good baseline setup.
3. Prevent your page to break horribly on certain (version) of
a browser.
50
Why front-end framework?
1. Tested and deployed in millions of web application. Trusted.
2. We will be adhering to best practices since coding using this tool require
specific code standards or it will not work.
3. Because of the built-in UI elements that they provide, we do not need to
create them from scratch. One keyword Rapid Application Development
(RAD)!
4. A correct setup will make your page even better even with default
configuration.
5. Because it support responsive web design and mobile-first approach by
default. Will not have to to create different viewport screen design for each
viewport size manually.
51
Sample starting template. Download at https://drive.google.com/folderview?
id=0B9ZMQ__JVBh6WDBhOFVXQU9XbnM&usp=sharing
52
HOMEWORK
Go through these sites’ contents and documentation:-
https://html5boilerplate.com/ - Front-end Template
http://getbootstrap.com/ - Front-end Framework No 1
http://foundation.zurb.com/ - Front-end Framework No 2
53
1. You have to be good in HTML
2. You have to be good in CSS
3. You have to be good in Javascript, specifically JQuery.
Surprising, right?
- But those are already the standard requirements to be a good UX developer
anyway, right?
Standard Requirements for using Front-end Tools
54
What are UI Elements?
55
UI
56
Elements
“ UI Elements are code combinations of
HTML, CSS and JS that makes up a usable
components of an web app. ”
Category of components are (not comprehensive):
1. Navigation
2. Form
3. Content View (Item)
4. Helper
UI Element
Navigation
57
MENU
UI Element
Navigation
58
TABS
UI Element
Navigation
59
BREADCRUMB
UI Element
Form
60
INPUT, SELECT, BUTTON, ETC.
UI Element
Content View
61
CARD
UI Element
Content View
62
TABLE
UI Element
Helper
63
MODAL (POPUP)
UI Element
Helper
64
TOOLTIP
Sharing session - My Personal Arsenal
65
● HTML - refer HTML cheat sheet (inside zipped file)
● CSS - refer CSS cheat sheet (inside zipped file)
● Javascript - refer basic javascript reference guide (inside zipped file)
● Online Jquery API Cheat Sheet - https://oscarotero.com/jquery/
● Online (Twitter) Bootstrap Documentation - already shared
- Find zipped file at https://drive.google.com/folderview?
id=0B9ZMQ__JVBh6WDBhOFVXQU9XbnM&usp=sharing
Tutorial Session - Wiring up HTML+CSS+Javascript
66
● Menu
● Site Container
● Grid
● Div
● Tables
● Form
67

Weitere ähnliche Inhalte

Was ist angesagt?

User centred design (UCD) and the connected home
User centred design (UCD) and the connected homeUser centred design (UCD) and the connected home
User centred design (UCD) and the connected homeCyber-Duck
 
Running Great Design Reviews With Clients & Partners
Running Great Design Reviews With Clients & PartnersRunning Great Design Reviews With Clients & Partners
Running Great Design Reviews With Clients & PartnersCraig Peters
 
UX leaks : mythes et réalités
UX leaks : mythes et réalitésUX leaks : mythes et réalités
UX leaks : mythes et réalitésKaoutar ADJERIME
 
How Invision Help Designers
How Invision Help DesignersHow Invision Help Designers
How Invision Help DesignersAhmed Badran
 
Game interface design part 1
Game interface design part 1Game interface design part 1
Game interface design part 1Durgesh Pandey
 
Visual definitions of UX ( Restored )
Visual definitions of UX ( Restored )Visual definitions of UX ( Restored )
Visual definitions of UX ( Restored )Gena Drahun
 
Mobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best PracticesMobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best PracticesOXD
 
The stage of eCommerce implementation
The stage of eCommerce implementationThe stage of eCommerce implementation
The stage of eCommerce implementationIdeacto
 
Webinar on UX ToolBox for Product Managers : UX-PM
Webinar on UX ToolBox for Product Managers : UX-PMWebinar on UX ToolBox for Product Managers : UX-PM
Webinar on UX ToolBox for Product Managers : UX-PMAurobinda Pradhan
 
Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014MoodLabs
 
[Seminar] hwiyeon 200709
[Seminar] hwiyeon 200709[Seminar] hwiyeon 200709
[Seminar] hwiyeon 200709ivaderivader
 
The Future of User Experience
The Future of User ExperienceThe Future of User Experience
The Future of User ExperiencePALO IT
 
The importance of identity and vision to UX designers on agile projects
The importance of  identity and vision to UX designers  on agile projectsThe importance of  identity and vision to UX designers  on agile projects
The importance of identity and vision to UX designers on agile projectsjohanna kollmann
 
Introduction to UX Design
Introduction to UX DesignIntroduction to UX Design
Introduction to UX DesignBill Tribble
 
Ni week no designer, no problem
Ni week no designer, no problem Ni week no designer, no problem
Ni week no designer, no problem Jenica Welch
 
The Impact of Brand User Experience Design
The Impact of Brand User Experience DesignThe Impact of Brand User Experience Design
The Impact of Brand User Experience DesignMarc-Oliver Gern
 
Pro Engineer WF Book By Nilay Thakore &amp; Vikas
Pro Engineer WF Book By Nilay Thakore &amp; VikasPro Engineer WF Book By Nilay Thakore &amp; Vikas
Pro Engineer WF Book By Nilay Thakore &amp; Vikasnilaybhailu
 

Was ist angesagt? (20)

User centred design (UCD) and the connected home
User centred design (UCD) and the connected homeUser centred design (UCD) and the connected home
User centred design (UCD) and the connected home
 
Running Great Design Reviews With Clients & Partners
Running Great Design Reviews With Clients & PartnersRunning Great Design Reviews With Clients & Partners
Running Great Design Reviews With Clients & Partners
 
UX leaks : mythes et réalités
UX leaks : mythes et réalitésUX leaks : mythes et réalités
UX leaks : mythes et réalités
 
How Invision Help Designers
How Invision Help DesignersHow Invision Help Designers
How Invision Help Designers
 
Game interface design part 1
Game interface design part 1Game interface design part 1
Game interface design part 1
 
Visual definitions of UX ( Restored )
Visual definitions of UX ( Restored )Visual definitions of UX ( Restored )
Visual definitions of UX ( Restored )
 
Mobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best PracticesMobile UI Design – User Centered Design and UI Best Practices
Mobile UI Design – User Centered Design and UI Best Practices
 
The stage of eCommerce implementation
The stage of eCommerce implementationThe stage of eCommerce implementation
The stage of eCommerce implementation
 
Webinar on UX ToolBox for Product Managers : UX-PM
Webinar on UX ToolBox for Product Managers : UX-PMWebinar on UX ToolBox for Product Managers : UX-PM
Webinar on UX ToolBox for Product Managers : UX-PM
 
Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014
 
[Seminar] hwiyeon 200709
[Seminar] hwiyeon 200709[Seminar] hwiyeon 200709
[Seminar] hwiyeon 200709
 
The Future of User Experience
The Future of User ExperienceThe Future of User Experience
The Future of User Experience
 
UI/UX Design in Agile process
UI/UX Design in Agile process  UI/UX Design in Agile process
UI/UX Design in Agile process
 
The importance of identity and vision to UX designers on agile projects
The importance of  identity and vision to UX designers  on agile projectsThe importance of  identity and vision to UX designers  on agile projects
The importance of identity and vision to UX designers on agile projects
 
Introduction to UX Design
Introduction to UX DesignIntroduction to UX Design
Introduction to UX Design
 
Ni week no designer, no problem
Ni week no designer, no problem Ni week no designer, no problem
Ni week no designer, no problem
 
The Impact of Brand User Experience Design
The Impact of Brand User Experience DesignThe Impact of Brand User Experience Design
The Impact of Brand User Experience Design
 
Pro Engineer WF Book By Nilay Thakore &amp; Vikas
Pro Engineer WF Book By Nilay Thakore &amp; VikasPro Engineer WF Book By Nilay Thakore &amp; Vikas
Pro Engineer WF Book By Nilay Thakore &amp; Vikas
 
UI/UX Design
UI/UX DesignUI/UX Design
UI/UX Design
 
UX Work Shop
UX Work ShopUX Work Shop
UX Work Shop
 

Ähnlich wie Introduction to UX for Mesiniaga Academy

UCD Assignment 2 – Final Report – Training Everywhere
UCD Assignment 2 – Final Report – Training EverywhereUCD Assignment 2 – Final Report – Training Everywhere
UCD Assignment 2 – Final Report – Training EverywhereTimothy Adrian Lam
 
construction management system final year report
construction management system final year reportconstruction management system final year report
construction management system final year reportchiragbarasiya
 
ContentsTeam Work Schedule3Team Task Assignment3Project .docx
ContentsTeam Work Schedule3Team Task Assignment3Project .docxContentsTeam Work Schedule3Team Task Assignment3Project .docx
ContentsTeam Work Schedule3Team Task Assignment3Project .docxbobbywlane695641
 
SharePoint customized code analyzer
SharePoint customized code analyzer SharePoint customized code analyzer
SharePoint customized code analyzer Microsoft
 
Responsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreResponsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreWendy Fischer
 
Wireframe and MVP
Wireframe and MVPWireframe and MVP
Wireframe and MVPLian Xun
 
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016Pekka Hartikainen
 
Bank Management System Desktop Application
Bank Management System Desktop Application Bank Management System Desktop Application
Bank Management System Desktop Application Ibadullah Khan
 
UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX Murali Krishna
 
Project Proposal Service Center Management software
Project Proposal  Service Center Management softwareProject Proposal  Service Center Management software
Project Proposal Service Center Management softwareAdam Waheed
 
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdf
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdfHow to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdf
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdfMarie Weaver
 
Unit 2 final
Unit 2 finalUnit 2 final
Unit 2 finalsietkcse
 
A holistic guide to annotated wireframes for app development
A holistic guide to annotated wireframes for app developmentA holistic guide to annotated wireframes for app development
A holistic guide to annotated wireframes for app developmentConcetto Labs
 
Aurkut - A social Networking website
Aurkut - A social Networking websiteAurkut - A social Networking website
Aurkut - A social Networking websiteAbhijeet Kalsi
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project ReportMilind Gokhale
 

Ähnlich wie Introduction to UX for Mesiniaga Academy (20)

UCD Assignment 2 – Final Report – Training Everywhere
UCD Assignment 2 – Final Report – Training EverywhereUCD Assignment 2 – Final Report – Training Everywhere
UCD Assignment 2 – Final Report – Training Everywhere
 
construction management system final year report
construction management system final year reportconstruction management system final year report
construction management system final year report
 
EVOLVE'15 | Maximize | Ted Billups | Taming AEM
EVOLVE'15 | Maximize | Ted Billups | Taming AEMEVOLVE'15 | Maximize | Ted Billups | Taming AEM
EVOLVE'15 | Maximize | Ted Billups | Taming AEM
 
ContentsTeam Work Schedule3Team Task Assignment3Project .docx
ContentsTeam Work Schedule3Team Task Assignment3Project .docxContentsTeam Work Schedule3Team Task Assignment3Project .docx
ContentsTeam Work Schedule3Team Task Assignment3Project .docx
 
SharePoint customized code analyzer
SharePoint customized code analyzer SharePoint customized code analyzer
SharePoint customized code analyzer
 
Responsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit ScoreResponsive Design for SavvyMoney Credit Score
Responsive Design for SavvyMoney Credit Score
 
Wireframe and MVP
Wireframe and MVPWireframe and MVP
Wireframe and MVP
 
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016
IxDA Helsinki meet-up at Smartly.io, Thu, 25th August 2016
 
Bank Management System Desktop Application
Bank Management System Desktop Application Bank Management System Desktop Application
Bank Management System Desktop Application
 
UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX
 
Project Proposal Service Center Management software
Project Proposal  Service Center Management softwareProject Proposal  Service Center Management software
Project Proposal Service Center Management software
 
HCI Chapter_2.ppt
HCI Chapter_2.pptHCI Chapter_2.ppt
HCI Chapter_2.ppt
 
A primer on ux design
A primer on ux designA primer on ux design
A primer on ux design
 
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdf
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdfHow to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdf
How to Create Wireframes For Mobile Apps and Why It’s Good for Apps.pdf
 
Business Analyst
Business AnalystBusiness Analyst
Business Analyst
 
HCI Chapter_2.pdf
HCI Chapter_2.pdfHCI Chapter_2.pdf
HCI Chapter_2.pdf
 
Unit 2 final
Unit 2 finalUnit 2 final
Unit 2 final
 
A holistic guide to annotated wireframes for app development
A holistic guide to annotated wireframes for app developmentA holistic guide to annotated wireframes for app development
A holistic guide to annotated wireframes for app development
 
Aurkut - A social Networking website
Aurkut - A social Networking websiteAurkut - A social Networking website
Aurkut - A social Networking website
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 

Kürzlich hochgeladen

Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Kürzlich hochgeladen (20)

Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 

Introduction to UX for Mesiniaga Academy

  • 1. Introduction to UX Zainul Zain Senior Software Developer, Custom Codes 1
  • 2. Syllabus 1. UI vs UX 2. UX in detail 3. Design Process 4. Development Process 5. Sharing Session & Tutorial 2
  • 4. UI User Interface What is? “ Screen design for users to interface with a system or (web) application ” - Specifically, we are purely talking about combinations of UI elements such menus, tables, forms, buttons, etc to make up an interface. 4
  • 5. If we have concept of UI, why create UX? 5
  • 6. Problems of UI Design ● The created design is based on what you think they need. ○ even worst, based on your ego as an artist. ● The created process is based on your assumptions and cognitions, not theirs. ● The biggest problem is when all your assumptions are wrong. There is a gap between UI and UX 6
  • 7. <STATEMENT> <STATEMENT> UI is missing EXACT user inputs/requirements 7
  • 8. UX User Experience What is “ Derived from a design philosophy where UI is developed based entirely on end-user’s needs, wants and limitations, applied throughout the design processes and development lifecycle. ” - This design philosophy is called UCD or User- Centered Design. 8
  • 10. UX User Experience Embodies:- ● User Research with Psychology ● Prototyping ● Design ● Development 10
  • 11. <STATEMENT> <STATEMENT> UI makes applications usable, UX makes applications effective. 11
  • 12. Ultimate Goals of UX is Intuitive Design An application made through UX Processes requires: - A minimum cognitive abstractions (a.k.a thinking), - and, a minimum experimentation if necessary, - Resulting in an understanding which contains the maximum correctness with maximum confidence - Applicable to the the maximum diversity of user. 12
  • 13. What is most important to UX? 13
  • 14. User Research Getting/Defining user requirements thoroughly 14
  • 15. Why is it the utmost important in UX? ● It is the first pillar of UX ○ Because if this is done INCORRECTLY: ■ Your design will just be UI Design. ■ It will resulted in scope creep. ○ Because if this is done CORRECTLY: ■ It will provide additional income. 15
  • 16. Project Scope “ A defined and documented list of specific project goals, deliverables, tasks, costs and deadlines. It establish boundaries of the project and provide the base for verifying completed work. ” 16
  • 17. Scope Creep “ Uncontrollable changes, resulting in continuous growth in a project's scope. ” 17
  • 18. Why scope creep is scary? 1. Causes more work with no additional income. 2. Delays project completion. 3. Causes reputation loss and lower client satisfaction. 4. Causes less employee satisfaction due to overtime and (in many companies), no compensation. 18
  • 19. TechTarget: “ It is natural for parts of a project to change along the way, so the better the project has been "scoped" at the beginning, the better the project team will be able to manage change. When documenting a project's scope, stakeholders should be as specific as possible in order to avoid scope creep, a situation in which one or more parts of a project ends up requiring more work, time or effort because of poor planning or miscommunication. ” 19
  • 20. How does it provide additional income? ● If everything is scoped properly, and, since there is always gonna be changes in project scope, then all changes requested can be CR (change request)’ed 20
  • 21. CR “ A formal proposal for an alteration to an aspect of the app. Because change requests are beyond the project scope (hopefully), generally the client will have to pay for the extra resources required to satisfy them. ” Change Request 21
  • 22. <STATEMENT> <STATEMENT> if you want your developer life to get easier, get/define user requirements thoroughly 22
  • 23. 23
  • 24. CAUTION Because of the time frame, the following lecture will not cover all of the things that should be done by a UX Developer. Do look back at the contents of this lecture and google keywords that you want to study more. 24
  • 25. 25
  • 26. Define Project Parameters The first items to ask in any project:- 1. Minimum browser requirement. 2. Which devices end-users will use the web/app on. 3. Production environment scenario. 26
  • 27. Minimum browser requirement Example: IE 10 and above (should be a standard requirement) Why? - Because this will determine front-end technologies used e.g. whether we can use Jquery 2.0 or not, whether can use CSS3 or not, etc., etc. 27
  • 28. Which devices user will use the web/app on Example: Desktop only, or mobile, tab and desktop. Why? - This will determine front-end design approach, whether it will be responsive, mobile-first or "regular" desktop design. 28
  • 29. Production environment scenario Example: 3-tier Service-Oriented Architecture (SOA) so there must be a physical separation between presentation and business logic, with or without load balancing, etc., etc. Why? - This will determine front-end architecture design, whether it is going to be a Single Page Application approach (SPA), AJAX web application or the "regular" webforms application. 29
  • 30. CAUTION Although there are many other methods that should be used for getting thorough and correct user requirements in UX Design stage such as User Interviews, Prepare Mental Model, Storyboarding, Card Sorting, etc. etc. but we are going to focus only on one process, WIREFRAMING 30
  • 31. “ In the nutshell, it is a skeleton of a page. It reflects designer's ideas on the placements of UI elements on the page and how users to interact with the site. It should ignore the visual style of page because its purpose is to show content placements and behaviour of the page. ” Wireframe 31
  • 32. Minimum prerequisite for Wireframe process The following should have been done by Business Analyst / System Analyst:- 1. All workflow processes are captured in a form of flowchart / swim- lane diagram. 2. Content Inventory and site-mapping process completed. 32
  • 33. Checklist for Wireframe Process When doing wireframe, the following questions have to fulfilled: 1. What are the contents of this page. 2. How are these contents to be organized 3. Each content’s level of importance (content highlighting) 4. Where users can go from here 5. Where is this page on the whole frame of site. 6. Are there any specific behaviour to showcase e.g. dropdowns, popup, hover events, etc. 33
  • 34. Wireframe 1. Sketch on paper or drawing board and brainstorm. 2. Wireframe with software and mock interactions for each process and subprocess. 3. Add Visual Mockup on main items. Process 34
  • 36. Wireframe Step 1: Sketching 1. draw all elements needed for that interface, down to the last detail, explore different ideas of layout, be open and creative about it and decide on one. 2. Re-sketch as needed and repeat the process. 3. Document final decision of all processes brainstormed. The easiest is to capture with phone camera and email to everyone. 36
  • 37. Wireframe Step 2: Wireframe with software 1. Use grid template. 2. Draw final sketch layout with respects to grids. 3. Define Information Hierarchy with typography. 4. Fine tune with grayscale. 5. Decide on what UI elements to use, simulate behaviour and document the decisions. 37
  • 39. Note: This is not really considered part of wireframing but because at this point we should have the page layout, content organization and UI elements in place, we might as well fine-tune and beautify. 1. Add in static contents such header design, footer design, logo and other actual or sample images. 2. Add in Color Scheme to the wireframe. 3. Add in Typography. 4. Set actual borders, paddings and spacings for all elements. Wireframe Step 3: Visual Mockup (High Fidelity) 39
  • 40. Sample High Fidelity Wireframe 40
  • 41. 41
  • 42. Now that we know exactly what the client wants, LET’S CODE!! 42
  • 43. NOT SO FAST my friend.. Let’s start with the basics BEST PRACTICES 43
  • 44. Why follow best practices? 1. Foster code consistency across projects. 2. Facilitate ease of maintenance. 3. Ensure creation of professional quality (web) applications. 44
  • 45. Now chant after me! ● Semantic HTML for structure ● CSS for presentation ● JavaScript for behavior and interaction - By the way, these are the three pillars of front-end development. - Always, always follow these rules. 45
  • 46. HOMEWORK Read through the Isobar Front-end Code Standards at http://isobar-idev.github.io/code-standards/ It is a work-in-progress but it has all the best practices you will need to follow already. 46
  • 47. Use Visual Studio Code ● It is built for front-end developers ● It can open (solutions) format from other Visual Studio versions. ● It has a kick-ass HTML/CSS/JS Intellisense engine. ● It’s Free! Download at https://code. visualstudio.com/ Dev Tool 47
  • 48. <STATEMENT> <STATEMENT> There's a good and recommended way to get started, but you must understand why they use what they use. 48
  • 49. Get started quick and safe For all projects:- 1. Use front-end template 2. Use front-end framework 49
  • 50. Why front-end template? 1. Because they have implemented almost all best practices to start and complete any front-end development project. 2. A correct setup will make your pages looks good even with default setup. Provide a good baseline setup. 3. Prevent your page to break horribly on certain (version) of a browser. 50
  • 51. Why front-end framework? 1. Tested and deployed in millions of web application. Trusted. 2. We will be adhering to best practices since coding using this tool require specific code standards or it will not work. 3. Because of the built-in UI elements that they provide, we do not need to create them from scratch. One keyword Rapid Application Development (RAD)! 4. A correct setup will make your page even better even with default configuration. 5. Because it support responsive web design and mobile-first approach by default. Will not have to to create different viewport screen design for each viewport size manually. 51
  • 52. Sample starting template. Download at https://drive.google.com/folderview? id=0B9ZMQ__JVBh6WDBhOFVXQU9XbnM&usp=sharing 52
  • 53. HOMEWORK Go through these sites’ contents and documentation:- https://html5boilerplate.com/ - Front-end Template http://getbootstrap.com/ - Front-end Framework No 1 http://foundation.zurb.com/ - Front-end Framework No 2 53
  • 54. 1. You have to be good in HTML 2. You have to be good in CSS 3. You have to be good in Javascript, specifically JQuery. Surprising, right? - But those are already the standard requirements to be a good UX developer anyway, right? Standard Requirements for using Front-end Tools 54
  • 55. What are UI Elements? 55
  • 56. UI 56 Elements “ UI Elements are code combinations of HTML, CSS and JS that makes up a usable components of an web app. ” Category of components are (not comprehensive): 1. Navigation 2. Form 3. Content View (Item) 4. Helper
  • 65. Sharing session - My Personal Arsenal 65 ● HTML - refer HTML cheat sheet (inside zipped file) ● CSS - refer CSS cheat sheet (inside zipped file) ● Javascript - refer basic javascript reference guide (inside zipped file) ● Online Jquery API Cheat Sheet - https://oscarotero.com/jquery/ ● Online (Twitter) Bootstrap Documentation - already shared - Find zipped file at https://drive.google.com/folderview? id=0B9ZMQ__JVBh6WDBhOFVXQU9XbnM&usp=sharing
  • 66. Tutorial Session - Wiring up HTML+CSS+Javascript 66 ● Menu ● Site Container ● Grid ● Div ● Tables ● Form
  • 67. 67