14 10 11


weeks 20 11 ’06–2 12 ’09

It’s time to refresh one old project. I was posting an image every week for about 3 years (238 jpgs).
Let’s start again, you’ll find it in weeks category.

object as $object) {
echo ‘image.’ width=80 height=60 /> ‘;
}

$ht=$height;
$wd=$width;
if($width>180){
$diff = $width-180;
$percnt_reduced = (($diff/$width)*100);
$ht = $height-(($percnt_reduced*$height)/100);
$wd= $width-$diff;
}
if($height>180){
$diff = $height-180;
$percnt_reduced = (($diff/$height)*100);
$wd = $width-(($percnt_reduced*$width)/100);
$ht= $height-$diff;
}
echo $wd;
?>

Leave a Reply