Vi flyttar från butik till nätet - så funkar det framåt
The Digital Frontier | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Ajay Sohoni
- 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
Discover how to move forward with your own company’s digital transformation with this accessible new resource from a global leader in his field
In The Digital Frontier, experienced executive and distinguished author Ajay Sohoni delivers a relatable and readable reference for corporate executives who need the knowledge and confidence to build lasting digital change within their enterprise. From marketing to commercial, supply chain, and finance, the book offers actionable insights in an accessible format, full of anecdotes, humor, and case examples. You’ll learn which areas to focus on and which not to worry about as you craft your own custom transformation journey. In the book, you’ll also find:
A demystification of the startup world for executives and an explanation of why unicorns exist (and so often ultimately fail)
A detailed description of the digital transformation gripping companies across a variety of industries in functional areas including advertising, engagement, commerce, product development, manufacturing, and corporate functions
A simplified 4-stage framework for companies to start from scratch and build valuable use cases
Perfect for executives in consumer-facing companies, corporate managers and leaders, business unit heads and management teams, The Digital Frontier is also an indispensable guide for digital non-natives trying to make sense of, and keep up with, the rapidly changing world around them.
In The Digital Frontier, experienced executive and distinguished author Ajay Sohoni delivers a relatable and readable reference for corporate executives who need the knowledge and confidence to build lasting digital change within their enterprise. From marketing to commercial, supply chain, and finance, the book offers actionable insights in an accessible format, full of anecdotes, humor, and case examples. You’ll learn which areas to focus on and which not to worry about as you craft your own custom transformation journey. In the book, you’ll also find:
A demystification of the startup world for executives and an explanation of why unicorns exist (and so often ultimately fail)
A detailed description of the digital transformation gripping companies across a variety of industries in functional areas including advertising, engagement, commerce, product development, manufacturing, and corporate functions
A simplified 4-stage framework for companies to start from scratch and build valuable use cases
Perfect for executives in consumer-facing companies, corporate managers and leaders, business unit heads and management teams, The Digital Frontier is also an indispensable guide for digital non-natives trying to make sense of, and keep up with, the rapidly changing world around them.
Om denna bok
The Digital Frontier av Ajay Sohoni är en Danskt band bok med 288 sidor på Engelska. Den utgavs 2021 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Digital Frontier 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:
9781119803249
Upplaga:
0
Utgiven:
2021-06-17
Förlag:
John Wiley And Sons Ltd
Sidantal:
288
$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"
>