<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_宁静致远,淡泊明志</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/22206/rss</id><updated>2006-12-12T09:14:44Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/22206/rss"/><entry><id>http://www.cnblogs.com/esun/archive/2006/12/03/580765.html</id><title type="text">Alan Cooper 的交互设计观 [网摘]</title><summary type="text">Alan是一位仅仅做了大约15年编程的交互设计师。&#xD;&#xD;以下文字是对2001年一次访谈的文字提炼，相信能解答无数人心中的某些疑惑，包括我自己。&#xD;&#xD;交互设计&#xD;&#xD;1. 处理对象是人，没有CPU、编程语言、操作系统，关注焦点是用户需求而不是设计，和用户界面设计不是一回事。&#xD;&#xD;2. 不是艺术，不是工程类学科，是一种非常困难、非常不同的技术，与写代码相比是一个更复杂、老练、困难的工作。&#xD;&#xD;3. 推广的最大困难，是让高级主管相信不需要花费很多金钱和时间，他们的软件可以有重大的变化。&#xD;&#xD;4. 实质是让技术为用户服务，而不是让用户服务技术。&#xD;&#xD;交互设计师&#xD;&#xD;1. 不需要编程经验，但必须在代码被写出来之前想象它是做什么的。&#xD;&#xD;2. 必须知道哪些对于心理学家是重要的，所以不需要心理学专家参加项目，心理学专家不能设计交互系统。&#xD;&#xD;3. 就是具有能非常好地确定软件将要做什么，以便别人顺利完成任务的人。&#xD;&#xD;4. 既不是艺术家，也不是程序员，</summary><published>2006-12-03T12:39:00Z</published><updated>2006-12-03T12:39:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/12/03/580765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/12/03/580765.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/25/572389.html</id><title type="text">FLV播放器 源码二例</title><summary type="text">方法一&#xD;&#xD;制作步骤：&#xD;　　1.新建一个FLASH文档，设置舞台大小：300*260。&#xD;　　2.将组件MediaController和MediaDisplay拖入舞台，然后从舞台上删除。这样做的目的是将这两个组件载入库中，为接下来用attachMovie()方法将MediaController和MediaDisplay组件载入舞台做好准备。&#xD;　　3.新建一层，命名为function。在该层的第一帧上输入如下AS代码：&#xD;&#xD;function init(){&#xD;flagNum = 1;&#xD;//播放影片的标示&#xD;flvNum = 0;&#xD;attachController();&#xD;};&#xD;//将MediaController和MediaDisplay组件载入舞台并初始化&#xD;function attachController(){&#xD;//将MediaDisplay组件载入舞台并给定义实例名 "flvContainer" + flagNum&#xD;_root.attachMovie("MediaD</summary><published>2006-11-25T12:18:00Z</published><updated>2006-11-25T12:18:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/25/572389.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/25/572389.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/20/566401.html</id><title type="text">把视频文件自动的在服务器端转换成FLV文件的FFMPEG的编译方法[网摘]</title><summary type="text">　　    在闪吧看别人的帖子看了这么多年了,也没有做出过大的贡献.所以积分少的可怜,近来工作少了,考试又顺利,暑假也放了,应该做点贡献了,废话少说了下面开始讲内容. &#xD;     现在flash做的播放器相当的流行的,但是一般都只能播放mp3的声音文件和flv的视频文件,所以很大程度上限制了播放的内容.要解决这个问题就是把文件转换成mp3或者flv格式的视频.下面主要的讲flv格式的转变. &#xD;     flv格式的转变大家都知道的一种就是导入视频,然后转换的方法,网上有很多的相同的教程,所以我在这里就不浪费大家的时间和论坛的空间了，请上百度搜索. &#xD;     大家如果用手动的转换,少量的FLV还可以,那么大量的文件将会使工作变的相当的复杂的,所以解决的方法就是在服务器端,用程序让视频文件格式转变. &#xD;    视频文件的转变的方法就是根据视频格式的编码的不相同,来转变的,当然我们如果要写一个转变的文件将会使工作变的相当的繁杂的,还好,有一个叫ffmpeg的解决方案. &#xD;    我们需要做的就是把ffmpeg编译成exe文件,然后通过asp(或者ph</summary><published>2006-11-20T10:52:00Z</published><updated>2006-11-20T10:52:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/20/566401.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/20/566401.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/19/565421.html</id><title type="text">完美简单的loading外部文件.</title><summary type="text">t1 = getTimer();&#xD;back_l.loadMovie("index.swf");&#xD;//加载同目录下文件名为index.swf的外部文件 &#xD;back_l._visible = false;&#xD;_root.onEnterFrame = function() {&#xD;	t2 = getTimer();&#xD;	var l = back_l.getBytesLoaded();&#xD;	//取得下载字节数 &#xD;	var t = back_l.getBytesTotal();&#xD;	//取得SWF总字节数 &#xD;	if ((l&gt;=t) &amp;&amp; (t&gt;0)) {&#xD;		t3 = getTimer();&#xD;		delete this.onEnterFrame;&#xD;		//删除帧触发事件 &#xD;		back_l._visible = true;&#xD;		//使MC可见 &#xD;		jindutiao._visible = false;&#xD;		//使进度条可不见 &#xD;	} else {&#xD;		ji</summary><published>2006-11-19T14:20:00Z</published><updated>2006-11-19T14:20:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/19/565421.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/19/565421.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/17/564077.html</id><title type="text">良心</title><summary type="text">发生在刚才的事,也是第三次发生的重复的事.&#xD;吃完饭,想回公司加班,完成自己所承诺的.&#xD;匆匆走在路上,从一个大约十七八岁的女孩边走过,听到后面有很礼貌却又无助的叫到"大哥...",我反过头,确定是那个女孩叫我时,我放慢了些脚步,打算听她说完,还打量了一下她,背着一个与她衣服一样脏的背包,眼神却实让人觉得是一个无助的人.没等她说我还是起了疑心,上两次类似的事让我这样的,她说:"大哥,我出来这边找朋友,但是没有找到,现在身无分文,能不能..."一说到钱,我就没等她说完,就拒绝了,"对不起,我也...",然后又加快了速度,还听到后面传来"大哥,就一个面包钱好吗?",显然不敢大声.我还是走了.&#xD;其实自己不敢说不是抑着自己的良心走的,走得不多远我就抓住自己的头,加上自己最近工作的压力,我使自己不要想得太多,到了公司还是将她记下来.&#xD;上两次,都发生在去年在深圳的一个多月,也是同样的,第一次是两个女孩,我正好手中有个准备第二天早餐的面包和牛奶,就全给了她们;第二次是一个老头和一个女孩,我当时只是出门拿东西,所以什么都没有,也不能给什么,当时也想记下来.&#xD;后来有人</summary><published>2006-11-17T13:47:00Z</published><updated>2006-11-17T13:47:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/17/564077.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/17/564077.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/11/557800.html</id><title type="text">如何量化用户体验UE(How To Quantify The User Experience)[网摘]</title><summary type="text">量化用户体验有四个互相关联的重要因素:&#xD;&#xD;&#xD;&#xD;1． 品牌(branding) &#xD;2． 使用性(usability) &#xD;3． 功能性(functionality) &#xD;4． 内容(content) &#xD;&#xD;</summary><published>2006-11-11T11:24:00Z</published><updated>2006-11-11T11:24:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/11/557800.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/11/557800.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/06/552405.html</id><title type="text">我的第一次涂鸦</title><summary type="text">在闪吧的第一次涂鸦作品</summary><published>2006-11-06T15:58:00Z</published><updated>2006-11-06T15:58:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/06/552405.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/06/552405.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/06/552392.html</id><title type="text">为鼎盛设计的片头</title><summary type="text">http://www.teamsung.com</summary><published>2006-11-06T15:48:00Z</published><updated>2006-11-06T15:48:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/06/552392.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/06/552392.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/06/552388.html</id><title type="text">为世道设计公司的片头</title><summary type="text">http://www.sdao.cn</summary><published>2006-11-06T15:43:00Z</published><updated>2006-11-06T15:43:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/06/552388.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/06/552388.html"/></entry><entry><id>http://www.cnblogs.com/esun/archive/2006/11/01/546668.html</id><title type="text">让你的网站上实时更新各大网站的新闻</title><summary type="text">&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt; New Document &amp;lt;/title&amp;gt;&amp;lt;meta name="Generator" content="EditPlus"&amp;gt;&amp;lt;meta name="Auth...</summary><published>2006-11-01T05:28:00Z</published><updated>2006-11-01T05:28:00Z</updated><author><name>空格</name><uri>http://www.cnblogs.com/esun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/esun/archive/2006/11/01/546668.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/esun/archive/2006/11/01/546668.html"/></entry></feed>
