Web Design: A Complete Introduction | 1:a upplagan
- Häftad, Engelska, 2006
- Författare: Nigel Chapman, Jenny Chapman
- Betyg:
Välj skick:
Bästa pris
534
kr
Skickas inom 7-24 vardagar
186
kr
Skickas från säljare inom 1-3 vardagar
Maja
, Lund
Verifierad säljare
Du sparar 348 kr
(65%)
mot nypris
Butikslager
Onlinelager
1 st 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
Simply the best introduction to all aspects of the design and development of successful Web sites. As the World Wide Web has matured, the need for high quality education in all aspects of Web design has become widely acknowledged. This book is a core text for undergraduate and masters courses that provides a complete introduction to every aspect of the building of Web pages and Web sites. A complete understanding of the basics of all aspects of Web design is essential to the development of good practice.
Starting from a review of Web experiences, the text provides a deep and thorough introduction to Web technology, markup, stylesheets, Web graphics, Web animation and embedded video, client-side scripting, Web applications, usability, accessibility, page design and site design. At all times, the focus remains on good practice, underpinned by sound principles, in the context of the real World Wide Web. Full coverage of the essential technologies is provided: HTTP, XHTML, CSS, Javascript and the DOM, and the use of Web Standards is emphasized throughout as an essential part of the authors' forward-looking approach. Some elementary programming knowledge is required for use of this text.
Suitable for course use or self-study, this comprehensive introduction represents a complete overview of the practice of Web design, providing clear summaries and a wealth of exercises and short practical assignments, as well as a valuable survey of the most popular software tools used in Web design. An extensive glossary and a wide rage of other supplementary material are provided on the supporting Web site.
Starting from a review of Web experiences, the text provides a deep and thorough introduction to Web technology, markup, stylesheets, Web graphics, Web animation and embedded video, client-side scripting, Web applications, usability, accessibility, page design and site design. At all times, the focus remains on good practice, underpinned by sound principles, in the context of the real World Wide Web. Full coverage of the essential technologies is provided: HTTP, XHTML, CSS, Javascript and the DOM, and the use of Web Standards is emphasized throughout as an essential part of the authors' forward-looking approach. Some elementary programming knowledge is required for use of this text.
Suitable for course use or self-study, this comprehensive introduction represents a complete overview of the practice of Web design, providing clear summaries and a wealth of exercises and short practical assignments, as well as a valuable survey of the most popular software tools used in Web design. An extensive glossary and a wide rage of other supplementary material are provided on the supporting Web site.
Produktinformation
Kategori:
Data & IT
Bandtyp:
Häftad
Språk:
Engelska
Förlag:
John Wiley And Sons Ltd
Upplaga:
1
Utgiven:
2006-10-31
ISBN:
9780470060896
Sidantal:
704
$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"
>