Moving around with the MBA

Is there any concerns about moving/travelling around with the MBA (HDD version)?
I am wondering specifically about causing any damage to the HDD while holding the MBA vertically in a travel pouch for example and moving from home to bus to school to car to work, etc?

There some rather inaccurate information below and I'll point them out:
mocanuj wrote:
The best thing to do, if you're moving about for long periods of time, is to shutdown your laptop. This effectively "parks" the needles that work on the platters of your hard-drive disks.
When in sleep mode on all laptops, the reading heads (they aren't needles) of the hard drive parks. You don't have to turn off the laptop in order for the drive heads to park in a safe position.
In sleep mode, you're not only losing battery life (at a slow but noticeable trickle) but you're not fully "parked" and, thus, there is the possibility that you'll experience a hard-drive fault (a physical fault which is BAD) and have to pay for another hard-drive.
It is true that when in sleep mode, a little bit of battery life is being used but not much. The issue about the hard drive is a moot point because the reading heads of the hard drive is parked when the laptop is asleep.
Rules of thumb:
* If you're moving about the house or office: you might want to "sleep" the laptop during transit.
* If you're not planning on using the laptop for an hour or so: sleep it.
* If you're taking your laptop from the office to the car and then driving home: shutdown.
I don't think these are necessarily good rules of thumb. Sleeping the laptop anytime during any kind of transit is fine. Indeed, if you plan to go on a long journey say over 10 hours, then shutting down the laptop is fine but you can also put it on sleep mode and nothing bad will happen.

Similar Messages

  • My screen keeps moving around with the cursor?

    HI everyone out there. i just got back from my 2 week honeymoon and had my G5 power mac, with a 27inch cinema display powered off the whole time. I turned it on and the screen is zoomed out a little bit. and when I move the mouse cursor around the screen image moves around with it as much as an inch or so. Did I catch a virus? or is there a setting my house guests might have touched, even though i am pretty sure they were not on it at all? Any help will do. I am updating the software right now to make sure it isn't that.

    You've inadvertently hit the key combination for screen zoom, probably. Go into System Preferences -> Universal Access and turn off the zoom function.
    Or, Command-Option-hyphen will unzoom the screen, and Command-option-equals will zoom (which is probably what got accidentally typed).

  • I was fooling around with the "reader" feature on my New iPad. I am now stuck with that and can't get out. Even my four digit code is read out in a machine voice and the iPad wont boot. How do I get out of this. Tried the red arrow slider. shut of the iPa

    I was fooling around with the "reader" feature on my New iPad. I am now stuck with that and can't get out. Even my four digit code is read out in a machine voice and the iPad wont boot. How do I get out of this. Tried the red arrow slider. shut of the iPa

    James,
    I cannot get into Settings! It keeps reading out Slide to Unlock when I try to slide teh arrow to open the fpur digit entry boxes.

  • Two objects moving around with mouse

    I'm making a catching game and I only wanted the falling objects hit certain area on my catcher. My catcher is a girl with mouth open and I wanted the falling objects to hit only the mouth, not any other parts of her body like arms. So I made two objects, the full girl and just the mouth. How do I make the two objects (movieclips) move around with the mouse?
    I tried to embed one object into another but it didn't work....
    This is actionscript I wrote so far:
    package {
        import flash.display.*;
        import flash.events.*;
        import flash.text.*;
        import flash.utils.Timer;
        import flash.utils.getDefinitionByName;
        public class CatchingSkittles extends MovieClip {
            var girlmouthfront:GirlMouthFront;
            var girlmouth:GirlMouth;
            var nextObject:Timer;
            var objects:Array = new Array();
            var score:int = 0;
            const speed:Number = 7.0;
            public function CatchingSkittles() {
                girlmouthfront = new GirlMouthFront();
                girlmouthfront.y = 258.00;
                addChild(girlmouthfront);
                setNextObject();
                addEventListener(Event.ENTER_FRAME, moveObjects);
            public function setNextObject() {
                nextObject = new Timer(1000+Math.random()*1000,1);
                nextObject.addEventListener(TimerEvent.TIMER_COMPLETE,newObject);
                nextObject.start();
            public function newObject(e:Event) {
                var goodObjects:Array = ["Red","Purple","Yellow","Orange","Green"];
                if (Math.random() < .5) {
                    var r:int = Math.floor(Math.random()*goodObjects.length);
                    var classRef:Class = getDefinitionByName(goodObjects[r]) as Class;
                    var newObject:MovieClip = new classRef();
                    newObject.typestr = "good";
                } else {
                    r = Math.floor(Math.random()*goodObjects.length);
                    classRef = getDefinitionByName(goodObjects[r]) as Class;
                    newObject = new classRef();
                    newObject.typestr = "good";
                newObject.x = Math.random()*500;
                addChild(newObject);
                objects.push(newObject);
                setNextObject();
            public function moveObjects(e:Event) {
                for(var i:int=objects.length-1;i>=0;i--) {
                    objects[i].y += speed;
                    if (objects[i].y > 425) {
                        removeChild(objects[i]);
                        objects.splice(i,1);
                    if (objects[i].hitTestObject(girlmouthfront)) {
                        if (objects[i].typestr == "good") {
                            score += 5;
                        } else {
                            score += 5;
                        if (score < 0) score = 0;
                        scoreDisplay.text = "Score: "+score;
                        removeChild(objects[i]);
                        objects.splice(i,1);
                girlmouthfront.x = mouseX;

    Never mind. I got everything to work. Thanks for your help! I changed my code to:
    [code]
    public class CatchingSkittles extends MovieClip {
            var girlmouth:GirlMouth;
            var girlmouthfront:GirlMouthFront;
            var nextObject:Timer;
            var objects:Array = new Array();
            var score:int = 0;
            const speed:Number = 7.0;
            public function CatchingSkittles() {
                girlmouthfront = new GirlMouthFront();
                girlmouthfront.y = -49.00;
                girlmouth = new GirlMouth();
                girlmouth.y = 308.55;
                addChild(girlmouth);
                girlmouth.addChild(girlmouthfront);
                setNextObject();
                addEventListener(Event.ENTER_FRAME, moveObjects);
    [/code]

  • Can an image in the slideshow widgets be moved around inside the bounding box as can be in a normal image placed into Muse (double clicking on a placed image gives the functionality to move the image around - as per Indesign functionality)

    Can an image in the slideshow widgets be moved around inside the bounding box as can be in a normal image placed into Muse (double clicking on a placed image gives the functionality to move the image around - as per Indesign functionality)

    Can an image in the slideshow widgets be moved around inside the bounding box as can be in a normal image placed into Muse (double clicking on a placed image gives the functionality to move the image around - as per Indesign functionality)

  • I just moved overseas with the Military, how do I freeze my account & unlock my phone?

    I just moved overseas with the Military, how do I freeze my account & unlock my phone?

        annestahl
    I'd love to make sure your account is taken care of! While our 4G devices are unlocked for global use already, we do need to take care of a few things to suspend your account for military deployment. Can you please reply to the Direct Message I sent you?
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • Why is my text moving around in the preview?

    Hi guys,
    I have had this problem on several occasion on different pages of my website. It seems that I set the dimensions of a text box and the text inside does not adhere to those dimensions. Words will jump down on lines of their own, text boxes will move around on the page and overlap with other text boxes. Everything appears fine in the design phase but every time I preview there is some jumble of text. Does anyone know why this is happening?? It's extremely frustrating. I'll attach a photo for reference. In the photo you can see how all the text in the left column is wrongly spaced and/or overlapping.

    Hi Garry
    Please provide us the link to the page where the issue lies.

  • Drawning text/images in a JPanel and then resizing/moving it with the mouse

    Hello ebverybody!
    I need to be able to draw some text objects in a JPanel and then resize/move it with the mouse... How could I do that!? Same for some images loaded from jpg files...
    Should I just paint the text and then repaint when the mouse selects it? How to do this selection?! Or should use something like a jLabel and then change it`s font metrics?!
    I need to keep track of the upper left corner of the text/image, as well as the width/height of it. This will be recorded in a file.
    The text/images need to smoothly move around the panel as the mouse drags when selectin an entity.. not just "click the entity, then click another point and the entity appears there as if by magic...":)
    Please, tell the best way to do that!
    Thanks everybody!
    Message was edited by:
    cassio.marques

    I know what you mean! This happened to me as well!
    And one thing that I found useful is, if you want to directly select a layer without selecting from the layers pallete and without having autoselect enabled, just hold Ctrl and click on in directly in the image. This saved me a lot of time!

  • Moving files with the Rezound

    Hi would anyone happen to know how to moves files around within the HTC Rezound? Bought a ringtone with the idea of using it for notification alert. Unfortunately it does not show up in the List of available notification sounds just in the list of ring tones Is there a way I can move it from the ring tones folder to the Notifications folder?

    RonaldE wrote:
    after fighter with the Verizon website to get logged back in here finally made it. I tried both of those apps and neither will work. Instead get this message java.io.FileNotFoundException:/system/media/audio/notifications/R2D2Speaks.dm (Read-only file system). which I'm guessing means its not compatible with the internal programming of the phone. The file itself was saved to the download folder of the phone.   Anyone have any other ideas?
    You were almost there.  Instead create the following folder structure on the SD card using a file explorer app.
    SDcard/media/audio/notifications
    Then move your downloaded file from the download folder to the notifications folder that you just created.

  • Verizon's Run Around With the "Activation Charge"

    So I called in about a million times since the build was completed for verizon fios.  I was told each week that I would be contacted when it was going to be available.  I received 0 calls for 2 months.
    Fast-forward 2 months later and I call in just to see if it was finally activated by the engineers (whatever that means).  Turns out, it became available.  Clue number 1 that verizons account note system is a complete failure.
    So i ordered the ultimate bundle with the fastest speed available under 100mbs, with every premium channel.  I didn’t order online because I was being charged a "pick your own area code" fee, which doesn't make any sense as I picked the only area code in my area. 
    So i am on the phone, speaking to the rep. He wasn’t pushing a sale since I already knew what i wanted, after all I am the one that called them.  I told him the issue showing up and he told me that i would not be charged that or ANY OTHER FEE because of the bundle that i selected.  Perfect, that is what i was expecting anyway since the accounts i helped my friends set up charged both activation and installation fees because they did not select the Ultimate TV package.
    So 2 days before install, i get the mock bill that shows not only the Activation fee, but also the pick your own area code.  I call in, tell them the mistake, and was told that the bill is an estimation and that they would not appear on the actual bill.
    Fast forward 1 month, i get the bill, and both of the charges are still there.  Talked to a rep no more than 5 minutes ago and was told that i was told that i would be charged these fees. 
    Now sure, the activation fee would make sense except that I was told it would be waived.  The pick your own area code makes 0 sense either.  The rep told me I had no notes on my account.  They claim they could do nothing about it, and obviously put me on hold for a good 20 minutes.  My phone was on charge and next to my laptop, speaker phone makes it very easy for me to do other things until someone responds.
    So, dealing with Verizon billing is always a headache.  Never trust a phone rep from this company.  I am going to reduce my internet speed next year to avoid any issues and make back every penny of the bogus activation and pick your own area fee that i am being charged.  I don't get why Verizon doesn't understand they stand to lose more money from me because of it.  I do not need 75mbs down, but i got it cause i wouldn't be charged the fee and I'd generally be happy with it.  Will anyone in my family notice when it jumps down to 50mbs?  Most certainly not, and I may just keep it there. 
    So even if the 50mbs costs only $10 less a month (I’m sure its somewhere between $15-25), I will save at least $120 in the course of a year.  Subtract that $75 in bogus fees, and Verizon stands to lose at least $45 from me. 
    If they were smart and waived the fee like they said, they would, essentially, be up $45.  Math tells you to do the smart thing, stick with your word, and waive what you told me you would waive.
    Yea yea, user forum bla bla.  I'm hoping someone from Verizon see's this and understands that customers know the value Verizon services have to them better than Verizon does.  One way or another, I am not going to pay something I was told I did not have to.  One method is going to take a phone call next year and Verizon will lose $45.  The other would have been taken care of with the phone call i made today if the company was smart enough to waive the fees.
    Cheers.

    Hi ZP703,
    Please go to your profile page for the forum by clicking on your name, and look at the top of the middle column where you will find an area titled "My Private Support Cases". There you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. Please keep all correspondence regarding your issue in the private support portal.

  • I was playing around with the size of my window and now I can't get it back to the standard size, any suggestions?

    I was playing aaroound with the size of my window and now I can't get it back to standard size. Any suggestions?

    If you're using Lion, you can resize by dragging from any corner, in Leopard and lower it can only be resized from the bottom right hand corner.

  • Silly me. I was playing around with the virtual keyboard; found the international keyboard list. I turned on the Russian/Cyrillic keyboard.  Surprise, surprise, now everything is in Russian, and I can't see how to restore everything to English.  Help!

    Silly me. I was playing around on the settings portion of my I-Pad2, when I found the international keyboard section. I reset the keyboard to Russian to see what it would look like.  Now, the keyboard is in Russian, and so are all the settings elements.  I can't see how to get it all back into English.  Help,

    http://support.apple.com/kb/HT4051

  • Moving Images with the mouse

    Sorry I am still fairly new to Java. I have a project due that will require me to move images with the mouse. And I was wondering if someone could give me the basics of doing this. Right now I only need to know how to move the image any where on the screen.

    sweety_baby wrote:
    It's not so usefull nebody plzz help me i wanna code for movinag an image from one place to another in frame
    plzzzzzzzz help me out its urgentIf it's so d�mn urgent, then why
    1) dredge up a thread that's more than 2 years old, and
    2) provide us with hardly any information about your problem, what you've done, what's worked, what's failed.
    Result: request denied.

  • Moving windows with the keyboard

    Is there a way to move windows with the keyboard? Surely there must be???
    Thanks for any help,

    F9-F11 keys uses Exposé to hide/move windows. Is that what you have in mind? BTW, Mac OS X ain't windoze. Since you appear to be a newcomer to the Mac, peruse Switching from Windows to Mac OS X and Basic Tutorials on using a Mac

  • Apps being moved around with sync - unwanted blank page inserted

    Ever since I bought a few new apps (craigspro+, vision test, etc, nothing too big or fancy) last night, when I sync my phone with my iTunes, it moves all the apps around, inserts a blank page onto my phone, and most of my new apps are inserted on a page AFTER the blank page and therefore I can't reach them once the phone is disconnected from my iMac and in hand. I've tried restoring, I've tried manually moving them all around in iTunes, and every time i hit "Apply" they bounce back to where the computer wants them and I can't even reach the new apps. What's up and how do I fix this???

    Hi,
    you can automaticaly fix previously made documents using the Preflight tool.

Maybe you are looking for

  • IPhoto library locked on failing external drive

    I have my iPhoto library on an external hard drive which I also used as a time machine/backup. I did this to save space on my much older macbook, and when I purchased a new macbook it would have taken months for the full iPhoto library to be moved to

  • Win7 won't open with PSE 11 installed.

    I have been using PSE 7 for a few years.  I just bought PSE 11.  The PSE 11 instruction sheet said it is OK to have two versions installed at the same time.  I installed PSE 11. I restarted the computer and Win7 wouldn't open.  I tried a couple of ti

  • Unable to download adobe digital edition on 64 bit browser

    I tried Borders support staff and Adobe's.  It appears that the preview flash player downloaded but still wasn't able to download the  adobe digital edition.  the message saying it needed the flashplayer continues to come up.

  • How to optimize JDBC on SELECT ... From table1 WHERE ... OR ... OR ... OR .

    Hi, I've been given a java.util.Collection of data (actually composite alternative keys) to query Oracle. so I need to build dynamic SQL query: SELECT ... FROM table1 WHERE (ak_col1 = ... AND ak_col2 = ...) OR (ak_col1 = ... AND ak_col2 = ...) OR (ak

  • How to  read from excel file and write it using implicit jsp out object

    our code is as below:Please give us proper solution. we are reading from Excel file and writing in dynamicaly generated Excel file.it is writing but not as original excel sheet.we are using response.setContentType and response.setHeader for generatin