Difference between revisions of "Presentation/Appdesign"
From Publication Station
Arjensuijker (talk | contribs) |
Arjensuijker (talk | contribs) |
||
Line 3: | Line 3: | ||
==Making== | ==Making== | ||
* What will we make? | * What will we make? | ||
* Why | * Why this? | ||
* Technical details | * Technical details | ||
* Workflow | * Workflow | ||
Line 9: | Line 9: | ||
==What will we make?== | ==What will we make?== | ||
===a 'Web App'=== | ===a 'Web App'=== | ||
Basically a website, but | 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.jpg|200px]] |
Revision as of 14:24, 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)