CINXE.COM

RTHK Memory

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!--[if IE 8]> <html class="ie8"> <![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--meta name="viewport" content="width=640,maximum-scale=0.5,initial-scale=0.5,minimum-scale=0.5,user-scalable=no"--> <meta name="viewport" content="width=device-width,user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta http-equiv="CACHE-CONTROL" content="NO-CACHE"/> <meta name="description" content="【歲月.港台】香港電台節目資料庫中,包含多個精選的港台作品,不但紀錄了香港在不同時代的歷史大事和城市風貌,也呈現了香港電台作為公共廣播機構,多年來在推動文化事業和公民教育方面的努力成果。Throughout the decades, RTHK has recorded the ups and downs of Hong Kong. At the same time, we pioneered innovative programme genres that brought pleasure to generations of Hong Kong people and would become part of their fond memories. In RTHK Memory, you will find RTHK programmes that not only reflect the changes of Hong Kong, but also RTHK’s efforts in advancing cultural and civil education." /> <!-- Facebook Header --> <meta property="og:title" content="RTHK Memory"/> <meta property="og:type" content="website"/> <meta property="og:description" content="【歲月.港台】香港電台節目資料庫中,包含多個精選的港台作品,不但紀錄了香港在不同時代的歷史大事和城市風貌,也呈現了香港電台作為公共廣播機構,多年來在推動文化事業和公民教育方面的努力成果。Throughout the decades, RTHK has recorded the ups and downs of Hong Kong. At the same time, we pioneered innovative programme genres that brought pleasure to generations of Hong Kong people and would become part of their fond memories. In RTHK Memory, you will find RTHK programmes that not only reflect the changes of Hong Kong, but also RTHK’s efforts in advancing cultural and civil education."/> <meta property="og:url" content="https://app4.rthk.hk/special/rthkmemory"/> <meta property="og:image" content="https://app4.rthk.hk/special/rthkmemory/assets/img/general/facebook_share_icon.jpg" /> <meta property="og:site_name" content="RTHK Memory"/> <meta property="fb:admins" content="100000263784204"/> <meta property="fb:app_id" content="1409420382669989"/> <!-- Facebook Header --> <!-- webtrends meta tags--> <meta name="WT.cg_n" content="#rthkmemory" /> <meta name="WT.cg_s" content="#media_page_video" /> <!-- additional webtrends meta tags--> <link href="https://app4.rthk.hk/special/rthkmemory/assets/css/style.css" rel="stylesheet" type="text/css" /> <link href="https://app4.rthk.hk/special/rthkmemory/assets/css/collective_memory.css" rel="stylesheet" type="text/css" /> <link href="https://app4.rthk.hk/special/rthkmemory/assets/css/responsive.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/jquery.isotope.min.js"></script> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/common.js"></script> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/respond.min.js"></script> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/formhandler.js"></script> <script type="text/javascript" src="https://app4.rthk.hk/special/rthkmemory/assets/js/jquery.backgroundSize.js"></script> <!-- FB / Twitter event --> <script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> <script type="text/javascript"> twttr.events.bind('tweet', function(event) { dcsMultiTrack('DCS.dcsuri', 'twitter_tweet_#media_page_video', 'WT.ti', 'twitter_tweet_#media_page_video', 'WT.cg_n', '#rthkmemory', 'WT.cg_s', 'twitter_tweet_#media_page_video','WT.es','twitter_tweet_#media_page_video' ); }); function FacebookShare() { //var shareurl = encodeURI("http://www.facebook.com/sharer/sharer.php?u="+social_url); //window.open(shareurl,'','width=550,height=350,menubar=no,status=no'); FB.ui( { method: 'stream.share', link: window.location.href }, function(response) { if (response) { dcsMultiTrack('DCS.dcsuri', 'facebook_share_#media_page_video', 'WT.ti', 'facebook_share_#media_page_video', 'WT.cg_n', '#rthkmemory', 'WT.cg_s', 'facebook_share_#media_page_video','WT.es','facebook_share_#media_page_video' ); } } ); } function TwitterShare() { //var shareurl = encodeURI("http://twitter.com/share?url="+social_url); var shareurl = encodeURI("https://twitter.com/intent/tweet?url="+social_url); var sharetitle = encodeURI('RTHK Memory:'); window.open(shareurl+'&text='+sharetitle,'','width=550,height=300,menubar=no,status=no'); } </script> <title>RTHK Memory</title> <script> var social_url=document.location.href; $(document).ready(function(){ $('.tags-wrapper li').click(function() { var keyword = $(this).attr('keyword'); var type = $(this).attr('type'); if (type=="programme") { window.location.href= 'https://app4.rthk.hk/special/rthkmemory/tag/programme/'+keyword; } else { window.location.href= 'https://app4.rthk.hk/special/rthkmemory/tag/'+keyword; } }); $('.top-modules.desktop .search-btn').click(function() { do_search( $('input[name=search]').val() ); }); $('.top-modules.mobile .do-search').click(function() { do_search( $('input[name=mobile_search]').val() ); }); $('input[name=search]').keyup(function(e){ if(e.keyCode == 13) { do_search( $(this).val() ); } }); $('input[name=mobile_search]').keyup(function(e){ if(e.keyCode == 13) { do_search( $(this).val() ); } }); $('.column-display .block .block-body .block-body-content .description').css('max-height', '105px'); $('.category-wrapper .media-list .item .item-desc').css('max-height', '130px'); $('body').css({'font-size':'15px'}); $('.module .large-font').click(function(){ $('.column-display .block .block-body .block-body-content .description').css('max-height', '115px'); $('.category-wrapper .media-list .item .item-desc').css('max-height', '143px'); $('body').css({'font-size':'17px'}); }); $('.module .mid-font').click(function(){ $('.column-display .block .block-body .block-body-content .description').css('max-height', '105px'); $('.category-wrapper .media-list .item .item-desc').css('max-height', '130px'); $('body').css({'font-size':'15px'}); }); $('.module .small-font').click(function(){ $('.column-display .block .block-body .block-body-content .description').css('max-height', '100px'); $('.category-wrapper .media-list .item .item-desc').css('max-height', '110px'); $('body').css({'font-size':'13px'}); }); $('.module .font').click(function(){ $.post( 'https://app4.rthk.hk/special/rthkmemory/home/setFontSize/', { font_size : $(this).attr('v') }, function(data) { if (data.message == '') { r = ""; //location.reload(); } else { r = data.message; } }, 'json' ) }); }); function do_search(s) { window.location.href= 'https://app4.rthk.hk/special/rthkmemory/search/'+s; } </script> </head> <body class=" "> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/zh_TW/sdk.js#xfbml=1&appId=1409420382669989&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({appId: '1409420382669989', status: true, cookie: true, xfbml: true}); FB.Event.subscribe('edge.create', function(response) { dcsMultiTrack('DCS.dcsuri', 'fb_like_media_id_', 'WT.ti', 'fb_like_media_id_', 'WT.cg_n', '#rthkmemory', 'WT.cg_s', 'fb_like_media_id_','WT.es','fb_like_media_id_' ); }); FB.Event.subscribe('comment.create', function (response) { dcsMultiTrack('DCS.dcsuri', 'fb_comment_media_id_', 'WT.ti', 'fb_comment_media_id_', 'WT.cg_n', '#rthkmemory', 'WT.cg_s', 'fb_comment_media_id_','WT.es','fb_comment_media_id_' ); }); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/zh_TW/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script> <div class="wrapper chi"> <div class="header-wrapper"> <a href="http://rthk.hk"> <div class="logo"></div> </a> <a href="https://app4.rthk.hk/special/rthkmemory"> <div class="memory-logo chi"></div> <div class="memory-logo-text chi"></div> </a> <div class="top-modules desktop"> <div class="module"> <div class="module-left"></div> <div class="module-body"> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?lang=chi" class="btn-chi"></a> <div class="sep"></div> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?lang=eng" class="btn-eng"></a> </div> <div class="module-right"></div> </div> <div class="module"> <div class="module-left"></div> <div class="module-body"> <a href="javascript:FacebookShare('');" class="fb_share"></a> <!--<a href="javascript:TwitterShare('');" class="twitter_share"></a>--> <a class="twitter_share" href="https://twitter.com/intent/tweet?text=RTHK Memory&url=https://app4.rthk.hk:443/special/rthkmemory/media/video/?page=7" target="_blank"></a> <div class="social-share"></div> </div> <div class="module-right"></div> </div> <div class="module"> <div class="module-left"></div> <div class="module-body"> <a class="small-font font" v="small" ></a> <a class="mid-font font" v="mid"></a> <a class="large-font font" v="large"></a> <div class="search-bar"> <input type="text" name="search" value="" /> </div> <a class="search-btn"></a> </div> <div class="module-right"></div> </div> <!--<div class="module"> <div class="module-left"></div> <div class="module-body"> <a target="blank" class="fbpage" href="https://www.facebook.com/pages/%E6%AD%B2%E6%9C%88%E6%B8%AF%E5%8F%B0-RTHK-Memory/381328341942189"></a> </div> <div class="module-right"></div> </div>--> </div> <div class="top-modules mobile"> <div class="search-btn"></div> <div class="modules-btn"></div> <div class="search-wrap"><a class="close-btn"></a><input type="text" name="mobile_search" value="" /><a class="do-search"></a></div> <div class="modules-wrap"> <a class="close-btn"></a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?lang=chi" class="btn-chi"></a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?lang=eng" class="btn-eng"></a> <a href="javascript:FacebookShare('');" class="fb_share"></a> <!--<a href="javascript:TwitterShare('');" class="twitter_share"></a>--> <a class="twitter_share" href="https://twitter.com/intent/tweet?text=RTHK Memory&url=https://app4.rthk.hk:443/special/rthkmemory/media/video/?page=7" target="_blank"></a> <!--<a target="blank" class="fbpage" href="https://www.facebook.com/pages/%E6%AD%B2%E6%9C%88%E6%B8%AF%E5%8F%B0-RTHK-Memory/381328341942189"></a>//--> </div> </div> <div class="menu-bar"> <div class="menu-btn mobile"><span></span>目錄</div> <style> .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.major-events.active {background: #5EA74E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.major-events {background: #5EA74E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.profile.active {background: #C6AD2C;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.profile {background: #C6AD2C;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.radio-drama.active {background: #6CCCE4;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.radio-drama {background: #6CCCE4;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.hk-footprints.active {background: #E75D99;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.hk-footprints {background: #E75D99;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.artscritique.active {background: #C2D130;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.artscritique {background: #C2D130;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.innovation.active {background: #E5564E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.innovation {background: #E5564E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.extravaganza.active {background: #4599A3;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.extravaganza {background: #4599A3;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.tv-drama.active {background: #577BAB;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.tv-drama {background: #577BAB;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.awarded-prog.active {background: #40C19A;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.awarded-prog {background: #40C19A;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.photo-album.active {background: #A74EA2;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.photo-album {background: #A74EA2;} </style> <ul class="menu"> <li class="home"><a href="https://app4.rthk.hk/special/rthkmemory">主頁</a></li> <li class=""><a style="" class="subbtn">分類<span></span></a> <ul class="sub-menu" > <li><a class="major-events " href="https://app4.rthk.hk/special/rthkmemory/category/major-events">大事錄</a></li> <li><a class="profile " href="https://app4.rthk.hk/special/rthkmemory/category/profile/programme/">名人錄</a></li> <li><a class="radio-drama " href="https://app4.rthk.hk/special/rthkmemory/category/radio-drama/programme/">廣播劇</a></li> <li><a class="hk-footprints " href="https://app4.rthk.hk/special/rthkmemory/category/hk-footprints/programme/">香港足印</a></li> <li><a class="artscritique " href="https://app4.rthk.hk/special/rthkmemory/category/artscritique/programme/">演藝風流</a></li> <li><a class="innovation " href="https://app4.rthk.hk/special/rthkmemory/category/innovation/programme/">開創先河</a></li> <li><a class="extravaganza " href="https://app4.rthk.hk/special/rthkmemory/category/extravaganza/programme/">繽紛盛事</a></li> <li><a class="tv-drama " href="https://app4.rthk.hk/special/rthkmemory/category/tv-drama/programme/">電視劇集</a></li> <li><a class="awarded-prog " href="https://app4.rthk.hk/special/rthkmemory/category/awarded-prog/programme/">摘星之選</a></li> <li><a class="photo-album " href="https://app4.rthk.hk/special/rthkmemory/category/photo-album/programme/">相片集</a></li> </ul> </li> <li class="expand_d"><a class="subbtn">內容<span></span></a> <ul class="sub-menu" style='/* display:block; */'> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/audio" class="" style="color: #3e92b5;" >聲音</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/video" class="active" style="color: #3e92b5;" >影片</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/photo" class="" style="color: #3e92b5;" >相片</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/programme" class="" style="color: #3e92b5;" >節目</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/all" class="" style="color: #3e92b5;" >全部</a></li> </ul> </li> <li><a href="https://app4.rthk.hk/special/rthkmemory/collective_memory">集體回憶</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/about">關於</a></li> </ul> </div> </div><!-- ends header --> <div class="body-wrapper"> <div class="content-wrapper"> <script> var $container = $('.media-list'); $.Isotope.prototype._getCenteredMasonryColumns = function() { this.width = this.element.width(); var parentWidth = this.element.parent().width(); // i.e. options.masonry && options.masonry.columnWidth var colW = this.options.masonry && this.options.masonry.columnWidth || // or use the size of the first item this.$filteredAtoms.outerWidth(true) || // if there's no items, use size of container parentWidth; var cols = Math.floor( parentWidth / colW ); cols = Math.max( cols, 1 ); /* $('body').prepend('<div style="position:fixed; z-index:999;">wdith:' + this.width + '</div>');*/ // i.e. this.masonry.cols = .... this.masonry.cols = cols; // i.e. this.masonry.columnWidth = ... this.masonry.columnWidth = colW; $('.column-loading').hide(); }; $.Isotope.prototype._masonryReset = function() { // layout-specific props this.masonry = {}; // FIXME shouldn't have to call this again this._getCenteredMasonryColumns(); var i = this.masonry.cols; this.masonry.colYs = []; while (i--) { this.masonry.colYs.push( 0 ); } }; $.Isotope.prototype._masonryResizeChanged = function() { var prevColCount = this.masonry.cols; // get updated colCount this._getCenteredMasonryColumns(); return ( this.masonry.cols !== prevColCount ); }; $.Isotope.prototype._masonryGetContainerSize = function() { var unusedCols = 0, i = this.masonry.cols; // count unused columns while ( --i ) { if ( this.masonry.colYs[i] !== 0 ) { break; } unusedCols++; } return { height : Math.max.apply( Math, this.masonry.colYs ), // fit container to columns that have been used; //width : (this.masonry.cols - unusedCols) * this.masonry.columnWidth }; }; $(function(){ $container = $('.media-list'); // $container.imagesLoaded( function(){ $container.isotope({ itemSelector : '.item', layoutMode : 'fitRows', transformsEnabled: false, masonry: { columnWidth: ($(window).width()<=370)?300:(($(window).width()<=640)?310:330) } }); $('.item').show(); $('.column-loading').hide(); // }); $(".item-desc").each(function(i){ var divH = $(this).height(); var $p = $("p", $(this)).eq(0); while ($p.outerHeight() > divH) { $p.text($p.text().replace(/(\s)*([a-zA-Z0-9]+|\W)(\.\.\.)?$/, "...")); }; }); }); $(document).ready(function(){ $(window).smartresize(function(){ if($(window).width()<=370){ $container.isotope({ resizable: false, masonry: { columnWidth: 300} }); }else if($(window).width()<=640){ $container.isotope({ resizable: false, masonry: { columnWidth: 310} }); }else{ $container.isotope({ resizable: false, masonry: { columnWidth: 330} }); } }); $('.item-tag').click(function() { var keyword = $(this).attr('keyword'); var type = $(this).attr('type'); if (type=="programme") { window.location.href= 'https://app4.rthk.hk/special/rthkmemory/tag/programme/'+keyword; } else { window.location.href= 'https://app4.rthk.hk/special/rthkmemory/tag/'+keyword; } }); $('.module .font').click(function(){ $(".item-desc").each(function(i){ var divH = $(this).height(); var $p = $("p", $(this)).eq(0); $p.text( $p.attr('ori_text') ); while ($p.outerHeight() > divH) { $p.text($p.text().replace(/(\s)*([a-zA-Z0-9]+|\W)(\.\.\.)?$/, "...")); }; }); $container.isotope(); }); }); </script> <div class="category-wrapper"> <div class="page-wrapper"> <div class="page-inner-wrapper"> <div class="cat-logo"></div> <div class="page-overlay"></div> <div class="page-inner"> <div class="page-menu"> <style> .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.major-events.active {background: #5EA74E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.major-events {background: #5EA74E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.profile.active {background: #C6AD2C;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.profile {background: #C6AD2C;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.radio-drama.active {background: #6CCCE4;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.radio-drama {background: #6CCCE4;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.hk-footprints.active {background: #E75D99;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.hk-footprints {background: #E75D99;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.artscritique.active {background: #C2D130;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.artscritique {background: #C2D130;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.innovation.active {background: #E5564E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.innovation {background: #E5564E;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.extravaganza.active {background: #4599A3;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.extravaganza {background: #4599A3;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.tv-drama.active {background: #577BAB;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.tv-drama {background: #577BAB;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.awarded-prog.active {background: #40C19A;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.awarded-prog {background: #40C19A;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a.photo-album.active {background: #A74EA2;} .page-wrapper .page-inner-wrapper .page-menu ul.menu li a:hover.photo-album {background: #A74EA2;} </style> <ul class="menu"> <li class="home"><a href="https://app4.rthk.hk/special/rthkmemory">主頁</a></li> <li class=""><a style="" class="subbtn">分類<span></span></a> <ul class="sub-menu" > <li><a class="major-events " href="https://app4.rthk.hk/special/rthkmemory/category/major-events">大事錄</a></li> <li><a class="profile " href="https://app4.rthk.hk/special/rthkmemory/category/profile/programme/">名人錄</a></li> <li><a class="radio-drama " href="https://app4.rthk.hk/special/rthkmemory/category/radio-drama/programme/">廣播劇</a></li> <li><a class="hk-footprints " href="https://app4.rthk.hk/special/rthkmemory/category/hk-footprints/programme/">香港足印</a></li> <li><a class="artscritique " href="https://app4.rthk.hk/special/rthkmemory/category/artscritique/programme/">演藝風流</a></li> <li><a class="innovation " href="https://app4.rthk.hk/special/rthkmemory/category/innovation/programme/">開創先河</a></li> <li><a class="extravaganza " href="https://app4.rthk.hk/special/rthkmemory/category/extravaganza/programme/">繽紛盛事</a></li> <li><a class="tv-drama " href="https://app4.rthk.hk/special/rthkmemory/category/tv-drama/programme/">電視劇集</a></li> <li><a class="awarded-prog " href="https://app4.rthk.hk/special/rthkmemory/category/awarded-prog/programme/">摘星之選</a></li> <li><a class="photo-album " href="https://app4.rthk.hk/special/rthkmemory/category/photo-album/programme/">相片集</a></li> </ul> </li> <li class="expand_d"><a class="subbtn">內容<span></span></a> <ul class="sub-menu" style='/* display:block; */'> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/audio" class="" style="color: #3e92b5;" >聲音</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/video" class="active" style="color: #3e92b5;" >影片</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/photo" class="" style="color: #3e92b5;" >相片</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/programme" class="" style="color: #3e92b5;" >節目</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/media/all" class="" style="color: #3e92b5;" >全部</a></li> </ul> </li> <li><a href="https://app4.rthk.hk/special/rthkmemory/collective_memory">集體回憶</a></li> <li><a href="https://app4.rthk.hk/special/rthkmemory/about">關於</a></li> </ul> </div> <div class="page-content"> <div class="page-content-inner"> <div class="cat-header"> <div class="cat-label" style="color:#3e92b5;">影片</div> <div class="sorting">排序: <div class="active"><span></span>精選</div> <a class="" href="https://app4.rthk.hk/special/rthkmemory/media/video/stroke/">筆劃</a> </div> </div> <div class="column-loading detail"></div> <div class="media-list"> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/profile/1115"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1115"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/profile/1115">我們的科學家: 查干花鎮上的一片綠 - 林漢明 </a></h2> <div class="item-desc"> <p ori_text="查干花鎮位於中國吉林省,蒙古語的意思是白色,因為那裡有一大片鹽份非常高的荒地。香港中文大學生命科學學院的林漢明教授,選取了這片只有雜草能生長的土地,試驗種植俱有抗鹽基因的大豆品種,期望荒地有一天能夠變成良田。">查干花鎮位於中國吉林省,蒙古語的意思是白色,因為那裡有一大片鹽份非常高的荒地。香港中文大學生命科學學院的林漢明教授,選取了這片只有雜草能生長的土地,試驗種植俱有抗鹽基因的大豆品種,期望荒地有一天能夠變成良田。</p> </div> <div class="item-date">播出日期:2017-10-08</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%88%91%E5%80%91%E7%9A%84%E7%A7%91%E5%AD%B8%E5%AE%B6" type="programme">我們的科學家</div> <div class="item-tag" keyword="%E7%A7%91%E5%AD%B8%E5%AE%B6" type="media">科學家</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/profile/1114"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1114"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/profile/1114">我們的科學家: 流水行者 - 李行偉 </a></h2> <div class="item-desc"> <p ori_text="李行偉,世界知名的環境水力學學者,曾任香港大學工程學院院長,現為香港科技大學土木工程講座教授。多年來,他一直參與和領導香港多項水利工程,由海港淨化、水質管理到紅潮預報,都不乏他的身影。工程學講求知行並重,故李行偉堅持不論環境有多紛亂,也要將理論與實踐結合。他鑽研多年的「浮射流」理論,更成為多項工程的理論基礎。">李行偉,世界知名的環境水力學學者,曾任香港大學工程學院院長,現為香港科技大學土木工程講座教授。多年來,他一直參與和領導香港多項水利工程,由海港淨化、水質管理到紅潮預報,都不乏他的身影。工程學講求知行並重,故李行偉堅持不論環境有多紛亂,也要將理論與實踐結合。他鑽研多年的「浮射流」理論,更成為多項工程的理論基礎。</p> </div> <div class="item-date">播出日期:2017-10-01</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%88%91%E5%80%91%E7%9A%84%E7%A7%91%E5%AD%B8%E5%AE%B6" type="programme">我們的科學家</div> <div class="item-tag" keyword="%E7%A7%91%E5%AD%B8%E5%AE%B6" type="media">科學家</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1099"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1099"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1099">歷史說香港: 闢地建房屋 </a></h2> <div class="item-desc"> <p ori_text="節目探討殖民地政府如何利用土地發展策略,提升這小漁港的地價,讓香港升價十倍。此外,節目還會探討所有香港人的疑惑:香港雖人多但土地也不少,為何房屋供應卻永遠不能滿足市場和市民的需求呢?到底房屋供應不足是否歷史遺留下來的問題呢?">節目探討殖民地政府如何利用土地發展策略,提升這小漁港的地價,讓香港升價十倍。此外,節目還會探討所有香港人的疑惑:香港雖人多但土地也不少,為何房屋供應卻永遠不能滿足市場和市民的需求呢?到底房屋供應不足是否歷史遺留下來的問題呢?</p> </div> <div class="item-date">播出日期:2017-09-04</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E6%88%BF%E5%B1%8B" type="media">房屋</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1098"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1098"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1098">歷史說香港: 法治的基石 </a></h2> <div class="item-desc"> <p ori_text="香港穩固的法治基石並非一蹴而就,完善的法治體系是經過百多年的千錘百鍊、一步一步建成的。">香港穩固的法治基石並非一蹴而就,完善的法治體系是經過百多年的千錘百鍊、一步一步建成的。</p> </div> <div class="item-date">播出日期:2017-08-28</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E6%B3%95%E6%B2%BB" type="media">法治</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1097"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1097"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1097">歷史說香港: 路行車載 </a></h2> <div class="item-desc"> <p ori_text="城市的發展導致交通的革新,交通的改善又加速城市的擴展,城市和交通的關係密不可分。香港在百多年間從一個細小的漁村高速地發展成一個國際城市,交通工具也因應社會的改變而不停演進,在城市的發展中扮演着重要的角色。">城市的發展導致交通的革新,交通的改善又加速城市的擴展,城市和交通的關係密不可分。香港在百多年間從一個細小的漁村高速地發展成一個國際城市,交通工具也因應社會的改變而不停演進,在城市的發展中扮演着重要的角色。</p> </div> <div class="item-date">播出日期:2017-08-21</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E4%BA%A4%E9%80%9A" type="media">交通</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1096"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1096"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1096">歷史說香港: 航運連城 </a></h2> <div class="item-desc"> <p ori_text="香港航運業在上世紀發展得極為蓬勃,更曾是本地經濟的重要支柱。香港由小漁村發展成舉世知名的海港,仰賴的除了天然地理優勢,還有不少後天因素。">香港航運業在上世紀發展得極為蓬勃,更曾是本地經濟的重要支柱。香港由小漁村發展成舉世知名的海港,仰賴的除了天然地理優勢,還有不少後天因素。</p> </div> <div class="item-date">播出日期:2017-08-14</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E8%88%AA%E9%81%8B%E6%A5%AD" type="media">航運業</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1095"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1095"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1095">歷史說香港: 香港保衛戰 </a></h2> <div class="item-desc"> <p ori_text="日本在1941年12月8日強攻香港,可是這個兵力薄弱的小地方卻讓勢如破竹的日軍苦戰了十八日,才能令當年的港總督楊慕琦爵士簽字投降。千帆過盡,這場香港保衞戰又出了多少英雄?">日本在1941年12月8日強攻香港,可是這個兵力薄弱的小地方卻讓勢如破竹的日軍苦戰了十八日,才能令當年的港總督楊慕琦爵士簽字投降。千帆過盡,這場香港保衞戰又出了多少英雄?</p> </div> <div class="item-date">播出日期:2017-08-07</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E6%97%A5%E4%BD%94%E6%99%82%E6%9C%9F" type="media">日佔時期</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1094"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1094"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1094">歷史說香港: 醫療與管治 </a></h2> <div class="item-desc"> <p ori_text="1894年5月,香港爆發鼠疫,導致二千多人死亡,鼠疫在香港肆虐了近30年才消失,反映出政府與華人的醫療觀念截然不同,而當中的差異更足以危及管治,故政府決心推動西式醫療,一方面着手培訓本地醫生和護士,同時在各區開設藥房,把西醫融入華人社區。">1894年5月,香港爆發鼠疫,導致二千多人死亡,鼠疫在香港肆虐了近30年才消失,反映出政府與華人的醫療觀念截然不同,而當中的差異更足以危及管治,故政府決心推動西式醫療,一方面着手培訓本地醫生和護士,同時在各區開設藥房,把西醫融入華人社區。</p> </div> <div class="item-date">播出日期:2017-07-31</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2%E8%AA%AA%E9%A6%99%E6%B8%AF" type="programme">歷史說香港</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF" type="media">香港</div> <div class="item-tag" keyword="%E6%AD%B7%E5%8F%B2" type="media">歷史</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E9%86%AB%E7%99%82" type="media">醫療</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1059"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1059"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1059">香港歷史系列: 城外之城(下) </a></h2> <div class="item-desc"> <p ori_text="香港,從開埠初期的維多利亞城,經過170多年的移山填海至今天,華商每每在土地開發,以至新區發展時,都一直扮演着功不可沒的角色。">香港,從開埠初期的維多利亞城,經過170多年的移山填海至今天,華商每每在土地開發,以至新區發展時,都一直扮演着功不可沒的角色。</p> </div> <div class="item-date">播出日期:2017-04-24</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2%E7%B3%BB%E5%88%97" type="programme">香港歷史系列</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2%E7%B3%BB%E5%88%97+III+-+%E7%B2%BE%E8%AE%80%E7%89%88+%28%E9%9B%BB%E8%A6%96%29" type="programme">香港歷史系列 III - 精讀版 (電視)</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E5%9C%9F%E5%9C%B0%E7%99%BC%E5%B1%95" type="media">土地發展</div> <div class="item-tag" keyword="%E8%8F%AF%E5%95%86" type="media">華商</div> <div class="clear"></div> </div> </div> <div class="item video" style="display: none;"> <div class="item-img"> <a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1058"> <div class="icon-overlay"></div> <img src="https://rthkmemorycms.rthk.hk/photo/media/3to2-thumb/1058"/> </a> </div> <div class="item-top"> <h2 class="item-title"><a href="https://app4.rthk.hk/special/rthkmemory/details/hk-footprints/1058">香港歷史系列: 城外之城(上) </a></h2> <div class="item-desc"> <p ori_text="香港,從開埠初期的維多利亞城,經過170多年的移山填海至今天,華商每每在土地開發,以至新區發展時,都一直扮演着功不可沒的角色。">香港,從開埠初期的維多利亞城,經過170多年的移山填海至今天,華商每每在土地開發,以至新區發展時,都一直扮演着功不可沒的角色。</p> </div> <div class="item-date">播出日期:2017-04-21</div> </div> <div class="item-sep"></div> <div class="item-tags"> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2%E7%B3%BB%E5%88%97" type="programme">香港歷史系列</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2%E7%B3%BB%E5%88%97+III+-+%E7%B2%BE%E8%AE%80%E7%89%88+%28%E9%9B%BB%E8%A6%96%29" type="programme">香港歷史系列 III - 精讀版 (電視)</div> <div class="item-tag" keyword="%E9%A6%99%E6%B8%AF%E6%AD%B7%E5%8F%B2" type="media">香港歷史</div> <div class="item-tag" keyword="%E5%9C%9F%E5%9C%B0%E7%99%BC%E5%B1%95" type="media">土地發展</div> <div class="item-tag" keyword="%E8%8F%AF%E5%95%86" type="media">華商</div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> <div class="paging-wrapper"> <div class="paging"> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=6" class="prev"></a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=1">1</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=2">2</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=3">3</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=4">4</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=5">5</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=6">6</a> <div class="active">7</div> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=8">8</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=9">9</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=10">10</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=11">11</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=12">12</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=13">13</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=14">14</a> <span class="dot">…</span> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=52">52</a> <a href="https://app4.rthk.hk/special/rthkmemory/media/video/?page=8" class="next"></a> <div class="clear"></div> </div> </div> </div> </div> <div class="copyright inner">&copy; 2025 rthk.hk</div> <div class="clear"></div> </div> </div> </div> </div> </div> </div><!-- start footer --> <div class="footer-wrapper details-footer-wrapper"> <div class="footer-top details-footer-top"> <div class="cloud"></div> </div> </div> </div> <kanhanbypass> <!-- START OF SmartSource Data Collector TAG --> <script src="https://programme.rthk.hk/include2010/stat/webtrends.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var _tag=new WebTrends(); _tag.dcsGetId(); //]]>> </script> <script type="text/javascript"> //<![CDATA[ // Add custom parameters here. //_tag.DCSext.param_name=param_value; _tag.dcsCollect(); //]]>> </script> <noscript> <div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="https://sdc.rthk.hk/dcseht10h000004r7f320gnyr_5q2e/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.2"/></div> </noscript> <!-- END OF SmartSource Data Collector TAG --> <!-- Snowplow starts plowing --> <script type="text/javascript"> function getMetaContentByName(name,content){ var content = (content==null)?'content':content; var selection = document.querySelector("meta[name='"+name+"']") !== null; if(selection) { return document.querySelector("meta[name='"+name+"']").getAttribute(content); } } var cg_n = getMetaContentByName("WT.cg_n"); var cg_s = getMetaContentByName("WT.cg_s"); ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://d1dns4zpgsd7rz.cloudfront.net/sp/rthk_sp_v3.9.js","snowplow")); window.snowplow('newTracker', 'cf', 'd1dns4zpgsd7rz.cloudfront.net', { platform:"web", eventMethod:"get" }); window.snowplow('trackPageView'); //window.snowplow('trackSocialInteraction', 'share', 'facebook'); window.snowplow('trackSelfDescribingEvent', { event: { schema: 'rthk/grouping/jsonschema/2-0-0', data: { source: 'web', cg_n: cg_n, cg_s: cg_s } } }); </script> <!-- Snowplow stops plowing --> </kanhanbypass> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10