.jpg)
arn
Apr 30, 01:15 PM
What geographical location are you in?
Also, if you are running Safari, you can open the Activity window and see what file it's getting hung up on. On the right, it should say "Waiting" or something like that
If it turns out to be an adnetwork, we are working on improving the load time for those with some changes.
Also, if you are running Safari, you can open the Activity window and see what file it's getting hung up on. On the right, it should say "Waiting" or something like that
If it turns out to be an adnetwork, we are working on improving the load time for those with some changes.
Sodner
May 6, 11:57 AM
People come to forums such as this for help and to complain. Rare is it that someone logs on to post "My iMac works perfectly and I am 100% satisfied."
But for me, that is exactly the case. My iMac is perfect and I am 100% satisfied with it. It was, other than my iPhone 4, my first Apple product, and as you can see from my sig I have bought a whole lot more. In fact I will be getting a second iMac to replace the last Windows XP machine in my home so that we can now be windows free. Other than my 3 laptops provided to me for my job. Yuck! :p
If you go Apple, you'll never go back. :apple:
iMac = 10
iPhone4 = 10
MBA = 10
iPad2 = 8 (Light bleed)
But for me, that is exactly the case. My iMac is perfect and I am 100% satisfied with it. It was, other than my iPhone 4, my first Apple product, and as you can see from my sig I have bought a whole lot more. In fact I will be getting a second iMac to replace the last Windows XP machine in my home so that we can now be windows free. Other than my 3 laptops provided to me for my job. Yuck! :p
If you go Apple, you'll never go back. :apple:
iMac = 10
iPhone4 = 10
MBA = 10
iPad2 = 8 (Light bleed)
NYR99
May 3, 05:50 PM
Yes, I have jailbroken many iOS devices. I guess I'll move them all to their own folder and see what happens. Thanks for the help guys.
djransom
Apr 12, 10:45 AM
I love my OB Defender. I may try out other cases, but I always come back to the OB Defender. OB Customer Service is one of the best as well. I'm waiting on my new black and white silicons to arrive in the mail due to them stretching out over time.
more...
nickdag
May 3, 12:30 AM
Any opinions for my new SSD?
Mid-2010 MBP13
Crucial M4 256gb
vs
Intel 320 Series 300gb
As far as I can see, I've gathered the following:
Intel:
Slightly better track record (MTBF)
More expensive
Frequently backordered
Slightly slower in most benchmarks than the Crucial
Offers a Mac ISO for firmware upgrades
Crucial:
I don't really know much about it...
Bit cheaper than the Intel
Bit faster
Smaller capacity
While I'm here, I'll ask another question. I intend on doing a clean install on my SSD (as opposed to cloning my current drive). Do I need the upgrade kit? Or, can I order an OEM version (they're less frequently backordered)? Will I be missing any screws or cases or useful/vital instructions?
thanks,
nick
Mid-2010 MBP13
Crucial M4 256gb
vs
Intel 320 Series 300gb
As far as I can see, I've gathered the following:
Intel:
Slightly better track record (MTBF)
More expensive
Frequently backordered
Slightly slower in most benchmarks than the Crucial
Offers a Mac ISO for firmware upgrades
Crucial:
I don't really know much about it...
Bit cheaper than the Intel
Bit faster
Smaller capacity
While I'm here, I'll ask another question. I intend on doing a clean install on my SSD (as opposed to cloning my current drive). Do I need the upgrade kit? Or, can I order an OEM version (they're less frequently backordered)? Will I be missing any screws or cases or useful/vital instructions?
thanks,
nick
Hellhammer
Apr 24, 02:18 AM
At least not in the base model. In theory, Apple could replace the 3.2GHz quad BTO option with 3.2GHz 6-core but personally, I doubt that. However, you can buy the base model and do the upgrade on your own.
more...

seek3r
Apr 25, 10:56 PM
The only applications that might use this are military applications. Which are most likely classified applications. But in short, no, a normal application wouldn't use it. ;)
In my line of work there are a *lot* of Apps that will happily gobble that CPU power, memory, or both. NAMD (http://www.ks.uiuc.edu/Research/namd/) will eat the CPU and ask for more, as will portions of Amber (http://ambermd.org/). NWChem (http://www.nwchem-sw.org/index.php/Main_Page) is another hog there, etc.
(Of course I don't *usually* run these local, the system I just ran a NAMD job on is a "small" cluster of 2u dell boxes with 4-way 12 core AMDs and 2GB/core for 48 core/96GB Mem per machine, 14 nodes total, but I do run them local for testing and small jobs...)
Not normal usage for most perhaps perhaps, but not military, and not out of line for use on a "pro" machine....
In my line of work there are a *lot* of Apps that will happily gobble that CPU power, memory, or both. NAMD (http://www.ks.uiuc.edu/Research/namd/) will eat the CPU and ask for more, as will portions of Amber (http://ambermd.org/). NWChem (http://www.nwchem-sw.org/index.php/Main_Page) is another hog there, etc.
(Of course I don't *usually* run these local, the system I just ran a NAMD job on is a "small" cluster of 2u dell boxes with 4-way 12 core AMDs and 2GB/core for 48 core/96GB Mem per machine, 14 nodes total, but I do run them local for testing and small jobs...)
Not normal usage for most perhaps perhaps, but not military, and not out of line for use on a "pro" machine....
asphalt-proof
Dec 2, 12:02 PM
EveryMac.com lists the estimated current cost at $1200-1400
http://www.everymac.com/systems/apple/imac/stats/imac_1.25_17_fp.html
I would be happy at $1000
http://www.everymac.com/systems/apple/imac/stats/imac_1.25_17_fp.html
I would be happy at $1000
more...
Love
Apr 9, 07:10 PM
I liked PowerBookMedic - dealt with them a few times, pricey but good.
($3 or something for a MacBook key)
($3 or something for a MacBook key)
Snesley Wipes
Mar 30, 10:14 PM
I did 50GB. I only play CS and TF2 though... only using 25GB for those with OS, etc...
more...
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
el greenerino
Dec 20, 05:59 AM
You could probably take what you need scanned to a service bereau, they'd probably do a better job than anything the average home user would. Just make sure they're reputable and use equipment that's better han what they use at walgreens :p
more...
whiteangel
Sep 17, 05:09 AM
Thanks alot for the heads up ! :D
Before I take the plunge, is there is no one that feels that a tactile pro is better for typing long hours ?
Before I take the plunge, is there is no one that feels that a tactile pro is better for typing long hours ?
kretzy
Dec 19, 09:58 PM
Very fruity!;)
more...
skydenyy
Apr 15, 04:08 AM
the problem is that I do not have even one, not to say two. Can you please give me some suggestion on which brand to buy?
alph45
Apr 2, 03:12 PM
don't know about iphoto, but no merge in aperture, or LR for that matter. you could perhaps use a publish setting such as book layout options to get the effect you want, but sounds like a better task for photoshop. if you want something free, photoshop elements.
more...
bmservice
Apr 27, 04:02 AM
I just got the iPhone 4 for Verizon and I usually would let my phone die all the way and then charge it for 12 hours to get it completely charged. Is it the same for the iPhone 4 or does it not matter? If it does matter is it longer than 12 hours? Also, can leaving your phone plugged in when it is fully charged hurt it? Thanks!
Just charge it freely.Most mobile phones now use lithium batteries as power supply. So you are not necessary to overcharge it at all. Don't worry that it will do some harm to your battery.
Just charge it freely.Most mobile phones now use lithium batteries as power supply. So you are not necessary to overcharge it at all. Don't worry that it will do some harm to your battery.
rgs3
Apr 20, 10:04 AM
Apple didn't include it so you can just throw it away.
Who says it was thrown away, Bud?
Who says it was thrown away, Bud?
md63
Mar 16, 09:21 AM
It works on my iPad 2. It shows the Netflix red screen on my iPad and then the stream on my TV with the audio coming from my TV. I don't have to do anything special aside from plug the cables in and we're good to go. I don't have any additional display apps on my iPad.
Are you using the new HDMI adapter?
Are you using the new HDMI adapter?
PowerMacMan
Jun 11, 12:22 PM
when your the ceo of ceader point can i get free tickets? please :D
Sure... I'll give everyone in these forums free tickets to Cedar Point and run them straight out of business... :p ;)
Sure... I'll give everyone in these forums free tickets to Cedar Point and run them straight out of business... :p ;)
simsaladimbamba
May 6, 03:36 PM
you still here.
Of course. I missed you too. Wanna grab a can of bad spinach?
Of course. I missed you too. Wanna grab a can of bad spinach?
4JNA
Mar 4, 06:07 PM
:rolleyes: i actually debated trying to start an 'igeek' heater project. one computer in each room, add wifi, and turn the thermostat down....
wife said 'hell no', and don't put any more computers in guest rooms...
oh well... :rolleyes:
wife said 'hell no', and don't put any more computers in guest rooms...
oh well... :rolleyes:
iMeowbot
Aug 22, 06:49 PM
It's animated to do what? Turn from black to black? ;) :D
Well yes, but it changes from black to black ten times a second, so you are presented with the illusion of a static black image.
Well yes, but it changes from black to black ten times a second, so you are presented with the illusion of a static black image.
WinterMute
Mar 27, 06:54 PM
I'm sorry but this is still an illegal activity under the terms of the EULA that all users of the game agree to when they install the code.
Blizzard own the rights to the game, the code and the ideas behind the game where applicable, and that is what they are protecting.
For sure they want the player base to keep paying the fees for server access, but they put the money into the development, publishing and maintenance of the multitude of game servers, and they have the legal right to profit from their endeavors.
Whilst you may not agree that pirating a beta test client to run on a server is a big deal, Blizzard do and the law is on their side.
MacRumors cannot condone the promotion of illegal activities on these forums.
Blizzard own the rights to the game, the code and the ideas behind the game where applicable, and that is what they are protecting.
For sure they want the player base to keep paying the fees for server access, but they put the money into the development, publishing and maintenance of the multitude of game servers, and they have the legal right to profit from their endeavors.
Whilst you may not agree that pirating a beta test client to run on a server is a big deal, Blizzard do and the law is on their side.
MacRumors cannot condone the promotion of illegal activities on these forums.