Difference between revisions of "Presentation/Appdesign"
From Publication Station
Arjensuijker (talk | contribs) |
Arjensuijker (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Making== | ==Making== | ||
* What will we make? | * What will we make? | ||
* Why | * Why this? | ||
* Technical details | * Technical details | ||
* Workflow | * Workflow | ||
==What will we make? | ==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) | ||
[[File: | |||
==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)