SlideShare a Scribd company logo
1 of 55
Download to read offline
PROTOTYPE
YOU MUST! http://animationinsider.com/
Axure RP
Axure RP
WIREFRAME PROTOTYPE PUBLISH
- Diagramming widgets
- Visual design tools
- Click, swipe, drag
- Conditions, animations

dynamic content
- HTML & JavaScript
- Network drive, server

Axure Share
New in Axure RP 7
INTERACTIONS
- Widget Events
- Page Events
- Transitions
- Conditions
New in Axure RP 7
ENVIRONMENT
- Widget Properties

shapes, field types, states
- Widget Manager
- Repeater Widget
- Adaptive View
Sitemap
Widgets
Masters
Canvas
Toolbar
Widget Manager
Widget Properties
Interactions
Interactions: Case
Interactions: Case
Interactions: Links
Interactions: Links
Interactions: Links
No Code?
I Like it!
http://mtvbase.com/
Wins
- Low learning curve









Wins
- Low learning curve
- Wireframe, prototype, publish, document







Wins
- Low learning curve
- Wireframe, prototype, publish, document
- Extensive widget libraries





Wins
- Low learning curve
- Wireframe, prototype, publish, document
- Extensive widget libraries
- Generate HTML prototypes
Wins
- Low learning curve
- Wireframe, prototype, publish, document
- Extensive widget libraries
- Generate HTML prototypes
- Wealth of training resources

Wins
- Low learning curve
- Wireframe, prototype, publish, document
- Extensive widget libraries
- Generate HTML prototypes
- Wealth of training resources
- Free student license
HTML
HTML
- Describes content & meaning













HTML
- Describes content & meaning
- Maintained by
- World Wide Web Consortium (W3C)
- Web Hypertext Application Technology 

Working





HTML
- Describes content & meaning
- Maintained by
- World Wide Web Consortium (W3C)
- Web Hypertext Application Technology 

Working
- Elements - Basic building blocks



HTML
- Describes content & meaning
- Maintained by
- World Wide Web Consortium (W3C)
- Web Hypertext Application Technology 

Working
- Elements - Basic building blocks
- Tags - Syntactical markup

HTML
- Describes content & meaning
- Maintained by
- World Wide Web Consortium (W3C)
- Web Hypertext Application Technology 

Working
- Elements - Basic building blocks
- Tags - Syntactical markup
- Attributes - Information about tags
Text
PARAGRAPH
<p>	
  This	
  is	
  a	
  paragraph.	
  It	
  
	
  	
  	
  	
  preserves	
  one	
  whitespace	
  </p>
Text
HEADINGS <h1>	
  This	
  is	
  a	
  heading.	
  Yes	
  </h1>
h1 to h6
Structure
LISTS
Unordered lists
<ul>	
  	
  
	
  	
  <li>	
  Expelliarmus	
  </li>	
  
	
  	
  <li>	
  Stupify	
  </li>	
  
</ul>
Structure
LISTS
Ordered lists
<ol>	
  	
  
	
  	
  <li>	
  Charmander	
  </li>	
  
	
  	
  <li>	
  Squirtle	
  </li>	
  
</ol>
Structure
Tables
<table>	
  	
  
	
  	
  <tr>	
  
	
  	
  	
  	
  <th>	
  Column	
  1	
  </th>	
  
	
  	
  	
  	
  <th>	
  Column	
  2	
  </th>	
  
	
  	
  </tr>	
  
	
  	
  <tr>	
  
	
  	
  	
  	
  	
  <td>	
  Cell	
  1	
  </td>	
  
	
  	
  	
  	
  	
  <td>	
  Cell	
  2	
  </td>	
  
	
  	
  </tr>	
  
</table>
Structure
CONTAINER
<div>	
  	
  
	
  	
  <h2>	
  Heading	
  </h2>	
  
	
  	
  <p>	
  
	
  	
  	
  	
  Some	
  Content.	
  
	
  	
  </p>	
  
</div>
Controls
FORM
<form	
  action=‘/test’>	
  	
  
	
  	
  <label	
  for=‘get-­‐name’>	
  

	
  	
  	
  	
  Heading	
  

	
  	
  </label>	
  
	
  	
  <input	
  id=‘get-­‐name’	
  type=‘text’	
  
	
  	
  	
  name=‘name’	
  />	
  
	
  	
  <input	
  type=‘submit’	
  value=‘save’/>	
  
</form>
CSS
- Presentation of structured documents, 

web page











CSS
- Presentation of structured document, web page
- World Wide Web Consortium (W3C)









CSS
- Presentation of structured document, web page
- World Wide Web Consortium (W3C)
- Why?
- Presentations vs Content
- Avoid duplication (DRY)
- Site-wide changes in one place

CSS
- Presentation of structured document, web page
- World Wide Web Consortium (W3C)
- Why?
- Presentations vs Content
- Avoid duplication (DRY)
- Site-wide changes in one place
- <link rel=‘stylesheet’ href=‘/path/to/css’ />
Application
TAG
p	
  {	
  
	
  	
  color:	
  #EED7B4;	
  
	
  	
  font-­‐size:	
  10px;	
  
}	
  
Application
ID
#footer_bg	
  {	
  
	
  	
  background-­‐color:	
  #EED7B4;	
  
}	
  
Application
CLASS
.section_heading	
  {	
  
	
  	
  color:	
  #EED7B4;	
  
	
  	
  font-­‐size:	
  40px;	
  
}	
  
CSS Frameworks
- Bootstrap
- Foundation by Curb
- Pure by Yahoo
JavaScript
BEHAVIOR ANIMATION HTTP
- DOM manipulation
- Dynamic content
- Validation
- Stateful animations
- Wide range of possibilities
- AJAX
- APIs
Why?
- Visual mockups - Extra step in the cycle







Why?
- Visual mockups - Extra step in the cycle
- Inaccurate interactions





Why?
- Visual mockups - Extra step in the cycle
- Inaccurate interactions
- Text on web is different
Why?
- Visual mockups - Extra step in the cycle
- Inaccurate interactions
- Text on web is different
- Slow and painful to iterate

Why?
- Visual mockups - Extra step in the cycle
- Inaccurate interactions
- Text on web is different
- Slow and painful to iterate
- Production vs Productivity
THOUGHTS

More Related Content

What's hot

Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25Christian Rokitta
 
Front End Best Practices
Front End Best PracticesFront End Best Practices
Front End Best PracticesHolger Bartel
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Kannika Kong
 
Web development using html and wordpress
Web development using html and wordpressWeb development using html and wordpress
Web development using html and wordpressDakshata Gavand
 
Responsive web design
Responsive web designResponsive web design
Responsive web designSean Wolfe
 
WebComponents or shadow side of the Doom
WebComponents or shadow side of the DoomWebComponents or shadow side of the Doom
WebComponents or shadow side of the DoomGrzegorz Wilczynski
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introductionapnwebdev
 
Hammersmith fundamentals html fundamentals
Hammersmith fundamentals   html fundamentalsHammersmith fundamentals   html fundamentals
Hammersmith fundamentals html fundamentalsMike Bradshaw
 
How to use CSS3 in WordPress
How to use CSS3 in WordPressHow to use CSS3 in WordPress
How to use CSS3 in WordPressSuzette Franck
 
From PSD to WordPress Theme: Bringing designs to life
From PSD to WordPress Theme: Bringing designs to lifeFrom PSD to WordPress Theme: Bringing designs to life
From PSD to WordPress Theme: Bringing designs to lifeDerek Christensen
 
Css presentation introdution with sample basic projects
Css presentation introdution with sample basic projectsCss presentation introdution with sample basic projects
Css presentation introdution with sample basic projectsDigital Shende
 
Forms as Structured Content
Forms as Structured Content Forms as Structured Content
Forms as Structured Content dotCMS
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_phpJeanho Chu
 
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...Scott DeLoach
 

What's hot (20)

Advanced sass
Advanced sassAdvanced sass
Advanced sass
 
Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25
 
Front End Best Practices
Front End Best PracticesFront End Best Practices
Front End Best Practices
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
The web context
The web contextThe web context
The web context
 
Web development using html and wordpress
Web development using html and wordpressWeb development using html and wordpress
Web development using html and wordpress
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
WebComponents or shadow side of the Doom
WebComponents or shadow side of the DoomWebComponents or shadow side of the Doom
WebComponents or shadow side of the Doom
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introduction
 
CSS Frameworks
CSS FrameworksCSS Frameworks
CSS Frameworks
 
Hammersmith fundamentals html fundamentals
Hammersmith fundamentals   html fundamentalsHammersmith fundamentals   html fundamentals
Hammersmith fundamentals html fundamentals
 
How to use CSS3 in WordPress
How to use CSS3 in WordPressHow to use CSS3 in WordPress
How to use CSS3 in WordPress
 
تئوری وب
تئوری وبتئوری وب
تئوری وب
 
From PSD to WordPress Theme: Bringing designs to life
From PSD to WordPress Theme: Bringing designs to lifeFrom PSD to WordPress Theme: Bringing designs to life
From PSD to WordPress Theme: Bringing designs to life
 
Css presentation introdution with sample basic projects
Css presentation introdution with sample basic projectsCss presentation introdution with sample basic projects
Css presentation introdution with sample basic projects
 
Forms as Structured Content
Forms as Structured Content Forms as Structured Content
Forms as Structured Content
 
Bootstrap Framework
Bootstrap Framework Bootstrap Framework
Bootstrap Framework
 
Css3 Presetation
Css3 PresetationCss3 Presetation
Css3 Presetation
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...
Enhancing MadCap Flare HTML5 Responsive Layout and Design - MadWorld 2019, Sc...
 

Viewers also liked

final english paper
final english paperfinal english paper
final english paperTyler Maher
 
Curriculum Vitae Scott Murray
Curriculum Vitae Scott MurrayCurriculum Vitae Scott Murray
Curriculum Vitae Scott MurrayScott Murray
 
What Ramstad Commons Can Offer You
What Ramstad Commons Can Offer YouWhat Ramstad Commons Can Offer You
What Ramstad Commons Can Offer YouDanielle Shepperd
 
Portfolio powerpoint
Portfolio powerpointPortfolio powerpoint
Portfolio powerpointYva Gehring
 
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draftDanielle Shepperd
 
Communication and Re;igion paper- Baptist Church
Communication and Re;igion paper- Baptist ChurchCommunication and Re;igion paper- Baptist Church
Communication and Re;igion paper- Baptist ChurchJamella Smith
 
DIEGO SILVA ID 452423
DIEGO SILVA ID 452423DIEGO SILVA ID 452423
DIEGO SILVA ID 452423Diego Silva
 
Why you should give to Pacific Lutheran University (1)
Why you should give to Pacific Lutheran University (1)Why you should give to Pacific Lutheran University (1)
Why you should give to Pacific Lutheran University (1)Danielle Shepperd
 
Manajemen sumber-daya-manusia
Manajemen sumber-daya-manusiaManajemen sumber-daya-manusia
Manajemen sumber-daya-manusiaandi_nugraha
 
Makalah perencanaan-sdm
Makalah perencanaan-sdmMakalah perencanaan-sdm
Makalah perencanaan-sdmandi_nugraha
 
Graduate survey summary
Graduate survey summaryGraduate survey summary
Graduate survey summarysehaine1
 

Viewers also liked (16)

final english paper
final english paperfinal english paper
final english paper
 
Aegee prezentacja
Aegee prezentacjaAegee prezentacja
Aegee prezentacja
 
Curriculum Vitae Scott Murray
Curriculum Vitae Scott MurrayCurriculum Vitae Scott Murray
Curriculum Vitae Scott Murray
 
What Ramstad Commons Can Offer You
What Ramstad Commons Can Offer YouWhat Ramstad Commons Can Offer You
What Ramstad Commons Can Offer You
 
Portfolio powerpoint
Portfolio powerpointPortfolio powerpoint
Portfolio powerpoint
 
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft
2015 ITLC SC Agenda Theme and Wording Exploration June 11 draft
 
Communication and Re;igion paper- Baptist Church
Communication and Re;igion paper- Baptist ChurchCommunication and Re;igion paper- Baptist Church
Communication and Re;igion paper- Baptist Church
 
Resume
ResumeResume
Resume
 
DIEGO SILVA ID 452423
DIEGO SILVA ID 452423DIEGO SILVA ID 452423
DIEGO SILVA ID 452423
 
Coleen_Walls_2014
Coleen_Walls_2014Coleen_Walls_2014
Coleen_Walls_2014
 
Why you should give to Pacific Lutheran University (1)
Why you should give to Pacific Lutheran University (1)Why you should give to Pacific Lutheran University (1)
Why you should give to Pacific Lutheran University (1)
 
Manajemen sumber-daya-manusia
Manajemen sumber-daya-manusiaManajemen sumber-daya-manusia
Manajemen sumber-daya-manusia
 
Makalah perencanaan-sdm
Makalah perencanaan-sdmMakalah perencanaan-sdm
Makalah perencanaan-sdm
 
Graduate survey summary
Graduate survey summaryGraduate survey summary
Graduate survey summary
 
Innovative teaching manual
Innovative teaching manualInnovative teaching manual
Innovative teaching manual
 
Maths glossary
Maths glossary Maths glossary
Maths glossary
 

Similar to Prototyping interactions

Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websiteswebsiteunlimited
 
Fundamentals of web_design_v2
Fundamentals of web_design_v2Fundamentals of web_design_v2
Fundamentals of web_design_v2hussain534
 
Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucksTim Wright
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1Heather Rock
 
Html5 Brown Bag
Html5 Brown BagHtml5 Brown Bag
Html5 Brown Bagstuplum
 
C# Advanced L09-HTML5+ASP
C# Advanced L09-HTML5+ASPC# Advanced L09-HTML5+ASP
C# Advanced L09-HTML5+ASPMohammad Shaker
 
State of modern web technologies: an introduction
State of modern web technologies: an introductionState of modern web technologies: an introduction
State of modern web technologies: an introductionMichael Ahearn
 
Decoding the Web
Decoding the WebDecoding the Web
Decoding the Webnewcircle
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Sadaaki HIRAI
 
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHPHamdi Hmidi
 
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるIt is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるSadaaki HIRAI
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningRasan Samarasinghe
 
Microservice Websites – Micro CPH
Microservice Websites – Micro CPHMicroservice Websites – Micro CPH
Microservice Websites – Micro CPHGustaf Nilsson Kotte
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web developmentAlberto Apellidos
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEric Overfield
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresherIvano Malavolta
 

Similar to Prototyping interactions (20)

Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websites
 
Fundamentals of web_design_v2
Fundamentals of web_design_v2Fundamentals of web_design_v2
Fundamentals of web_design_v2
 
Html5
Html5Html5
Html5
 
Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucks
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
 
Web Services
Web ServicesWeb Services
Web Services
 
Html5 Brown Bag
Html5 Brown BagHtml5 Brown Bag
Html5 Brown Bag
 
C# Advanced L09-HTML5+ASP
C# Advanced L09-HTML5+ASPC# Advanced L09-HTML5+ASP
C# Advanced L09-HTML5+ASP
 
Web 101
Web 101Web 101
Web 101
 
State of modern web technologies: an introduction
State of modern web technologies: an introductionState of modern web technologies: an introduction
State of modern web technologies: an introduction
 
Decoding the Web
Decoding the WebDecoding the Web
Decoding the Web
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
 
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考えるIt is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
It is not HTML5. but ... / HTML5ではないサイトからHTML5を考える
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
 
Microservice Websites – Micro CPH
Microservice Websites – Micro CPHMicroservice Websites – Micro CPH
Microservice Websites – Micro CPH
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web Design
 
Day1
Day1Day1
Day1
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
 

Recently uploaded

办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRdollysharma2066
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 

Recently uploaded (20)

办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 

Prototyping interactions