Vi flyttar från butik till nätet - så funkar det framåt
Digital compassion | 0:e upplagan
- Häftad, Engelska, 2019
- Författare: Per Axbom
- Betyg:
147
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$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"
>
Beskrivning
For the past twenty years, Per Axbom has trained and helped organisations active on a global market to deal with issues of digital usability and accessibility.
He has now compiled his best tips into a book, which he hopes will stop us creating services that cause people to be compromised, treated unjustly, excluded and lured into making unnecessary purchases. In a nutshell - digital compassion.
A book for everyone working with digital services - purchasers and producers alike.
About the author
Per Axbom is a communication theorist who was born in Liberia and raised in Saudi Arabia and Tanzania. This experience, he says, has made him realise that there are always many ways to view the world.
He objects to how we often focus on doing things in the right way - on improving methods and making them more efficient. Unfortunately, this makes us forget to do the right thing - that which keeps us on the right course. Because of this, people are compromised, treated unjustly, excluded and lured into making unnecessary purchases.
For the past twenty years, Per has trained digital professionals and helped organisations with issues relating to digital usability and accessibility. He teaches at Nackademin and Jönköping University in Sweden, has produced over two hundred podcasts and is a regularly invited speaker the world over.
Reviews "Per Axbom offers teams a set of essential questions and concepts to get started on a better path."
- Kim Goodwin, Author of Designing for the Digital Age
He has now compiled his best tips into a book, which he hopes will stop us creating services that cause people to be compromised, treated unjustly, excluded and lured into making unnecessary purchases. In a nutshell - digital compassion.
A book for everyone working with digital services - purchasers and producers alike.
About the author
Per Axbom is a communication theorist who was born in Liberia and raised in Saudi Arabia and Tanzania. This experience, he says, has made him realise that there are always many ways to view the world.
He objects to how we often focus on doing things in the right way - on improving methods and making them more efficient. Unfortunately, this makes us forget to do the right thing - that which keeps us on the right course. Because of this, people are compromised, treated unjustly, excluded and lured into making unnecessary purchases.
For the past twenty years, Per has trained digital professionals and helped organisations with issues relating to digital usability and accessibility. He teaches at Nackademin and Jönköping University in Sweden, has produced over two hundred podcasts and is a regularly invited speaker the world over.
Reviews "Per Axbom offers teams a set of essential questions and concepts to get started on a better path."
- Kim Goodwin, Author of Designing for the Digital Age
Om denna bok
Digital compassion av Per Axbom är en Häftad bok med 96 sidor på Engelska. Den utgavs 2019 av Eget förlag.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Digital compassion begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Media & kommunikation
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9789186951535
Upplaga:
0
Utgiven:
2019-06-20
Förlag:
Eget förlag
Sidantal:
96
$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"
>