Vi flyttar från butik till nätet - så funkar det framåt
The Consulting Bible | 2:a upplagan
- Danskt band, Engelska, 2021
- Författare: Alan Weiss
- Betyg:
244
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 new edition of bestselling real-world guide to consultancy success, from the “Rock Star of Consulting” Alan Weiss
The second edition of The Consulting Bible: Everything You Need to Know to Create and Expand a Seven-Figure Consulting Practice remains the most comprehensive and practical guide to the consulting profession, from launch to high growth, from marketing to implementation. Legendary consultant, speaker, and bestselling author Alan Weiss shows you how to create an independent or boutique consulting practice and take it to seven-figure success. Step-by-step, this invaluable resource guides you through attracting clients, maximizing your value, and achieving your career goals.
In the decade since the first publication of The Consulting Bible, an array of significant developments has dramatically impacted the consulting profession: shifts in social consciousness, the Covid-19 pandemic, tele-consulting and virtual meetings, the globalization of the economy, the growth of social media, and many more. This exhaustively revised new edition provides specific approaches and techniques for mastering the new consulting environment and turning volatility and disruption into unlimited opportunities. Designed to help you become the authority and expert that organizations turn to again and again, this book is your one-stop resource for:
Building a strong global brand that draws people to you
Marketing remotely to reduce costs and allow for higher fees
Mastering the latest implementation techniques
Forging strong relationships with the buyers of a new generation
Selecting the consulting methodology that best fits your requirements
Writing proposals and creating testimonials and references
Using advanced technology to sell and deliver your services
Written for newcomers and veterans alike, The Consulting Bible: Everything You Need to Know to Create and Expand a Seven-Figure Consulting Practice, Second Edition, is essential reading for every solo consultant, entrepreneur, and principal of a small consulting firm.
The second edition of The Consulting Bible: Everything You Need to Know to Create and Expand a Seven-Figure Consulting Practice remains the most comprehensive and practical guide to the consulting profession, from launch to high growth, from marketing to implementation. Legendary consultant, speaker, and bestselling author Alan Weiss shows you how to create an independent or boutique consulting practice and take it to seven-figure success. Step-by-step, this invaluable resource guides you through attracting clients, maximizing your value, and achieving your career goals.
In the decade since the first publication of The Consulting Bible, an array of significant developments has dramatically impacted the consulting profession: shifts in social consciousness, the Covid-19 pandemic, tele-consulting and virtual meetings, the globalization of the economy, the growth of social media, and many more. This exhaustively revised new edition provides specific approaches and techniques for mastering the new consulting environment and turning volatility and disruption into unlimited opportunities. Designed to help you become the authority and expert that organizations turn to again and again, this book is your one-stop resource for:
Building a strong global brand that draws people to you
Marketing remotely to reduce costs and allow for higher fees
Mastering the latest implementation techniques
Forging strong relationships with the buyers of a new generation
Selecting the consulting methodology that best fits your requirements
Writing proposals and creating testimonials and references
Using advanced technology to sell and deliver your services
Written for newcomers and veterans alike, The Consulting Bible: Everything You Need to Know to Create and Expand a Seven-Figure Consulting Practice, Second Edition, is essential reading for every solo consultant, entrepreneur, and principal of a small consulting firm.
Om denna bok
The Consulting Bible av Alan Weiss är en Danskt band bok med 288 sidor på Engelska. Detta är den 2:a upplagan som utgavs 2021 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Consulting Bible 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:
9781119776871
Upplaga:
2
Utgiven:
2021-07-29
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"
>