Sunday Morning Question: Or, Come Get Some Easy Points.

To get the cheese, just post a link to where ever you think the best place to get MBP RAM is, at the best price of course (1GB sticks). Please don't reference ebay or craig's list.
Thanks in advance,
SX

I ordered 512MB on thursday, and should receive Monday or Tuesday. I've bought RAM from them before.
This RAM should match what you have in your machine currently and is about $30 cheaper than Apple.
Here's the link:
http://www.crucial.com/store/ListParts.asp?mfr=Apple&model=MacBookPro+1%2E83GHz+Intel+Core+Duo%2815%2E4%2Dinch%29
Cheers,
Ken

Similar Messages

  • Urgent array help needed! come get some duke points

    this program keeps track of rentals for a shop. Other methods and classes not shown (like Customer, Transaction classes) are also in this program. Every item (created with a constructor in Item class) can hold an array of up to 20 transactions; part of a Transaction object is a rental total, based on a number of rental days * specific rental price for that item rented (backhoe, edger, etc.) If the user presses "t" for total amount of transactions, the following method is called, which calls the getTotalPrice() in another class called Item. My problem here is that even if I enter in transaction amounts, when I press "t", the program just quits, not producing the report and returning me to the main class. I have been over it with the debugger and I am still lost. Below is some selected code; I hope it is sufficient. Please let me know if I need to put up more
    //main
    String input = JOptionPane.showInputDialog(null, "Enter a rental transaction (x)" +
                                                      "\nAdd a customer (c)" +
                                                      "\nAdd an item (i)" +
                                                      "\nReport on a specific item (r)" +
                                                      "\nReport on total dollar amounts of rentals for all items (t)" +
                                                      "\nReport on total rentals for a specific customer (s)" +
                                                      "\nStrike cancel to exit from the program");
              //big huge while
              while (input != null){
                   if (input.equals("x")){
                        rentalTrans();
                   }//if
                   if (input.equals("c")){
                        addCustomer();
                   }//if
                   if (input.equals("i")){
                        addItem();
                   }//if
                   if (input.equals("r")){
                        specificItemReport();
                   }//if
                   if (input.equals("t")){
                        allItemReport();
                   }//if
                   if (input.equals("s")){
                        customerReport();
                   }//if
                   input = JOptionPane.showInputDialog(null, "Enter a rental transaction (x)" +
                             "\nAdd a customer (c)" +
                             "\nAdd an item (i)" +
                             "\nReport on a specific item (r)" +
                             "\nReport on total dollar amounts of rentals for all items (t)" +
                             "\nReport on total rentals for a specific customer (s)" +
                             "\nStrike cancel to exit from the program");
    //allItemReport()
    public static void allItemReport(){ //menu item t
              Item temp = null;
              for (int index = 0; index < items.length; index++){
                   temp = items[index];
              }//for
              JOptionPane.showMessageDialog(null, "Total rental transactions to date amount to: $" + temp.getTotalPrice());
    //Item Class
    public String getTotalPrice() {
              double total = 0;
              String output = "";
              for (int i = 0; i < trans.length; i++) {
                   if (trans[i] == null) {
                        if (i == 0) {
                             output = "There are currently no transactions.";
                        }// if
                        break;
                   }// if
                   else{
                   total += getPerDayRentalPrice();
                   }//else
              }// for
              output+= total;
              return output;
         }//getTotalPrice

    Don't flag your questions as urgent. It's rude. Also don't think that waving with a couple of worthless Dukes is going to get you better/quicker help.
    The reason I respond to your question is because you have explained your problem well and used code tags.
    Try this:class Main {
        public static void main (String[] args) {
            String message = "Enter a rental transaction (x)\nAdd a customer (c)" +
                "\nAdd an item (i)\nReport on a specific item (r)\nReport on total "+
                "dollar amounts of rentals for all items (t)\nReport on total rentals"+
                " for a specific customer (s)\nStrike cancel to exit from the program";
            String input = JOptionPane.showInputDialog(null, message);
            while(input != null){
                if (input.equals("x")) rentalTrans();
                else if (input.equals("c")) addCustomer();
                else if (input.equals("i")) addItem();
                else if (input.equals("r")) specificItemReport();
                else if (input.equals("t")) allItemReport();
                else if (input.equals("s")) customerReport();
                else System.out.println("Invalid option!");
                input = JOptionPane.showInputDialog(null, message);
            System.out.println("Bye!");
        // the rest of your methods ...
    }

  • Where can I get some easy tutorials on making two things: read on..

    I want to create a logo with a shine or light glare moving across it. I also want to do this for text.
    I'm making an eyewitness news logo and introduction. I'm working on a PC. I have premiere pro and AE CS4 versions.

    I did a tutorial on this a couple of years ago, but unfortunately, I don't have it online. CC Light Sweep should do the job for you. (comes with After Effects)  You can find some related tutorials here <http://www.motion-graphics-exchange.com/find/CC+Light+Sweep>
    good luck!
    elaine

  • Want to get some more points draw by curveTo() method of PATH2D

    I draw a curve using curveTo() method of Path2D. Is there any way to find some points on that curved path except start, end and control points. The start, end and control points I am having with me on which basis I am drawing the curve.
    Thanks & Regards

    Note: This thread was originally posted in the Swing forum, but moved to this forum for closer topic alignment.

  • I don't have IMAQ vision, where can I get some super basic easy VI's for IMAQ?

    Hello,
    I don't have IMAQ vision, where can I get some super basic easy VI's to get images from my IMAQ PCI-1424 board, without Vision?? is there some kind of tutorial that will help me get started from the ground up in designing VI's? Also I am trying to run the HL Snap in picture control.vi and I keep getting an error that says:
    -1074397150 occured at IMAQ snap.vi
    Possible reasons,
    NI-IMAQ (Hex 0xBFF6022) wait timed out; aquisition not complete.
    Why am I getting this??? it is driving me nuts, I don't know how to get a image on my computer from the IMAQ board. I can get one in MAX. Also in MAX I try to change the camera driver to Kodak because that is the boar
    d that I have KLI-2113, but when I try to change anything under properties like the window size and then apply it, it says error removing old camera. why does that do that? Some of the other drivers sort of work and let me change the settings. I don't know if they work right though. I can get atleast some response to light from the CCD chip.
    Anyways, thanks,
    Brian

    Brian;
    There is an example on how to display images in LabVIEW without having the full IMAQ application.
    You can always convert the images to bitmaps (flattening) and display them in a picture indicator. If you are going to do some image processing within LabVIEW, this may be the way to go.
    About the error you are getting, hopefully the above example will help you in resolving the issue. If the problem persist, it will be more beneficial if you can post the code. Also, you may get better answers if you post your question in the Vision forum.
    Regards;
    Enrique
    www.vartortech.com

  • Hello-- I'am thinking off making an app to the iphone, but i'am not sure aboutsomething. the app should get some alarms from a specific phone number, and my question is, can i make an app that can receive message from a specific phone number ?

    Hello-- I'am thinking off making an app to the iphone, but i'am not sure aboutsomething. the app should get some alarms from a specific phone number, and my question is, can i make an app that can receive message from a specific phone number ?

    This needs to be asked at http://developer.apple.com/

  • HT204408 My applications folder has a black question mark on it at the bottom of my screen. I do not know what error I made, but my fan effect of the previous applications has gone away. Can I get some help with this?

    One day ago I inadvertantly removed my applications folder. In it's place is a folder with a black question mark which appeared after I attempted to open up the applications file. Also, previously when I clicked on the file applications would open in a fan display. Could I please get some assistance with this?

    ...removed my applications folder.
    From where? And to where?
    If you trashed it and emptied the trash, what backup, if any, do you have? If it's still in the Trash, move it back.
    If no backup, reinstall Snow, which will give you the version as of the DVD you use, then update back to 10.6.8, and run all other needed updates, including any security updates. This should save all your third party programs, as well as settings.
    The white puff of smoke is nothing, it only means you moved it out of the Dock. If you still have it, or had it, as soon as you open it it would reappear in the Dock. The item in the Dock is only a kind of alias.

  • I DO NOT want to send anonymous reports to Mozilla about my computer usage and so on. How do I get rid of the question that comes up every time I open Fiorfox up?

    I DO NOT want to send anonymous reports to Mozilla about my computer usage and so on. How do I get rid of the question that comes up every time I open Fiorfox up?

    See:
    * https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel
    * go to Firefox/Tools-Option-Advance and uncheck submit performance data

  • I want to change my password but can not get passed verification even though the answers are correct, so I have asked for an email and none has come.Can some one help?

    I have tried to change my password and get to the part where you need to verify by answering the questions, and I get can not get any further, as it tells me the answers aren't the ones they have but I know it is correct, so I have asked for an email to be sent, but no email comes.I receive other emails from iTunes but not the one helping me to change the password. Has any one got any idea why?

    Contact iTunes customer support, no one in these user to user support forums can assist  you.

  • Hi ya'll! I'm still learning how to navigate my way with Lightroom. (Last time I wrote, I did get some responses that work. Thanks so much!) Now, I have another question. When I try to copy pics from my external drive to a CD/DVD, no matter if do it from

    Hi ya'll! I'm still learning how to navigate my way with Lightroom. (Last time I wrote, I did get some responses that work. Thanks so much!) Now, I have another question. When I try to copy pics from my external drive to a CD/DVD, no matter if do it from LR or my drive, I keep getting the message; "Disk burning is not supported by LR on this computer." I've tried everything I can think of, so, I thought I'd see if anyone may know if there's anything I can do. Or could it be that my computer just can't handle it? Help!!! So frustrating!!  I have a PC Lenovo computer, I don't know if this makes any difference. Any ideas? Thanks so much for your help!!!

    Have you burned Discs with other programs using this computer? Are you certain that you have a drive that will burn discs?

  • Certain events in iPhoto will not sync to my iPad. No Error messages comes up and the photos themselves are ok. its like my ipad doesn't see them. Cause i can get some photos on there just not all.

    certain events in iPhoto will not sync to my iPad. No Error messages comes up and the photos themselves are ok. its like my ipad doesn't see them. Cause i can get some photos on there just not all. Photos are from the same camera and should all be in the same format.

    What is the file name of the video(s) you want to sync?
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Hi! I'm getting an iPhone 4 soon, so my question is; is there some kind of "app" that can upgrade iPhone 4 to 4s?

    I'm getting an iPhone 4 soon, so my question is; is there some kind of "app" that can upgrade iPhone 4 to 4s?

    No, there isn't.
    The phones are different as in with different hardware.
    If you want a 4s then I would suggest in getting the 4s.

  • HT4623 I "updated" my iPhone4S 16gig this morning and can't get past the "Rescue Email" screen.  I entered emails as well as opted out.  I have gone back, but Apple ID Security insists I add security questions and mail.  HELP!

    I "updated" my iPhone4S 16gig this morning and can't get past the "Rescue Email" screen.  I entered emails as well as opted out.  I have gone back, but Apple ID Security insists I add security questions and mail.  HELP!

    Claudius,either you didn't read my post, or you jumped to conclusions. I had a skype account that was created using a microsoft account (NOT THE ACCOUNT I AM USING NOW). PURE MICROSOFT ACCOUNT NO OTHER ACCOUNT LINKING.I had to change the primary mail of that account.I was told "no can do" by skype support.I found that if I went to account settings and clicked on the link on the line below the one that said "MICROSOFT etc" (labeled something along the lines of "TV or Device") I got the opportunity to set the password of the "live:username" account (WHICH YOU COINCIDENTALLY HAVE TO DO IF YOU WANT TO USE SMART TVs ETC).Once that was done, I COULD SUCCESSFULLY DO WHAT SKYPE SUPPORT SAID WAS IMPOSSIBLE- I could change the primary mail address. once that was done, and NOT BEFORE, I linked the account to a facebook account as well, just to be sure I have more than one way to access the skype account. What caused you to get the impression that I was writing something else? furthermore this sentence - "The solution you described in your initial message isn't actually once since all the time you were operating on different account that weren't actually linked" does not make sense, I think you mis-edited it.and I need to point out that you are incorrect. I WAS NOT OPERATING ON DIFFERENT ACCOUNTS I WAS OPERATING ON ONE SKYPE ACCOUNT, THAT WAS CREATED USING A MICROSOFT ACCOUNT just like you say you recommend. I still don't know how you can misread my initial entry like that.  If you have a better solution to my initial problem - changing the primary mail of a skype account created throuth either a microsoft account or a facebook account, Please write a sticky to explain how to do it, and please inform skype support that Yes it can be done, and this is the way it is done. So far my "lucky shot" seems to be the only way to do it.     

  • Where can I get some feet for my 15" Macbook Pro (mid 2009) without the cost of A$200

    I am loosing my mind. Can anuone please help?
    I have a 15" mid 2009 Macbook Pro, that I love. It is my 6th Apple computer so it's not like I haven't contributed to the Apple estate.
    I use it for work and study so it pretty much runns continuously and has since its purchase in 2009. So, as you can imagine wear and tear are starting to show.
    3 of the 4 feet have come off and this is making me crazy. It does not ventilate properly and doesn't sit well on the desk. I have attempted to buy all manner of feet to fit it, but nothing works.
    So, I took it to my local Apple store a while ago in search of some replacement feet for it. Because, Apple have to inspect all repair jobs.
    I cannot buy, the feet alone, I must buy the complete bottom housing for it at the cost of A$199.00 (WHAT!!!, I HEAR YOU SAY!!!, and that is pretty much exactly what I said when I was told this by my apple genius (and yes, I did say Genius with a sarcastic tone), but certainly the thoughts that ran through my mind were far stronger).
    So, in my eternal search to make my perfectly working but incredibly annoying, beloved macbook pro be as good as ever, I have been to 2 "apple" dealers in the hope to buy this product at a cheaper price. Because, 1. I don't want the base, only the feet and 2. I don't want to pay 200 bucks for it.
    Anyway. the first purchase I made was through some dodgy chinese website. Apparently, there is no one at the other end, because all corespondense was ignored. But I did get my money back.
    But the second has really done my head in. www.applecomponents.com had advertised the part at $US69. So, I purchased and paid with paypal and all was well with the world. But, This morning I recieved the following email. And this is the entirity of the message from a business with obviously no customer service skill, not address, no phone number. Just a rude individual at the end of the email.
    Remember, this was the whole email...
    "so it's looking like this part was in the wrong bin. we don't actually have one. we can get new, but it would cost around $150.
    please advise?"
    ***? (and I am really holding back bolding that text and setting the font size to 68).
    In Australia, if a product is advertised at a price, that is what we pay for it.
    So, I re-check the website and the price has increase $100 but, it still says "in stock".
    Right about now, I am starting to get quite frustrated, with this faceless nameless person/company/shonk.
    I get in touch with some consumer experts and reply and I recieve the following reponse...
    "it was an honest mistake. we have a lot parts. we haven't sold one of these bottom cases for over 6 months. whoever labeled em' did it wrong. I don't have the part, but I have access to ordering it new with my vendor - hence the price change.
    feel free to call me anytime and we can talk it out.
    thanks
    phillip
    503-806-6423"
    (not really sure where this phone number resides so the 10 digits are useless)
    Now, Phillip is not the person I made the payment to. The payment was made to Alex Kraft.
    Who, After I demanded the product. Has just refunded my money and dissapeard off the planet.
    I am sick and tired of these shonks and it is now my mission to stop these people from trading.
    Sorry for my digression but, I feel, all should be aware of these people. Scammers.
    But, if anyone knows where I can get some feet from someone who will bloddy supply them at a price that is reasonable.
    Please let me know.
    Thanks

    your situation is not new.  Others have been told by Apple that they have to purchase the entire bottom panel in order to replace the feet.  There are engineering solutions that can solve this problem, but to pay nearly $200 to replace a part that costs less than $1 (I am being very, very conservative) to manufacture is too excessive.
    I have had the feet come off as well.  Fortunately for me, I have not lost them and have been able to replace them.  Why they cannot sell them individually is a puzzle to me.  Perhaps some bean counter at Apple feels its too much effort to have these items individually  in their inventory.  I have had nothing but good comments to say about Apple, but sadly this is an exception.
    To address your problem, I have seen second hand ones advertised on Ebay.  The price was a bit steep, $10 as I remember.  Other wise, wjosten's suggestion is the only alternative.
    Ciao

  • While installing the BI Content i am getting some error??

    Questions:-
    1).while installing the BI Content i am getting some error plz tell me what is the process??

    Kishore,
    The answer would be simple - correct the error since the error ATM is known only to you...!!!
    Please be specific with your questions...
    http://www.google.com/search?hl=en&client=firefox-a&hs=So5&rls=org.mozilla%3Aen-US%3Aofficial&q=howtocorrecterrorinbusinesscontent+installation&aq=f&aqi=&aql=&oq=&gs_rfai=
    Edited by: Arun Varadarajan on May 6, 2010 1:15 AM

Maybe you are looking for

  • No wireless LAN driver for Ideapad S200

    I have just purchased an IdeaPad S200 (Atom N2800)  and cannot find the wifi adaptor driver. I have installed every single one from this list: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&DocID=HT073486 And none of them work, t

  • Rename title column and delete a column into view custom list

    Hi; I try to create a new custom list with only 2 column DEC et DSCC and I would like to rename or change the title column (Titre in french) with the name "DEC" and next hide or delete into the view "All elements" the column attached file ("Pièces jo

  • Problem with utl_file package

    Hi guys. I was trying I/O in oracle using utl_file packege the codes written my me was: DECLARE Temp UTL_FILE.File_Type; BEGIN Temp:=UTL_FILE.Fopen('/DOGS','TEST.txt','w'); UTL_FILE.Put(Temp,'Hell'); UTL_FILE.FFLUSH(Temp); UTL_FILE.Fclose(Temp); EXCE

  • Where'd the 2.x and older posts go?

    There is nothing here following the forum update (in the PPro 2.x and older forum), and I assume that what this means is that the old posts were not kept.  Can someone confirm that?  (I'm just dying to give my first "answered" award, but you have to

  • How to create Technical Wage types

    Hi to All, How to Create Technical Wage types, what are the pre-requisite information required for creating and how it works Bhaskar