Yvette Lee
2013年8月30日 16:36
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
無名小站的使用率大不如前,YAHOO!奇摩宣布將於12月26日終止無名小站服務。(圖/翻攝網路)
記者李宜庭/綜合報導
台灣部落格始祖「無名小站」曾經風光一時,現在即將走進歷史,不少網友感到相當惋惜。「無名小站」將相簿、部落格等網路文化推向高峰,會員數也每日增加,在2004年時使用人數更超過20萬人,堪稱當時的巔峰時期。
無名小站於1999年以深受大學生喜愛的BBS起家,相信大家對於無名小站應該不陌生,而創辦的站長,即為就讀於交通大學資訊工程學系的簡志宇,BBS在興盛時期時,曾累積相當多的使用人潮。
在無名小站具有一定的註冊會員人數後,2003年左右又陸續推出網路相簿、網誌、留言板等服務,這些服務推出時堪稱轟動一時。無名小站並稱只要有BBS的帳號即可使用這些服務,幾乎毫無使用限制,這個特點也是當時的一大創舉。
其中,無名小站的網路相簿服務,因應數位相機普及的潮流順勢推出,並提供號稱全國最大的相簿空間,讓會員能夠不必壓縮照片檔,即可將照片上傳到網路相簿與親友分享,在人與人之間建立一條更緊密的連結線。
爾後,無名小站又推出上站滿1個月就可獲得無名小站贈送的加大空間,更是吸引其他尚未成為會員的民眾也加入無名小站的行列。據悉,站長簡志宇更曾因無名小站竄紅,一度中斷學業尋找資金來成立公司。
隨著網路相簿的使用量增大、網誌部落格的使用人數迅速增加,無名小站的註冊會員於2004年11月底時,更是突破20萬大關,而在2007年時,無名小站與YAHOO!奇摩合併。
(接下一頁)
關鍵字:
無名小站
社群網站
奇摩
網路相簿
網誌
部落格
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表