Vi flyttar från butik till nätet - så funkar det framåt
The Promise That Changes Everything | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Nancy Kline
- Betyg:
209
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
'The lessons and practices here will shift a sense of chaos to one of clarity and a mindset of fear to one of hope' Margaret Heffernan, bestselling author of Wilful Blindness
___________________________________________________________________________________
How often do you interrupt? How often do people interrupt you? Can you remember the last time someone listened to you all the way through your thinking?
In a time when communication is more challenging than ever and relationships need to be nurtured, listening to one another could not be more important. In her new book, Nancy Kline, bestselling author of Time To Think, suggests that for us to radically improve our communication we should make the propmise 'I won't interrupt you'.
This promise matters because when we interrupt each other, we interrupt our thinking, and that interrupts the quality of everything we do. By making this promise to our colleagues and loved ones we can deepen our relationships, increase our productivity, and enjoy deeper, richer conversations. It may, in fact, be the most important promise we ever make.
Nancy has spent the last three decades researching independent thought and the barriers that prevent us from thinking for ourselves. In this book she tells us the truth about the damage that interruption can cause, she shares case studies and stories from her work with clients, as well as simple ways we can improve our communication, and change our lives.
___________________________________________________________________________________
'This generous, useful and important book is a delight to read and will fundamentally change the way you interact with people' - Mikael Krogerus and Roman Tschäppeler, authors of The Communication Book
'This timely and persuasive book shows us that the foundation for independent thinking is the promise to actually listen, without interruption, to what others have to say'
Cal Newport, bestselling author of Digital Minimalism
___________________________________________________________________________________
How often do you interrupt? How often do people interrupt you? Can you remember the last time someone listened to you all the way through your thinking?
In a time when communication is more challenging than ever and relationships need to be nurtured, listening to one another could not be more important. In her new book, Nancy Kline, bestselling author of Time To Think, suggests that for us to radically improve our communication we should make the propmise 'I won't interrupt you'.
This promise matters because when we interrupt each other, we interrupt our thinking, and that interrupts the quality of everything we do. By making this promise to our colleagues and loved ones we can deepen our relationships, increase our productivity, and enjoy deeper, richer conversations. It may, in fact, be the most important promise we ever make.
Nancy has spent the last three decades researching independent thought and the barriers that prevent us from thinking for ourselves. In this book she tells us the truth about the damage that interruption can cause, she shares case studies and stories from her work with clients, as well as simple ways we can improve our communication, and change our lives.
___________________________________________________________________________________
'This generous, useful and important book is a delight to read and will fundamentally change the way you interact with people' - Mikael Krogerus and Roman Tschäppeler, authors of The Communication Book
'This timely and persuasive book shows us that the foundation for independent thinking is the promise to actually listen, without interruption, to what others have to say'
Cal Newport, bestselling author of Digital Minimalism
Om denna bok
The Promise That Changes Everything av Nancy Kline är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2020.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Promise That Changes Everything 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780241423516
Upplaga:
0
Utgiven:
2020-10-29
Förlag:
Okänt
Sidantal:
256
$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"
>