Vi flyttar från butik till nätet - så funkar det framåt
The Four Tendencies | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Gretchen Rubin
- Betyg:
152
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 NEW YORK TIMES BESTSELLER
OBLIGER? REBEL? QUESTIONER? UPHOLDER? Which one are you?
Everyone falls into 1 of 4 personality types and knowing yours could make you happier and more successful. During her investigation to understand human nature, explored most recently in her bestselling Better Than Before, Gretchen Rubin realised that by asking the seemingly dry question 'How do I respond to expectations?' we gain life changing self-knowledge.
She discovered that based on their answer, people fit into Four Tendencies: Upholders, Questioners, Obligers, and Rebels. Our Tendency shapes every aspect of our behaviour, so using this framework allows us to make better decisions, meet deadlines, suffer less stress, and engage more effectively.
More than 800,000 people have taken her online quiz, and managers, doctors, teachers, spouses, and parents already use the framework to help people make significant, lasting change.
The Four Tendencies hold practical answers if you've ever thought...
- People can rely on me, but I can't rely on myself
- How can I help someone to follow good advice?
- People say I ask too many questions
- How do I work with someone who refuses to do what I ask - or who keeps telling me what to do?
With sharp insight, compelling research, and hilarious examples, The Four Tendencies will help you get happier, healthier, more productive, and more creative.
'I love Gretchen Rubin - she helps me understand both myself and the people around me' CATHY RENTZENBRINK, OBLIGER
'If you want to change anything in your life you need Gretchen Rubin' VIV GROSKOP, REBEL
ALSO BY GRETCHEN RUBIN
Outer Order Inner Calm: declutter and organize to make more room for happiness
AND
Better Than Before: learn how to make good habits and break bad ones, for good
AND
Happier At Home: a year-long experiment in making the everyday extraordinary
OBLIGER? REBEL? QUESTIONER? UPHOLDER? Which one are you?
Everyone falls into 1 of 4 personality types and knowing yours could make you happier and more successful. During her investigation to understand human nature, explored most recently in her bestselling Better Than Before, Gretchen Rubin realised that by asking the seemingly dry question 'How do I respond to expectations?' we gain life changing self-knowledge.
She discovered that based on their answer, people fit into Four Tendencies: Upholders, Questioners, Obligers, and Rebels. Our Tendency shapes every aspect of our behaviour, so using this framework allows us to make better decisions, meet deadlines, suffer less stress, and engage more effectively.
More than 800,000 people have taken her online quiz, and managers, doctors, teachers, spouses, and parents already use the framework to help people make significant, lasting change.
The Four Tendencies hold practical answers if you've ever thought...
- People can rely on me, but I can't rely on myself
- How can I help someone to follow good advice?
- People say I ask too many questions
- How do I work with someone who refuses to do what I ask - or who keeps telling me what to do?
With sharp insight, compelling research, and hilarious examples, The Four Tendencies will help you get happier, healthier, more productive, and more creative.
'I love Gretchen Rubin - she helps me understand both myself and the people around me' CATHY RENTZENBRINK, OBLIGER
'If you want to change anything in your life you need Gretchen Rubin' VIV GROSKOP, REBEL
ALSO BY GRETCHEN RUBIN
Outer Order Inner Calm: declutter and organize to make more room for happiness
AND
Better Than Before: learn how to make good habits and break bad ones, for good
AND
Happier At Home: a year-long experiment in making the everyday extraordinary
Om denna bok
The Four Tendencies av Gretchen Rubin är en Danskt band bok med 272 sidor på Engelska. Den utgavs 2018 av John Murray Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Four Tendencies 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:
9781473663701
Upplaga:
0
Utgiven:
2018-05-03
Förlag:
John Murray Press
Sidantal:
272
$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"
>