Difference between revisions of "Presentation/Appdesign"
From Publication Station
Arjensuijker (talk | contribs) (Created page with "<slidy theme="a" /> ==Making a web app== * What is a web app? * Why make a web app? * What technologies will we use? * How will we work? 400px ==Bind metho...") |
Arjensuijker (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<slidy theme="a" /> | <slidy theme="a" /> | ||
==Making | ==Making== | ||
* What | * What will we make? | ||
* Why | * Why this? | ||
* | * Technical details | ||
* | * Workflow | ||
==What will we make?== | |||
===a 'Web App'=== | |||
Basically a website, but mobile oriented and interactive. | |||
== | ==Why this?== | ||
* Easy to learn | |||
* Flexible | |||
== | |||
==Technical details== | |||
* | * Structure and content > HTML | ||
[[File: | * Styling > CSS | ||
* Interaction > JavaScript (using jQuery) | |||
==Workflow== | |||
[[File:Agile-waterfall-1.png]] |
Latest revision as of 14:26, 18 February 2016
<slidy theme="a" />
Making
- What will we make?
- Why this?
- Technical details
- Workflow
What will we make?
a 'Web App'
Basically a website, but mobile oriented and interactive.
Why this?
- Easy to learn
- Flexible
Technical details
- Structure and content > HTML
- Styling > CSS
- Interaction > JavaScript (using jQuery)