aussie_geek
May 6, 10:51 PM
My Uptime - 12 hours :p
Do you pay your electricity bill?
Also that is one sure way to fry your Mac. Power surge can happen at any time.. Do you really trust those $100 surge boards for 24/7 use or do you have UPS.
Also think of how much dust gets in there...
Not smart to leave your computer on 24/7.
Do you pay your electricity bill?
Also that is one sure way to fry your Mac. Power surge can happen at any time.. Do you really trust those $100 surge boards for 24/7 use or do you have UPS.
Also think of how much dust gets in there...
Not smart to leave your computer on 24/7.
robbieduncan
Dec 15, 05:53 PM
Aluminum. And I got it last May, so its whatever Revision that is.
So when you turn the machine upside down (with it facing you as normal) and take the battery our there is not a little door exposed facing you? Are there instructions printed under where the battery is?
It should look like this with the door open (sorry about the quality, camera phone and max file size here)
So when you turn the machine upside down (with it facing you as normal) and take the battery our there is not a little door exposed facing you? Are there instructions printed under where the battery is?
It should look like this with the door open (sorry about the quality, camera phone and max file size here)
Uln4321
Mar 8, 10:27 PM
i.....Pad
MaxBurn
May 5, 06:02 AM
You can get a gophone smartphone account now with an iphone, but you need to bring your own phone. I posted my experience with it in the iphone main forum.
Prepaid either $2/day or $0.10/minute and he small data package is cheap but escapes me at the moment. Im on the big one for $25/500mb.
Prepaid either $2/day or $0.10/minute and he small data package is cheap but escapes me at the moment. Im on the big one for $25/500mb.
GGJstudios
May 6, 08:57 PM
Right-click on your Desktop and select "Change Desktop Background".
Helpful Information for Any Mac User (http://forums.macrumors.com/showpost.php?p=9848667&postcount=6)
Helpful Information for Any Mac User (http://forums.macrumors.com/showpost.php?p=9848667&postcount=6)
iLucas
Apr 25, 06:23 AM
Hi guys!
I'm considering buying either a MBA or a MBP 13'' in the future, and one of the toughest tasks I'd like to do with it would be running GarageBand or Logic Pro. Mainly, I'd be composing Jazz pieces (Piano, Bass, Percussion, Sax and Guitars, in any number of combinations), some solo piano pieces, and maybe some Game-music.
I'd like to know if any of you has experience with the MBA 13'', and can tell me if it is powerful enough for this kind of task. While I would like the portability, I want my laptop to be my sole computer. I know the MBA can run all the other tasks I intend it to alright (Web Browsing, Video-watching, Chatting, Photoshop, PS2 and Nintendo DS Emulation). Music-creating is the only one still holding me back. ;)
Cheers!
If you plan to use it as your sole computer, i would get a MBP. The MBP can be upgraded to 8gb of ram which will be plenty for you to use for years to come.
I'm considering buying either a MBA or a MBP 13'' in the future, and one of the toughest tasks I'd like to do with it would be running GarageBand or Logic Pro. Mainly, I'd be composing Jazz pieces (Piano, Bass, Percussion, Sax and Guitars, in any number of combinations), some solo piano pieces, and maybe some Game-music.
I'd like to know if any of you has experience with the MBA 13'', and can tell me if it is powerful enough for this kind of task. While I would like the portability, I want my laptop to be my sole computer. I know the MBA can run all the other tasks I intend it to alright (Web Browsing, Video-watching, Chatting, Photoshop, PS2 and Nintendo DS Emulation). Music-creating is the only one still holding me back. ;)
Cheers!
If you plan to use it as your sole computer, i would get a MBP. The MBP can be upgraded to 8gb of ram which will be plenty for you to use for years to come.
TodVader
Nov 28, 11:14 PM
how much $$ for mouse???
Nicolasdec
Apr 3, 05:34 AM
Yeah, almost as much as a PS3!
And no HD-DVD or WIFI.:confused:
And no HD-DVD or WIFI.:confused:
nomade
Mar 11, 09:54 AM
For those looking for the same solution here what I found:
<?php
$sql_rotation=mysql_query('SELECT * FROM photo_atelier');
$i=1;
while($ligne_rotation=mysql_fetch_array($sql_rotation)){
$array[$i]="../media/atelier/grand/".$ligne_rotation['photo']."";
$i++;
}
?>
<SCRIPT LANGUAGE="JavaScript">
var timeDelay = 3; // change delay time in seconds
var Pix = new Array
(
<?php
echo "'".$array[1]."',";
echo "'".$array[2]."',";
echo "'".$array[3]."',";
echo "'".$array[4]."',";
echo "'".$array[5]."'";
?>
);
var howMany = Pix.length;
timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();
PicCurrent.src = Pix[PicCurrentNum];
function startPix() {
setInterval("slideshow()", timeDelay);
}
function slideshow() {
PicCurrentNum++;
if (PicCurrentNum == howMany) {
PicCurrentNum = 0;
}
PicCurrent.src = Pix[PicCurrentNum];
document["ChangingPix"].src = PicCurrent.src;
}
// End -->
</script>
<body OnLoad="startPix()">
<?php echo "<img name=ChangingPix src=".$array[1].">"; ?>
to see the result go to http://zoomaventurephoto.com/fr/atelier.php:D
<?php
$sql_rotation=mysql_query('SELECT * FROM photo_atelier');
$i=1;
while($ligne_rotation=mysql_fetch_array($sql_rotation)){
$array[$i]="../media/atelier/grand/".$ligne_rotation['photo']."";
$i++;
}
?>
<SCRIPT LANGUAGE="JavaScript">
var timeDelay = 3; // change delay time in seconds
var Pix = new Array
(
<?php
echo "'".$array[1]."',";
echo "'".$array[2]."',";
echo "'".$array[3]."',";
echo "'".$array[4]."',";
echo "'".$array[5]."'";
?>
);
var howMany = Pix.length;
timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();
PicCurrent.src = Pix[PicCurrentNum];
function startPix() {
setInterval("slideshow()", timeDelay);
}
function slideshow() {
PicCurrentNum++;
if (PicCurrentNum == howMany) {
PicCurrentNum = 0;
}
PicCurrent.src = Pix[PicCurrentNum];
document["ChangingPix"].src = PicCurrent.src;
}
// End -->
</script>
<body OnLoad="startPix()">
<?php echo "<img name=ChangingPix src=".$array[1].">"; ?>
to see the result go to http://zoomaventurephoto.com/fr/atelier.php:D
scem0
Sep 28, 04:36 PM
I suppose, but I still don't dance on mondays, tuesdays, and either friday, saturday.
5 times a week is my limit, I don't want to hurt myself or anything. :p
I don't have to worry about hitting that though. Mondays and Tuesdays are very busy days for me, and I usually pass out at the end of the day.
_Emerson
5 times a week is my limit, I don't want to hurt myself or anything. :p
I don't have to worry about hitting that though. Mondays and Tuesdays are very busy days for me, and I usually pass out at the end of the day.
_Emerson
MaxBurn
May 5, 12:28 PM
Maybe they are not at a computer where they can try?
So then it wouldn't matter if they could or not?
So then it wouldn't matter if they could or not?
mgguy
Apr 21, 10:20 PM
So, do we know who or what organization put this idea forward?
Gix1k
Mar 14, 10:15 AM
And if you would have taken the time to go to the right forum and look on the first page you would have seen that we have been talking about it since 8pm last night.
yeah yeah...beat it!
yeah yeah...beat it!
RugoseCone
Sep 9, 08:29 AM
A resurrection of GG Allin.
Darn! Beat me to it...
How's about the Impotent Sea Snakes? That's about as close to GG as you can get without raising him from the dead.
Darn! Beat me to it...
How's about the Impotent Sea Snakes? That's about as close to GG as you can get without raising him from the dead.
ZombieZakk
Apr 25, 01:51 PM
no they should not guarantee you a copy now anyways.
when snow leopard came out apple issued a coupon to people who bought a mac i think it was 2 months prior to release to upgrade for $10 but even that was generous.
when snow leopard came out apple issued a coupon to people who bought a mac i think it was 2 months prior to release to upgrade for $10 but even that was generous.
crazydreaming
Sep 27, 12:46 PM
I'm living in a 2 bedroom/4 person suite with a living room. For the first week or so, we connected using the old way: an Ethernet cable.
But I realized unplugging and plugging back in was silly when I had an Airport Express sitting in my desk.
So now, we have a wireless network. I lowerd the strength, made it password protected, and hidden. It's awesome! It's hooked up to my JBL Creature speakers and my printer, so now, we can be in the living room online, printing, playing tunes, whatever. Plus there's never anything to plug in when I bring my computer back to the room, just open it up!.
Watch out though, my roomates have played a trick on me once. I was sitting in front of my computer (and speakers) and my roomate decided to start blasting music on my speakers... I jumped quite a bit...
The only downside is now I can't share my iTunes library with the rest of the Residence Hall, nor can I view theirs.
But I realized unplugging and plugging back in was silly when I had an Airport Express sitting in my desk.
So now, we have a wireless network. I lowerd the strength, made it password protected, and hidden. It's awesome! It's hooked up to my JBL Creature speakers and my printer, so now, we can be in the living room online, printing, playing tunes, whatever. Plus there's never anything to plug in when I bring my computer back to the room, just open it up!.
Watch out though, my roomates have played a trick on me once. I was sitting in front of my computer (and speakers) and my roomate decided to start blasting music on my speakers... I jumped quite a bit...
The only downside is now I can't share my iTunes library with the rest of the Residence Hall, nor can I view theirs.
awulf
Dec 21, 11:46 PM
On the screen it had the usual style buttons, but it says "Auction" on one of them, maybe they are starting auctions on their site too.
elders
May 3, 02:18 AM
so just update to 4.3 using firmware from felixbruns?
steve_hill4
Sep 28, 06:36 PM
Now, what is the only thing that needs an update? ;)
Are you referring to 10.4.8 or the C2D MBP?
See, there's not just one update needed currently.;)
Are you referring to 10.4.8 or the C2D MBP?
See, there's not just one update needed currently.;)
arn
Oct 12, 07:14 PM
:)
I can't read japanese, the but the translation seems to make sense..
basically new Superdrive/Bluetooth Powerbooks coming... no change in the case. The same as what has previously been reported... so no real new info.
They don't have a known track record... we'll see in the coming weeks I suppose.
arn
I can't read japanese, the but the translation seems to make sense..
basically new Superdrive/Bluetooth Powerbooks coming... no change in the case. The same as what has previously been reported... so no real new info.
They don't have a known track record... we'll see in the coming weeks I suppose.
arn
robbieduncan
Dec 5, 03:06 PM
There is no way to change the graphics chip on ANY iMac. They are all soldered to the logic board.
More RAM + faster harddrive is about all you can do.
More RAM + faster harddrive is about all you can do.
rdowns
Nov 30, 06:36 PM
I'll buy the Razor so we can lop a line off your sig.
MrMac'n'Cheese
Apr 19, 10:10 PM
Is retina pad dead for good?
Yes, may the funeral pyres ring their bells, it was good while it lasted *amen*
Yes, may the funeral pyres ring their bells, it was good while it lasted *amen*
birchest
May 5, 02:56 AM
:D
Now, look who's talking, Mr. Steve Jobs.
Now, look who's talking, Mr. Steve Jobs.
Niciun comentariu:
Trimiteți un comentariu