maflynn
Apr 8, 12:33 PM
Given that apple added TRIM support in SL (and there's an easy hack to enable it for non-apple SSDs), I'd say its a slam dunk to think it will be in Lion
zelmo
Mar 30, 10:50 AM
Imagine paying $9,000 for a weather cover for your $30,000 car.
You mean, like a garage? :rolleyes: :D
You mean, like a garage? :rolleyes: :D
Mechcozmo
Jan 11, 06:39 PM
er... I just tried, but I broke the magic. wasn't as easy a change as I thought. I'll have to get back to you on this one.
arn
Hmm. Odd. Because that page isn't very human-readable (I count myself as more Borg-like than human) is really why I was wondering about the HTML encodings and the comma separations and stuff.
arn
Hmm. Odd. Because that page isn't very human-readable (I count myself as more Borg-like than human) is really why I was wondering about the HTML encodings and the comma separations and stuff.
P-Worm
Sep 17, 04:17 PM
I'm sorry, but that just looks like an iPod that was dropped the exact same way about 1000 times. :rolleyes:
I think that Apple has better design sence than that. ;)
P-Worm
I think that Apple has better design sence than that. ;)
P-Worm
more...
Lacero
Mar 4, 11:32 PM
Does anyone really use Illustrator CS to it's abilities to create vector artwork on the scale of photographic portraits?
Starfox
May 2, 07:03 PM
www.keepvid.com or ClickToFlash (though Flash may be needed) does allow downloading YT videos.
I'm not willing to install Flash for this, sorry.
I'm not willing to install Flash for this, sorry.
more...
BWhaler
Jan 10, 09:41 PM
ok, i've waitd long enough.
is MWSF going to introduce any new products lik say a new iPod?
I've been holding off on the purchase until after the MWSF, so is it ok to order it now without having it be outdated in two days?
The MWSF hand has been played.
is MWSF going to introduce any new products lik say a new iPod?
I've been holding off on the purchase until after the MWSF, so is it ok to order it now without having it be outdated in two days?
The MWSF hand has been played.
jdreier
Apr 29, 08:04 PM
I do use smc fan control while i'm encoding. It does a pretty good job. Keeps the temps down around 80C while encoding with fan rpm around 3800.
more...
StarbucksSam
Feb 23, 08:06 PM
I like it. However, I'm not crazy about the fonts used in it or that the controls are always on.
GGJstudios
May 4, 12:05 AM
http://www.apple.com/macosx/security/
Mac Virus/Malware Info (http://forums.macrumors.com/showpost.php?p=9400648&postcount=4)
Introduction to Security Overview (http://developer.apple.com/library/mac/#documentation/Security/Conceptual/Security_Overview/Introduction/Introduction.html)
Mac Virus/Malware Info (http://forums.macrumors.com/showpost.php?p=9400648&postcount=4)
Introduction to Security Overview (http://developer.apple.com/library/mac/#documentation/Security/Conceptual/Security_Overview/Introduction/Introduction.html)
more...
WillJS
Jul 7, 11:37 PM
Crucial (http://www.crucial.com/mac/index.aspx) is an excellent memory supplier. +HOF :)
dakduel
Apr 18, 11:09 PM
i too am still a beginner at photography but it to me, it seems like the plants in the foreground of the first picture just get in the way. They seem to hide part mountain. i sorta don't know whether i should be looking at the mountain or the plants in front of it.
and you are right, it is a beautiful country. hope to one day visit it
and you are right, it is a beautiful country. hope to one day visit it
more...
frunk
Apr 22, 06:19 PM
Just got my a-Jays four. They sound really nice. Trying to burn them in as fast as I can!
sebisworld
Jan 7, 12:50 PM
That other useless feature - the shutdown - made the dialog pop up again. Now I can finally turn that vault off :-)
Thank you guys! I will never turn this on again.
Thank you guys! I will never turn this on again.
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];
AHDuke99
Jun 20, 10:07 PM
cause they ban innocent victims :D
poor iccy :(
poor iccy :(
more...
Geert
Jul 24, 09:00 AM
Hey Arn, have another question.
I have cookies enabled both at work and at home, and today. after already posted couple of times I needed to log back in. I thought that that freaking peecee was well... freaking.
But when I got home my trusted mac also requested to log in again.
Why was that? Did you reset something? Cleared out a couple non-active-users or so?
I have cookies enabled both at work and at home, and today. after already posted couple of times I needed to log back in. I thought that that freaking peecee was well... freaking.
But when I got home my trusted mac also requested to log in again.
Why was that? Did you reset something? Cleared out a couple non-active-users or so?
macjram
Feb 10, 01:11 AM
Come on we all know that Apple now sells the iHomeless.
Bad I know :eek::p
I didn't get it
and then I went back to the topic activity then I got it
it was pretty funny so i found this thread again to share this ahaha
Bad I know :eek::p
I didn't get it
and then I went back to the topic activity then I got it
it was pretty funny so i found this thread again to share this ahaha
gorskiegangsta
May 3, 10:28 AM
It is the unibody MacBook. Will it hurt anything to try installing it?
If your 2008 model does have DDR3 in it - that means it'll be compatible. It'll just downclock to 1067.
Try installing it and if the computer doesn't start up and/or sees performance issues just swap the old one back :cool:
If your 2008 model does have DDR3 in it - that means it'll be compatible. It'll just downclock to 1067.
Try installing it and if the computer doesn't start up and/or sees performance issues just swap the old one back :cool:
cherryman19
Apr 11, 01:33 PM
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)
I'll try it again this evening and let you know how it turns out.
I'll try it again this evening and let you know how it turns out.
shttngdcknps
Feb 4, 10:17 AM
While i dont have an answer for you, i just got a switcheasy Rebel Touch and it comes with its own universal dock connecter designed for the case and it fits perfectly
Melrose
Apr 12, 09:22 AM
I don't see much of a similarity. It's branded as Windows, and you can tell by the ugly colours and UI treatments. Granted, to me it looks a lot more confusing than the App Store, but it's still a basic layout styled for Windows.
The truth is, there aren't a whole lot of different ways to put content on a page and have it organized.
The truth is, there aren't a whole lot of different ways to put content on a page and have it organized.
Transeau
Dec 1, 02:47 PM
still waiting on a 64-Bit SMP client
macman716
May 1, 07:25 PM
CleanMyMac is a pretty good application.
Will have to look into that thanks!
Will have to look into that thanks!
No comments:
Post a Comment