News and Updates

DssW's latest news and information. Announcements, insights, and guides all appear here first.

Binding with the Power Manager SDK

Binding makes it easy to track changes in the Power Manager engine. Binding is part of Objective-C/Cocoa's Key Value Observation (KVO) methodology, and Power Manager SDK provides full support for this sophisticated ability.

Binding makes it easy to track changes in the Power Manager engine. Binding is part of Objective-C/Cocoa’s Key Value Observation (KVO) methodology, and Power Manager SDK provides full support for this sophisticated ability. …

Published

Observing with the Power Manager SDK

How can you create an interface that always shows the latest information, but does not require a refresh button? For Objective-C developers the answer is to set up code to observe changes.

How can you create an interface that always shows the latest information, but does not require a refresh button? For Objective-C developers the answer is to set up code to observe changes. …

Published

Connecting with the Power Manager SDK

You can create tools and utilities that talk directly to Power Manager using the Software Development Kit (SDK). Connecting to Power Manager from your software is easy and requires only a few lines of code.

You can create tools and utilities that talk directly to Power Manager using the Software Development Kit (SDK). Connecting to Power Manager from your software is easy and requires only a few lines of code. …

Published

How to Set the Volume When Logging In

Chances are, at one time or another, you have raised the volume on your Mac and forgotten to quieten it afterwards. That next alert, bleep, or song played at full volume was unwelcome at best.

Chances are, at one time or another, you have raised the volume on your Mac and forgotten to quieten it afterwards. That next alert, bleep, or song played at full volume was unwelcome at best. …

Published

Shutting Down Your Mac Safely

A few people have recently asked how Power Manager shuts down their Mac. Let's look at the two main shut down methods available and then how Power Manager strikes a balance between these two approaches.

Many of the problems with automatically shutting down your computer come from poorly behaved applications or from applications stalling while they wait for some form of interaction. There are two basic approaches to automatically shutting down your Mac. The first is to issue a shut down AppleEvent. The second method is to use the command line tool shutdown. …

Published

How to Shut Down Your Mac After Inactivity

You can make your Mac automatically shut down after a period of inactivity. This ability is not included as standard in Mac OS X; to do this you will need to use Power Manager.

You can make your Mac automatically shut down after a period of inactivity. This ability is not included as standard in Mac OS X; to do this you will need to use Power Manager. …

Published

Scheduling a Mac to Shut Down

Mac OS X includes the ability to put a Mac to sleep at a scheduled time. You can also schedule your Mac to shut down or restart at a specific time on certain days of the week.

Mac OS X includes the ability to put a Mac to sleep at a scheduled time. You can also schedule your Mac to shut down or restart at a specific time on certain days of the week. …

Published

How to Run a Shell Script When Logging Out

Let's walk through how to schedule a shell script to run after a user logs out of Mac OS X. Our shell script is going to be very simple but you can make yours as complex as needs be.

As a Mac administrator it can be useful to be run a shell script each time a user logs out. This allows a script to clean up temporary files, back up changes, and restore sane defaults for the next user. …

Published

Sleep Monitor Recommended by For Mac Eyes Only

Thanks to Eric Erickson, For Mac Eyes Only, for reviewing and recommending Sleep Monitor 3.

Thanks to Eric Erickson, For Mac Eyes Only, for reviewing and recommending Sleep Monitor 3. …

Published

Connecting to Power Manager via the Internet

Power Manager on your Mac can be safely managed via the Internet. Using Power Manager Remote, you can also connect via a mobile/cellular network. Getting the connection up and running requires following a few steps, and this is what we will walk through today.

Power Manager on your Mac can be safely managed via the Internet. Using Power Manager Remote, you can also connect via a mobile/cellular network. Getting the connection up and running requires following a few steps, and this is what we will walk through today. …

Published