Category Archives: Technology
September 21, 2009 · 1,275 Views
这是湖南娱乐频道实习总结的第一篇。
作为数字媒体创作工具中的姣姣者,Avid非编系统已经应用到了电影、视频、音频和广播等的各种后期制作应用当中。湖南娱乐频道此次在原有Avid系统基础之上,重金购入容量更大的ISIS系统盘阵扩充已有Avid平台适应发展趋势,解决系统空间不足、传输速率地下等问题。张鹏在湖南娱乐频道实习期间正好赶上新设配的购置于平台搭建,有幸参与到了系统的搭建工作中,也参与新平台的技术员培训,对Avid系统有一定的了解。
实习, 工作, 生活
September 21, 2009 · 2,855 Views
最近在湖南娱乐频道实习,具体岗位是后期制作中心的网管,实习一月,对后期制作的软件有了基础的了解。湖南娱乐频道Avid非编系统使用了Editshare进行管理,后期制作时,首先需要打开Editshare客户端,使用管理员所给的账号密码登录系统。
实习, 工作, 生活
July 28, 2009 · 1,022 Views
When designing your website, it’s annoying that your css file can not suit any browsers even though its writen under W3C standards. These errors occurs often in IE6. In contract, Firefox, opera, safari and chrome do well on css explaination. Now, I’d like to share my experiences on css hacks. This post will help you to distinguish IE6, IE7 and Firefox.
css, Technology
July 25, 2009 · 1,197 Views
在使用CSS进行网页布局设计的时候,最烦人的莫过于不同浏览器对于CSS属性的解释不同造成网页错位了,尤其有时候自己的CSS代码完全符合W3C标准,这种状况在IE6中出现的最多,而相对来说Firefox,opera,safari,chrome等标准浏览器问题相对较少,然而在中国,IE6或者说以其为核心的其他浏览器还是应用最为广泛的一个,这也就导致我们需要花费大量的时间来进行浏览器兼容工作,以下就来介绍一下张鹏在设计网页中总结到的CSS hack经验。
css, 技巧, 网络
May 6, 2009 · 772 Views
I started make my free WordPress themes few days ago. While I said I’ll publish my first theme quickly, I have no time to build it. I began this work on my holiday. Now I ‘ll share some expiriences. First post, I will introduce you some head functions used in wordpress themes and their parameters. (Remember, I said head functions because I used them between <head> and </head> tags.)
All this fuctions can be used like this: <?php wp_title(); ?> where wp_title() is just the functions you want to use.
WordPress
May 3, 2009 · 1,232 Views
最近才开始摆弄WordPress主题,之前说过要制作个主题的,只是一直不得空,现在开始制作张鹏自己的主题,也把自己在制作Wordpress主题中遇到的问题和解决方法分享一下。第一篇先来说说wordpress主题制作中头部用到的函数及其参数,注意这里说到的头部指<head>与</head>之间的部分。
至于说到用法,以下所有函数的使用方式都如:<?php wp_title(); ?>其中wp_title()修改为你需要用到的函数。
WordPress, 主题