Blue Fox
May 18, 01:57 PM
I think a blue or pink one would be great!! Maybe Apple will have a "rainbow" collection of colors? That would be so much fun!!
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
risc
Sep 24, 10:31 PM
Ps. Does anybody know my real name?
Neo?
Neo?
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?
sockeatingdryer
Aug 14, 11:24 PM
Now that is wicked cool. Hadn't heard of it.
Yeah, Virgin Mobile does it, too.
Yeah, Virgin Mobile does it, too.
more...
apfhex
Mar 21, 10:49 PM
Well, usually *I* buy single player games and my friends buy the multiplayer ones that we play. :)
h1r0ll3r
Apr 7, 08:10 AM
Apple
G by Guess jeans
Canon cameras
HP printers
North Face
Oakley
Under Armour
Nike
to name a few.
G by Guess jeans
Canon cameras
HP printers
North Face
Oakley
Under Armour
Nike
to name a few.
more...
Osamede
Feb 23, 04:51 PM
I don't think I will need any of the server features, and I'm not to tech Savy, just deal savy. Unless there is 1 or 2 killing features that OS X server can bring to me I think putting on SL would suite me better and use less resources.
I've never even used a Mac at all before and was able to adapt fine to the snow Leopard OS on the Mac Mini. No resource problems that I can detect either. I'd just go ahead and use the OS that's on there and save your time.
I've never even used a Mac at all before and was able to adapt fine to the snow Leopard OS on the Mac Mini. No resource problems that I can detect either. I'd just go ahead and use the OS that's on there and save your time.
MontyZ
Oct 7, 03:02 AM
.
more...
brayhite
May 6, 03:10 PM
They shouldn't care. You have it, so you should be grandfathered in regardless of when you got it
I'm just curious if they're going to see that I started it well after when they ended it. I don't know how much information the reps have in-store or what all they do when they upgrade, so I was hoping someone who had done it once already could tell me if they had any trouble.
I'm just curious if they're going to see that I started it well after when they ended it. I don't know how much information the reps have in-store or what all they do when they upgrade, so I was hoping someone who had done it once already could tell me if they had any trouble.
reclusive46
May 5, 03:17 PM
Your probably right. I think I'll get the white one.
more...
daveL
Feb 17, 12:28 PM
Use PithHelmet version 0.7.3. The latest versions don't work well. Always crashing, slowing down safari... ugh.
I tried it and still no joy; it actually crashed sooner than when I used the latest version. Oh well.
I tried it and still no joy; it actually crashed sooner than when I used the latest version. Oh well.
Paintball613
Feb 25, 10:01 PM
Never hurts to drop off your resume to one of the store's managers. Ask for the "Store Leader" though as that is the main store manager and usually has the final say about the hiring.
more...
SandboxGeneral
Mar 24, 07:26 AM
When is WWDC?
Usually it is held in June. WWDC (http://developer.apple.com/wwdc/)
Usually it is held in June. WWDC (http://developer.apple.com/wwdc/)
deuk1219
Apr 22, 07:48 AM
So I skype a lot with my friends and stuff (video chat).
My MBA 13" with 4gb ram gets really loud...
Any other programs out there that will make the MBA run quietly?
Thanks!
My MBA 13" with 4gb ram gets really loud...
Any other programs out there that will make the MBA run quietly?
Thanks!
more...
PaRaGoNViCtiM
Nov 30, 10:46 AM
The Bluetooth Mouse is still available guys!!
eclipse
Dec 5, 10:28 PM
Ummmm, I don't use code. :o :o :o
I just use the graphical interface, and there has been LOTS of editing on that home page. :o :eek: :D
I just use the graphical interface, and there has been LOTS of editing on that home page. :o :eek: :D
more...
Dagless
Mar 19, 03:04 PM
Are there any mod chips out that support region free? From what I gathered they just skip encryption (Drive Hack?) and not the region coding.
bluehill
May 2, 09:38 AM
The performance tool is showing leak at this position( red color).
NSString *street = [[NSString alloc] initWithString:[dictContact objectForKey:@"add"]];
NSString *city = [[NSString alloc] initWithString:[dictContact objectForKey:@"city"]];
NSString *state = [[NSString alloc] initWithString:[dictContact objectForKey:@"state"]];
NSString *pin = [[NSString alloc] initWithString:[dictContact objectForKey:@"pin"]];
NSMutableString *address = [[NSMutableString alloc] initWithFormat:@"%@+%@+%@+%@",street,city,state,pin];
[address replaceOccurrencesOfString:@" " withString:@"+" options:NSCaseInsensitiveSearch range:NSMakeRange(0, [address length])];
[street release];
[city release];
[state release];
[pin release];
//NSLog(@"Address %@",address);
MapViewController *mvController = [[MapViewController alloc]init];
[mvController setAddress:address];
[self.navigationController pushViewController:mvController animated:YES];
[mvController release];
[address release];
NSString *street = [[NSString alloc] initWithString:[dictContact objectForKey:@"add"]];
NSString *city = [[NSString alloc] initWithString:[dictContact objectForKey:@"city"]];
NSString *state = [[NSString alloc] initWithString:[dictContact objectForKey:@"state"]];
NSString *pin = [[NSString alloc] initWithString:[dictContact objectForKey:@"pin"]];
NSMutableString *address = [[NSMutableString alloc] initWithFormat:@"%@+%@+%@+%@",street,city,state,pin];
[address replaceOccurrencesOfString:@" " withString:@"+" options:NSCaseInsensitiveSearch range:NSMakeRange(0, [address length])];
[street release];
[city release];
[state release];
[pin release];
//NSLog(@"Address %@",address);
MapViewController *mvController = [[MapViewController alloc]init];
[mvController setAddress:address];
[self.navigationController pushViewController:mvController animated:YES];
[mvController release];
[address release];
olternaut
Jan 14, 12:22 PM
I'll try but I'll be on MacRumours by half 5, and then I'll watch the video on Wednesday probably.
What the hell?? Wednesday? Aren't they going to post the video tuesday night?????/ :confused:
What the hell?? Wednesday? Aren't they going to post the video tuesday night?????/ :confused:
lawrencewinkler
Oct 23, 05:19 AM
No. It's not related to any dislike between Apple and Oracle. I believe it was timed purposely to keep Java applications out of the new Mac App Store.
Don't forget the IcedTea project. This is related to OpenJDK, and already has a working Mac implementation.
My take on the announcement is that Apple is ensuring that OSX will be more open to installation of such software and not requiring Apple's developers to reimplement versions of Java as they come out. I suspect Apple wants to use their development staff for Apple-specific software.
I don't think the Mac App Store has any relevance to the discussion.
Oracle's announcements at the JavaOne 2010 meeting seems to promise bringing Java as a platform back from the dead -- something Sun was having problems doing. The Oracle promise of rapid progress of the Java platform would make it difficult/expensive for Apple to keep up and still be a viable platform for Java development.
I think Jobs' announcement is a positive sign.
Don't forget the IcedTea project. This is related to OpenJDK, and already has a working Mac implementation.
My take on the announcement is that Apple is ensuring that OSX will be more open to installation of such software and not requiring Apple's developers to reimplement versions of Java as they come out. I suspect Apple wants to use their development staff for Apple-specific software.
I don't think the Mac App Store has any relevance to the discussion.
Oracle's announcements at the JavaOne 2010 meeting seems to promise bringing Java as a platform back from the dead -- something Sun was having problems doing. The Oracle promise of rapid progress of the Java platform would make it difficult/expensive for Apple to keep up and still be a viable platform for Java development.
I think Jobs' announcement is a positive sign.
P-Worm
Sep 10, 07:57 PM
Yeah, yeah, I'm a newbie, but I don't think I fully understand this spamming thing. Is it when you say something unrelated or something already said before?:confused:
P-Worm
P-Worm
bluehill
May 3, 09:13 AM
The leaks tool doesn't tell you where leaks happened. It tells you where leaked objects were created. The red line is where the leaked string was created.
There's no obvious bug in the code shown. Does anything else leak? Do you release the address in the MapViewController dealloc method? Does the MapViewController leak?
@interface MapViewController : UIViewController <MKMapViewDelegate,NSXMLParserDelegate>
{
Reacent Post
There's no obvious bug in the code shown. Does anything else leak? Do you release the address in the MapViewController dealloc method? Does the MapViewController leak?
@interface MapViewController : UIViewController <MKMapViewDelegate,NSXMLParserDelegate>
{
grapes911
Sep 28, 07:25 PM
If the pc has firewire you could use target mode and speed things up.
dotdotdot
Mar 20, 02:40 PM
Well, If you own 2 keyboards and 2 mice then why don't you check to see if your monitor already supports 2 computers and that will save you money?
0 comments:
Post a Comment