Apple’s upcoming smartwatch will include multiple health sensors and come in variety of screen sizes, according to a new report from the Wall Street Journal. Specifically, “The new wrist device from Apple will include more than 10 sensors including ones to track health and fitness” according to WSJ.
Nearly all web browsers default to keeping a list of recent searches which are easily retrievable as part of the browser history. Safari shows this recent search list when the URL bar is clicked into with the cursor, revealing the 10 most recent web search terms or phrases.
That recent search list can be convenient as it makes quick retrieval of prior search items easy, allowing for a quick return to past results without digging around in Safari’s history menus, but there are also times when you may not want that list to show anything at all, or at least want to clear out that recent search list in Safari for privacy purposes.
Apple will release a feature packed smartwatch this October, according to a new report from Reuters. Citing sources, Reuters says the smart watch will have a 2.5″ touch screen that is “slightly rectangular” with a face that protrudes slightly from it’s band in an “arched shape”. Additionally, the watch will apparently have wireless charging capabilities, and include a sensor that can detect the user’s pulse rate.
Mac users running OS X Yosemite Beta 2 can get a glimpse at the upcoming “dark mode” feature that was mentioned briefly during the Yosemite overview presentation during WWDC 2014. Essentially, dark mode turns many user interface elements of OS X Yosemite into significantly darker variations of themselves, swapping out whites and light grays for blacks and dark grays. With OS X 10.10 Developer Preview 2, this darkening effect is limited to menubar items and the Dock, but it’s possible the visual effect will reach the broader window coverage and theme of OS X Yosemite as well.
If you’re currently running the most recent version of OS X 10.10, you can try the incomplete dark mode effect out yourself by using a defaults write command.
Swipe down from the top of your iPhone screen and you’ll bring about Notification Center, a nice overview panel which shows a weather forecast, calendar events, commute time, and stocks and their performance on the day, amongst other gathered notifications. While you can customize what’s shown here by toggling switches within the Notification Settings, what’s less obvious is how to add or edit the specific stock symbols shown in the iPhone Notifications panel. That’s what we’re going to cover here.
Modern versions of iOS allow iPhone and LTE-enabled iPad users to control exactly which apps can use cellular data. Additionally, the settings control panel can help to make the decision easier to allow or disallow a specific apps cellular access by displaying how much cellular data a specific app is actually using.
This can be a valuable tool to use if a specific app is consuming more mobile bandwidth than it should, you don’t want an app to update when on cellular connections, or even if you’re simply trying to avoid going over a bandwidth cap imposed by a cellular network provider.
Apple has released OS X Yosemite Developer Preview 2 to Mac users running OS X 10.10 beta builds. The new build includes many bug fixes, feature enhancements, and additions to the beta release of OS X, and arrives versioned as 14A261i. The updated build is available to download through the Mac App Store, and Mac developers can log into the Mac Dev Center to find a promo code. Those registered with both developer programs from Apple will also find iOS 8 beta 2 to be available.
Apple has released iOS 8 beta 2 to developers, bringing bug fixes and feature improvements to the developer build of iPhone and iPad software. The second beta build arrives versioned as 12A4297e and is made available through the iOS Developer Center at Apple’s website, or as a quick Over-The-Air update for devices that are currently running the first iOS 8 beta.
Many Mac users use utilities to temporarily prevent their computer from sleeping, often relying on sleep corners, the third party tool called Caffeine, pmset, or more recently, the command line utility that is now bundled with OS X called caffeinate. By default, the Caffeine menubar item and the caffeinate command both will prevent sleep as long as they are individually activated for, very useful for desktop users while at a Mac, but not particularly useful if you’d like to have the OS X sleep function dependent on the completion of a specific process or task.
That’s what we’re going to cover here by using the command line, which is having process-dependent sleep prevention that only blocks the Mac sleep function while a specified command, task, or process is running or active, then when it’s finished, the computer will restore traditional sleep habits.
Cropping is an essential image editing function, helping to improve composition of a photo, to emphasize the focus of an image, or to reduce unnecessary parts of a picture. While many Mac users use third party tools to perform image cropping, no additional apps are needed to perform the task in OS X, because the bundled and under-appreciated Preview tool has crop functionality built right in to its editing toolset.
Apple has been long known for using incredibly beautiful imagery for their product marketing efforts, and like most beautiful pictures, they make for amazing wallpapers too. With that in mind, we went through Apple.com with the handy developer inspector tool (yes it took a while) to uncover some of the full-sized images used throughout the Apple.com website and are offering them here for use as desktop background pictures.
With production of iPhone 6 nearing, an array of physical mockups and supposed hardware parts from the device are surfacing around the web which are able to provide a look at what the next iPhone may actually look like. If the past is any indicator of reliability, these dummy units and potential park leaks of iPhone 6 are probably quite accurate to provide a rough idea of what to expect. With that in mind, here’s an overview of some of these pieces that have surfaced recently, offering a potential sneak peak at what the iPhone 6 might look like in both the 5.5″ and 4.7″ sizes that are rumored to ship towards the end of 2014.
This weeks featured reader setup comes to us from Iain S., who has a great Mac studio for his work in photography and music production. Let’s jump in and learn a bit more about this workstation:
The Mac issues a warning when an attached disk, drive, or volume has not been ejected properly, this is to insure against data loss on the drive in question, and it is good advice to follow. Of course the next obvious question for so many newcomers to the Mac platform is how on earth to properly and safely eject a drive to prevent this error and any potential problems.
Do you like watching soccer matches, or as the rest of the world knows it, football? Want to watch live streams of the 2014 FIFA World Cup live from your iPhone, iPad, or iPod touch? Don’t miss any of the action, because you’ve got a few free native iOS apps that will help you in your quest to watch the games live.
Anytime you find yourself reading something particularly interesting, worthwhile, or helpful on the web (like OSXDaily.com) you may find yourself wishing you could share the active URL quickly with someone else. While many users may manually copy and paste the sites URL to an email client, there’s a better way that is supported by both Chrome and Safari web browsers: an awesome keyboard shortcut to instantly share a webpage through email.
The instant email URL sharing shortcut is Command+Shift+i and it’s super easy to use, much easier than doing the copy and paste routine, here’s how it works:
VIM is a very powerful command line text editor that is loved by experts and often hated by novices, mostly because it has a fairly steep learning curve that may seem unintuitive to those who aren’t familiar with it. Even something as simple as quitting out of VIM can seem like a challenge to those who aren’t familiar with VI, and often results in mashing Control+C Control+X !q !q enter escape Control+Z until eventually something happens and maybe the process suspends or maybe quits who knows for sure, so just follow that up with a “killall vim” and on you go, back to open the same text file again in nano, right?
OK, that’s not ideal, but we’ve all been there. That’s what we’re looking to avoid from now on, because even if you don’t want to use vi you can at least know how to exit it properly. This tutorial will show you exactly how to quit VIM / VI properly, actually it will show you multiple different ways to exit VI!