Ask TUAW: Taming unruly windows, updating OS X, booting from an SD card, and more.
We're back with another edition of Ask TUAW. This time around we've answering questions about how to resize windows too big for the screen, "compulsive" updating, booting from an SD card, Open GL in Snow Leopard, and more.As always, your suggestions and questions are welcome. Questions for next week should be left in the comments. When asking a question please include which machine you're running and which version of Mac OS X (we'll assume you're running Leopard on an Intel Mac if you don't specify). And now, on to the questions.
Steph asks:
I recently switched from an iMac to a MacBook Pro and now many of my windows are sized to big for the screen of my laptop. I can't reach the corner to resize them and clicking the "Plus" sign in the corner doesn't help. What can I do?
Fortunately, this is very easy to fix. Instead of clicking on the "Plus" sign (the green button) in the top left corner of the window you are trying to resize, Option-click it and the window will fill your new screen size instead.
John asks:
I realize there's a method for updating Mac OSX all the time and sometimes I get the window popping up saying I have updates. Should I always update immedietly when it tells me I have some?
That's a good question and an important one to keep in mind as a user of Mac or Windows. In most cases, updating the computer is an important step and the updates will provide added features, security or other improvements or various enhancements that will benefit the user.
However (and this is more frequently the case with Windows than Mac OS X in my experience), the patches or updates can actually cause other issues on your computer while they are trying to fix something. That's not to say updates on the Mac to the operating system never have problems or cause issues. For some users they do.
In the majority of cases, however, Mac users can feel pretty confident that when an update is released it has been pretty-well tested and will fix problems instead of causing others. Still, caution is not a bad thing and nobody wants to be, nor should be, an inadvertent beta tester for a software company -- be it Microsoft or Apple.
So even when updates become available, I always advise users to wait at least a week or two before downloading and installing them. That way, if there are issues with the update, you will hopefully hear about it before you update your computer and run into trouble. Really, if your computer is working fine, waiting a week or two to update won't hurt.
I also advise users, especially with updates to OS X itself, to download and install the "Combo" updater instead of simply updating the OS via Software Update; these packages include all the intervening updates from the 10.5.0 release up to the current patch level. Sure, these updates are far larger and require a bit more effort, but they are often much better at preventing any problems associated with upgrading your OS. These updates can be found over at Apple's download site.
Nathan asks:
I have an iMac. I put the Mac to sleep and plug in my iPhone to sync and charge. Unfortunately, as soon as I plug in the phone, the iMac wakes up and that big, bright screen turns on. Not the best lighting for sleeping. Is there a way to make it so that the screen doesn't turn back on when the iPhone is plugged in?
Unfortunately, just like when moving the mouse or clicking a key on the keyboard, the Mac is designed to wake up and be ready when you do other things like plug in an iPhone. You can turn down your screen brightness to the minimum but that may still be too much light for comfort. You could also set your screensaver to a black screen, and activate it via a hot corner as soon as you plug in the phone.
My other suggestion would be to simply plug the iPhone into the wall via the charger at night instead of plugging it into your iMac. That way, the iPhone can charge at night and your iMac can rest in peace.
Alex asks:
I'll soon be getting a 17", but the SD card sounds nice, particularly the ability to boot from it. What I'd like to know is: if I got an x-in-one card reader for the express card slot and used an SD card with it (or any card), could I boot off of that?
From what we've seen and heard about the new MacBook Pros... probably. At the moment, Apple only supports SD booting from the internal card slot, but you've long been able to boot from USB media, so a properly-formatted and configured SD card in a USB or ExpressCard reader may work. Check out this Apple Tech Document for all the details on the SD card slots.
Huxley asks:
I've got a 17" MacBook Pro with Intel Core2Duo running at 2.33GHz, and an ATI Radeon x1600 graphics card with 256MB of VRAM. Will the OpenGL features of Snow Leopard will work with the ATI chip in my MacBook Pro?
According to Apple's Tech Specs page for Snow Leopard, the following graphics cards are required for full OpenGL support: NVIDIA Geforce 8600M GT, GeForce 8800 GT, GeForce 8800 GTS, Geforce 9400M, GeForce 9600M GT, GeForce GT 120, GeForce GT 130, ATI Radeon 4850 and ATI Radeon 4870.
So, it doesn't look like your card is supported and you won't be able to take full advantage of OpenGL.
Ralph asks:
Any specific recommendations for a VESA arm for Apple's 24" LED Cinema Display? I'd need something that clamped to a desk, not a wall, and full compatibility with the ACD 24 is, obviously, a must.
In order to make this happen you'll need some things. First, and most obvious, is you'll need an Apple 24" Cinema Display. Second, you will need to get the VESA Mounting Adaptor for the display from Apple. Finally, you will need a mounting arm to secure the monitor to your desk. This is the one I've used most often.
It features tilt and pivot function, fingertip tilt and swivel for viewing at any angle, self-adjusts to securely hold monitor, built-in cable management and comes in silver of black.
Share
Categories
Hardware OS Software Update Ask TUAW Macbook Pro MacBook Leopard Snow Leopard
We're back with another edition of Ask TUAW. This time around we've answering questions about how to resize windows too big for the screen,...
Add a Comment
Ask TUAW Question.
I got the new 2.53GHz 13" macbook pro. I'm looking at getting 2 external monitors is there and adapter to give the mini display port dual monitor capability? (preferably DVI). if so how much would said adapter cost?
Any options similar to the Griffin Power Dock that will sync multiple iPod/iPhones in addition to charging?
June 26 2009 at 9:29 PM Report abuse Permalink rate up rate down ReplyQuestion
I have an intel Mac which is fully updated. My issues is that since updating iTunes to 8.2, I have had significant difficulty getting iTunes to recognize my phone. It would connect only intermittently, and now I have not been able to get it to connect at all. Other iPods are recognized without difficulty. I have tried, based on what I have gleaned from the Apple forums and support documentations:
1. Restarting computer and iPhone.
2. Completely uninstalling (including removing iTunes files in library and iTunes helper).
3. Connecting to other accounts on this commuter.
4. Reinstalling apple mobile device support as per the apple support documents.
5. Connecting to the computer while the computer is disconnecting from the internet.
Nothing has worked and I have been unable to sync for five days. Help!
I have a iPhone 3.0 question. I'm glad that the iPhone now supports CalDev as i use two calendars(one for work and one for personal). My problem is that the Calendar app also puts my calendars from iCal, meaning that I have duplicates of my calendars. I have told iTunes to not sync my calendars but these calendars still appear. It's an annoying because I get two of everything: two alerts and two calendar appointments. Is there a way to either delete the non-CalDev calendars from my phone?
You guys are doing a bang up job, keep up the good work!
I figured out how to sleep the display when the iPhone is attached. I modified an AppleScript as follows:
on device_is_connected(device_name)
set check_for_device to "ioreg -rn " & quoted form of device_name
return (length of (do shell script check_for_device) is not equal to 0)
end device_is_connected
on run
if device_is_connected("Canon Digital Camera") then
tell application "iPhoto" to activate
end if
if device_is_connected("iPhone") then
tell application "SleepDisplay" to launch
end if
end run
Works great!
QUESTION:
What are the best options for a remote-backup of my laptop? I am a college student and don't want to risk a back hard drive being stolen or broken.
Thanks!
I have a problem with Mail : it says I have more than a million mails in my inbox. Here's a screen-shot :
http://files.getdropbox.com/u/549916/pastedGraphic.png
How do I fix it?
Sigbhu
Question for next week:
iPhone 3gs video files - are they downloaded to my MBP automatically when I sync my phone? If so, where are the files placed on my machine?
You import your videos in iTunes then when you plug your iphone into itunes select the videos to sync over.
June 23 2009 at 10:23 AM Report abuse Permalink rate up rate down ReplyWith iPhone 3.0 out and a new API for apps to interface with third-party accessories via the Dock Connector, are there any dev teams out there working on an app (and appropriate hardware) to allow one to connect a digital camera and transfer pictures into Photos (so that we can then email them or upload them to MobileMe, etc.)?
June 21 2009 at 5:32 PM Report abuse Permalink rate up rate down Replyi have a question for next week:
im new to the 3g iphone world. i have had the 1st gen iphone since january of 2008, and never got a 3g. i pre-ordered a 3gs and got it on launch day! its been amazing, but i do have a question. in the network settings, you can switch on and off 3g. i live in an area that lacks 3g still, but 30 minutes in all directions are towns that i frequent and support 3g. am i better off leaving 3g switched off when i am at home, and then switching on when i get into a 3g zone? i didn't know if leaving it switched on meant that it was constantly searching for a 3g signal, and thus draining the battery more than normal, as it is with wifi. thanks a lot in advance guys!
Bryan
Hot Apps on TUAW
Deals of the Day
more deals- Altec Lansing Octiv Duo iDock for $48 + free shipping
- Used Apple iMac 17" Core Duo 1.83GHz for $430 + $28 s&h
- Lounge Deluxe Stand for iPhone / iPod touch for $28 + $8 s&h
- Brookstone Surround-Sound Earbuds for $14 + $7 s&h
- Refurbished Skullcandy Tokidoki Smokin' Buds Mic'd Headset for $5 + $2 s&h
- Stitchway Backup Battery for iPod / iPhone for $5 + free shipping
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



45 Comments