Vi flyttar från butik till nätet - så funkar det framåt
The Aesthetics of Design | 0:e upplagan
- Danskt band, Engelska, 2013
- Författare: Jane Forsey
- Betyg:
596
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
The Aesthetics of Design offers the first full treatment of design in the field of philosophical aesthetics. Aesthetic theory has traditionally occupied itself with fine art in all its forms, sometimes with craft, and often with notions of beauty and sublimity in art and nature. In so doing, it has largely ignored the quotidian and familiar objects and experiences that make up our daily lives. Yet how we interact with design involves aesthetic choices and judgements as well as practical, cognitive and moral considerations. This work challenges the discipline to broaden its scope to include design, and illustrates how aesthetics helps define our human concerns.
Subjecting design to as rigorous a treatment as any other aesthetic object exposes it to three main challenges that form the core of this book. First, design must be distinguished from art and craft as a unique kind of object meriting separate philosophical attention, and is here defined in part by its functional qualities. Second, the experience of design must be defended as having a particularly aesthetic nature. Here Forsey adapts the Kantian notion of dependent beauty to provide a model for our appreciation of design as different from our judgments of art, craft and natural beauty. Finally, design is important for aesthetics and philosophy as a whole in that it is implicated in broader human concerns. Forsey situates her theory of design as a constructive contribution to the recent movement of Everyday Aesthetics, which seeks to re-enfranchise philosophical aesthetics as an important part of philosophy at large.
Subjecting design to as rigorous a treatment as any other aesthetic object exposes it to three main challenges that form the core of this book. First, design must be distinguished from art and craft as a unique kind of object meriting separate philosophical attention, and is here defined in part by its functional qualities. Second, the experience of design must be defended as having a particularly aesthetic nature. Here Forsey adapts the Kantian notion of dependent beauty to provide a model for our appreciation of design as different from our judgments of art, craft and natural beauty. Finally, design is important for aesthetics and philosophy as a whole in that it is implicated in broader human concerns. Forsey situates her theory of design as a constructive contribution to the recent movement of Everyday Aesthetics, which seeks to re-enfranchise philosophical aesthetics as an important part of philosophy at large.
Om denna bok
The Aesthetics of Design av Jane Forsey är en Danskt band bok med 282 sidor på Engelska. Den utgavs 2013 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Aesthetics of Design 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:
9780199964369
Upplaga:
0
Utgiven:
2013-02-14
Förlag:
Oxford University Press
Sidantal:
282
$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"
>