Johannesson
Apr 26, 10:49 AM
I bought two of these, one for me, one for my wife. In a random fashion, either the left ear or the right ear will "go deaf". Occasionally both ears will "go deaf". My wife's jack is so loose that it simply separates from the nano with the slightest movement! I get the same problems when I use my Bose earphones. The reason seems to be that the audio jack ports on this product have been manufactured without adequate attention to quality control. Short of returning the nanos, can you think of a solution?
jaskarn
Apr 28, 04:51 AM
Im using an Intel 320 SSD in my MacBook Pro 15" 2010 and its amazing. The biggest difference is boot times and application startup times. I was annoyed when my MacBook Air with a C2D felt faster than my MacBook Pro with an i5, so i installed this new ssd and reinstalled the OS, now its the fastest computer i've ever used.
I chose Intel mainly because of the trustworthy brand and they seemed to be doing quite well with the X25 series. SSD's are certainly worth it, im never going to buy/build a computer without an SSD in future- its the best upgrade possible.
I chose Intel mainly because of the trustworthy brand and they seemed to be doing quite well with the X25 series. SSD's are certainly worth it, im never going to buy/build a computer without an SSD in future- its the best upgrade possible.
shenfrey
May 6, 02:50 PM
http://store.apple.com/uk/product/MB110Z/A?fnode=MTY1NDA1Mg&mco=MTE0MDIyODA
iLog.Genius
Apr 21, 08:53 PM
What simba posted. There's nothing wrong with your RAM or how OS X is managing it. If you're concerned about the 5 GB being "used", don't be because 2.01 GB is inactive so it's "free". Your Mac is only using 3 out of 6 GB or RAM.
more...
aswitcher
Jan 13, 01:45 AM
To me, MacBook Air sounds like a Nike lawsuit waiting to happen.
That alone suggests to me its a strong possibility
That alone suggests to me its a strong possibility
.Andy
May 22, 07:18 AM
There really is no problem as you describe. It's relatively easy to hold the stylus and the console and still access the buttons simultaneously. Most games that utilise the stylus don't use the buttons much and vice versa. In all the controls are really well thought out in the majority of games. You can also just use your fingers on the touchscreen in some games (i.e. you get an extra big button in new super mario bros especially for thumb activation).
It's one of those things that's hard to describe. You need to have a play around to fully understand.
It's one of those things that's hard to describe. You need to have a play around to fully understand.
more...
Daveoc64
Jul 23, 06:19 PM
Apple is in no rush to hurry something as important as this. A buggy IDE = Fail for Apple and a slow down in iPad iPhone iTouch and Mac Apps.
They obviously think that the current IDE = fail, if they are releasing a total overhaul of the UI.
Making the IDE better will help them bring in new developers.
They obviously think that the current IDE = fail, if they are releasing a total overhaul of the UI.
Making the IDE better will help them bring in new developers.
xxBURT0Nxx
May 4, 02:01 PM
I've made up my mind on the basic 13" pro. I was going to buy it on June 5th, but I don't really think I should do that now. If possible I would like to get the machine with Lion installed already. Should I wait for WWDC? Its 4 days long so I guess I could wait it out, but would they release it the day of announcement, or would it be in a couple of weeks afterwards? I know this is all speculation, but I appreciate you input
Thanks :)
I've heard that if you buy a laptop with snow leopard now you won't ever be able to upgrade to lion. :eek:
I think you should wait for whatever comes after Lion... nobody wants to have old technology!
That's what I thought, if waiting a week or two can save me a couple of bucks, then its worth the wait.
a week or two? If lion is released in a week or two anyone who bought a computer will get a free upgrade, no sense in waiting for nothing.
Thanks :)
I've heard that if you buy a laptop with snow leopard now you won't ever be able to upgrade to lion. :eek:
I think you should wait for whatever comes after Lion... nobody wants to have old technology!
That's what I thought, if waiting a week or two can save me a couple of bucks, then its worth the wait.
a week or two? If lion is released in a week or two anyone who bought a computer will get a free upgrade, no sense in waiting for nothing.
more...
Big D 51
Apr 26, 08:19 AM
i would keep it.
+1
+1
Rower_CPU
Jul 16, 06:35 PM
A year and 3/4s for me. #2423 :D
more...
bursty
Sep 21, 12:35 AM
I just picked up a Sony DSC-V3 for about $450. Helluva camera, normally $700 but I found it cheap online. I highly recommend it, many great features: 7.2MP, Full manual mode, awesome lens with the ability to add other lenses.
steeveage
Feb 16, 07:57 PM
Congrats on the purchase. I'm a PC->Mac convert/PB 17 inch owner myself. You mentioned you were looking for a carrying case for your 17"er, I highly recommend the Booq Powersleeve 17. May not be ideal for traveling long distance, but for day-to-day use it's simple, svelte, provides good protection, and has adequate space for a fair number of accessories. It even has a pouch in the back for putting papers that you may need. And it looks way cooler than a backpack...
more...
litosclone
Dec 6, 01:05 PM
I trick my browser by creating another tab while a myspace page is loading. Once the page is loaded, I tab back to their page; I can sometimes get to that persons page. I have also found my browsers crashes more on pages customized with Thomas editor.
Suture
Mar 28, 10:18 PM
Yeah, same one. It's a big download too.
more...
jake4ever
Mar 1, 05:02 PM
I know we'll know for sure real soon, but I was just wondering if there's any expectation one way or the other regarding how likely the ipad2 will be jailbreak-able, either with the current apps or with current known but unused exploits.
Currently, there are no known ways to exploit/jailbreak the iPad 2, as the device hasn't come out yet.
Currently, there are no known ways to exploit/jailbreak the iPad 2, as the device hasn't come out yet.
frunkis54
Jul 2, 11:57 PM
seriously no ipad update yet. that should have been released before retina update.
more...
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];
gameface
Mar 20, 07:28 PM
BUT the question is does anyone else use them?
Not many, no.
Not many, no.
SideStepSociety
Apr 27, 07:53 PM
Awesome! Thank you so much!
dmmcintyre3
Jun 12, 12:54 AM
add http://ifixit.com
Blu101
Oct 15, 08:16 PM
Anyone know where I can find wallpapers for the 1680x1050 hi res screen?
What pic resolution should I be looking for?
Thanks
What pic resolution should I be looking for?
Thanks
anng12
Mar 11, 05:50 AM
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)
Line status please!
Line status please!
iCaleb
Sep 14, 06:51 PM
Ok I was down by are pond and I caught this strange thing and put it in a bucket.
And that lump kinda freaked me out.......What the heck is it??
Thanks:)
http://i979.photobucket.com/albums/ae273/CalebDa/100_7089.jpg
And that lump kinda freaked me out.......What the heck is it??
Thanks:)
http://i979.photobucket.com/albums/ae273/CalebDa/100_7089.jpg
stevemiller
Feb 19, 06:37 PM
I'm serious.
i am being crushed under the weight of the seriousness of this thread.
i am being crushed under the weight of the seriousness of this thread.
No comments:
Post a Comment