bruinsrme
Apr 10, 01:07 PM
bought probably 7 cases plus the free bumpers.
I simply purchased a squaretrade warranty and now running naked, loving it.
If you call apple they will still give you one, as of 2 weeks ago
I simply purchased a squaretrade warranty and now running naked, loving it.
If you call apple they will still give you one, as of 2 weeks ago
OrangeSVTguy
Apr 3, 08:18 AM
I bought an ATI cooler for my 7800GT. NV silencer 5 rev. 3.
Here's my thread on it. http://forums.macrumors.com/showthread.php?t=966462
Here's my thread on it. http://forums.macrumors.com/showthread.php?t=966462

dejo
Sep 7, 09:52 AM
lance, dude, stay home with sheryl, relax...make some babies or whatever, and just enjoylife for a little bit...
I agree. And while the process of attempting to make babies may be enjoyable for Lance (and Sheryl ;)), actually doing it would be a whole 'nother matter, since it would be a medical procedure.
I agree. And while the process of attempting to make babies may be enjoyable for Lance (and Sheryl ;)), actually doing it would be a whole 'nother matter, since it would be a medical procedure.
drapacioli
Sep 10, 02:51 PM
What operating system and browser are you using?
The Apple symbols that you're able to see are just GIF images (one of the smilies provided by this message board is an Apple logo.) You can see this one (:apple:), because it's just an image. But you can only see this one () if you have the necessary fonts installed, which all iOS devices and Macs should.
I'm running Leopard on my MDD using Firefox. My windows pc doesn't display it either, and it doesn't display if I switch to 9.2 on my MDD either.
The Apple symbols that you're able to see are just GIF images (one of the smilies provided by this message board is an Apple logo.) You can see this one (:apple:), because it's just an image. But you can only see this one () if you have the necessary fonts installed, which all iOS devices and Macs should.
I'm running Leopard on my MDD using Firefox. My windows pc doesn't display it either, and it doesn't display if I switch to 9.2 on my MDD either.
more...
arn
May 3, 04:51 PM
thanks. I'm looking into this. If it happens again with a different domain, please let me know.
arn
arn
Gators Fan
Oct 27, 10:52 AM
They had 500 t-shirts. I got there at 7:15 and I was # 504. No T for me.:(
I was #407 in line at 6:51 PM. Got a shirt (and a nice one it is).
Staff handled everything smoothly. Very upbeat and cordial, especially the key personnel (managers, etc). There were dedicated lines for those just buying Leopard; the whole process took less than ten minutes. Went downstairs to Starbucks and saw three MacBook users installing their new OS (the mall offers free WiFi through Bright House / Roadrunner).
I was #407 in line at 6:51 PM. Got a shirt (and a nice one it is).
Staff handled everything smoothly. Very upbeat and cordial, especially the key personnel (managers, etc). There were dedicated lines for those just buying Leopard; the whole process took less than ten minutes. Went downstairs to Starbucks and saw three MacBook users installing their new OS (the mall offers free WiFi through Bright House / Roadrunner).
more...
jessica.
Sep 20, 11:23 AM
I'm sure a lot of people here do. I do, badly, but I do.
furious
Sep 29, 12:10 AM
What we really need is a Windows Keynote player downloadable for free off of Apple's website. ...Apple could probably throw one together in a day and iWork sales would skyrocket (not to mention the switching potential of the Windows users watching such a beautiful presentation on their piece of crap :D).
yep. that would sell iWork to me. dam uni being MS based.
yep. that would sell iWork to me. dam uni being MS based.
more...
celticpride678
Apr 23, 11:16 AM
Is it checked off in the Apps tab of your iPod touch (when syncing to iTunes)?
edesignuk
Nov 10, 03:01 AM
edesignuk - I like the bookmark that is labled 'General Piracy'. :D;) :D
more...
amusiccale
Jun 20, 09:45 AM
I would be fine with UK shipping, as long as you're willing to pay the difference in shipping cost (what service do people normally use? I was thinking USPS first-class international?)
trainguy77
Nov 11, 11:57 PM
So is anyone else using the beta besides me? It seems to run ok. Still needs work, for example it does not use all more cores to %100. It also uses ALOT of ram. Around 50 mb per core times 4. and thats real ram not including virtual. That alot of ram when you only have a GB. :(
I fold with Team MacOS X.
Would you be interested in switching? You user points stay with your.....besides macrumors is such a better team, we may not have as much output but we have GREAT forums that can't be beat.:D
I fold with Team MacOS X.
Would you be interested in switching? You user points stay with your.....besides macrumors is such a better team, we may not have as much output but we have GREAT forums that can't be beat.:D
more...
GrimReefer
Oct 27, 01:14 AM
Would have been there, but.... Had to do the family thing and so far, the last OS is working fine for us. It's about a 2 hour drive for me to Penn, if it were Quail Springs, I might have made the trip.
I was in Penn last weekend just to pick up 2 things. Took about 30 minutes just to get someone to scan so I could pay. So many people in there just to play with stuff with no intentions on buying, and taking up employee's time, makes me mad.
I'm waiting to hear how good the new OS really is. Is it worth buying? I'm still running 2 G4's and don't know if the upgrade will really help me.
I was in Penn last weekend just to pick up 2 things. Took about 30 minutes just to get someone to scan so I could pay. So many people in there just to play with stuff with no intentions on buying, and taking up employee's time, makes me mad.
I'm waiting to hear how good the new OS really is. Is it worth buying? I'm still running 2 G4's and don't know if the upgrade will really help me.
dfusion-
May 6, 05:49 PM
Hey guys. I currently have the 2009 iMac. Since last 2months ago i needed to run a program 24/7 for a big project. i checked istate today and it said that the uptime was 40 days :eek:
This is AWESOME!! I can safely say you cannot achieve this with a windows machine:D
so tell me guys...what's your uptime XD
This is AWESOME!! I can safely say you cannot achieve this with a windows machine:D
so tell me guys...what's your uptime XD
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.
bobsaget
Apr 17, 02:27 PM
Thanks for the kind words guys!
more...
Smoljan
Jun 3, 12:45 AM
Thanks! :D
Thanks Anthony! lol You should also make one!
Thanks Anthony! lol You should also make one!
PinkyMacGodess
May 6, 07:50 PM
The problem is the potential scattering of files and the date/revisions getting confused.
You could do a VPN with remote access when you are on the MBP and then have the files local when you get back to the home network. Although a VPN can be blocked by firewalls and are heavily (obviously) on the network speed.
I'll be interested to hear what other people have to say in response to your query...
You could do a VPN with remote access when you are on the MBP and then have the files local when you get back to the home network. Although a VPN can be blocked by firewalls and are heavily (obviously) on the network speed.
I'll be interested to hear what other people have to say in response to your query...
Poff
Jan 25, 03:06 AM
Thanks for the review!
Great to get some user experiences with it while waiting for my own to arrive! :D
Great to get some user experiences with it while waiting for my own to arrive! :D
localboy28
Mar 14, 10:51 AM
They're all worthless hackers
I'm gonna make my own jailbreak
Eta 2020
I'm gonna make my own jailbreak
Eta 2020
Chone
Mar 31, 09:34 PM
Since trading pokemons will be incredibly easy thanks to Wi-Fi, I wouldn't bother much with the decision, just choose the legendary Pokemon you'd like to have (either the pearl exclusive or diamond exclusive), the rest you'll probably be able to get almost effortlessly through trading.
In any case you'll have lots of fun with either, there are not many differences between each.
I might be getting a DS just for this game... it looks too good to pass on...
In any case you'll have lots of fun with either, there are not many differences between each.
I might be getting a DS just for this game... it looks too good to pass on...
Fishrrman
Apr 26, 09:59 AM
Get an interface with AT LEAST 2 XLR inputs.
If you're consider M-Audio, I'd suggest the Fast Track Ultra as a better buy. It costs a little more, but offers you "room to grow" in the future.
Just wondering, do you have firewire capabilities as well? If so, I consider firewire to be the better choice for an audio interface.
If you start thinking of firewire, I suggest you also check out the Echo "AudioFire4" interface. A bit more expensive @$299, but worth the money.
I've been using CAD mics and have gotten very good results from them. You might check out the M-179 -- it has 3 or 4 selectable polar pickup patterns.
If you're consider M-Audio, I'd suggest the Fast Track Ultra as a better buy. It costs a little more, but offers you "room to grow" in the future.
Just wondering, do you have firewire capabilities as well? If so, I consider firewire to be the better choice for an audio interface.
If you start thinking of firewire, I suggest you also check out the Echo "AudioFire4" interface. A bit more expensive @$299, but worth the money.
I've been using CAD mics and have gotten very good results from them. You might check out the M-179 -- it has 3 or 4 selectable polar pickup patterns.
appleguy123
Oct 4, 01:01 PM
http://aussiethings.biz/media/splaydset.jpg
http://www.yooralla.com.au/DVAGRAPHICS/AH01-0009.jpg
How do you use the knife part, and how does it not slice your mouth open?
http://www.yooralla.com.au/DVAGRAPHICS/AH01-0009.jpg
How do you use the knife part, and how does it not slice your mouth open?
Mikesus
May 3, 09:58 PM
Did you try it without reloading anything?
0 comments:
Post a Comment