David Schmidt
Oct 21, 01:27 PM
On a side note I think it's funny that Mac OS 10.6 is not actually 11 or 12. As the difference between 10.0 and 10.6 is far greater than 7.6 to 8 or 8.6 to 9.
I think the opportunity to renumber was back in the 10.4 or 10.5 range. 10.6 was little more than a performance tweak. But little by little, we drift farther and farther away from that 10.0 experience. Maybe Lion, with more touchiness, will warrant a new number. But "XI" just doesn't look as cool as "X" does.
I think the opportunity to renumber was back in the 10.4 or 10.5 range. 10.6 was little more than a performance tweak. But little by little, we drift farther and farther away from that 10.0 experience. Maybe Lion, with more touchiness, will warrant a new number. But "XI" just doesn't look as cool as "X" does.
JSRockit
Sep 9, 09:28 AM
Originally posted by Paolo
Apple is not falling behind!
But everything else there doing is way ahead of everyone else.
Like what? Way Ahead... I don't know about that.
Apple is not falling behind!
But everything else there doing is way ahead of everyone else.
Like what? Way Ahead... I don't know about that.
SuperChuck
Jan 21, 09:59 PM
You mean short of finding someone with an unbroken installation CD or buying a new copy of the OS?
You could try that application whose first syllable is a tangy, green fruit and whose second syllable rhymes with fire...but I don't know how much luck you'll have.
You could try that application whose first syllable is a tangy, green fruit and whose second syllable rhymes with fire...but I don't know how much luck you'll have.
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
more...
HexMonkey
Jan 10, 12:15 PM
I've been adding articles of products announced at Macworld, but it seems it doesn't work for products with an apostrophe in their name. I added both iLife '06 and iWork '06, but neither of those pages show are world editable, regardless of whether I use "%27" or "'" in the links. Is this fixable arn?
daryliow
Jun 23, 09:47 AM
Has anyone asked how many handsets o2 have?
more...
Zen0Jin
May 6, 07:54 AM
WD Caviar Black here on standard 3.4GHz model from Apple store.
Seagate 7200.12 on Top end 3.4ghz retail model.
Seagate 7200.12 on Top end 3.4ghz retail model.
mgartner0622
Apr 8, 07:57 PM
Most likely, the buyer will send you back a Core 2 Duo machine and keep your i5. Did you jot down the serial number with pictures before you sent the computer to him/her?
Yes, I did. But I listed the item as "as-is" with no returns. Is there any way the buyer can get around this?
Yes, I did. But I listed the item as "as-is" with no returns. Is there any way the buyer can get around this?
more...
bluap84
Feb 23, 06:51 AM
who is an independant design? Someone who runs their own business?
I have just completed some work for a drinks company, just their standard desktop which will be rolled out across europe and south africa. I originally done it as a favor. But they said they would pay me.
how ever...they said id have to set up my own company etc etc...Just wondering if any of you guys have done the same thing? And have any suggestions about what to call myself? etc etc
I have just completed some work for a drinks company, just their standard desktop which will be rolled out across europe and south africa. I originally done it as a favor. But they said they would pay me.
how ever...they said id have to set up my own company etc etc...Just wondering if any of you guys have done the same thing? And have any suggestions about what to call myself? etc etc
whiteshadoww
Jun 20, 05:10 PM
Trying to work with my mind really on the new product. But we have iOS 4 to look forward to - when will that be released?
more...
JusChexin
May 3, 05:06 PM
I'm just really learning about this type of technology, so I'm curious: what makes a SSD different when erased compared to a traditional disk-spinning HD? I had always heard that, with a traditional HD, even if you erased/reformatted the drive and threw it away that some savvy tech types could somehow either restore your drive or get file fragments to get information, etc? Maybe that's just paranoid urban myth, but that's what I had always heard. What, technologically speaking, makes a SSD different in terms of not retaining old data when erased? Just curious.
methodshop
Nov 13, 07:42 AM
ha! i actually bought this cd off itunes a few months ago. could do with some more sequencing and layering. but what it is great for is sampling. i took one of the ink cartridge hitting the side of the caseing sounds and processed it into a kick drum. heres a rough mix.
very cool. what mixing software did you use? :)
very cool. what mixing software did you use? :)
more...
zelmo
Mar 31, 07:52 AM
:confused: My son loves Pokemon and, since his birthday is at the end of April, I am thinking of getting him the new Pokemon DS games. I don't know jack about Pokemon. Is there a difference between Diamond and Pearl, or is the existance of multiple versions just a means of generating revenue?
Consultant
Apr 28, 10:54 AM
No problem with Snow Leopard here.
What software crashes.
Except I've had the same results on all the machines I've had that ran Snow Leopard.
MacBook Pro 2.33ghz Late 2006
MacBook Pro 13 2.26
Mac Mini 2.26
Mac Mini 2.4
MacBook Pro 2.66
It's been equally problematic on all of them.
Seems to be user problem. You probably have one piece of software that's causing the problem.
What software crashes.
Except I've had the same results on all the machines I've had that ran Snow Leopard.
MacBook Pro 2.33ghz Late 2006
MacBook Pro 13 2.26
Mac Mini 2.26
Mac Mini 2.4
MacBook Pro 2.66
It's been equally problematic on all of them.
Seems to be user problem. You probably have one piece of software that's causing the problem.
more...
stev3n
Mar 8, 11:30 PM
aye yai yai ?
happle
Jan 3, 09:50 PM
here's what i have. everything was cheap but also good for a beginner setup. and i did a lot of research before i purchased everything, and i couldnt be happier.
- M-Audio Axiom 25 - The Axiom is very nice and has more features than the Oxygen, you can find one for a good price used on ebay.
- M-Audio Fast Track USB II Audio Interface - get one on amazon, you will need an interface eventually
- Sennheiser HD280 Pro Headphones - you will need them for mixing accurately. get them on amazon, you will not find a better pair of studio headphones for this price.
- Klipsch Promedia 2.1 Computer Speakers - THX certified...decent quality, good to check your mixes on, and good to listen to house or any music on. They have good bass and get very loud. All for a great price. I personally make dubstep so i need the bass.
- Your DAW of choice, mines Reason 5.
- M-Audio Axiom 25 - The Axiom is very nice and has more features than the Oxygen, you can find one for a good price used on ebay.
- M-Audio Fast Track USB II Audio Interface - get one on amazon, you will need an interface eventually
- Sennheiser HD280 Pro Headphones - you will need them for mixing accurately. get them on amazon, you will not find a better pair of studio headphones for this price.
- Klipsch Promedia 2.1 Computer Speakers - THX certified...decent quality, good to check your mixes on, and good to listen to house or any music on. They have good bass and get very loud. All for a great price. I personally make dubstep so i need the bass.
- Your DAW of choice, mines Reason 5.
more...
absolut_mac
Nov 1, 11:04 PM
I am interested in buying a new multifunction printer/scanner. I've seen a couple of posts talking about printers alone, but not together. The salesman at Best Buy was trying to get me to buy a EPSON Stylus Photo RX600. Has anyone bought and/or used this before?
They just got all spanking brand new computer equipment at the school where my wife works, and the various departments were supplied with multifunction units.
Guess, what? It sure didn't take too long for them to break down and/or malfunction. They never bothered repairing them, they just exchanged them for separates.
They just got all spanking brand new computer equipment at the school where my wife works, and the various departments were supplied with multifunction units.
Guess, what? It sure didn't take too long for them to break down and/or malfunction. They never bothered repairing them, they just exchanged them for separates.
johnnymg
Apr 24, 09:38 AM
When I look at the depreciation of MBP, it is much worse than a MP. For example, 2008 models of MP have depreciated by about ~50%, while MBP have depreciated ~75% for similar price starting price point of the computers.
high raided bun hairstyle
revisionA
Sep 23, 01:03 PM
Maybe they are outsourcing the refurbs after that date.
Didnt think of that one did you?
If they contract out the repairs, why not let the contractor sell them in bulk to someone like macmall who could move them just fine.
Then, apple.com would only be new shiny white merchandise and backordered black versions as they are released and snatched up.
Leave no Nano left behind! Especially a black one!
$
Didnt think of that one did you?
If they contract out the repairs, why not let the contractor sell them in bulk to someone like macmall who could move them just fine.
Then, apple.com would only be new shiny white merchandise and backordered black versions as they are released and snatched up.
Leave no Nano left behind! Especially a black one!
$
schroder3000
Mar 23, 02:34 PM
I've got a current model Mac Mini that I'd like to connect to a non-HD television via Component cable. I have an DVI-Mini Display Port adapter which was purchased from a third party as well as a DVI-Component adapter that came with it. Here are some photos:
http://i52.tinypic.com/2zhqkhl.jpg
http://i53.tinypic.com/ek516u.jpg
Aside from a Component cable to connect to the TV, anything else I might need for this to work successfully?
Thanks!
http://i52.tinypic.com/2zhqkhl.jpg
http://i53.tinypic.com/ek516u.jpg
Aside from a Component cable to connect to the TV, anything else I might need for this to work successfully?
Thanks!
rock6079
Aug 15, 05:19 PM
Yeah, Virgin Mobile does it, too.
r u kidding thats crazy. know of ne others that do ?
r u kidding thats crazy. know of ne others that do ?
sparkleytone
Jul 12, 03:04 PM
Originally posted by bwawn
cd /
sudo rm -rf "System Folder"
Exactly like that, quotes and everything. You will be prompted for a password after entering the last line.
cd /
sudo rm -rf "System Folder"
Exactly like that, quotes and everything. You will be prompted for a password after entering the last line.
Damo01
Apr 22, 02:46 AM
Your problem may have something to with your virtual Machine your using according to screenshots, which probably using up all your 3 GB installed RAM. Look as though your mac is just using 3 GB RAM instead of 6 GB RAM.
hotsnuglemonstr
Jun 23, 09:28 AM
I think I'll be there... no so bright but quite early.
No comments:
Post a Comment