retroneo
May 5, 08:52 PM
It doesn't require any hardware changes. All Broadcom WiFi chips that Apple uses already support WAPI.
KentuckyHouse
Feb 9, 01:42 PM
Huh? What? I am on Verizon and can do all of that along with having great voice reliability!
Not at the same time, you can't. :p
Not at the same time, you can't. :p
LeeTom
Oct 16, 01:35 PM
Yeah, what programs are you going to need that you can't run in OS X?
Lee Tom
Lee Tom
Hberg
Mar 11, 01:33 PM
Just arrived and by best guess there are around 75 people so far. I am sure there is plenty and waiting here is pretty silly but nothing else goin on today so what the hell. Least I have a good chance of getting something I want rather than having to up or downgrade my choice. T-minus 4 hours.
Geez! Around 75 people already. Are you serious?
I want the Black 64G Wifi AT&T model. So there is no up or down choice in my book.
Geez! Around 75 people already. Are you serious?
I want the Black 64G Wifi AT&T model. So there is no up or down choice in my book.
more...
dazzer21
Nov 24, 11:06 AM
I'll try to explain this as best I can;
I have a web page produced in Dreamweaver made up of 6 different jpegs.
Along the top is a row of four jpegs, all next to each other which form a menu. They are are set up as rollovers so the text 'glows' when you roll over them.
Under these is a full width jpeg on which is shown an image and some accompanying copy
Under this is a final full width jpeg which acts as a footer - it has a logo on it.
Each of these images has originally been created as a layered Photoshop file. On each of the six files, the bottom layer is the same solid blue. Dreamweaver is set up to have a page background of exactly the same blue so that background colour fills the whole screen.
The problem is, that when these images are converted to jpegs, the background blue is not consistent. On the rollovers, the blue changes further when it's activated. So in essence, you can see where each jpeg finished and the next one ends.
I've tried doing a straight 'save as', and a 'save for web and devices'; nothing seems to work. At the same time, I'm trying to keep the file sizes down as much as possible, but it's just not working out.
Any ideas?
Many thanks.
I have a web page produced in Dreamweaver made up of 6 different jpegs.
Along the top is a row of four jpegs, all next to each other which form a menu. They are are set up as rollovers so the text 'glows' when you roll over them.
Under these is a full width jpeg on which is shown an image and some accompanying copy
Under this is a final full width jpeg which acts as a footer - it has a logo on it.
Each of these images has originally been created as a layered Photoshop file. On each of the six files, the bottom layer is the same solid blue. Dreamweaver is set up to have a page background of exactly the same blue so that background colour fills the whole screen.
The problem is, that when these images are converted to jpegs, the background blue is not consistent. On the rollovers, the blue changes further when it's activated. So in essence, you can see where each jpeg finished and the next one ends.
I've tried doing a straight 'save as', and a 'save for web and devices'; nothing seems to work. At the same time, I'm trying to keep the file sizes down as much as possible, but it's just not working out.
Any ideas?
Many thanks.
steviem
Mar 11, 03:56 PM
Where are you?
more...
AppleHead1989
Mar 12, 09:01 AM
Yea I heard Charlotte Target only had 5 too and yea I got the 32gb white like I wanted. They came out and passed out tickets at 4:30 but there were still a lot of people waiting in line without a ticket. I'm sure there were a lot of angry people. The line was wrapped around the building I'm glad I came when I did because it started to pick up around 3:30. But Launch day is over not so I'm hoping cases start coming out on Amazin because I refused to buy one in the store.
Kwyjibo
Jul 9, 09:23 PM
Originally posted by mnkeybsness
AOL charged my friend double for 5 months. they just billed him twice for each month on one bill and wouldn't admit their mistake. he threatened them with the BBB and lawyers and they refunded him.
hmmm my dad has had problems with them too before we got cable but now those problems are over and i'm really happy to have wifi all over the house with broadband.....the odd thing about AOl tech support and billing is that its in India...apparently its cheaper to pay all those longdistance fees and teach a group decent english than to pay american workers and american taxes....
AOL charged my friend double for 5 months. they just billed him twice for each month on one bill and wouldn't admit their mistake. he threatened them with the BBB and lawyers and they refunded him.
hmmm my dad has had problems with them too before we got cable but now those problems are over and i'm really happy to have wifi all over the house with broadband.....the odd thing about AOl tech support and billing is that its in India...apparently its cheaper to pay all those longdistance fees and teach a group decent english than to pay american workers and american taxes....
more...
NicoleRichie
Oct 28, 05:11 PM
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)
update was needed! When do you think we will see Logic 10?
update was needed! When do you think we will see Logic 10?
chunhohuen
Apr 22, 08:05 AM
I'm surprised this compiles (i.e. that you only get errors when linking). The line
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
more...
Doctor Q
Feb 24, 07:09 PM
It's fixed. Our apologies for the misalignment.
Mr. McMac
Oct 31, 05:37 PM
Mind sharing what the Beatles box set is Mr McMac?
Its called Beatles Anthology. Basically The complete Beatles story on 5 DVD's. Interviews with Paul, John, George, and Ringo, concert footage, etc. If you're a hardcore Beatles fan like I am, I recommend it highly
Its called Beatles Anthology. Basically The complete Beatles story on 5 DVD's. Interviews with Paul, John, George, and Ringo, concert footage, etc. If you're a hardcore Beatles fan like I am, I recommend it highly
more...
hexonxonx
Sep 8, 12:32 AM
They are all just guesses that is all.
janey
Jul 10, 09:15 PM
Originally posted by Daveman Deluxe
I had trouble upgrading the RAM on my iBook the first time I tried too. Those screws are REALLY sensitive to the size of the screwdriver you're using. It HAS to be a #0 Phillips-type screwdriver, or it just plain won't work.
i got one off but the other wouldn't. but i used a #1 phillips screwdriver. oops :p
well i got to macenthusiasts a little past 6, which is the time they close...so i was not really happy. The stripped screw's REALLY stripped, even the genius bar dude was surprised...
I had trouble upgrading the RAM on my iBook the first time I tried too. Those screws are REALLY sensitive to the size of the screwdriver you're using. It HAS to be a #0 Phillips-type screwdriver, or it just plain won't work.
i got one off but the other wouldn't. but i used a #1 phillips screwdriver. oops :p
well i got to macenthusiasts a little past 6, which is the time they close...so i was not really happy. The stripped screw's REALLY stripped, even the genius bar dude was surprised...
more...
rockyroad55
May 6, 12:03 PM
lol thats the first thing I thought when I saw the thread and his name I was like 'hmm, whats he gonna do when he gets an imac, make another account?" lol
Well we'll know who it will be when another user with that name shows up. :p
Well we'll know who it will be when another user with that name shows up. :p
iLucas
Apr 26, 12:16 AM
Yes that is correct. It does chime, and the light flashes. After about 5 minutes the fan start to speed up and that's all it does. I never see anything on either screen.
more...
gopher
Oct 30, 01:50 PM
http://news.com.com/2100-1040-963901.html?tag=fd_top
Now the world has really turned upsidedown...
Wasn't it Michael Dell who wanted to have Apple close up shop and sell the stock back to its shareholders only back in February?
Now Dell is doing its best to give Apple visibility, and sales!
Now the world has really turned upsidedown...
Wasn't it Michael Dell who wanted to have Apple close up shop and sell the stock back to its shareholders only back in February?
Now Dell is doing its best to give Apple visibility, and sales!
emw
Dec 28, 03:41 PM
If by "too many times" you mean less than, say, 100, you shouldn't have any problems.
When purchasing a used computer, your best best is to do an erase and install of the OS, during which time you can select the installation options (such as languages, etc.) that you need. Most likely this will result in less disk space being used vs. more, depending upon how the system was originally installed.
Deleting system files manually is probably something you shouldn't be doing if you're not familiar with how everything works together.
Edit: I assume this is related to this (http://forums.macrumors.com/showthread.php?t=169507) thread?
When purchasing a used computer, your best best is to do an erase and install of the OS, during which time you can select the installation options (such as languages, etc.) that you need. Most likely this will result in less disk space being used vs. more, depending upon how the system was originally installed.
Deleting system files manually is probably something you shouldn't be doing if you're not familiar with how everything works together.
Edit: I assume this is related to this (http://forums.macrumors.com/showthread.php?t=169507) thread?
h1r0ll3r
May 4, 02:33 PM
Have you ever looked at the location file that saves on your PC? If so, can you tell me where iTunes saves it?
Thanks
I could be wrong but I think it's bundled within the backups from your iPhone. I've never seen this supposed file so I wouldn't know how to access it specifically. I'm sure someone else here might have some better info on this.
Thanks
I could be wrong but I think it's bundled within the backups from your iPhone. I've never seen this supposed file so I wouldn't know how to access it specifically. I'm sure someone else here might have some better info on this.
Apple OC
Feb 12, 12:14 PM
boo freakin hoo ... get a new phone
italeki
Apr 29, 08:55 AM
I have Simple Mobile service. I had been told to disable the 3G option on my iPhone 3gs. Now I have a new iPhone 4. With Gevey, can I now use the 3G enable? Will my phone work on 3G network? Thank you!
rdowns
Oct 25, 05:38 AM
^ when claiming work as your own be sure to remove the copyright. :rolleyes:
Genuis.
Snort�
Genuis.
Snort�
SteveKnobs
Feb 14, 06:24 PM
This is what I'm doing:
I'm buying a refurbished iPad Wi-Fi 16GB directly from Apple (it's like new) and use it less than 14 days. Then I'm going to return it.
http://store.apple.com/Catalog/US/Images/salespolicies.html#topic-21
Cool. Way to be the most annoying person ever.
I'm buying a refurbished iPad Wi-Fi 16GB directly from Apple (it's like new) and use it less than 14 days. Then I'm going to return it.
http://store.apple.com/Catalog/US/Images/salespolicies.html#topic-21
Cool. Way to be the most annoying person ever.
tadad1
Jul 1, 09:24 PM
You would need to jailbreak and use iBluetooth and iBlueNova for bluetooth file transfer, other than that your only other option at the moment is to email the images to yourself and save them to your touch through the mail app.
No comments:
Post a Comment