Vi flyttar från butik till nätet - så funkar det framåt
House of Windows | 0:e upplagan
- Danskt band, Engelska, 2017
- Författare: John Langan
- Betyg:
177
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
Reissued with a new introduction by Adam Nevill and including a Reading Group Guide, House of Windows is a masterpiece haunted house story by rising star in Horror John Langan.
“Think Henry James and Joyce Carol Oates with just a few paragraphs of Joe Lansdale…” —Tor.com
“John Langan is a writer of superb literary horror. Both House of Windows and The Fisherman are dark and unsettling contemporary masterpieces.” —Peter Straub, New York Times bestselling author
For the last few years, Veronica Croydon has been at the center of scandal, first as the younger woman for whom her famous professor left his wife, and then as his apparent widow. When a writer staying at the same vacation home as Veronica has the chance to hear her story, he jumps at it. What follows takes him to the dark heart of a father's troubled relationship with his only son, in a story that stretches from a college town in the Hudson Valley to the battlefields on Afghanistan, from post-9/11 America to the height of Victorian England. It is a story that leads inexorably to the Belvedere House, the home Veronica shares with her husband, within whose walls a father's terrible words to his son echo and gain in awful force.
House of Windows is a tense, frightening exploration of a marriage under strain from forces both psychological and supernatural, and it is a meditation on the ways loss haunts every one of us.
“House of Windows is a haunted house story of the highest order.” —Strange Horizons
Reading Group Guide Inside
“Think Henry James and Joyce Carol Oates with just a few paragraphs of Joe Lansdale…” —Tor.com
“John Langan is a writer of superb literary horror. Both House of Windows and The Fisherman are dark and unsettling contemporary masterpieces.” —Peter Straub, New York Times bestselling author
For the last few years, Veronica Croydon has been at the center of scandal, first as the younger woman for whom her famous professor left his wife, and then as his apparent widow. When a writer staying at the same vacation home as Veronica has the chance to hear her story, he jumps at it. What follows takes him to the dark heart of a father's troubled relationship with his only son, in a story that stretches from a college town in the Hudson Valley to the battlefields on Afghanistan, from post-9/11 America to the height of Victorian England. It is a story that leads inexorably to the Belvedere House, the home Veronica shares with her husband, within whose walls a father's terrible words to his son echo and gain in awful force.
House of Windows is a tense, frightening exploration of a marriage under strain from forces both psychological and supernatural, and it is a meditation on the ways loss haunts every one of us.
“House of Windows is a haunted house story of the highest order.” —Strange Horizons
Reading Group Guide Inside
Om denna bok
House of Windows av John Langan är en Danskt band bok med 358 sidor på Engelska. Den utgavs 2017 av Diversion Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp House of Windows 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781682308127
Upplaga:
0
Utgiven:
2017-07-11
Förlag:
Diversion Books
Sidantal:
358
$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"
>