Google I/O 2009 - The Myth of the Genius Programmer
//$text_flash_load_failed = <<
// [ Movie Load Failed! ]
// [ Please check ]
// [ 1. Flash Player is installed and enabled ]
// [ 2. The video you requested is still existed. ]
// [ or you may visit the video directly ]
//
//EOT;
$text_flash_load_failed = 'Loading...';
$this->widget('application.extensions.flash.EJqueryFlash',
array(
'name' => 'flash_player',
'text' => $text_flash_load_failed,
'pluginOptions'=>array(
'expressInstall' => true,
'upate' => true,
),
'htmlOptions'=>array(
'src' => $movie_flash,
'width' => '100%',
'height'=> '100%',
'allowFullScreen'=> 'true',
),
)
);
?>
Google I/O 2009 - The Myth of the Genius Programmer
to, find a server, do a push, right? I mean, it's actually-- You know, there's a little more effort involved. So in one sense, it discourages collaboration, but in another sense, it also encourages collaboration, because--excuse me-- it lowers the barrier for everyone to participate, right? Instead of just, you know, "the official committers" on a project having access to the history, having the ability to do checkpoints of their code, now everybody in the world has the exact same tool set ...