Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
Designing Interactive Systems | 2:a upplagan
- Häftad, Engelska, 2010
- Författare: Benyon. David
- Betyg:
Välj skick:
Bästa pris
364
kr
Skickas inom 2-3 vardagar
Du sparar 215 kr
(37%)
mot nypris
149
kr
Skickas från säljare inom 1-3 vardagar
Daniella
, Huddinge
Verifierad säljare
Toppsäljare
Du sparar 430 kr
(74%)
mot nypris
Butikslager
Onlinelager
10+ st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Fler utgåvor
Beskrivning
Designing Interactive Systems is the most up-to-date and authoritative textbook in the areas of HumanComputer Interaction (HCI), usability, consumer experience and Interaction Design. David Benyon has taken the well-received first edition and remodelled it for the next era of interactive devices and applications. The book includes numerous case studies and illustrations taken from the authors extensive experience of designing innovative products and systems. Each chapter includes thought-provoking challenges and reflective interjections pointing readers to related areas of study. Features 26 chapters in four parts covering the essentials, techniques, contexts and foundations of designing interactive systems. New chapters on experience design, mobile computing, Web design, Web 2.0 and ubiquitous computing, and new sections on emotion, affective computing, multimodal interaction and wearable computing. Excellent pedagogical features throughout the book. Broad coverage enables the material to be used throughout undergraduate and postgraduate study. Over 300 images and illustrations of the latest technologies, techniques and interactive experiences. Suitable for people with different disciplinary backgrounds such as computer science, design, software engineering, psychology, interactive media, information systems and many others Companion website at "http://www.pearsoned.co.uk/benyon www.pearsoned.co.uk/benyon containing website links, tutor notes, student notes, PowerPoint slides and all the figures from the book.About the AuthorDavid Benyon is a professor of HumanComputer Systems at Edinburgh Napier University, UK. He has extensive experience as a researcher, designer and writer in interaction design and HCI. (Computer Bookshops Limited)
Produktinformation
Kategori:
Kultur
Bandtyp:
Häftad
Språk:
Engelska
Förlag:
Pearson Education
Upplaga:
2
Utgiven:
2010-04-01
ISBN:
9780321435330
Sidantal:
712
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>