Vi flyttar från butik till nätet - så funkar det framåt
My macOS | 2:a upplagan
- Pocket, Engelska, 2016
- Författare: John Ray
- Betyg:
247
kr
Skickas inom 0-2 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"
>
Fler utgåvor
Beskrivning
My macOS is filled with beginning through intermediate tasks, presented in a thorough step-by-step format, that guide you through learning everything you need to know to use the newest release of macOS. The goal is not to teach you how to type or click a mouse but how to configure network settings, customize your desktop, use built-in apps, optimize battery life, set up backup solutions, and much more.
In My macOS, you will find:
Step-by-step instructions with callouts to macOS photos that show you exactly what to do.
Help when you run into hardware or operating system problems or limitations.
Tips and Notes to help you get the most from macOS.
Full-color, step-by-step tasks walk you through getting and keeping macOS working just the way you want. The tasks include:
In My macOS, you will find:
Step-by-step instructions with callouts to macOS photos that show you exactly what to do.
Help when you run into hardware or operating system problems or limitations.
Tips and Notes to help you get the most from macOS.
Full-color, step-by-step tasks walk you through getting and keeping macOS working just the way you want. The tasks include:
- Managing, arranging, and tagging your files
- Staying informed and productive with Notification Center
- Creating and navigating virtual workspaces in Mission Control
- Opening and organizing apps with Launchpad
- Accessing network devices and resources
- Activating and using iCloud services
- Communicating online with email, instant messaging, and video
- Keeping appointments with Calendar and Reminders
- Planning trips and checking traffic with Maps
- Keeping up-to-date with friends and family via Twitter and Facebook
- Downloading and enjoying music, movies, books, and more
- Sharing purchases with your family
- Challenging your friends to games with Game Center
- Working seamlessly with iOS Devices with Handoff and AirDrop
- Protecting and securing your system and data
- Expanding your system with peripheral devices
- Troubleshooting common system problems
Om denna bok
My macOS av John Ray är en Pocket bok med 576 sidor på Engelska. Detta är den 2:a upplagan som utgavs 2016 av Pearson Education.
Spara pengar – köp begagnad från Campusbokhandeln
Köp My macOS 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:
Data & IT
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780789757883
Upplaga:
2
Utgiven:
2016-11-03
Förlag:
Pearson Education
Sidantal:
576
$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"
>