Vi flyttar från butik till nätet - så funkar det framåt
One Fine Day | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Matthew Parker
- Betyg:
178
kr
Skickas inom 0-2 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
'Breathtaking... vital and important. A wonderful read' PETER FRANKOPAN
'Marvellous... escapes the inane, balance-sheet view of Empire and sees its full complexity' SATHNAM SANGHERA
'Excellent... his mastery of detail is impeccable' DOMINIC SANDBROOK, Sunday Times
'Extraordinary... [brings] the world of a century ago to fresh, vivid life' ALEX VON TUNZELMANN
THE STORY OF THE BRITISH EMPIRE AT ITS MAXIMUM TERRITORIAL EXTENT
On Saturday 29 September 1923, the Palestine Mandate became law and the British Empire now covered a scarcely credible quarter of the world's land mass, containing 460 million people. It was the largest empire the world had ever seen. But it was beset by debt and doubts.
This book is a new way of looking at the British Empire. It immerses the reader in the contemporary moment, focusing on particular people and stories from that day, gleaned from newspapers, letters, diaries, official documents, magazines, films and novels: from a remote Pacific island facing the removal of its entire soil, across Australia, Burma, India and Kenya to London and the West Indies.
In some ways, the issues of a hundred years ago are with us still: debates around cultural and ethnic identity in a globalised world; how to manage multi-ethnic political entities; racism; the divisive co-opting of religion for political purposes; the dangers of ignorance. In others, it is totally alien. What remains extraordinary is the Empire's ability to reveal the most compelling human stories. Never before has there been a book which contains such a wide spread of vivid experiences from both colonised and coloniser: from the grandest governors to the humblest migrants, policemen and nurses.
'Marvellous... escapes the inane, balance-sheet view of Empire and sees its full complexity' SATHNAM SANGHERA
'Excellent... his mastery of detail is impeccable' DOMINIC SANDBROOK, Sunday Times
'Extraordinary... [brings] the world of a century ago to fresh, vivid life' ALEX VON TUNZELMANN
THE STORY OF THE BRITISH EMPIRE AT ITS MAXIMUM TERRITORIAL EXTENT
On Saturday 29 September 1923, the Palestine Mandate became law and the British Empire now covered a scarcely credible quarter of the world's land mass, containing 460 million people. It was the largest empire the world had ever seen. But it was beset by debt and doubts.
This book is a new way of looking at the British Empire. It immerses the reader in the contemporary moment, focusing on particular people and stories from that day, gleaned from newspapers, letters, diaries, official documents, magazines, films and novels: from a remote Pacific island facing the removal of its entire soil, across Australia, Burma, India and Kenya to London and the West Indies.
In some ways, the issues of a hundred years ago are with us still: debates around cultural and ethnic identity in a globalised world; how to manage multi-ethnic political entities; racism; the divisive co-opting of religion for political purposes; the dangers of ignorance. In others, it is totally alien. What remains extraordinary is the Empire's ability to reveal the most compelling human stories. Never before has there been a book which contains such a wide spread of vivid experiences from both colonised and coloniser: from the grandest governors to the humblest migrants, policemen and nurses.
Om denna bok
One Fine Day av Matthew Parker är en Danskt band bok med 608 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp One Fine Day 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:
9780349142364
Upplaga:
0
Utgiven:
2024-08-08
Förlag:
Okänt
Sidantal:
608
$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"
>