How do you know Hillary Clinton…

May 8th, 2008  |  Published in Uncategorized

Is a Cocoa Programmer?

Answer

followed by

Building a web app the Microsoft way

May 8th, 2008  |  Published in Uncategorized

Building a web app the Microsoft way

Interesting near copy of http://diarised.com/

(Via Vitamin.)

Displaying errors

May 7th, 2008  |  Published in Code Development, PHP

Displaying errors

<?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…

(Via phpguru.org - Richard Heyes’ ramblings and code.)

Amazon S3 Copy API Ready for Testing

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

  • costs for moving in a bucket
  • costs for moving to a new bucket
  • costs for renaming (I know a form of meta data chance)

are the same as PUT…

(Via Amazon Web Services Blog.)

Hillary is 404

May 7th, 2008  |  Published in Uncategorized

Hillary is 404

Got to love web geek humor that speaks a certain amount of truth….

(Via D Chartier @ twitter.)

we need more ads like this

May 2nd, 2008  |  Published in Uncategorized

Ted Padova’s 101 PDF Forms Tips.

April 24th, 2008  |  Published in Uncategorized

Ted Padova’s 101 PDF Forms Tips.

101FormTips.pngWe’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:

101 PDF Forms Tips.pdf

Great list of tips

(Via CreativeTechs Tips.)

Golden Eagles can be up to three feet long with a…

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.)