dubbz
Nov 1, 12:16 PM
I don't see any problem with the large number of categories either, just as long as all of them doesn't appear on the front page.
And we definitely should have separate categories for Apple software and hardware.
And we definitely should have separate categories for Apple software and hardware.
wickedG35
Jul 1, 07:06 PM
Pics are here!
Without Flash:
http://i261.photobucket.com/albums/ii73/wickedg35/2407wfp.jpg
With Flash:
http://i261.photobucket.com/albums/ii73/wickedg35/2407wfp2.jpg
Again, the monitor is in pristine condition; not a scratch or dead pixel anywhere. I'm really meticulous about my electronics.
Without Flash:
http://i261.photobucket.com/albums/ii73/wickedg35/2407wfp.jpg
With Flash:
http://i261.photobucket.com/albums/ii73/wickedg35/2407wfp2.jpg
Again, the monitor is in pristine condition; not a scratch or dead pixel anywhere. I'm really meticulous about my electronics.
RebeccaL
Apr 3, 09:59 AM
Maybe he just has a hard time deciding on which of these two cases to get and is asking for help from the mac rumors cumunity.
OP:
Better than a pool is to go on and read some reviews or watch some on youtube. Both are nice cases but also they both have problems. The Commuter stretetches and is hard to put on. The candyshell scratches like crazy.
OP:
Better than a pool is to go on and read some reviews or watch some on youtube. Both are nice cases but also they both have problems. The Commuter stretetches and is hard to put on. The candyshell scratches like crazy.
SuperJudge
Apr 9, 09:16 AM
Step 1 - Register for free as an Apple Developer (https://developer.apple.com/programs/register/)
Step 2 - Login with your Apple ID
Step 3 - Visit this link (http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.3.3.3.1) and download Xcode 3.1.4
Step 4 - Profit
Step 2 - Login with your Apple ID
Step 3 - Visit this link (http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.3.3.3.1) and download Xcode 3.1.4
Step 4 - Profit
more...
blevins321
Apr 28, 10:19 PM
@blevins321:
I myself don't add contacts through the contacts app, as I normally key in the number in the dialer then hit the "+" button to create a contact :/
I think I found it! :D I don't have a number to test it with though lol. In your mail/contacts/calendar settings, there is a setting under Contacts called Default Account. Selectable are the default On My iPhone and my Gmail (don't sync contacts with my work account). Try switching to the exchange account and get someone to call you from a new number and try adding it.
I myself don't add contacts through the contacts app, as I normally key in the number in the dialer then hit the "+" button to create a contact :/
I think I found it! :D I don't have a number to test it with though lol. In your mail/contacts/calendar settings, there is a setting under Contacts called Default Account. Selectable are the default On My iPhone and my Gmail (don't sync contacts with my work account). Try switching to the exchange account and get someone to call you from a new number and try adding it.
bigjnyc
Mar 11, 04:07 PM
Ok so you're obviously not at an Apple store. Best buy? Target? I can't imagine Walmart only getting 1.
more...
point665
Oct 25, 03:17 PM
I'm 99% sure I'll swing by there after work (was going to go meet up crazzyeddie on the other side of the state but ah...) - havent even setup my new MBP yet because Ive been waiting for Leopard. Needless to say this week has gone by really slow.
slackpacker
Apr 7, 08:24 PM
So I have owned my 2011MBP (15", 2.2GHz) for about a month now, and while it isn't slow, it doesn't feel as fast as my 3 year old C2D (E6750) based system. On my Windows machine, I can run several virtual machines, for months, without even noticing any impact on other applications such as Adobe CS3, etc. This system only has 4GB of memory, and an older 750GB HD.
If I try running just 1 virtual machine (be it XP or Windows 7), it makes the laptop almost useless, while the VM itself isn't running that fast either. I have tweaked some of the performance settings in Parallels, but nothing seems to make a difference. I upgraded to 8GB of memory, still no difference.
Is this a typical experience?
I Think its actually pretty peppy but Parallels 6 is a total power and CPU hog. But on the other hand BootCamp runs great now. The 2011 Models have to be among the best Windows laptops out there. Win 7 runs cool and quick and barely uses power. But Apple has to fix the trackpad driver pronto it sucks.
If I try running just 1 virtual machine (be it XP or Windows 7), it makes the laptop almost useless, while the VM itself isn't running that fast either. I have tweaked some of the performance settings in Parallels, but nothing seems to make a difference. I upgraded to 8GB of memory, still no difference.
Is this a typical experience?
I Think its actually pretty peppy but Parallels 6 is a total power and CPU hog. But on the other hand BootCamp runs great now. The 2011 Models have to be among the best Windows laptops out there. Win 7 runs cool and quick and barely uses power. But Apple has to fix the trackpad driver pronto it sucks.
more...
damnyooneek
Apr 18, 01:36 PM
use a lightly damp paper towel. then wipe it with a dry paper towel. thats all you need.
cloudstrife87
Apr 21, 05:40 PM
I'm looking for a good earphone with mic for my iphone 4 and since I like the designs of the tangled-free flat cables, I've short listed these 3 earphones: Monster Beats Tour by Dr. Dre, A-jays Four, and Ultimate Ears 500vi/400vi.
Has anyone compared these 3 earphones before? I've seen one comparison between Tour vs. A-Jays Four but not convincing enough for me to decide between these two :/
Has anyone compared these 3 earphones before? I've seen one comparison between Tour vs. A-Jays Four but not convincing enough for me to decide between these two :/
more...
Hans Brix
Apr 14, 09:55 PM
I own neither, but I'd probably choose the Speck case for the better protection.
chunhohuen
Apr 22, 02:24 AM
HI everyone, First I want to thanks all the help in here to solve my previous problem:)! It mains a lot to me!;)
Now, I would like to use the preivous program to build a static library and try to test it.
When I finish build the library and apply it for test, there are run times error occured:
1>fortest.obj : error LNK2019: unresolved external symbol "public: void __thiscall login::find(void)" (?find@login@@QAEXXZ) referenced in function _main
There are four of them and I know they are the same things.
I do not know how to fix them....:(
The code:
The header file is :
#include <fstream>
#include <string>
class login
{
public:
void setuser();
void write();
void read();
void find();
private:
char inputusername[99];
};
The code file is :
void find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
more...

Jennie Garth and Husband Peter

Jennie unfortunately hurt her
more...

Peter Facinelli is quickly
Now, I would like to use the preivous program to build a static library and try to test it.
When I finish build the library and apply it for test, there are run times error occured:
1>fortest.obj : error LNK2019: unresolved external symbol "public: void __thiscall login::find(void)" (?find@login@@QAEXXZ) referenced in function _main
There are four of them and I know they are the same things.
I do not know how to fix them....:(
The code:
The header file is :
#include <fstream>
#include <string>
class login
{
public:
void setuser();
void write();
void read();
void find();
private:
char inputusername[99];
};
The code file is :
void find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
more...
Legion93
Apr 29, 05:53 PM
That's what you get for jail breaking your device.
himesh
Apr 13, 03:12 AM
Switch easy nude?
One of the thinnest cases I know, scratches a bit though.
http://www.switcheasy.com/products/NUDE_iPhone4/NUDE_iPhone4.php
One of the thinnest cases I know, scratches a bit though.
http://www.switcheasy.com/products/NUDE_iPhone4/NUDE_iPhone4.php
more...
tkermit
Sep 14, 07:19 PM
Ok I was down by are pond and I caught this strange thing and put it in a bucket.

Jennie Garth amp; Peter Facinelli
more...

Peter Facinelli and Jennie

Jennie Garth and Peter

head of Peter Facinelli,
narco
Dec 19, 06:40 AM
I've always fell for the "hauntingly beautiful" line, and I think it definitely fits with her. I have the album before this one (which I believe is her debut?) and had no idea a new one came out -- I'll have to check it out.
Fishes,
narco.
Fishes,
narco.
more...
Lacero
Sep 9, 08:32 AM
Next time, Hillary Duff. Got to get the young 'uns while they are still impressionable. Or it might be fun to see her get laughed off stage.
McGilli
Mar 3, 09:23 PM
I doubt that the iPad 2 will ship with 4.2.1 Just because the GM was released to developers today doesn't mean that apple hasn't been sitting on it for a week or two.
We can hope though.....
We can hope though.....
Icaras
May 6, 06:52 PM
So I'm looking into a new iMac and my budget is 1500 so I'm wonder whether to get the 2.5 ghz and get some ram from OWC or just go with the 2.7 ghz please help me decide
How long do you intend to keep the machine? Because you can always save up more and buy RAM later, but the processor is pretty much set. For this reason, I would recommend getting the 2.7.
Since you'll be spending $300 more for the 2.7, you're also getting twice the hard drive space and a better graphics card.
How long do you intend to keep the machine? Because you can always save up more and buy RAM later, but the processor is pretty much set. For this reason, I would recommend getting the 2.7.
Since you'll be spending $300 more for the 2.7, you're also getting twice the hard drive space and a better graphics card.
MacBytes
Jul 30, 02:52 PM
http://www.macbytes.com/images/bytessig.gif (http://www.macbytes.com)
Category: Apple Software
Link: Apple's IOS4 Issues Take Center Stage
Category: Apple Software
Link: Apple's IOS4 Issues Take Center Stage
AlphaTech
Jul 22, 06:28 PM
Originally posted by G4scott
this makes me want to buy a mug :cool:
Then [as the commercial often said] just do it... :D
this makes me want to buy a mug :cool:
Then [as the commercial often said] just do it... :D
DjPabz
May 5, 07:53 AM
Does anyone have this problem? IPhoto duplicates the event section. When sync to the iPhone. Shows in iTunes but not in iPhoto .
yeah I have this, I think it's a problem with the new iPhoto update, pretty annoying! https://discussions.apple.com/thread/3023160?start=0&tstart=0
yeah I have this, I think it's a problem with the new iPhoto update, pretty annoying! https://discussions.apple.com/thread/3023160?start=0&tstart=0
DeaconGraves
May 4, 11:00 PM
thank you soo much dude!!
oh, will this erase anything?
and do u no how i can get snow leopard back?
No, that will not erase everything, but what it will hopefully do is direct your computer to your startup disk so you will get back into Lion to do what you need (maybe back everything up?)
The re-install snow leopard insert your DVD, then restart the computer. Hold down the option bottom when you here the chimes and hold it until your boot options appear. One of them will be the DVD. Select it and wait for the installer to load (it may take a while). But honestly, get your paper done first and worry about that tomorrow.
oh, will this erase anything?
and do u no how i can get snow leopard back?
No, that will not erase everything, but what it will hopefully do is direct your computer to your startup disk so you will get back into Lion to do what you need (maybe back everything up?)
The re-install snow leopard insert your DVD, then restart the computer. Hold down the option bottom when you here the chimes and hold it until your boot options appear. One of them will be the DVD. Select it and wait for the installer to load (it may take a while). But honestly, get your paper done first and worry about that tomorrow.
donniedarko
Feb 16, 06:00 PM
17 form factor is killer. People always tell me it is to big....Cool don't get one. I used it easily for travel to Europe and on the road. No problem. The new one with better graphics card and 30% faste CPU thne mine is looking pretty desirable...Might hold out for dual core on the 12th of never.LOL
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment