Depends what kind of files you are serving. If your serving just data files (spreadsheets, text documents, etc.) then the Mini should be just fine. If, however, you are looking to serve large >1Gb files such as videos and large graphic files you may find things slowing down and need to get a...
Did you perform an "Archive and Install" when upgrading ... or was this just a Software Update?
Try trashing your preferences files and see if this resolves the issue.
I have Leopard Server currently running on my Mac Mini (developer) and the only thing I needed to do was upgrade the RAM to 1Gb as the Mini only came with 512Mb.
The Mini runs Server very well for a small limited-client environment. If you aren't using it in heavy-production I would definitely...
Seeing as your first post was quite a while ago, I have no idea if this will help.
I have not had your exact problem with the contact pictures, but my iPhone 1.1.1 update completely wiped out my phone and forced me to do a restore, even though I hadn't hacked it ... and I lost all of my...
This appears to be a problem with the latest DVD Studio Pro update (4.1.2) in Software Update. Myself and two co-workers who are in video production have experienced this exact same problem and the only solution has been to downgrade back to version 4.1
Big pain, but hopefully it works for...
Hey guys! A t-shirt I designed for a contest has recently been chosen as a FINALIST! Check it out and let me know what you think ;)
If you like it, maybe you could throw me a vote and wish me good luck! I am in 2nd place so far! Here is where you can vote for my t-shirt...
Hi,
I am having trouble with a PHP script I am working on. It is a shopping cart script using sessions to store the items from the cart. Problem is, after it registers the first item no more items will register correctly :(
Take a look at the code below and see if you can see anything...
Hmmm...
Heard the rumors about a new "communications device" Just recently checked out the Apple store and noticed something a little strange:
As you will see in the attached picture, one of the boxes in the product matrix is empty...
Seems strange that there would be an empty box, is...
He-he :D OK, here is some sample code for you:
<?php
//Here is where we tell the browser it is a GIF
Header("Content-Type: image/gif");
//Call the background image (that you want the text on
$im = imageCreateFromGIF("button.gif");
//The color of the text
$black =...
This is because they are dynamically generated by a PHP script. I do not think I can make them anti-aliased with this method but if you know of a way please let me know :)
Thanks!
Albert