spillproof
Aug 9, 02:14 AM
Psssh, sissy. How about something manly.
http://geekologie.com/2007/03/tool-silverware.jpg
http://geekologie.com/2007/03/tool-silverware.jpg
alansmallen
Oct 22, 05:28 PM
Kid with the fro
Lyle
Jul 9, 10:37 PM
OK, so I'm going into "worst case scenario" mode here. Probably the primary thing holding me back on the current revision of the 15" PowerBook is that it has the slower AirPort built in, instead of the AirPort Extreme. Assuming that MWNY comes and goes without an announcement about some kind of update for the TiBook, is there any way to upgrade it to AirPort Extreme?
Drag'nGT
Mar 14, 09:48 AM
Sweet! I have no clue what he did to say he'd get a "WTF" from Aplle but good going anyway!
Zaid
Jun 25, 03:48 AM
Originally posted by MacFan25
I'm glad to hear that you are liking your iBook. You will probably get used to the keyboard soon. :)
I've already gotten used to it, its just a pain sometimes. I just think If apple says they're giving me a UK keyboard layout they should do so, not some barely modified US keyboard. If thats what they want to give me the advertise it correctly.
They can mess with the layout of the modifier keys all they want, but they shouldn't mess with the layout of the input keys. Otherwise they can't really say it follows that keyboard layout.
But then apple doesn't really seem to care about its non-US customers very much.
I'm glad to hear that you are liking your iBook. You will probably get used to the keyboard soon. :)
I've already gotten used to it, its just a pain sometimes. I just think If apple says they're giving me a UK keyboard layout they should do so, not some barely modified US keyboard. If thats what they want to give me the advertise it correctly.
They can mess with the layout of the modifier keys all they want, but they shouldn't mess with the layout of the input keys. Otherwise they can't really say it follows that keyboard layout.
But then apple doesn't really seem to care about its non-US customers very much.
roland.g
Aug 8, 12:38 PM
wow, thanks for that. :)
Good suggestions, I suppose I got stumped for that (colour) as well. The full-colour version looked almost too saturated and and the purely black/white looked too plain. I kinda went with a cross between the two and it came out more sepia-ish.
B+W with red toe-nails?? I'm sure you could PS that without a re-shoot.
What are we talking about, you're going to win anyway.
Good suggestions, I suppose I got stumped for that (colour) as well. The full-colour version looked almost too saturated and and the purely black/white looked too plain. I kinda went with a cross between the two and it came out more sepia-ish.
B+W with red toe-nails?? I'm sure you could PS that without a re-shoot.
What are we talking about, you're going to win anyway.
mcrain
Apr 22, 08:09 AM
Wouldn't this basically authorize sharia law?
pullman
Mar 9, 01:24 PM
Thanks for the info, guys. I appreciate it.
Well I am considering the new MBPs too. Getting a PB would only be for curiosity, posterity, interest etc.
/p
Well I am considering the new MBPs too. Getting a PB would only be for curiosity, posterity, interest etc.
/p
After G
Sep 19, 10:04 PM
http://osx.portraitofakite.com/
Edit: oh, you were looking for desktop images ... you can just transfer some from your Mac. :-)
Edit: oh, you were looking for desktop images ... you can just transfer some from your Mac. :-)
robotrenegade
Jul 5, 05:08 PM
Ok my mom just got a cable modem today. I have dsl at my house so I'm not sure if i'm doing everything right. The problem is, the airport is not getting an ip address from the modem. I just un-pluged everything for 8min and still nothing(This is applecare said to do.) The modem works fine when hooked up to a computer direct. Anyone have any hints at all. This is really getting to me. Shes running 10.2.6 and all the newest versions of airport/basestation etc.
DocGo
Apr 11, 02:56 PM
Power Support for me as well. I like the clear one although it attracts fingerprints like crazy. But I also have the matte version that I alternate with the clear version.
dnmx
Jan 12, 06:03 AM
Is there a benefit to having fonts activated and deactivated on the fly?
yeah, so you don't have to put the fonts you want to use in user/library/fonts by hand, like citizenzen and you recommended.
but i agree, what citizenzen added, that there's more important stuff to take care of than solely choosing the typeface. but for organisazion, overview and samples the fontexplorer comes in handy.
at least it does for my work.
yeah, so you don't have to put the fonts you want to use in user/library/fonts by hand, like citizenzen and you recommended.
but i agree, what citizenzen added, that there's more important stuff to take care of than solely choosing the typeface. but for organisazion, overview and samples the fontexplorer comes in handy.
at least it does for my work.
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!
jsw
Jan 7, 11:02 AM
I hate FileVault.
I don't think anyone likes it.
I'll try looking into this when I get home.
I don't think anyone likes it.
I'll try looking into this when I get home.
twoodcc
Mar 10, 06:58 PM
Well, I finally got something else different to the 6701s:
Project 6067
TPF: 5min 11s
PPD: 7906
Not bad, especially for just 60W of power.
Rob
nice! so i wonder, is it capable of bigadv units? (not that i'd do that, but knowing that it could)
Project 6067
TPF: 5min 11s
PPD: 7906
Not bad, especially for just 60W of power.
Rob
nice! so i wonder, is it capable of bigadv units? (not that i'd do that, but knowing that it could)
RebeccaL
Apr 4, 07:55 AM
@Meltdownblitz
Thanks! The new cut looks great. What is the other company that has an oleo? I did not found it on larry's page.
@asdad123
Thanks for the advice. Unfortunatelly my problem is not with dust but with aligment.
And for the curious, here is how the old SGP Oleo used to look like:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1yMnrQsa59jrs2K9LMJdwIjH7l9oFr0_sDkP2Hn6rvkfmskX4dn06G_lLT47vEtnkEtvLGP3GkBL2_-_3GwZXm5Cr9_R0pXRtN2GqY1gSylZ7kiK9VX-Nz5JYhthwDS1B-S0eqIYfUT0b/s1600/IMG_3030.jpg
Thanks! The new cut looks great. What is the other company that has an oleo? I did not found it on larry's page.
@asdad123
Thanks for the advice. Unfortunatelly my problem is not with dust but with aligment.
And for the curious, here is how the old SGP Oleo used to look like:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1yMnrQsa59jrs2K9LMJdwIjH7l9oFr0_sDkP2Hn6rvkfmskX4dn06G_lLT47vEtnkEtvLGP3GkBL2_-_3GwZXm5Cr9_R0pXRtN2GqY1gSylZ7kiK9VX-Nz5JYhthwDS1B-S0eqIYfUT0b/s1600/IMG_3030.jpg
MacFan26
Sep 16, 03:00 AM
Under "Servers"... "Sorry. There are no top sellers available in Servers." :D
:D I'm sure the Xserve will be on there any day now!
:D I'm sure the Xserve will be on there any day now!
uplusd
May 7, 02:06 AM
i'd probably just do the base 13", if you're getting an i7 imac.
+1
Or why not an MBA? It should be able to handle Aperture fine, not sure about Final Cut - might want to ask on the MBA forum.
+1
Or why not an MBA? It should be able to handle Aperture fine, not sure about Final Cut - might want to ask on the MBA forum.
scem0
Oct 27, 02:12 PM
Originally posted by Inhale420
not only that, but there is a limit to where bigger is NOT better. a 30 inch screen placed 2 feet in front of you doesn't seem to make much sense.
Exactly. I mean, how many of these could they possible sell? And imagine the costs of making one. There would (most probably) be a whole bunch of dead pixels...
not only that, but there is a limit to where bigger is NOT better. a 30 inch screen placed 2 feet in front of you doesn't seem to make much sense.
Exactly. I mean, how many of these could they possible sell? And imagine the costs of making one. There would (most probably) be a whole bunch of dead pixels...
gks
Apr 25, 09:20 AM
Ok, so it isn't really possible to build a complete website from scratch but I do want something that would allow me to make small changes. Basically I'm looking for something that will let me FTP to my site, download a page, edit it and then upload the changed page.
Is there anything out there that people can recommend?
Thanks
You need to provide a lot more detail than what you're currently providing. Are you using blogging software? Is this at a conventional web host or something like Blogger?
For example, if you're using Wordpress, you can't just do what you want. Templates are used to generate the site on the fly each time it's loaded. You'd have to edit the templates, which aren't actually what you see on the page when you load it. It could be a combination of 4 templates that generate one page that you see.
If it's flat HTML then yes, there are tools out there that can help you. But you need to give up some details so we can even tell you if it's possible.
Is there anything out there that people can recommend?
Thanks
You need to provide a lot more detail than what you're currently providing. Are you using blogging software? Is this at a conventional web host or something like Blogger?
For example, if you're using Wordpress, you can't just do what you want. Templates are used to generate the site on the fly each time it's loaded. You'd have to edit the templates, which aren't actually what you see on the page when you load it. It could be a combination of 4 templates that generate one page that you see.
If it's flat HTML then yes, there are tools out there that can help you. But you need to give up some details so we can even tell you if it's possible.
flyfish29
Mar 10, 07:31 PM
I am very surprised that your parents policy does not cover yours- if you are family and living there it should, but again every policy is different. So you might see if it is cheaper to just add your stuff to their policy if their company allows it.
brayhite
May 6, 03:00 PM
Have any of you tried upgrading (for whatever reason, maybe coming from a 3GS) and been questioned about the unlimited plan? It's still some 14 months away for me but I was just curious what might transpire when I try upgrading and they see I got unlimited data even though I joined AT&T AFTER June.
nixoninajar
Mar 25, 04:19 AM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5)
So is there anyone at the Pacific Center yet ?
So is there anyone at the Pacific Center yet ?
MRCHILLYBOO
Apr 19, 03:40 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5)
Ok thank you. If I got an iMac I would get a 21.5. And if I got a MacBook I would get a 13.3 screen size. But I'm not sure what to get?
Ok thank you. If I got an iMac I would get a 21.5. And if I got a MacBook I would get a 13.3 screen size. But I'm not sure what to get?