Vi flyttar från butik till nätet - så funkar det framåt
Wishful drinking | 1:a upplagan
- Danskt band, Engelska, 2009
- Författare: Carrie Fisher
- Betyg:
139
kr
Skickas inom 3-6 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
'Wishful Drinking is a touching and incisive account of bipolarity, addiction and motherhood.' Independent
‘No motive is pure. No one is good or bad – but a hearty mix of both. And sometimes life actually gives to you by taking away.' Carrie Fisher in Wishful Drinking
In Wishful Drinking, Carrie Fisher told the true and intoxicating story of her life with inimitable wit.
Born to celebrity parents, she was picked to play aprincess in a little movie calledStar Wars when only 19 years old. "But it isn't all sweetness and light sabres." Alas, aside from a demanding career and her role as a single mother (not to mention the hyperspace hairdo), Carrie also spends her free time battling addiction and weathering the wild ride of manic depression.
It's an incredible tale: from having Elizabeth Tayloras a stepmother, to marrying (and divorcing) Paul Simon, and from having the father of her daughter leave her for a man, to ultimately waking up one morning and finding a friend dead beside her in bed.
Carrie Fisher's star-studded career included roles in numerous films such as The Blues Brothers and When Harry Met Sally. She was the author of four bestselling novels, Surrender in the Pink, Delusions of Grandma, The Best Awful and Postcards from the Edge, which was made into a hit film starring Shirley MacLaine and Meryl Streep. Carrie's experience with addiction and mental illness – and her willingness to talk honestly about them – made her a sought-after speaker and respected advocate. She was truly one of the most magical people to walk among us.
‘No motive is pure. No one is good or bad – but a hearty mix of both. And sometimes life actually gives to you by taking away.' Carrie Fisher in Wishful Drinking
In Wishful Drinking, Carrie Fisher told the true and intoxicating story of her life with inimitable wit.
Born to celebrity parents, she was picked to play aprincess in a little movie calledStar Wars when only 19 years old. "But it isn't all sweetness and light sabres." Alas, aside from a demanding career and her role as a single mother (not to mention the hyperspace hairdo), Carrie also spends her free time battling addiction and weathering the wild ride of manic depression.
It's an incredible tale: from having Elizabeth Tayloras a stepmother, to marrying (and divorcing) Paul Simon, and from having the father of her daughter leave her for a man, to ultimately waking up one morning and finding a friend dead beside her in bed.
Carrie Fisher's star-studded career included roles in numerous films such as The Blues Brothers and When Harry Met Sally. She was the author of four bestselling novels, Surrender in the Pink, Delusions of Grandma, The Best Awful and Postcards from the Edge, which was made into a hit film starring Shirley MacLaine and Meryl Streep. Carrie's experience with addiction and mental illness – and her willingness to talk honestly about them – made her a sought-after speaker and respected advocate. She was truly one of the most magical people to walk among us.
Om denna bok
Wishful drinking av Carrie Fisher är en Danskt band bok med 176 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2009.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Wishful drinking 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:
Samhälle & politik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781847397836
Upplaga:
1
Utgiven:
2009-06-01
Förlag:
Okänt
Sidantal:
176
$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"
>