利用這個聯播功能,讓一些有共同興趣、想法的部落格集中在同一網站上,免除了使用者需各網站瀏覽的不便。
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;} #flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;} #flickr_icon_td {padding:0 5px 0 0 !important;} .flickr_badge_image {text-align:center !important;} .flickr_badge_image img {border: 1px solid black !important;} #flickr_badge_uber_wrapper {width:150px;} #flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;} #flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;} #flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000} #flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
www.flickr.com
|
花了一天,終於將這個Bug給解決了:
if (file_exists($basedir."attachments/$file_name")) { //mod by nelson liu 2006/1/11
$path = $basedir."attachments/$file_name"; //mod by nelson liu 2006/1/11
header("Pragma: public");
header("Content-type: $file_type");
header("Content-Disposition: filename=$orig_name");
header("Content-transfer-encoding: binary\n");
header("Content-length: " . filesize($path) . "\n");
readfile("$path");
exit; //added by nelson liu 2006/1/11
官方新聞,指出目前1.1的發展現況,讓我感到社群的強大力量,如何將存在的即有資源匯集在一起,激發志同道合者一同出力,共譜美好未來,我想這是未來社會的希望,能將人們善的一面導出,避免集中焦點在惡的那一面,這或許是現今台灣社會偏移的情況。
重點除了技術是基本要素外,更重要的是有沒有那熱情,有的話,就放的下自尊,就有目標,就會去衝,而不會讓失敗擊敗。
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!