Vi flyttar från butik till nätet - så funkar det framåt
Augustus The Strong | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Tim Blanning
- Betyg:
Butikslager
Onlinelager
Ej i lager
$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
'It's been a superb year for history but Augustus the Strong ranks up there with the very very best! I cant recommend it strongly enough' - Simon Sebag-Montefiore
'The wonderful story of one of the worst monarchs in European history, told with enormous wit and scholarship by a supremely talented historian. If you have the slightest interest in Germans, Poles, porcelain, jewels, the Enlightenment, military disasters or the pleasures of fox-tossing, then this is the book for you' - Dominic Sandbrook
From the acclaimed author of The Pursuit of Glory and Frederick the Great, a riotous biography of the charismatic ruler of 18th-century Poland and Saxony - and his catastrophic reign.
Augustus is one of the great what-ifs of the 18th century. He could have turned the accident of ruling two major realms into the basis for a powerful European state – a bulwark against the Russians and a block on Prussian expansion. Alas, there was no opportunity Augustus did not waste and no decision he did not get wrong. By the time of his death Poland was fatally damaged and would subsequently disappear as an independent state until the 20th century.
Tim Blanning’s wonderfully entertaining and original new book is a study in failed statecraft, showing how a ruler can shape history as much by incompetence as brilliance. Augustus’s posthumous sobriquet ‘The Strong’ referred not to any political accomplishment, but to his legendary physical strength and sexual athleticism.
Yet he was also one of the great creative artists of the age, combining driving energy, exquisite taste and apparently boundless resources to master-mind the creation of peerless Dresden, the baroque jewel of jewels. Augustus the Strong brilliantly evokes this time of opulence and excess, decadence and folly.
'The wonderful story of one of the worst monarchs in European history, told with enormous wit and scholarship by a supremely talented historian. If you have the slightest interest in Germans, Poles, porcelain, jewels, the Enlightenment, military disasters or the pleasures of fox-tossing, then this is the book for you' - Dominic Sandbrook
From the acclaimed author of The Pursuit of Glory and Frederick the Great, a riotous biography of the charismatic ruler of 18th-century Poland and Saxony - and his catastrophic reign.
Augustus is one of the great what-ifs of the 18th century. He could have turned the accident of ruling two major realms into the basis for a powerful European state – a bulwark against the Russians and a block on Prussian expansion. Alas, there was no opportunity Augustus did not waste and no decision he did not get wrong. By the time of his death Poland was fatally damaged and would subsequently disappear as an independent state until the 20th century.
Tim Blanning’s wonderfully entertaining and original new book is a study in failed statecraft, showing how a ruler can shape history as much by incompetence as brilliance. Augustus’s posthumous sobriquet ‘The Strong’ referred not to any political accomplishment, but to his legendary physical strength and sexual athleticism.
Yet he was also one of the great creative artists of the age, combining driving energy, exquisite taste and apparently boundless resources to master-mind the creation of peerless Dresden, the baroque jewel of jewels. Augustus the Strong brilliantly evokes this time of opulence and excess, decadence and folly.
Om denna bok
Augustus The Strong av Tim Blanning är en Danskt band bok med 432 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Augustus The Strong 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:
9780241705148
Upplaga:
0
Utgiven:
2024-10-03
Förlag:
Okänt
Sidantal:
432
$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"
>