<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Keep Walking</title><subtitle type="text">no matter what has happened...what's happening...what will happen...we must be on the way...</subtitle><id>http://feed.cnblogs.com/blog/u/30361/rss</id><updated>2009-04-23T05:32:41Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30361/rss"/><entry><id>http://www.cnblogs.com/Fernando/archive/2009/04/23/1441990.html</id><title type="text">div 图片垂直居中问题</title><summary type="text">网上有一个例子其中hack IE代码有一个display:block测试过程中他没有用处1.图片高度问题 图片的高度奇偶性会影响真正居中，上下相差1px.不过在实际应用中没啥影响。当图片高度为偶数时 *font-size:175px当图片高度为奇数时 *font-size:176pxIE5.5IE6.0 IE7.0 IE8.0 beta2 Firefox3.03&amp;radic;&amp;radic;&amp;rad...</summary><published>2009-04-23T05:33:00Z</published><updated>2009-04-23T05:33:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/04/23/1441990.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/04/23/1441990.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/24/1420269.html</id><title type="text">连续字符自动换行的解决方案</title><summary type="text">文本的排版依据语言的不同会有一些格式上的要求，比如简体中文中类似逗号、分号等标点符号不会出现在一行的开头，对于英文来讲就是一个完整单词不会在两行显示，浏览器会依据类似这样的原则来显示文本。但是由于网页有宽度限制的，连续的超长的字母、数字或标点符号超出其所在区域宽度的限制而导致影响页面视觉，如例1所示。这个问题在显示用户输入信息时尤为突出，这里就是要说如何解决这个问题。在CSS3草案中，对文本的处理...</summary><published>2009-03-24T02:22:00Z</published><updated>2009-03-24T02:22:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/24/1420269.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/24/1420269.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/20/1417586.html</id><title type="text">border: none 0</title><summary type="text">1、这涉及到 CSS 简写的基本原则。在一条简写规则当中的缺省项会自动被&amp;ldquo;默认初始值&amp;rdquo;代替。因此，声明 {border: 0;} 完全等价于声明 {border: 0 none 元素颜色}，而声明 {border: none;} 完全等价于声明 {border: medium none 元素颜色}。我相信大家在使用 background 和 font 的简写方式时对此已经有...</summary><published>2009-03-20T04:49:00Z</published><updated>2009-03-20T04:49:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/20/1417586.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/20/1417586.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/17/1414076.html</id><title type="text">如何使用fiddler在firefox下通过2层代理调试网页</title><summary type="text">关闭fiddler；打开IE，设置代理，访问需要调试的网页；关闭IE；打开FIREFOX，设置通过fiddler调试的代理；直接打开需要调试的网页即可；</summary><published>2009-03-17T03:00:00Z</published><updated>2009-03-17T03:00:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/17/1414076.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/17/1414076.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/15/1412647.html</id><title type="text">CSS hacks</title><summary type="text">Dealing with browser inconsistencies often makes up a majority of the work for a web designer. Sometimes there is no reasonable way to accomplish a desired layout in all major web browsers without the...</summary><published>2009-03-15T13:13:00Z</published><updated>2009-03-15T13:13:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/15/1412647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/15/1412647.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/15/1412627.html</id><title type="text">*:first-child+html CSS Hack</title><summary type="text">If the background color of this paragraph is green (a darker green than this page's background) then the hack was applied.Example Codep.test {  background-color: #f66;}*:first-child+html p.test {  bac...</summary><published>2009-03-15T12:41:00Z</published><updated>2009-03-15T12:41:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/15/1412627.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/15/1412627.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/11/1408765.html</id><title type="text">【代码美化】CSS代码格式化和JS代码格式化工具</title><summary type="text">CSS代码格式化点击查看CSS_format.htmlJS代码格式化点击查看JS_format.htmlJS代码压缩点击查看Js_zip.htmCSS和JS编码美化工具，使你写的有些混乱的编码更加的美观，HTML源码也有美化工具，这个工具名称是FRONTPAGE 2003，具体的大家可以留言咨询</summary><published>2009-03-11T07:15:00Z</published><updated>2009-03-11T07:15:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/11/1408765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/11/1408765.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/10/1407703.html</id><title type="text">Fiddler的几个使用技巧</title><summary type="text">只简单说下和前端开发调试密切相关的：使用AutoResponder本地调试文件。请参考如何直接调试线上页面的JavaScript和CSS. 使用QuickExecBox快速操作。请参考QuickExec Reference. 推荐熟练掌握的命令：?sometext, bpu, go, urlreplace. 快捷键：Alt + Q, Ctrl + I, Shift + Del, Ctrl + X,...</summary><published>2009-03-10T04:05:00Z</published><updated>2009-03-10T04:05:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/10/1407703.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/10/1407703.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/10/1407702.html</id><title type="text">如何直接调试线上页面的JavaScript和CSS</title><summary type="text">作为一名前端工程师，除了开发新项目，还有一个重要任务是线上网站的日常维护。一个典型的工作场景是：线上的某个页面出现了bugs，需要紧急修复。这时候有个简单的传统做法是，将问题页面另存为本地html文件，然后疯狂的寻找并修复bugs，等弄好了，再将修改后的js和css上传到线上并检查校验bugs是否已修正。上面的方法，对于简单页面，是够用的。但是对于稍微复杂的页面，IE的另存为经常不保真，如果页面中...</summary><published>2009-03-10T04:04:00Z</published><updated>2009-03-10T04:04:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/10/1407702.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/10/1407702.html"/></entry><entry><id>http://www.cnblogs.com/Fernando/archive/2009/03/03/1402512.html</id><title type="text">敏捷软件开发模型--SCRUM </title><summary type="text">一 什么是Scrum?Scrum (英式橄榄球争球队), 软件开发模型是敏捷开发的一种，在最近的一两年内逐渐流行起来。Scrum的基本假设是：开发软件就像开发新产品，无法一开始就能定义软件产品最终的规程，过程中需要研发、创意、尝试错误，所以没有一种固定的流程可以保证专案成功。Scrum 将软件开发团队比拟成橄榄球队，有明确的最高目标，熟悉开发流程中所需具备的最佳典范与技术，具有高度自主权，紧密地沟...</summary><published>2009-03-03T11:14:00Z</published><updated>2009-03-03T11:14:00Z</updated><author><name>Fernando</name><uri>http://www.cnblogs.com/Fernando/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Fernando/archive/2009/03/03/1402512.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Fernando/archive/2009/03/03/1402512.html"/></entry></feed>
