
pcypert
Mar 19, 07:32 PM
Sweet...I'm sold if it does that and that's what the shops here are doing. Currently in Thailand you'd be hard pressed to find any system that's not modded. It's funny because you have to pay double to get a non modded system :D
Some of the Japanese games are a bit odd and I'd like the ability to play US titles...just wish they had something like this with the VC because I don't have any guarantee I'd be able to play some of the games as the screenshots look like all the text is in Japanese.
Paul
Some of the Japanese games are a bit odd and I'd like the ability to play US titles...just wish they had something like this with the VC because I don't have any guarantee I'd be able to play some of the games as the screenshots look like all the text is in Japanese.
Paul
NewYorkRules
Jun 29, 01:58 PM
ATT in flatiron said all AT&T stores in manhattan are sold out. Walked into store above and got one...16GB only.
Hope this helps.
Hope this helps.
vile
Jun 17, 03:28 PM
Ive managed to download a few videos (paid dev) but it doesnt seem to work for my right now. Don't know how I should manage to watch most of this stuff though. Over 100 hours lol. Really great suprise from Apple.
iccy82
Jun 20, 10:49 PM
wow, didn't realize we have dukies here @ MR -_-
dukie is everywhere :)
dukie is everywhere :)
more...

birchest
May 5, 02:56 AM
:D
Now, look who's talking, Mr. Steve Jobs.
Now, look who's talking, Mr. Steve Jobs.
jigglyjon
May 4, 07:48 PM
Sorry, I figured it out... at least i figured out how to fix it... not certain why it happened.
I just removed the picture folder I had it pointed to and re-added and that fixed.
I just removed the picture folder I had it pointed to and re-added and that fixed.
more...
Designer Dale
Mar 18, 06:03 PM
Yeah, agreed... Although, as you point out, it wasn't even a useful term in the first place.
At least the eject button for my CF card is not called "Rewind". :p
LOL! You could have at least linked me to something fun! :D :p
"Eject" on my VCR is the same as "Eject" on my CD/DVD.
My DVR uses the same symbols for FF and Rewind as my VCR.
Your CF/SD cards are just flash RAM. Flash RAM is just a whole lot of capacitors. Maybe we should call them all "caps".
Is digital camera even a camera? My first digital and my current P&S have the on switch marked "Record".
Words...words...words...
Dale
At least the eject button for my CF card is not called "Rewind". :p
LOL! You could have at least linked me to something fun! :D :p
"Eject" on my VCR is the same as "Eject" on my CD/DVD.
My DVR uses the same symbols for FF and Rewind as my VCR.
Your CF/SD cards are just flash RAM. Flash RAM is just a whole lot of capacitors. Maybe we should call them all "caps".
Is digital camera even a camera? My first digital and my current P&S have the on switch marked "Record".
Words...words...words...
Dale

Jax Mac
Sep 22, 01:40 PM
Hi all,
Can anyone give me your personal thoughts on the 20" iMac? I'm currently using an old Powermac desktop (It's a 4 -1/2 year old, dual 1 Ghz Quicksilver). If the Intel switch wasn't around the corner, I'd have a new desktop already. My main work is in Photoshop, Illustrator, and occasionally some 3D programs.
Anyway, I was thinking of getting a 20" iMac to hold the fort while I wait. Would I notice any bump in speed for graphics programs? (My desktop has been reliable but occasionally quirky). I'm also considering using the 20" iMac after it's out of date as a TV or as a display at exhibitions to show video or Flash movies of new products.
Any thoughts would be appreciated!
Can anyone give me your personal thoughts on the 20" iMac? I'm currently using an old Powermac desktop (It's a 4 -1/2 year old, dual 1 Ghz Quicksilver). If the Intel switch wasn't around the corner, I'd have a new desktop already. My main work is in Photoshop, Illustrator, and occasionally some 3D programs.
Anyway, I was thinking of getting a 20" iMac to hold the fort while I wait. Would I notice any bump in speed for graphics programs? (My desktop has been reliable but occasionally quirky). I'm also considering using the 20" iMac after it's out of date as a TV or as a display at exhibitions to show video or Flash movies of new products.
Any thoughts would be appreciated!
more...
gernb
Jul 1, 11:04 PM
hey maybe this helps...stumbled on this accidently
to shut down i use "ctrl+eject" and then "return"
simple as that...no mouse clicks involved
cheers
to shut down i use "ctrl+eject" and then "return"
simple as that...no mouse clicks involved
cheers
powerbook911
Sep 28, 09:28 AM
Hi,
1) I have used several bluetooth mice. They say you only notice the lag, if you're playing games. However, the only bluetooth mouse I've used that I liked was Apple's, and it only has one button, so I wouldn't recommend it. I found the Macally bluetooth mouse I used went through the batteries too quickly, although it has a charger. The Apple mouse went on the same batteries, for about two months. The Macally lasted about five days. I still really prefer corded mice.
2) No advantage to Apple's memory. Just get quality memory and make sure it meets the specifications.
3) Doesn't the icurve elevate the Powerbook, so the bottom of it is not in contact with anything? I really think that is all the cooling you would need, but you are welcome to try other solutions too.
1) I have used several bluetooth mice. They say you only notice the lag, if you're playing games. However, the only bluetooth mouse I've used that I liked was Apple's, and it only has one button, so I wouldn't recommend it. I found the Macally bluetooth mouse I used went through the batteries too quickly, although it has a charger. The Apple mouse went on the same batteries, for about two months. The Macally lasted about five days. I still really prefer corded mice.
2) No advantage to Apple's memory. Just get quality memory and make sure it meets the specifications.
3) Doesn't the icurve elevate the Powerbook, so the bottom of it is not in contact with anything? I really think that is all the cooling you would need, but you are welcome to try other solutions too.
more...

galimk
Apr 23, 05:30 PM
Look in your book for exactly what you're supposed to use for #import. You may have made a mistake.
I'm not sure, but #import <Fraction.h> seems wrong to me. If Fraction.h were a system-provided class, it would be correct. But it's a developer-created class, so #import "Fraction.h" seems more sensible to me, and is what I've always used when referring to class headers I create.
Post your code.
No one with any programming experience would believe anyone (beginner or experienced) who says there are no compilation errors, unless the code has actually been compiled without errors. You may be right, but we need to see the evidence of the compiler.
Thanks! Your answer helped. So now I know that <**> are only for system provided classes. I used quotes for Fraction.h and it worked.
The example that I used had everything dumped in the main .m file along with the main function.
I'm not sure, but #import <Fraction.h> seems wrong to me. If Fraction.h were a system-provided class, it would be correct. But it's a developer-created class, so #import "Fraction.h" seems more sensible to me, and is what I've always used when referring to class headers I create.
Post your code.
No one with any programming experience would believe anyone (beginner or experienced) who says there are no compilation errors, unless the code has actually been compiled without errors. You may be right, but we need to see the evidence of the compiler.
Thanks! Your answer helped. So now I know that <**> are only for system provided classes. I used quotes for Fraction.h and it worked.
The example that I used had everything dumped in the main .m file along with the main function.
Mike1980
Jun 18, 05:21 AM
Yeah huge probems, Starbucks filer coffee was plentiful though and the odd cupcake from the cloud hotspot people.
So what time then 7? And where just outside?
facebook.com/michaelbrearley is me
Also... FYI i came across this:
http://forums.macrumors.com/showthread.php?p=7861620&posted=1#post7861620
To enable tethering in 3.0! I know off topic but I thought it was worth it! :)
So what time then 7? And where just outside?
facebook.com/michaelbrearley is me
Also... FYI i came across this:
http://forums.macrumors.com/showthread.php?p=7861620&posted=1#post7861620
To enable tethering in 3.0! I know off topic but I thought it was worth it! :)
more...

NicoleRichie
Oct 28, 05:11 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)
update was needed! When do you think we will see Logic 10?
update was needed! When do you think we will see Logic 10?

Poncho
Jan 15, 08:22 AM
What's the Apple keynote speech?
more...

Mackilroy
Apr 15, 01:25 AM
That article is rather inaccurate. The Killzone footage was pre-rendered, for one� the graphics of both consoles will not be too terribly different, save on exclusives.
ITASOR
Dec 28, 03:41 PM
I mean, yeah, but it's not worth worrying about. Maybe if you reformat 10 times a day...but how many times are you really going to do it...
You could argue that opening and closing your Macintosh HD could create more wear and tear on the HD than letting it sit.
On the iMac, you can replace the HD though, so if worst comes to worst, and it's out of warranty, you can just but a new one.
You could argue that opening and closing your Macintosh HD could create more wear and tear on the HD than letting it sit.
On the iMac, you can replace the HD though, so if worst comes to worst, and it's out of warranty, you can just but a new one.
more...
upsguy27
Jun 19, 02:35 PM
Does it have the paperwork?
Would you be willing to outright sell the Touch for enough to cover the $199 subsidized iPhone? (assuming you are eligible *ducks*)
Sorry, I can't do that. I'm locked into Alltel for the next two years. :(
Would you be willing to outright sell the Touch for enough to cover the $199 subsidized iPhone? (assuming you are eligible *ducks*)
Sorry, I can't do that. I'm locked into Alltel for the next two years. :(
vniow
Sep 21, 12:45 AM
But I don't see anything new yet. :rolleyes: :confused:
KristenM
Oct 26, 04:06 PM
I am at UConn am was thinking of going but now i hear the coop may be selling it for only $70 so I will have to look into that before driving and paying more.
Is this confirmed yet? I'm at UCONN as well and was just going to head down to WestFarms but if the Co-op will have it for $60 cheaper then I'll wait!
Is this confirmed yet? I'm at UCONN as well and was just going to head down to WestFarms but if the Co-op will have it for $60 cheaper then I'll wait!
Guiyon
Jan 30, 07:18 AM
I've been playing music from Metroid Metal (http://www.metroidmetal.com/) quite a bit recently. They perform re-imagined versions of the soundtracks from the various Metroid games; my personal favorite is Theme/Bryyo (http://www.metroidmetal.com/wordpress/wp-content/uploads/2009/09/metroidmetal-prime3-themebryyo.mp3)
crazzyeddie
Nov 18, 11:29 AM
Our friend there is on PowerPC. His production is.......lacking.:D
Ahhh.. the sound of jealously... :D
Ahhh.. the sound of jealously... :D
MCIowaRulz
Apr 30, 09:34 PM
Are the processor's all "Desktop" or are they "Mobile"?
Since this Samsung processor is a 2630 QM (used in the base MacBookPro I believe) The base iMac should have at least that right?
Since this Samsung processor is a 2630 QM (used in the base MacBookPro I believe) The base iMac should have at least that right?
mwpeters8182
Mar 31, 01:11 PM
Yes, you'll need a video card. Onboard video would work fine for something like that -- I have a headless file server that I sometimes need to plug a monitor into if the VNC is being a pain.
el-John-o
Apr 8, 01:34 PM
4.3.1 didn't bring much but 4.3 brought improvements on AirPlay, safar, added home sharing options, iPad sloder switch option, and added the hotspot feature.
http://www.apple.com/ios/
Well, it didn't add the hot spot feature for the iPad. But yeah, I'm gonna hold off, nothing really of interest.
http://www.apple.com/ios/
Well, it didn't add the hot spot feature for the iPad. But yeah, I'm gonna hold off, nothing really of interest.


No comments:
Post a Comment