Off Topic, But I Need An Answer (About Buying an iBook G3)

I was looking around on eBay for different stuff and I came across several iBook G3's (the colored ones). I know that technology has changed a lot, but I think it would be cool to have one just to fool around on and show off (it would turn heads).
I found a user-upgraded model with the following specs:
Processor: PowerPC 366 MHz
RAM: 320 mb
Hard Drive: 20 gig
12" screen
Mac OS X Panther
Include Microsoft Office X
I wouldn't pay more than $200 total (with shipping) for something like this.
Would that setup be able to surf the internet, perform basic word processing, play iTunes music, and use MSN Messenger relativly well? Or is it simply a terrible idea to buy something like this off eBay?

You most likely wont find a colored iBook with a 20GB drive, the shipping hard drives for the models had 4, 6 or 10GB drives.
Then again, I see you did, good luck at getting it for less than $200.
Message was edited by: PB PM

Similar Messages

  • Maybe off topic, but I need some free audio ripping software

    I use STP extensively for post production, but I have to rip audio for 18 lessons from 8 DVDs. There is something out there for Win, but I am on 10.6.
    Is there any freeware out there for OSX that will rip audio from DVDs to .mp3? Even if I can get .wav or .aiff I can cover to mp2 via soundbooth in CS4.
    Please no shareware or "have to eventually buy it" software. I do have mac the ripper and mpeg steamclip. Can that be a route?

    I am not sure which version to look for. There are so many on the update page. I am trying to get .mp3s from DVDs without having to spend 4 hours using multiple programs to rip the audio. For my first batch I used compressor to export as an .aif and then used soundbooth CS3 to save as an .mp3. I already had these files on my HD because I edited the video. I still have to rip audio from 8 DVDs and convert that audio to mp3 for file transfer to a client.

  • Sort of off topic, but same old question looking for a new answer

    Ok I'm ready to start a new site. I'm going cheap as it's all coming out of my pocket including hosting. I want to put a video chat room on my site. Is there anyway to capture a webcam in this fashion in director. I've done tons of searching but I can't really find anything. I'm trying to avoid using the flash communication server for three reasons. 1) I already have the director multiuser server that will host up to 1000 users (the room will never be anything close to that big 50 peeps tops) and my web host will support it and install it for me. 2) I can't find anything at a really cheap price. I'm looking at 25 cam users at once... 3) Actionscript is nothing I've every really worked with before, but I could do the lingo programming.
    I have a few questions First of all I read something about putting a flash element on the stage, and that the flash player is what captures the webcam. But I assume that it still needs flash communication sever to upload the video. Is this correct?
    Is there an xtra that will do what I  want?
    I read something about encoding the video to realvideo, but I have no clue how as I've never done anything like that before. Will this work and do you know of a tutorial for this?
    Do you know of a really really cheap flash comm host?
    Really off topic but, I could write the text chat end of it in cold fusion. Is there a known way to easily add the video in this way?
    Does anyone know of a cheap off the shelf video chat room that I can put up on my site and just pay for the bandwidth overage that it uses?
    Thanks for any help any of you could give me.
    Cane

    There are several 2.4 GHz MacBook pros shipped over several years.
    If this is your Mac (2007 model) scroll down to the memory section and read:
    http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2 .4-15-santa-rosa-specs.html
    Standard RAM:
    2 GB
    Maximum RAM:
    6 GB*
    Details:
    2 GB installed as two 1 GB modules. No slots free.
    *Apple officially supports a maximum of 4 GB of RAM but third-parties have been able to upgrade the system to 6 GB of RAM using one 2 GB and one 4 GB memory module.
    Site sponsor Other World Computing sells MacBook Pro memory, as well as hard drives, batteries, carrying cases, and accessories.
    ... and that sponsor is not a bad place to get RAM at all. They are experts, and back it up with a "money back if it does not work in your Mac" guarantee.

  • WebAssist Cart help? I know it's off topic but... Could really use some help...

    I've got a shopping cart that is working and I'm trying to update the
    quantities in inventory by subtracting the quantity ordered from the total
    inventory in a table called ITEMS.
    I can update a record after a sale in the cart, but right now it is
    updating by completely replacing the value of the items in inventory with
    the quantity in the checkout cart. So, if there are 800 items, after the
    update, there are -1 total in inventory, not 799.
    The problem is that I don't know how to coordinate the item(s) in the stored
    shopping cart with a call to their ID and quantity in the online database.
    Here's what I have so far:

    Ahhhhhhhh Jeff...<br />If I can get this going...<br /><br />I spent days looking for this solution.<br />Thank you very much.<br />Just bought Dreamweaver CS3 and am battling through the bells and whistles.<br /><br />Liz<br /><br />----- Original Message ----- <br />From: "jefferis" <[email protected]><br />To: <[email protected]><br />Sent: Tuesday, June 19, 2007 9:50 AM<br />Subject: Re: WebAssist Cart help? I know it's off topic but... Could really <br />use some help...<br /><br />>A new message was posted by jefferis in<br />><br />> ADDT - PHP Application Development --<br />>  WebAssist Cart help? I know it's off topic but... Could really use some <br />> help...<br />><br />> On 6/16/07 3:06 PM, in article [email protected],<br />> "[email protected]" <[email protected]> wrote:<br />><br />>> Hi jefferis....<br />>><br />>> How did you solve the problem?<br />>> I am having the same problem trying to incorporate an inventory code into <br />>> a<br />>> shopping cart that will deduct the number of items purchased from my <br />>> total<br />>> inventory to let me and my customers know how many items I have remaining <br />>> in<br />>> stock.<br />>><br />>> Ex:<br />>> inventory: 500 plants<br />>> purchased: 20 plants<br />>> remaining inventory: 480 plants<br />><br />> Yes I did.<br />><br />> I've been struggling with this piece of pie for about 5 days and<br />> thought it might benefit others, so here's a way to update your quantities<br />> in INVENTORY after a checkout success.  I read another thread but found it<br />> way too complex and depended on holding inventory in the session:<br />> http://www.webassist.com/professional/support/kbcompletethread.asp?DiscID=33<br />> 046<br />> But you may lose the info when you go offsite to Paypal, e.g., to complete<br />> the transaction.<br />><br />> Here's my approach using the "checkout_success.php" page.  Using this page<br />> works because user arrives here ONLY after a successful purchase.<br />> First of all, I used the BSM php sample store as a starting point.  I <br />> added<br />> an ItemQuantity field to the items DB to track the stock or items in<br />> inventory in the store.<br />><br />> In order for this automatic deduction of sold items to work, it must be<br />> placed within the do while {  area of the  display page for the cart's<br />> items. } The code is commented below:<br />><br />> <?php<br />> //WA eCart Show If Start<br />> if (!$eCart->IsEmpty())     {    // IF CART NOT EMPTY...<br />> ?><br />>    <h2>Order Receipt </h2>  // STANDARD STUFF TILL NEXT COMMENT<br />>    <br /><br />>    <h3 class="eCart_OrderHeaderInfo">Order number: <?php echo <br />> session_id();<br />> ?></h3><br />><br />>    <p class="eCart_OrderHeaderInfo">This is your order receipt. Please <br />> make<br />> a copy for your records. An email will also be sent to you. </p><br />>    <table class="eC_ShoppingCart" border="0" cellspacing="0"<br />> cellpadding="0"><br />>            <tr><br />><br />>                    <th>Name</th><br />><br />><br />>                    <th>Price</th><br />><br />><br />>                    <th  class="eC_FormItem" >Quantity</th><br />><br />><br />>                    <th>Total</th><br />>            </tr><br />>        <?php<br />> while (!$eCart->EOF())      {  // DO WHILE FOR EACH ITEM IN CART<br />> ?><br />>            <tr><br />><br />>                    <td><img src="/images/thumbs/<?php echo<br />> $eCart->DisplayInfo("Thumbnail"); ?>" alt="" width="100" height="100"<br />> class="eC_ProductThumb" /><br />>                        <p class="eC_ItemLabel"><?php echo<br />> $eCart->DisplayInfo("Name"); ?></p><br />>                  <p class="eC_ItemDescription"><?php echo<br />> $eCart->DisplayInfo("Description"); ?></p>  <p<br />> class="eC_ItemDescription"><?php echo $eCart->DisplayInfo("ID");<br />> $idCall = $eCart->DisplayInfo("ID");?>>  // CREATE A VARIABLE FOR<br />> //THE ITEM's ID NUMBER in the DB<br />> //USE DISPLAY ID TO GET ID # and make it = $idCall<br />> </p></td<br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("Price")); ?></td><br />><br />><br />>                    <td  class="eC_FormItem" ><?php echo<br />> $eCart->DisplayInfo("Quantity");<br />> $solditems = $eCart->DisplayInfo("Quantity");?>  //DO THE SAME FOR <br />> QUANTITY<br />> //SOLD, MAKE QUANTITY SOLD  = $solditems<br />> </td><br />><br />> // NOW UPDATE THE DATABASE. SUBTRACT $solditems from ItemQuantity ( YOUR<br />> //INVENTORY OR STOCK)<br />> //FOR EACH ITEM IN CART. SELECT the item's ID  by $idCall:<br />> <?php<br />> mysql_select_db($database_connBSM, $connBSM);<br />> $query_itemQ = "Update items SET  items.ItemQuantity = <br />> items.ItemQuantity -<br />> $solditems WHERE items.ItemID = $idCall";<br />> $itemQ = mysql_query($query_itemQ, $connBSM) or die(mysql_error());<br />><br />> ?><br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("TotalPrice")); ?> </td><br />>            </tr><br />>        <?php<br />>  $eCart->MoveNext();    //// REPEATS BEHAVIOR FOR EACH ITEM IN CART<br />> }<br />> $eCart->MoveFirst();<br />> ?><br />> BTW, once the items in inventory = 0, the items do not appear in the<br />> catalog.  That is set in the catalog page's recordset.<br />> Jeff<br />> ~~~~~~~~~~~~<br />> Jefferis Peterson, Pres.<br />> Web Design and Marketing<br />> http://www.PetersonSales.com<br />><br />><br />><br />><br />> ------------------------------------------------------<br />> View/reply at <<a href="/cgi-bin/webx?13@@.3bc3e9d6/5">jefferis, "WebAssist Cart help? I know it's off topic but... Could really use some help..." #6, 19 Jun 2007 6:50 am</a>><br />> You must visit the conference to reply. Email replies are not allowed and <br />> will be returned.<br />> Use the unsubscribe form at <br />> <a href=http://www.adobeforums.com/cgi-bin/webx?280@@.3bc3e9d6!folder=.3bc3909c> <br />> to cancel your email subscription.

  • Slightly off topic but a query on open type fonts

    Hi all
    I went to buy the frutiger fonts (9fonts) from adobe. The format is open type which is what I want. B ut when going to buy them I am asked whether I want mac or windows format. I thought open type fonts were cross platform? We have both MACs and PCs, if I want the font on both do I have to buy both formats ?
    Link to font:
    http://store.adobe.com/type/browser/P/P_1186.jhtml
    Thanks for any help, sorry for this being off topic but I couldn't see where else to post.
    gerryR

    Yes, that's it, pretty much. Also, our download manager needs to know whether you're using Mac or Windows. The *contents* of the purchased file are the same.
    T

  • Lwill Buy skype number but i need some answers

    lwill Buy skype number but i need some answers
    I will buy denemark number it costs 18$ for 3 months i want to know if i will have any credit to call from it or i will have to buy credit
    Second . I want to know if i called a mobile number in any country like egypt is my skype denemark number will appear
    Third does true call show that it skype number or not

    Hi, Momo223, and welcome to the Community,
    momo223 wrote:
    lwill Buy skype number but i need some answers
    I will buy denemark number it costs 18$ for 3 months i want to know if i will have any credit to call from it or i will have to buy credit
    A Skype Number is a different subscription from purchasing credit; you would have to check on the offerings available if credit is "bundled" with a Skype Number purchase or not.  I do not believe it is.  Credit is credit; there is no "discounted" rate.  Check the Skype subscription website pages to see if purchasing a subscription could discount the cost of a Skype Number.
    momo223 wrote:
    lwill Buy skype number but i need some answers
    Second . I want to know if i called a mobile number in any country like egypt is my skype denemark number will appear
    Third does true call show that it skype number or not
    Your second two questions are related to Caller ID.  More details about how this works can be found in this library of FAQ articles:  https://support.skype.com/en/category/CALLER_IDENTIFICATION/
    Caller ID is tricky; sometimes it works and sometimes the data does not get transmitted as the call is routed from Skype to one or more carriers before the call reaches its destination.  For best success, be sure your Skype Number is set in your on-line account details as your Caller ID.  What ultimately appears for the ID on the call recipient's side ultimately depends upon the carrier.  For more details about this, check posts by Community contributor WD9EWK.
    Since a Skype Number is a fixed line number, there is no indication that the number is a "Skype Number" or a "fixed line" number.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • (off topic) Quick advice needed RE: publishing

    (sorry for the waaayyy off-topic post, but I'm sure some of you gurus would know the answer to this. I'm sort of in 'freak-out' mode right now.)
    So my CD artwork is finalized, and slated to go to press this Friday. I just realized that, though I am registered with BMI, I put no mention of that on the disc or in the liner notes. DOH!
    Do I need to? If so, is simply putting "Copyright 2006 [band name here], BMI" sufficient? Or do I need a 'music company' name (in other words, not the band name).
    thanks for any advice !

    Songs are tracked and money is distributed by song title, writer and publisher name. Don't make it hard for people to pay you. Make sure you get your publisher info on there.

  • A bit off topic, but what time should I arrive at the Keynote?

    I'm posting this in the FCP forum because this is the only one I read. I'm attending Macworld for the first time and I have the cheap tickets for the Keynote (user's conference). I have no idea how early I need to show up to wait in line to guarantee I get into the Keynote.
    Thanks and sorry for the off topic post.

    Just showing a pick of what I look like...hee.
    I will have an exhibitors pass, so I wonder if I can get in any later and still get good seats? HA! I will bring my lappy, to keep me occupied (I hope they have wireless access).
    For iChat reports I'd need all your iChat accounts. That would be one BIG group chat.
    Shane

  • Maybe off topic, but.....

    hope this isnt too of topic, but looking for suggestions
    I have a BFG 6800 gt and want to replace the cooler as it is running hot, which is a better cooler? 
    1.  ARCTIC COOLING VGA Silencer AVC-1000 120mm VGA Silencer  or
    2.  Zalman VF700-AlCu  ?
    the zalman looks more substantial, but not sure which would be a better one to get
    any suggestions would be appreciated
    Muad'Dib

    Yea, they do, but they give worthless information like you just gave me, thanks 
    I've been comming here for a long time, and value the advice of alot of the people that come here, hence the community question....  pnly useful information would be good

  • Stupid question, but i NEED an answer

    can the ipod touch get internet anywhere (like the iphone) or only wi-fi
    please answer cause im thinking about buying one

    Only at wifi spots.
    The iPhone uses a phone network that is essentially everywhere.
    FWIW, Starbucks has dumped T-Mobile and are going with AT&T and will offer a limited free wifi at all it's locations.

  • Been asked I'm sure but I need to know about files on Ipod

    I want to pull all the files off my Ipod and completely redo it. Can anyone please explain how I can do that. I'm not sure which Generation it is but I know it's an older one. 15GB model
    If anyone understands what I'm trying to ask can you please explain it to me. I'm not real savvy about it so anything helps me. Appreciate it.

    Hello cdb11696,
    If need be, check out this article to help you figure out what generation your iPod model is.
    http://support.apple.com/kb/HT1353
    There are several ways you can pull the music off your iPod and onto iTunes. The first link below provides step-by-step instructions for the direct method if you have a PC as well as a few third party applications (for both the Mac and PC) if you choose to go that route instead. You can also do a simple Google search for "copy music from iPod to computer" and you should receive a number of sites that can help you out.
    Just make sure that when you have your iPod plugged into your computer, that you don't hit "Erase and Sync" before completing the task of copying your music over.
    Also, if you have any purchased music, you will probably have to re-authorize your computer by heading to the Store drop down menu and choosing "Authorize computer."
    [5 Ways to Copy Music OFF your iPod and onto iTunes|http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipo d-windows-mac-os-x>
    Here are a few more helpful sites.
    [Copying Content from your iPod to your Computer - The Definitive Guide|http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipo d-to-computer]
    Or
    [How to copy songs your iPod to your PC|http://lifehacker.com/software/ipod/how-to-copy-songs-from-your-ipod-to-your -pc-105256.php]
    Hope this helps.
    B-rock

  • Considering buying a Mac Mini but I need to know about support for dual monitors using DVI connectors.

    I have a couple of DVI monitors and I'm looking to replace my Windows desktop with a Mac Mini.  I found an article that says it supports dual monitors with Thunderbolt, but I can't find any discussion of using it with existing monitor, or running multiple DVI displays off a single Thunderbolt port.
    Has anyone done this?  If so, what's the best way to achieve it?

    Yes, the Mac Mini has both an HDMI and Thunderbolt/MiniDisplay Port and supports dual displays in either Mirroring or Extended Desktop Mode. 
    It ships with an HDMI to DVI adapter that you can use for one DVI Display.
    For the second DVI display you will need to buy a > Mini DisplayPort to DVI Adapter and plug that into the Thunderbolt/MiniDisplay Port.
    see the spec's > Mac mini - Buy Mac mini Desktop Computers

  • Feel Very Stupid Asking This....But I Need An Answer

    So, I've had my HP m6 for a good while (years) and just the other day, I was attempting to play a game on it...only for it to crash upon start up.  After researching the issue, many people suggested updating the graphic drivers....and so I went on to research how to go about doing that.
    I found my chip, it's an Intel...so I went to the Intel site, found my chip, and found a whole bunch of new(er) driver updates ready to be downloaded.  I figured this would be easy...but it seems I can't download their updates...because HP has a lock on being able to do that.  The other option was to come here and download the updates directly from the HP site...but this is where my main issue comes from.  The last update that HP released for my chip and driver was back in 2012...while Intel has updates for my chip from May of 2014. 
    I really don't understand why this is...the way it is.  But if someone could help me out...just give me a flat answer as to whether or not I have to buy a new computer just to play a game, or if there's some work around to where I can get the update I need in order to play...for free?

    Hi Dilaudid281,
    Thank you for visiting the HP Support Forums and Welcome. I have read your thread on your HP ENVY m6 Notebook and issue with graphic updates.  The HP Support Assistant will help with drivers and software that are recommended for your HP Notebook and the hardware that is installed. Most driver sites do recommend to use the Manufacture's drivers. I would be happy to assist if needed as there are many models of ENVY m6 notebooks I would need the model number. How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • A Bit Off Topic, But Can the HP Photosmart C3140 Be Shared Over a Network?

    I was going to get a MacBook and since I need a new printer, this one looks good since it would be free (after the $100 rebate).
    However, I've had trouble sharing HP printers over a network in the past. Would this one give me any problems. Also, if it's connected to a Windows computer, would it make a difference?

    Hey Large,
    Some printers don't support network printing because of driver issues and what not, but the C3140 should work just fine.
    As for your windows question. I have found it easier to print from a mac, over a network to a PC, than the other way around.
    Also don't be afraid to call apple tech support when you get your macbook. They will walk you through the networking process and answer any questions you might have. It's free for 90 days so use it.
    Good luck

  • Slightly off-topic, but Kudos to Creative's ebay out

    I ordered travelsound speakers off the outlet. it said no power adapter, no case, just the speakers and mini-cable. Well, holy cow, it arri'ved today and it was a blister packed brand new unit with power adapter/case! I'm using 'em with my zen as an alarm clock.
    Not only did I get more than I paid for (wow!) but it arri'ved in 2 days. Way to go, Creative, you made my day!!! Thanks!

    If you connect your iMac directly, via an Ethernet cable, to the TW-provided Cable modem, does your iMac have any problems accessing the Internet?
    If so, let's double-check your AirPort Express Base Station's (AX) settings...
    Connect to the AX's wireless network, and then, try check settings:
    AirPort tab
    o Base Station Name: <whatever you wish or use the default>
    o AirPort Network Name: <whatever you wish or use the default>
    o Create a closed network (unchecked)
    o Wireless Security: <Not enabled or set>
    o Channel: Automatic
    o Mode: 802.11b/g Compatible
    Internet tab
    o Connect Using: Ethernet
    o Configure: Using DHCP
    o Check the IP Address, Subnet mask, & Router address values. Are these basically the same that your iMac gets when directly connected to the Cable modem?
    o WAN Ethernet Port: Automatic
    Network tab
    o Distribute IP addresses (checked)
    o Share a single IP address (using DHCP & NAT) (enabled)

Maybe you are looking for