Matt Kan
2013年8月1日 20:31
");
$(".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();
});
}
//-------------------
});
-
2013台北電腦應用展「智慧生活主題區」展出用平板電腦控制家中設施的方式(攝影/記者甘偉中)
記者甘偉中/台北報導
「2013台北電腦應用展」正在台北世貿一館盛大展出。今年主題為「雲端行動 智慧應用」,主辦單位特別打造「智慧生活主題區」,包含App應用、雲端行動與智慧家庭三大主題,讓參觀民眾體驗雲端行動科技為生活帶來的便利性。
隨著行動裝置普及化,隨手可得的App應用程式受到使用者喜愛,在「App應用區」中展出與生活應用息息相關的各種應用程式,例如解救非自願性談話的虛擬來電,可假裝接到電話擺脫煩人的應酬;結合科技與文創的3D卡片,透過App觀賞實體賀卡,會從螢幕中跳出神奇的動畫效果等。
▲ 透過App觀賞實體賀卡,會從螢幕中跳出神奇的動畫效果(攝影/記者甘偉中) 雲端時代的降臨,也改變人們對於交易付款的方式,在「雲端行動區」中展示的雲端收銀系統,可透過平板電腦收銀結帳、利用手機付款,或是將手機當成儲值卡使用,以後就不需要帶著一堆卡片在身上了。
▲ 雲端收銀系統,可透過平板電腦收銀結帳、利用手機付款(攝影/記者甘偉中) 在「智慧家庭區」中結合雲端科技及App應用,展出行動監控照護系統,平板電腦與網路攝影機的整合,可以遠端監視家中的狀況,控制家裏的電燈、電扇等設施,偵測瓦斯漏氣或門禁管制等。
▲ 用平板電腦就可以監視家中的狀況,控制家裏的各種設施(攝影/記者甘偉中) 為了讓民眾深入瞭解智慧科技如何融入現代生活,主辦單位也在現場安排『智慧生活教室』供民眾體驗,課程包含行動理財、健康減重、時間管理、職場簡報、手機開店、二維條碼應用、居家安全與動畫鑑賞等豐富內容,讓專家達人來剖析各類應用服務如何為生活帶來便利與樂趣。
主辦單位於展覽期間並規劃好玩的集點活動,鼓勵民眾熱情參與,只要現場體驗集滿『APP應用』、『雲端行動』及『智慧家庭』三枚徽章,便可至主題區服務台兌換精美好禮。
「2013台北電腦應用展」8月1日至5日免費開放進場,「智慧生活主題區」攤位號碼A0133,不但有最新智慧生活科技,又有好康集點贈獎活動,民眾不妨親自前往體驗。
關鍵字:
台北電腦應用展
智慧家庭
App
雲端生活
遠距照護
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表