Pricing and Timing Help

Hello,
I'm thinking of selling my iBook G4 and i'm wondering how to price it and if it's a good time to sell because i was thinking of selling now and waiting till October for Leopard and then i can buy a MacBook with Leopard. My iBook G4 specs are:
Mac OS X Tiger (10.4.10)
768 MB RAM
60 GB HD
1.2 GHz
12" Display
Thank You,
Zaid.

Basically, when I'm asked about pricing, I check Apple's refurb list, ebay and any of the online used resellers like this one: http://www.wegenermedia.com/ (no affiliation)
Be prepared to sell for much less than you probably paid for it.
Good luck.

Similar Messages

  • When ever i try to download my iPod recovery software, it keeps saying connection timed out. really annoyed and need help to fix it

    when ever i try to download my iPod recovery software, it keeps saying connection timed out. really annoyed and need help to fix it

    - Next try the manual install method of:
    iDevice Troubleshooting 101 :: iPhone, iPad, iPod touch
    If the iPod was Disabled, place the iPod in recovery mode after the firmware download is complete and then restore using the instructions in the article. Sometimes recovery mode timeouts and returns to disabled before the firmware download is complete.
    - Then try on another computer

  • HT201363 I'm having a problem I've shipped amyl $ 25 and now tell me Enter amyl reservists and has introduced wanted more meaningful than once and now tells me I timed help and thank you

    I'm having a problem I've shipped amyl $ 25 and now tell me Enter amyl reservists and has introduced wanted more meaningful than once and now tells me I timed help and thank you

    It could be that the existing wire in your appartment is not clean enough to provision DSL only. When combined with the phone possibly it has a higher line voltage and worked before. Now that the line is to be provisioned without phone service it may be giving them trouble that did not show before they came out and ran the new line test. So a new jack dedecated for your DSL line may require a new wire be run to your appartment. Also the account for internet only used to require direct billing to a credit card or something else. This was a number of years ago. Most accounts are linked to a phone number, and without a voice number it adds to the confusion.
    If you are getting the voice and everything turned on as before, then I am at a loss for words.

  • Timing help needed.

    Hi. I have built a gaussian noise generator nad need some timing help. The VI needs to count time only when the signal is too low. Currently I have an Elapsed Time express VI instide a case structure. It begins timing when the signal drops just fine, but continues to count time until the program stops running even when the signal increases again. I'm not sure how to program an if and only if sort of situation for this. Any ideas would be wonderful, and I have attached the VI.
    Attachments:
    Kelly New Gauss1.vi ‏374 KB

    My gut reaction is that you should not be using the "elapsed time.vi" to measure time.  You will get a very innacurate measurement. 
    Instead, you should be looking at your raw data, and counting the number of samples that are below your threshold. 
    But of course, if you are OK with innacuracy (which you might be ... depends on your application) then you should probably use a shift register to track when the value goes below your thrshold, and then add the elapsed time to the shift register.
    You may also want to start here to learn more about structures.

  • Material exchane ,copy pricing and conditions from main item to sub item.

    Hi All,
    We are using parts exchange/interchangeability in the transaction ME22N,
    While using ME22N we are exchanging  main item with interchangeable part and while doing so we want to copy pricing and conditions from main item to sub item.
    But its not happening.
    As per sap help its possible, details describe below.
    http://help.sap.com/erp2005_ehp_04/helpdata/en/c2/0a5288b77d11d3bcce00105ab03aee/content.htm
    Price Determination by Copying from Main Item
    In the case of price determination by copying from the main item, the net price of the originally ordered part is still used for the superseding part in a part exchange.
    The system copies all conditions from the main item to all sub-items and takes into account the order quantity for the main item when calculating scale prices. It does not take into account the conditions and scale prices that exist for the interchangeable part.
    You cannot change the conditions, which have been copied from the main item, at sub-item level. It is possible, however, to define additional conditions for each sub-item.
    Prerequisites
    A calculation schema, which can be altered on an individual basis in Customizing, has been supplied for the price determination.
    In the vendor master record, you have set the schema group 09 (interchangeable material).
    But in customizing I didnu2019t find value 09 for schema group .
    Can any buddy through some light on missing pieces which need to be set?
    Thanks
    Regards
    Ritesh

    Hi,
    Can you check few more things and tell me?
    - In this exit, does XVBPA and XVBAP contains all the line items. ( main and sub items ).
    - In Sales order creation time, do these table have VBELN populated when this exit triggers.
    - If you modify XVBPA or XVBAP in this exit, do they get overwritten after that.
    Try this code. See if it works.  Let me know if you still have a problem.
    DATA: wa_hvbpa LIKE vbpa,
          wa_xvbpa like vbpa.
    CLEAR: wa_hvbpa, wa_xvbpa.
    * check if HVBAP and VBAP line items are not same
    IF vbap-posnr <> hvbap-posnr.
    * read the ****-to partner from main-item
      READ TABLE xvbpa INTO wa_hvbpa WITH KEY posnr = hvbap-posnr
                                              parvw = 'WE'.
      IF sy-subrc = 0.
    *   read the line item data for sub-item based on main item
        READ TABLE xvbap WITH KEY posnr = vbap-posnr
                                  uepos = hvbap-posnr.
    * See if current line is the child of that BoM parent
        IF sy-subrc = 0.
          MOVE wa_xvbpa-kunnr TO xvbpa-kunnr.
          MOVE xvbap-vbeln TO wa_xvbpa-vbeln.
          MOVE xvbap-posnr TO wa_xvbpa-posnr.
          MOVE 'WE' TO wa_xvbpa-parvw.
          MODIFY vbpa FROM wa_xvbpa.
        ENDIF.
      ENDIF.
    ENDIF.
    Regards,
    RS

  • One question about Pricing and Conditions puzzle me for a long time!

    One question about Pricing and Conditions puzzle me for a long time.I take one example to explain my question:
    1-First,my sale order use pricing procedure RVAA01.
    2-Next,the pricing procedure RVAA01 have some condition type,such as EK01(Actual Costs),PR00(Price)....,and so on.
    3-Next,the condition type PR00 define the Access Sequences PR00 as it's Access Sequences.
    4-Next,the Access Sequences PR00 have some Condition tables,such as:
         table 118 : "Empties" Prices (Material-Dependent)
         table 5 : Customer/Material
         table 6 : Price List Type/Currency/Material
         table 4 : Material
    5-Next,I need to maintain Condition tables's Records.Such as the table 5(Customer/Material).I guess the sap would supply one screen for me to input the data of table 5.At this screen,the sap would ask me to select one table,such as table 5.When I select the table 5,the sap would go to the screen to let me input the data of table 5.But when I use the T-CODE VK31 or VK32 to maintain Condition tables's Record,I found it's total different from my guess:
    A-First,I can not found one place for me to open the table,such as table 5,to let me input the data?
    B-Second,For example,when I select the VK31->Discounts/Surcharges->By Customer/Material,the sap show the grid view at the right side.At the each line of the grid view,you need to select the Condition Type at the first field.And this make me confused very much.Why the sap need me to select one Condition Type but not the Condition table?To the normal logic,it ought not to select Condition table but not the Condition Type!
    Dear all,I'm a new one in sd.May be this is a very stupid question.But it did puzzle me for a long time.If any one can  explain this question in detail and let me understand the concept,I will appreciate him/her very much.Thank you.

    Hi,
    You said that you are using the T.codes VK31 or VK32.
    These transaction codes are used to enter condition records for standard condition types. As you can see a grid left side having all the standard condition types like price, discounts, taxes, frieghts.
    Pl check using T.code VK11 OR VK12 (change mode)
    Here you can enter the required condition type, in the intial screen. (like PR00, MWST, K004, K005 .....etc)
    After giving the condition type, press enter or click on Combinations icon on top of the screen. Then you can see all the condition tables which you maintained for that condition type. Like as you said table 118, table 5, table 6 and table 4.
    You can select any table and press enter, then you can go into the screen in which you have all the field cataglogues you maintained for that table. For example you selected combination of Customer/Material (table 5) then after you press enter then you can see customer field on top, and material fields.
    You can give all the required values and save the conditon record.
    Hope this is clear.
    REWARD IF HELPFUL.
    Regards,
    praveen

  • What are the new pricing and fees for Cs6?

    What will I be forced to pay to keep upgrading my Master Collection to the next version (Cs 6)? Can I still purchase Dvd's and install the software on my own computer or will I be forced to move to the non-safe cloud? Where my hardwork can be hacked and stolen! The cloud is worthless to many of us wishing to keep control over copyright and useage rights.I am guessing more people want to keep it the way it is and not shift control over to a hackable cloud. Nothing on the web is safe, so why shift everything over to the cloud and force many of your long time customers to pay monthly fees or the software locks us out. For over 25 years I have bought and paided for Adobe software, where is my monthly kickback for using your software? If this is the wave of the future I guess i have bought my last upgrade!

    I think you misunderstand the cloud.
    Nobody is going to force you to store your files there. It’s a part of the service that you can use or not use at your own discretion.
    As for pricing, if you’re on CS5 or CS5.5 you will be able to buy an upgrade at reduced pricing and continue that route. If you’re on CS4 or earlier you’ll have three choices.
    1.       Pay full price for CS5
    2.       Move to Creative Cloud for whatever the subscription price is
    3.       Stay with what you have.
    Hope that helps,
    Bob

  • Sent messages not dated and timed.

    My son has given me his old nokia model 1600 phone and I note that when I send messages they are not dated and timed. they do not display as sent only pending. can u help please.
    Thanks
    Margaret

    I noted this reply by Patrick in another forum (thanks Patrick)
    I tried it and it appears to work
    "The solution for me was to select a different Outgoing Mail Server. My Exchange account was set to use the "Exchange SMTP" server (which worked fine for me prior to Mavericks). The other option in the pull down menu was something called "Exchange (Exchange)" so I picked it. This solved the problem. Sent mail once again appears in my Exchange Sent Mail folder."

  • ORA-01403- No data found error on Pricing and availabiltiy form

    ORA-01403- No data found error on Pricing and availabiltiy form
    whenever user click on item availability in Pricing and Availability form ,this issue appears. Can any one let me know the cause.
    Thanks
    Payal

    941250 wrote:
    Thanks Mahendra,
    I have already read this article and accorind to it our instance is already ATP enabled. But still we are facing the error.
    Thanks
    PayalPlease see if (OEXPRAVA ORA-01403 Item Availability Not Displaying In Price and Availability Form [ID 290251.1]) helps.
    Thanks,
    Hussein

  • Pricing and Taxes....for IT services...?

    Hello guys,
    I am new to Sales  dept, and working for IT services company,
    I got a task on Pricing and Taxes, Could anyone Plz explain the Structure how condition types work for Customer and Material...
    And how the Output tax is generated...
    Regards
    Kumar

    Welcome to the forum.
    Please search the forum before posting any repeated questions.  This question has been answered many times.  Search the forum, take the inputs, try on your own and still if you have any issue, please post the issue, so that we will be happy to help you.
    thanks
    G. Lakshmipathi

  • Pricing and costing in MTO material

    Hi
    In Make to order production material  is it advisiable to maintain pricing condition record (PR00) in VK11.As at the time of creation of a sales order it is difficult to know the the excact requirement of the raw material and other cost.
    And also where to maintain the expected cost and actual cost for the MTO material and where to reconcile the differences. Can anyone tell me deatiled about the Pricing and costing related Issues in MTO.
    Thanks
    Debasish

    Hi,
    please go through this link..it may help u..
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/dd/560126545a11d1a7020000e829fd11/frameset.htm
    regards...
    yogi..

  • Pricing and Billing

    Hi experts,
    We are not doing the pricing and billing in CRM.We are using legacy sysetm.
    So while defining Item Categories do we have to select the Item is relevent for pricing and Billing or not .
    Thanks
    Madhu

    please have a look at following resources
    SQL Database Pricing Details
    Azure SQL database accounts and billing
    SQL Azure Server as a unit of billing
    depending on the sql subscription you have you get charged a different rate (price for db size + usage )
    Viewing Your Bill and Usage
    You can access the usage details of Azure SQL Database accounts through system views on the Azure SQL Database server.
    The sys.database_usage view
    lists the number, type, and duration of databases on the server and the sys.bandwidth_usage view
    describes the bandwidth used with each database. For more information, see the following topics: and.
    sys.database_usage (Azure SQL Database) 
    sys.bandwidth_usage (Azure SQL Database) 
    hope this helps
    Vishal Narayan Saxena http://twitter.com/vishalishere http://www.ogleogle.com/vishal/

  • Integration between Product line costing/schedule/risk/pricing and Finance

    Hi SD Gurus
    Anybody pls help me ,
    " Bidding integration between Product line costing/schedule/risk/pricing and Finance business plans ".-- Fixing Core Phase.
    Pls send me Business process for this Pain Area.
    Very Urgent.
    Thanking you
    with regards
    pawan

    HI Gowri
    Regarding products, those are not created in the cloud.  In regards to what data is  unidirectional versus bi-directional the discussion normally focuses on who owns the data.  Products aren't owned by the sales or service teams, they are normally owned by a master data function.  Products are unidrectional  from ERP to Cloud for customer.    Review our golden deck, listed in the how-to guide blog to understand what data is integrated. 
    http://scn.sap.com/community/cloud-for-customer/blog/2014/03/27/sap-cloud-for-customer-integration-with-erp-and-crm-how-to-guides-and-e-learning
    -ginger

  • Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC.

    Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC. Have looked in to Small Business teams, but do not understand how many computers that is good for and if there is a professor or previous customer discount. Any help would be great, thanks!

    Hi,
    I presume that the new configuration is missing some parts as you seem to have the IP address of the external interface configured staticly on the interface but you have not configured any default route on the firewall? (Original configuration got default route dynamically and added it to the routing table)
    You also mentioned that you were able to connect to the Internet which would indicate there was indeed a default route with the new configuration?
    I am a bit confused about the host mask on the external interface (/32 - 255.255.255.255) ? Does the ASA really let you configure a host address on the interface? It can't lead anywhere as there is no next hop with a host mask. I think the ASA even blocks using a /31 mask link network which works with Cisco Routers.
    I guess I would go through the basic troubleshooting step when the new configuration is in use
    Check logs for any blocked connections or error messages
    Check the Static PAT (Port Forward) configuration with the "packet-tracer" command
    Capture traffic on the ASAs external interface (with the ASA itself) and confirm that you are seeing the TCP SYN of any connection attempts, or perhaps capture ICMP
    - Jouni

  • Download for "Funds Transfer Pricing" and "Performance Analyser"

    Hi,
    I want to download list price for the following products:
    OFSA FTP (Funds Transfer Pricing) and
    OFSA PA (Performance Analyser)
    On http://www.oracle.com/corporate/pricing/pricelists.html I did not find these products included on any of the price lists published there.
    Please help me where can I download this information?
    Thank you.

    For me it is really a big surprise new versions will be for Leopard only. I don't think upgrading to Leopard is a must for existing users (I am using Tiger).

Maybe you are looking for

  • SRM 7.0 data flow frm SC to PO

    Hi, As I am new to SRM, I wish to know how the data flow from SC to PO. Here is my scenarion, we are in extended classic scenarion, we have 10 custom fields in SC and the same 10 fields in PO. The moment a SC is ordered, approved and created our PO w

  • Limited 1080p output to HDTV

    Where do i start... I can output 1080p at what appears to be 24 hz, I get slightly lagged playback of videos and jerky mouse movements on the TV (as expected I think at this setting). http://i48.tinypic.com/19t9gl.png When I try to output 1080p at ei

  • These documents are too complex for the selected mode. Please select scanned documents and try again

    Getting this error message all of a sudden when i try to compare two documents in Acrobat 9 Pro. I work in Indesign with an annual report. Each time i make a new pdf i compare it with the previous version and it has been working fine until now. I hav

  • Does the screen brightness decrease the overall life?

    I have a MBP Unibody and a LED Cinema Display... I am just wondering if having both set to maximum brightness will decrease the lifetime of the hardware?

  • Ipad locked up after using "find my ipad alert"

    i used my iphone to find my ipad and sent an alert.  now my ipad is completely locked up.  it has a window "Find My iPad Alert" with a buttom below to click ok.  When I click.. it blinks but does not go away. I cannot hold down and power off.. or get