andymac85
Mar 5, 01:00 PM
When I load F@H5 in terminal, it skips asking me my name and team. any ideas?
thejadedmonkey
Mar 31, 12:15 AM
Here's a question that's been bugging me for a while. If you have a headless PC, does it need a video card in it?
The way I see it, it shouldn't because there's no monitor attached to it, but at the same time, VNC outputs what is on the monitor, which is driven by a video card. I've always wondered this, and I'm too lazy to pull the video card from my comp....
The way I see it, it shouldn't because there's no monitor attached to it, but at the same time, VNC outputs what is on the monitor, which is driven by a video card. I've always wondered this, and I'm too lazy to pull the video card from my comp....
carlgo
Mar 7, 01:10 PM
Think summer, late summer perhaps, according to Nikon rumor sites. It ought to be really good, really expensive. Look at the price of new FF-capable lenses.
I'll bet it is a big step up from what is out there now. It really has to be because the new DX cameras are very capable and today's FF cameras only offer improvements over them in limited situations.
I'm waiting for a really good EVIL cameral myself.
I'll bet it is a big step up from what is out there now. It really has to be because the new DX cameras are very capable and today's FF cameras only offer improvements over them in limited situations.
I'm waiting for a really good EVIL cameral myself.
AaronMT
Dec 28, 09:38 AM
http://www.newhomesource.com/CMS400/uploadedImages/Builder_Homesite/Images/York/Furnace.jpg
Toronto -11C
Toronto -11C
yellow
Dec 28, 03:48 PM
I think he's better off wiping and reinstalling the OS.
I agree. Who knows what dingleberries are hanging on from the previous user? Best to start fresh and safe with a clean install.
I agree. Who knows what dingleberries are hanging on from the previous user? Best to start fresh and safe with a clean install.
AlphaDogg
Mar 12, 06:28 PM
I wanted to embed a youtube video in my post, but I can't as HTML code is off. I was googling on how to embed a youtube video using BB code, but it seems as if it needs to be done on the admin's end. Here (http://www.vbulletin.com/forum/showthread.php/199304-How-To-Make-a-YouTube-BB-Code) is a link on vBulletin's forum on how to add a YouTube BB code. Thanks in advance!
Ommid
Apr 25, 02:36 PM
Hi all
Is there anywhere to get some cheap ram for the 2008 Mac Pro
It seems to be so expensive everywhere that it almost makes it not worth the upgrade!
Is there anywhere to get some cheap ram for the 2008 Mac Pro
It seems to be so expensive everywhere that it almost makes it not worth the upgrade!
Dagless
Mar 9, 04:30 AM
At this stage I'd probably buy a cheap DS Lite! The 3DS is around the corner, but without a preorder you might not have any luck getting one for another month or so.
The DSi doesn't really do anything beyond a DS Lite, it just adds a bigger screen and a download store.
The (original) DS has a horrible display so avoid that like the plague.
Playing Pokemon White on my DS Lite at the moment. It's an outstanding game.
The DSi doesn't really do anything beyond a DS Lite, it just adds a bigger screen and a download store.
The (original) DS has a horrible display so avoid that like the plague.
Playing Pokemon White on my DS Lite at the moment. It's an outstanding game.
bildio
Apr 29, 01:27 PM
Success. Thanks very much.
Saladinos
Jul 23, 02:34 PM
The first preview had a lot of major bugs. It may be near feature complete, but I agree that they need to spend time and ensure the IDE is stable before they make a GM.
They'll just use fix-it and ship it next week :)
XCode 3 is way old. It was released with Leopard. Since then, we've only really had minor revisions (3.1, 3.2) and very infrequent intervals (3.2 released with snow leopard). I would expect Apple have been working on this for a very long time already.
Many of those features (e.g. the static analyser, which came with 3.2) could very well have been the result of development done for XCode 4.
Since the product was announced which such fanfare at WWDC, I would imagine a release would happen in the next few months. Possibly with the iPad's OS4 update (predicted to be around late August/September).
EDIT: In case anybody was worried, XCode 4 by default installs in to its own folder (/Xcode4) and can co-exist with 3.X. It can open 3.X projects and does not "upgrade" them or make them incompatible with earlier versions.
They'll just use fix-it and ship it next week :)
XCode 3 is way old. It was released with Leopard. Since then, we've only really had minor revisions (3.1, 3.2) and very infrequent intervals (3.2 released with snow leopard). I would expect Apple have been working on this for a very long time already.
Many of those features (e.g. the static analyser, which came with 3.2) could very well have been the result of development done for XCode 4.
Since the product was announced which such fanfare at WWDC, I would imagine a release would happen in the next few months. Possibly with the iPad's OS4 update (predicted to be around late August/September).
EDIT: In case anybody was worried, XCode 4 by default installs in to its own folder (/Xcode4) and can co-exist with 3.X. It can open 3.X projects and does not "upgrade" them or make them incompatible with earlier versions.
SMM
Sep 28, 08:10 PM
Yes and how about a name for it: "iCheat"
Sorry to hear that my man, but recognizing a problem is half-way to curing it.
Sorry to hear that my man, but recognizing a problem is half-way to curing it.
Yeebles
Jan 12, 09:34 AM
I love macs they are so cool. I'm a little skeptical over the iPod. But that's a different matter. I know Apple are always using iThis and iThat. However I think it is a bit cheeky that they are using there legions of lawyers to steal Cisco's trademark. I know that it has the i before Phone but thousands of products exsist with the i before product names. It's only because Apple wants the name. Hypothetically if you made a computer screen and called it iScreen. Then if apple made a screen and wanted to use your name How would you feel if they took it from you due to their stronger legal forces? Not happy I presume. That is the same thing happening to Cisco. I do have an idea which could help Apple. If they want to hear it they can email me.
What is your opinion on Cisco and Apple's dispute?
What is your opinion on Cisco and Apple's dispute?
chown33
Apr 18, 05:57 PM
Hi im getting this error,UIApplication may not respond to '+mainWindow' with my action sheet , but im not really sure why. any help would be greatly appreciated.
How to solve problems like this:
1. Open the class reference doc (UIApplication in this case).
2. Search for the expected method or property (mainWindow in this case).
3. If found, read the description carefully (some detail may differ from your expectation, such as - instead of +, or a different letter-case than you expected).
4. If not found, open the class reference doc for the superclass and go to step 2.
5. If not found in any class or superclass, then the reason for the message is simple: the class does not have the method or property you expected.
If you reach step #5, you'll have to modify your problem-solving procedure. You think it is method xyzzy, but it really might have method xyz, or zzy.
In your case, it's not clear what you're trying to do. You might mean the keyWindow property of the UIApplication instance, but if not, you'll have to explain exactly what you're trying to accomplish.
In general, it's always a good idea to describe exactly what you're trying to accomplish.
How to solve problems like this:
1. Open the class reference doc (UIApplication in this case).
2. Search for the expected method or property (mainWindow in this case).
3. If found, read the description carefully (some detail may differ from your expectation, such as - instead of +, or a different letter-case than you expected).
4. If not found, open the class reference doc for the superclass and go to step 2.
5. If not found in any class or superclass, then the reason for the message is simple: the class does not have the method or property you expected.
If you reach step #5, you'll have to modify your problem-solving procedure. You think it is method xyzzy, but it really might have method xyz, or zzy.
In your case, it's not clear what you're trying to do. You might mean the keyWindow property of the UIApplication instance, but if not, you'll have to explain exactly what you're trying to accomplish.
In general, it's always a good idea to describe exactly what you're trying to accomplish.
nerdykarim
Sep 23, 03:32 PM
Your in luck. There are a few in your price range with semi-reasonable shipping:
thanks for your help--unfortunately, i can't get reimbursed for an ebay purchase. so i need to buy from an actual store (not necessarily a bricks-and-mortar store, but an online store would work, also)
thanks for your help--unfortunately, i can't get reimbursed for an ebay purchase. so i need to buy from an actual store (not necessarily a bricks-and-mortar store, but an online store would work, also)
lee1210
Apr 24, 01:36 PM
It's wrong because you want room for doubles, but get space for double *s. These are different types with different sizes. On platforms where sizeof(double) == sizeof(double *) your code will work. On platforms where this is not true you will not have the right amount of space. In most cases you will have too little space, not too much.
-Lee
-Lee
Demosthenes427
Apr 24, 10:58 AM
And this, my friends, is an ass-fact.
Check your actual facts before making up your own.
Check your actual facts before making up your own.
tytanic11
Jun 10, 10:07 AM
Nope, Macs still make more money.
Macs are still a higher profit margin and responsible for more revenue - but the iPod/iPhone lines introduce customers to Apple as a company. People who buy Apple's devices are more likely to buy a Mac later, so they are still important even if they don't make much revenue.
Macs are still a higher profit margin and responsible for more revenue - but the iPod/iPhone lines introduce customers to Apple as a company. People who buy Apple's devices are more likely to buy a Mac later, so they are still important even if they don't make much revenue.
marshallbedsaul
Mar 21, 11:17 PM
Hello,
Pregnancy Belly Button
Chrispy88
Jan 12, 10:13 PM
Yes! Macbook Air
See: http://www.adiumx.com/sparkle/?forceShow[]=model#model
When you expand the OS Version section on that website, there is a section for 10.6 users. Why's this...??? 10.6 hasn't even been released???
See: http://www.adiumx.com/sparkle/?forceShow[]=model#model
When you expand the OS Version section on that website, there is a section for 10.6 users. Why's this...??? 10.6 hasn't even been released???
Ommid
Apr 22, 01:21 PM
Problem is the fans on this model are on the base, try keeping it off the floor
buffalohill
Mar 27, 02:04 PM
I would love to start using spotify, if you happen to have an invite left, it would be really cool if you could send it to me!
My email is --> mrhill at caltech . com <--
Thanks a million!
:)
My email is --> mrhill at caltech . com <--
Thanks a million!
:)
nitynate
Oct 17, 12:25 PM
Simple, Boring...
What I want!
A red MacBook Pro with C2D
What I want!
A red MacBook Pro with C2D
puckhead193
Dec 20, 08:55 PM
anyone hear of this before.... http://www.monstercable.com/press/press_result.asp?pr=2004_11_icruze.asp cool, but will this finally be the answer to my question, "can i hook up my ipod to my car"
How is this differnt then this, http://www.vaistech.com/home.html
****(I updated the link...should work now...)****
How is this differnt then this, http://www.vaistech.com/home.html
****(I updated the link...should work now...)****
RobertD33
Jul 9, 02:35 PM
hmm