mkjj
Mar 4, 06:59 AM
Some screen shots of the machine in action
http://homepage.mac.com/markjjohnson/MacStuff/PhotoAlbum11.html
http://homepage.mac.com/markjjohnson/MacStuff/PhotoAlbum12.html
http://homepage.mac.com/markjjohnson/MacStuff/PhotoAlbum11.html
http://homepage.mac.com/markjjohnson/MacStuff/PhotoAlbum12.html
tomandshell
Mar 8, 10:23 PM
I i
RobertD33
Jul 9, 02:35 PM
hmm
fedupwithIbook
Nov 16, 01:56 PM
Bose makes the best speakers for computers and they work with the Mac and I-pod. The best thing is their price--less than $100 (right around that price). They come with the subwoofer builtin, making them easy to move around. They are called Media Mate. They come in a few colors that definitely match the Imac or any other Mac color.
As for which computer--I say stay away from the Ibook. They have a logic board problem that still is not fixed--I know I've gone through 5 of them already.
As for which computer--I say stay away from the Ibook. They have a logic board problem that still is not fixed--I know I've gone through 5 of them already.
more...
CharlC
May 5, 10:26 AM
Hi guys,
Tried to do a search, but couldn't find anything.
I want to extend my bluetooth range on an iMac in order to use peripherals in the next room.
Not very tech savvy wrt opening up the Mac and soldering on a new antenna. Are there any other options?
Thanks so much! :)
Tried to do a search, but couldn't find anything.
I want to extend my bluetooth range on an iMac in order to use peripherals in the next room.
Not very tech savvy wrt opening up the Mac and soldering on a new antenna. Are there any other options?
Thanks so much! :)
ViviUO
May 3, 02:13 PM
They're all the same. Get the fastest/cheapest.
more...
iamvexed
Apr 11, 09:38 AM
That's sweet! How secure are those latches? I'd be worried about it coming open and dumping the MBP, which would make me cry.
I'm also curious with what you've lined the inside to protect the MBP.
I'm also curious with what you've lined the inside to protect the MBP.
djejrejk
Jan 12, 07:50 PM
What if Apple is launching something like its own nationwide wireless network (wifi, not cell), ties into .mac, iphone, itouch etc? Possibly the technology is easily rolled to other countries and that is part of the reason why the foreign press has been invited.
Pure speculation on my part. I have no "inside sources" or a deep throat.
Does Apple own a nationwide wireless network? Im confused. :confused: :eek:
Just kidding.
And .mac is still partially broken for Leopard. Hopefully they will announce another .mac upgrade at Macworld.
Pure speculation on my part. I have no "inside sources" or a deep throat.
Does Apple own a nationwide wireless network? Im confused. :confused: :eek:
Just kidding.
And .mac is still partially broken for Leopard. Hopefully they will announce another .mac upgrade at Macworld.
more...
thesmileman
Apr 30, 09:35 AM
I asked but they won't tell me how many they have. They do have them already.
I met with manager wants picure of me with him. We qre in an official line.
I met with manager wants picure of me with him. We qre in an official line.
Vantage Point
Apr 12, 04:53 PM
iPhone. You have a 13" MBP so I think it goes better with a iPhone since that is something you can put in your pocket and take anywhere.
I just picked up my first smart phone, the iPhone 3Gs for only $49 and it is the single coolest gadget I ever had in my life (over 50 years). Since I upgraded my AT&T service I get to get my iPhone I am entitled to another phone upgrade within 12 months (else it would be 18 months). My thinking was that I need to get to know my iphone and in a year I would be eligible to get a iPhone 5. My $49 3GS is fine and I don't miss the iphone 4 features but I am hoping that the iPhone 5 is both 4" screen and will work on AT&T with 4G for faster.... Those two phone upgrades was useful and helped me opt out of a iPhone 4 last month.
I really can't see needing an ipad with a MBP and iPhone. If I had an iMac then a iPad and iPhone makes sense but if in any case an iPhone has become a life changing must have device that fits in my pocket
I just picked up my first smart phone, the iPhone 3Gs for only $49 and it is the single coolest gadget I ever had in my life (over 50 years). Since I upgraded my AT&T service I get to get my iPhone I am entitled to another phone upgrade within 12 months (else it would be 18 months). My thinking was that I need to get to know my iphone and in a year I would be eligible to get a iPhone 5. My $49 3GS is fine and I don't miss the iphone 4 features but I am hoping that the iPhone 5 is both 4" screen and will work on AT&T with 4G for faster.... Those two phone upgrades was useful and helped me opt out of a iPhone 4 last month.
I really can't see needing an ipad with a MBP and iPhone. If I had an iMac then a iPad and iPhone makes sense but if in any case an iPhone has become a life changing must have device that fits in my pocket
more...
dlimes13
May 4, 02:55 AM
G.Skill without a doubt. Used 2-4GB Sticks in my 2011 17 inch MBP, and this 4GB kit of 2x2GB will work fine for your need, and only $41.99 shipped: http://www.newegg.com/Product/Product.aspx?Item=N82E16820231213
Just an FYI, the 2008 MacBook (Late Aluminum Unibody I assume) will only read RAM as 1067 MHz, not 1333 MHz. You can put 1333 in them, but they will just under-clock them to 1067.
Just an FYI, the 2008 MacBook (Late Aluminum Unibody I assume) will only read RAM as 1067 MHz, not 1333 MHz. You can put 1333 in them, but they will just under-clock them to 1067.
madmaxmedia
Mar 1, 11:08 AM
I will be happy when dual-layer discs aren't such a ripoff!
(it's only a matter of time though-)
(it's only a matter of time though-)
more...
Umbongo
Apr 24, 10:12 AM
While there are some other factors the main one is simple supply and demand. The same reason why MBPs hold their value over non-mac notebooks.

Ceebee1980
May 6, 01:18 PM
I think the discrete gpu was already running at max performance fps-wise, but the firmware update really seems to have smoothed things out driver-wise interface-wise. And Safari seems a lot better too now. Just wish I had an SSD though, as I've heard they all got boot up speed increases.
O
O
more...
chown33
Apr 10, 12:27 PM
Post the exact error message. An "invalid selector" error usually shows the exact selector expected.

phantax
Feb 24, 12:21 PM
Does this script run for an unusually long time or something? I believe the default timeout for MySQL is around 8 hours.
Your code below is calling mysql_ping, but your error message is for mysqli_ping, make sure you are using the right type of connection.
mysql_ping will not do automatic reconnection, however mysqli_ping will if you set the mysqli.reconnect option in php.ini or your code.
Your code below is calling mysql_ping, but your error message is for mysqli_ping, make sure you are using the right type of connection.
mysql_ping will not do automatic reconnection, however mysqli_ping will if you set the mysqli.reconnect option in php.ini or your code.
more...
applemacdude
Sep 17, 08:06 PM
its pretty safe and realiable..
pretty cheap too compared to all the other methods of transit......
pretty cheap too compared to all the other methods of transit......
fel10
May 5, 12:24 PM
There should be a -1000 button for threads like these... Or - "Lowest Ranked".
There also should be more members with a sense of humor in this forum.
There also should be more members with a sense of humor in this forum.
VirtualRain
Mar 28, 02:30 AM
I don't shoot weddings but can imagine how stressful that would be. But I loved the bit about the day being more about celebrarption than ceremony. If I ever get married again, that's absolutely what I would want (but we all know that what I want becomes irrelevant long before that day arrives :p ;) )
sammysam52
Apr 24, 01:52 PM
I am having to write a program that determines whether a number is a palindrome or not using Python Programming. The program uses an input function for the number and then returns the results. All the research I have done has turned out results with Java and other non Python programs. Any help is appreciated. Thank you:)
devilot
Sep 23, 10:51 AM
Congrats! I'm glad you love it so far, of course, I had no doubt you would... just you wait, soon you'll be squinting anytime you have to use a smaller screen. :p
jeffs177
May 5, 04:53 PM
From the One to One Terms of Service (http://www.apple.com/retail/onetoone/terms.html):
That's interesting. The way I understand it is that I can buy my Mac somewhere else and then go to Apple within 14 days to buy the 1to1. Am I understanding that correctly?
That's interesting. The way I understand it is that I can buy my Mac somewhere else and then go to Apple within 14 days to buy the 1to1. Am I understanding that correctly?
thejadedmonkey
Apr 19, 06:56 PM
I run torchlight just fine on my 4 year old MBP... but that game was designed for a netbook ;)
I remember when L4D came out, and my (at the time 2 year old MBP I believe) only met the minimum requirements... The general rule of thumb is, if you're a PC gamer, you keep a PC to game on, or you stop gaming.
I remember when L4D came out, and my (at the time 2 year old MBP I believe) only met the minimum requirements... The general rule of thumb is, if you're a PC gamer, you keep a PC to game on, or you stop gaming.
ECUpirate44
Feb 20, 02:16 PM
There is nothing wrong with buying ram from a 3rd party. Check out OWC. (http://www.macsales.com/)
No comments:
Post a Comment