Vi flyttar från butik till nätet - så funkar det framåt
Making It So | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Patrick Stewart
- Betyg:
141
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"
>
Fler utgåvor
Beskrivning
THE SUNDAY TIMES BESTSELLER
‘He writes as well as he acts, with insight, truth and passion’ – Sir Ian McKellen
‘Highly entertaining... You don’t need to be a fan of Stewart the man of stage and screen to be as beguiled by the decades of professional acting that follow’ – The Times
The long-awaited memoir from iconic, beloved actor and living legend Sir Patrick Stewart.
From his acclaimed stage triumphs to his legendary onscreen work, Sir Patrick Stewart has captivated audiences around the world and across multiple generations in a career spanning six decades with his indelible command of stage and screen.
No other British working actor enjoys such career variety, universal respect and unending popularity, as witnessed through his seminal roles – whether as Captain Jean-Luc Picard of Star Trek fame, Professor Charles Xavier of Marvel's X-Men hit film franchise, his more than forty years as part of the Royal Shakespeare Company and in such critically lauded roles for Hamlet and The Tempest on the West End and Broadway, his unforgettable one-man show adapted from Charles Dickens's A Christmas Carol, or his comedic work in American Dad!, Ted, Extras and Blunt Talk, among many others.
Now, he presents his long-awaited memoir, Making It So, a revealing portrait of a driven artist whose astonishing life – from his humble and hardscrabble beginnings in Yorkshire, to the dizzying heights of Hollywood and worldwide acclaim – proves a story as exuberant, definitive and enduring as the author himself.
‘He writes as well as he acts, with insight, truth and passion’ – Sir Ian McKellen
‘Highly entertaining... You don’t need to be a fan of Stewart the man of stage and screen to be as beguiled by the decades of professional acting that follow’ – The Times
The long-awaited memoir from iconic, beloved actor and living legend Sir Patrick Stewart.
From his acclaimed stage triumphs to his legendary onscreen work, Sir Patrick Stewart has captivated audiences around the world and across multiple generations in a career spanning six decades with his indelible command of stage and screen.
No other British working actor enjoys such career variety, universal respect and unending popularity, as witnessed through his seminal roles – whether as Captain Jean-Luc Picard of Star Trek fame, Professor Charles Xavier of Marvel's X-Men hit film franchise, his more than forty years as part of the Royal Shakespeare Company and in such critically lauded roles for Hamlet and The Tempest on the West End and Broadway, his unforgettable one-man show adapted from Charles Dickens's A Christmas Carol, or his comedic work in American Dad!, Ted, Extras and Blunt Talk, among many others.
Now, he presents his long-awaited memoir, Making It So, a revealing portrait of a driven artist whose astonishing life – from his humble and hardscrabble beginnings in Yorkshire, to the dizzying heights of Hollywood and worldwide acclaim – proves a story as exuberant, definitive and enduring as the author himself.
Om denna bok
Making It So av Patrick Stewart är en Danskt band bok med 480 sidor på Engelska. Den utgavs 2024 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Making It So 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:
Biografier
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781398512979
Upplaga:
0
Utgiven:
2024-06-06
Förlag:
Simon & Schuster
Sidantal:
480
$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"
>