How do you know Hillary Clinton…
May 8th, 2008 | Published in Uncategorized
May 8th, 2008 | Published in Uncategorized
May 8th, 2008 | Published in Uncategorized
May 7th, 2008 | Published in Code Development, PHP
<?php
$isDev = $_SERVER['HTTP_HOST'] == ‘dev.phpguru.org’;
$isLive = $_SERVER['HTTP_HOST'] == ‘www.phpguru.org’;
if ($isDev) {
error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
} elseif ($isLive) {
error_reporting(0);
ini_set(‘display_errors’, 0);
}
?>
sometimes the simple ways are the best ways. I do some very similar things build on this same approach…
May 7th, 2008 | Published in Uncategorized
Amazon S3 Copy API Ready for Testing
It is interesting to me that cost of copy is the same as PUT…
This feature is now available for beta use; you can find full documentation here (be sure to follow the links to the detailed information on the use of this feature via SOAP and REST). Copy requests are billed at the same rate as PUT requests: $.01 for 1000 in the US, and $.012 for 1000 in Europe.
Other thoughts are that
are the same as PUT…
(Via Amazon Web Services Blog.)
May 7th, 2008 | Published in Uncategorized
Got to love web geek humor that speaks a certain amount of truth….
(Via D Chartier @ twitter.)
April 24th, 2008 | Published in Uncategorized
Ted Padova’s 101 PDF Forms Tips.
We’ve been mining for Acrobat tips in preparation for Jason Hoppe’s upcoming workshop on Building PDF Forms. This week, we’d like to link to the mother lode of PDF Forms tips:
Great list of tips
(Via CreativeTechs Tips.)
April 24th, 2008 | Published in Uncategorized
Golden Eagles can be up to three feet long with a…
Golden Eagles can be up to three feet long with a wingspan of over 7 feet. Here’s a video of a Golden Eagle hunting for food, a process that involves throwing live goats off of cliffs and then scavenging the carcass. If you’re at all sensitive about seeing animals die, you really shouldn’t watch this. For everyone else, the only way this could be more fascinating is if David Attenborough were narrating. (via waxy)
(link)
This is just nutty
(Via kottke.org.)