fishmoose
Oct 6, 10:15 AM
Why would Apple do what has failed all other manufactures during the time Apple's one model mantra have eaten sales from other manufactures?
Atothendrew24
Mar 13, 01:09 PM
I had a problem here in Arizona where there is no daylight savings time. I have the my AT&T iPhone set to auto set date and time and it was a hour ahead.
ex. My alarm went off at 10:30 when it was actually 9:30.
ex. My alarm went off at 10:30 when it was actually 9:30.
sloppygator2013
Apr 24, 05:02 PM
You're a genius!!
normwood
Feb 24, 06:05 AM
So....regulators are looking into poor parenting skills! :confused:
Our tax dollars hard(ly) at work.
Steve
Our tax dollars hard(ly) at work.
Steve
more...
ewinemiller
Sep 13, 10:48 AM
Originally posted by MacBandit
What you need to realize is there are very few people out there that are actually complaining about there machine not being fast enough. Most people just use there computer for email these are the people that will replace there PC in 3 or 4 years not because it's to slow but because it's dead.
That is so very true, I was reminded of this yesterday when my mother called asking about adding wireless to her laptop. The mininum spec to use the card was a 200mhz Pentium and she only has a 133mhz! It still works fine for email, word, etc. I guess some folks have a lot more patience than I.
What you need to realize is there are very few people out there that are actually complaining about there machine not being fast enough. Most people just use there computer for email these are the people that will replace there PC in 3 or 4 years not because it's to slow but because it's dead.
That is so very true, I was reminded of this yesterday when my mother called asking about adding wireless to her laptop. The mininum spec to use the card was a 200mhz Pentium and she only has a 133mhz! It still works fine for email, word, etc. I guess some folks have a lot more patience than I.
taylermatt42146
Jun 13, 10:11 PM
Yes, all your purchases, and downloads should be backed up in iTunes. Actually, when I restore my iPod touch it gives me the option to restore from a backup. (that is, if you ever backed up). After running the backup, it's just like it was before.
If you have never backed up, just click the restore button, then after all is done you should still have an "applications" tab in iTunes which let's you put the apps back on.
Hope this was some help to you.
If you have never backed up, just click the restore button, then after all is done you should still have an "applications" tab in iTunes which let's you put the apps back on.
Hope this was some help to you.
more...
advorak
Sep 5, 05:12 AM
Apple has a history of that... making their OS'es run faster than the previous one on the same hardware. At least that's what my experience has been with Panther, Tiger and Leopard preview.
When I bought my Powerbook G4 3 years ago, it came with Panther, then I upgraded to Tiger and it seemed to run much faster... much more responsive. After its hard drive died, I sold it and repaced it with a MacBook Pro with Tiger pre-installed and now that I am running on Leopard, it's running just as fast and sometimes even faster than Tiger. I am very pleased.*:)
Of what minimal programming experience I have, I was concerned by this code I found in one of the system startup scripts:
setmaxcomputerspeed(.22113*MacOSXVersion);
just being silly... :D
--Andy
When I bought my Powerbook G4 3 years ago, it came with Panther, then I upgraded to Tiger and it seemed to run much faster... much more responsive. After its hard drive died, I sold it and repaced it with a MacBook Pro with Tiger pre-installed and now that I am running on Leopard, it's running just as fast and sometimes even faster than Tiger. I am very pleased.*:)
Of what minimal programming experience I have, I was concerned by this code I found in one of the system startup scripts:
setmaxcomputerspeed(.22113*MacOSXVersion);
just being silly... :D
--Andy
neildmitchell
Sep 15, 02:11 AM
I'm weird. They are going to cut a 6-inch hole in my back and remove one of my lamina and a disc, and I'm worried about anesthesia.
Derrrr...
yowzers ! :(
Derrrr...
yowzers ! :(
more...
MACloop
Apr 5, 09:35 AM
Hello,
I do some download in my app where some of the data are images. In my app I save this data and create uiimages object where needed. Everything works fine so far. My problem is:
I have a custom tableViewCell class and in this class I have a UIImageView defined. No matter which size I set to this Uiimageview, the image put into it gets the height of the tablecell. I have tried to change the viewMode for the cell uiimageview content but without any luck so far. What can I do to actually get the images to be displayed with the size of the uiimageview it is added into...?
The images is created like this:
NSFileManager *fileManager = [[NSFileManager alloc]init];
UIImage *imgToUse = [[UIImage alloc] initWithData:[fileManager contentsAtPath:[dict objectForKey:@"data_path"]]];
[fileManager release];
After this the images is saved into a dictionary and in the table delegate method - (UITableViewCell *)tableView:(UITableView *)t cellForRowAtIndexPath:(NSIndexPath *)indexPath {
the image is added to the imageView, like this:
cell.imageView.image = [[self.imageDict objectForKey:@"some key here"];
Any Ideas? I do not understand why the cell height controls the image height? What am I doing wrong?
Thanks in advance!
MACloop
I do some download in my app where some of the data are images. In my app I save this data and create uiimages object where needed. Everything works fine so far. My problem is:
I have a custom tableViewCell class and in this class I have a UIImageView defined. No matter which size I set to this Uiimageview, the image put into it gets the height of the tablecell. I have tried to change the viewMode for the cell uiimageview content but without any luck so far. What can I do to actually get the images to be displayed with the size of the uiimageview it is added into...?
The images is created like this:
NSFileManager *fileManager = [[NSFileManager alloc]init];
UIImage *imgToUse = [[UIImage alloc] initWithData:[fileManager contentsAtPath:[dict objectForKey:@"data_path"]]];
[fileManager release];
After this the images is saved into a dictionary and in the table delegate method - (UITableViewCell *)tableView:(UITableView *)t cellForRowAtIndexPath:(NSIndexPath *)indexPath {
the image is added to the imageView, like this:
cell.imageView.image = [[self.imageDict objectForKey:@"some key here"];
Any Ideas? I do not understand why the cell height controls the image height? What am I doing wrong?
Thanks in advance!
MACloop
cvaldes
Apr 5, 09:46 AM
I'm sorry you didn't understand me. I really am and didn't mean to insult you.
But I didn't put a smiley because it wasn't really all that sarcastic. It was a pretty straighforward comment about how Macrumors posters are temperamental and sometimes hypocritical.
Okay, now I get it.
You're right! The quality of MacRumors forum commentary rivals the quality of the Consumer Reports reviews.
:D
But I didn't put a smiley because it wasn't really all that sarcastic. It was a pretty straighforward comment about how Macrumors posters are temperamental and sometimes hypocritical.
Okay, now I get it.
You're right! The quality of MacRumors forum commentary rivals the quality of the Consumer Reports reviews.
:D
more...
dmula
Apr 1, 10:24 AM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7)
TWC is the worst service I ever subscribed... EVER. When changing channels I constantly see 'Please wait...' on the black screen and the whole thing is so slow.
App for a change works great.
TWC is the worst service I ever subscribed... EVER. When changing channels I constantly see 'Please wait...' on the black screen and the whole thing is so slow.
App for a change works great.
Mac-Addict
Oct 24, 07:43 PM
Im so getting there at 3 and queuing, I don't care that much for free stuff (pfft :P) I just dont want to be in the queue until 7-8pm until I actually get in the store.
more...
Dalton63841
Mar 16, 10:35 PM
Southeast Missouri, USA: $3.28/gal.
Wow, gas in my little bitty town is pretty much the same price as in Denver!
Wow, gas in my little bitty town is pretty much the same price as in Denver!
DevinPitcher
Mar 13, 09:56 AM
Verizon iPhone - All is good.
more...
bbeagle
May 2, 03:50 PM
They could also be having problems with fit because a white iPhone is taller or wider than the black one. Has anyone measured the other dimensions?
Wow. I don't think anyone has thought of measuring the other directions. You're a genius.
Wow. I don't think anyone has thought of measuring the other directions. You're a genius.
rhinosrcool
Feb 19, 02:23 AM
Steve looks the same as he did at the last two keynotes.
more...
Rt&Dzine
Apr 23, 02:45 PM
His past policies and statement do not jive with the Tea Party, and I cannot imagine where that association came from.
He's using the birther bit for publicity and attracting the flavor of the day (the Tea Party).
He's using the birther bit for publicity and attracting the flavor of the day (the Tea Party).
misdy
May 1, 04:33 PM
Maybe Puzzle Quest? Although, that doesn't use hearts or potions. It's the type of game you're talking about though.
apple101
Dec 28, 09:14 AM
My towns on the list. North Jersey (in Bergen County) town. Awesome.
How does Apple let AT&T get away with this.
How does Apple let AT&T get away with this.
shecky
Oct 16, 04:21 PM
if apple came out with an iPhone the size of the RAZR or smaller with the same capacity/functionality as an 8GB iPod nano, id buy it.
if it did all that AND had functionality like a pda, id sell my grandmother to buy it.
if it did all that AND had functionality like a pda, id sell my grandmother to buy it.
Le Big Mac
Feb 25, 03:59 PM
One note: according to John Gruber (http://daringfireball.net/linked/2011/02/24/lion):
I assume that means you could go back and start over on that machine though if you wanted
I assume that means you could go back and start over on that machine though if you wanted
MacRumors
Apr 12, 04:01 PM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com/2011/04/12/ipad-2-demand-outstrips-original-ipad-by-40-verizon-preferred-over-atandt-for-3g/)
RBC Capital Markets analyst Mike Abramsky today issued a new report sharing his expectation that Apple will handily beat market expectations for its quarterly earnings report set for next week (http://www.macrumors.com/2011/03/30/apple-sets-2q-2011-earnings-release-for-april-20th/). Citing strong sales of the MacBook Pro and MacBook Air, as well as very strong iPad sales, Abramsky expects Apple to post revenue of $24 billion and earnings per share of $5.75 for the quarter.
http://images.macrumors.com/article/2011/04/12/165905-rbc_mar11_ipad_demand.jpg
RBC Capital Markets analyst Mike Abramsky today issued a new report sharing his expectation that Apple will handily beat market expectations for its quarterly earnings report set for next week (http://www.macrumors.com/2011/03/30/apple-sets-2q-2011-earnings-release-for-april-20th/). Citing strong sales of the MacBook Pro and MacBook Air, as well as very strong iPad sales, Abramsky expects Apple to post revenue of $24 billion and earnings per share of $5.75 for the quarter.
http://images.macrumors.com/article/2011/04/12/165905-rbc_mar11_ipad_demand.jpg
Rychiar
Nov 6, 01:30 AM
i had that chuck action figure once upon a time! LOL
navguy
Jan 11, 03:02 PM
New StreetPilot in app store ... fast update to app, must have known of all these issues before CES release ... step in the right direction, and encouraging to see their commitment to updates
What's New in Version 6.5.3
�Improved audio quality - Voice instructions are now clearer and easier to understand
�Map storage size increased - browse even more maps offline that you've previously downloaded
�Listen to music without interruptions - New setting toggles voice instructions on/off during navigation
�New volume control added to navigation map menu for quick access
�Faster map downloads
�Minor bug fixes
What's New in Version 6.5.3
�Improved audio quality - Voice instructions are now clearer and easier to understand
�Map storage size increased - browse even more maps offline that you've previously downloaded
�Listen to music without interruptions - New setting toggles voice instructions on/off during navigation
�New volume control added to navigation map menu for quick access
�Faster map downloads
�Minor bug fixes
Tidak ada komentar:
Posting Komentar