<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>Redesign</title>
  <link>http://redesigner.blogbus.com</link>
  <description><![CDATA[致力于Web标准化建设与研究，网页制作技术的共享。]]></description>
  <generator> by blogbus.com </generator>
  <lastBuildDate>Thu, 01 Jan 1970 07:00:00 +0700</lastBuildDate>
  <image>
									<url>http://public.blogbus.com/profile/head.gif</url>
									<title>Redesign</title>
									<link>http://redesigner.blogbus.com</link>
								</image>  <item>
   <title>法国女歌手推荐－Natasha St-Pier</title>
   <description><![CDATA[ De L&#39;amour Le Mieux<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="/logs/3766209.html">iframe背景透明</a> 2006-11-05</div><div><a href="/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="/logs/3360794.html">[原]暂住证——飘在北京</a> 2006-09-20</div><div><a href="/logs/3351634.html">JS耍宝一</a> 2006-09-18</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F5587054.html&title=%E6%B3%95%E5%9B%BD%E5%A5%B3%E6%AD%8C%E6%89%8B%E6%8E%A8%E8%8D%90%EF%BC%8DNatasha+St-Pier">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/shenghuo?utm_source=blogbus&utm_medium=rss&utm_campaign=shenghuo" target="_blank">生活频道——笑谈生活，坐看人生，这里有着小人物的健康生活。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/5587054.html</link>
   <author></author>
   <pubDate>Thu, 31 May 2007 11:25:08 +0800</pubDate>
  </item>
  <item>
   <title>CSS制作条状图表</title>
   <description><![CDATA[如今，许多网站上都会用到统计表，于是我们需要为它们制作一些漂亮的图片来呈现，自然而然又想利用最少的带宽和最简单的标记。在把这些图片放到网页上的方法，一个是插入图片，一个是背景图片。<br /><br />插入图片的代码固然简单，但是没有语义，跨平台的展示性并不强。那么背景图片呢，在更加没有语义的同时我们还要面临背景图片的两个问题：1.并非所有浏览器的默认设置是可以打印背景图片　2.用户不能复制图片中的数据到word文档或者outlook等其它编辑器。当然，我们可以告诉用户更改浏览器的打印设置，令其可以打印背景图片，但是要求用户这样做明显不是个好主意。接下来，我要介绍是另外一种方法，与以上两种方法完全不同哦～<br /><br />什么是图表？<br /><br />举个例子吧，比如：一个网站每月的浏览次数统计。我们需要画出一张下面这样的图表：<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="http://redesigner.blogbus.com/logs/4645631.html">[原]css技巧：清除浮动</a> 2007-03-01</div><div><a href="http://redesigner.blogbus.com/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="http://redesigner.blogbus.com/logs/3309636.html">CSS耍宝一</a> 2006-09-14</div><div><a href="http://redesigner.blogbus.com/logs/3285028.html">[原]推荐：更人性化的交互表单表现形式</a> 2006-09-12</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F5397451.html&title=CSS%E5%88%B6%E4%BD%9C%E6%9D%A1%E7%8A%B6%E5%9B%BE%E8%A1%A8">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://tuijian.blogbus.com/" target="_blank">推荐：让我们寻找最优秀的Blogger！</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/5397451.html</link>
   <author></author>
   <pubDate>Thu, 17 May 2007 12:05:04 +0800</pubDate>
  </item>
  <item>
   <title>别再说DIV＋CSS了！</title>
   <description><![CDATA[从业三年来，不断听人说CSS＋DIV，甚至有些公司的招聘广告也是要求应聘者会&ldquo;DIV+CSS&rdquo;,这说法令人实在是受不了了。其实我也知道，说这话的人真正的意图是想说标准化网页制作。每当认识的人在我面前把这两个词强行组合在一起说出来的时候我都会马上给予纠正和解释。今天无意中去看蓝色的帖子，一楼一楼还是说的让人受不了的&ldquo;CSS＋DIV&rdquo;，忍不住给re了一下。<br /><br />标准化网页制作，是用xhtml代码结合CSS样式表来书写网页。Div只是xhtml代码中的一个没有语义的标签而已，纯粹Div＋Css制作的网页那不是符合...<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/4645631.html">[原]css技巧：清除浮动</a> 2007-03-01</div><div><a href="http://redesigner.blogbus.com/logs/3267093.html">[原]重构工程师，我们如何工作</a> 2006-09-08</div><div><a href="http://redesigner.blogbus.com/logs/3262262.html">重构者之路，开张咯</a> 2006-09-08</div><div><a href="http://redesigner.blogbus.com/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F4960113.html&title=%E5%88%AB%E5%86%8D%E8%AF%B4DIV%EF%BC%8BCSS%E4%BA%86%EF%BC%81">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/shenghuo?utm_source=blogbus&utm_medium=rss&utm_campaign=shenghuo" target="_blank">生活频道——笑谈生活，坐看人生，这里有着小人物的健康生活。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/4960113.html</link>
   <author></author>
   <pubDate>Fri, 06 Apr 2007 13:53:41 +0800</pubDate>
  </item>
  <item>
   <title>妇女节快乐！</title>
   <description><![CDATA[今天是三八妇女节，祝天下所有女性同胞们节日快乐！<br /><br />昨天下班前收到旧同事提醒：<br />三八节到了，要告诉女同胞们正确使用男人：有才华的当顾问，长的帅的当情人，挣钱多的当相公，顾家的做替补，有出息的玩偶遇，会浪漫的一夜情，靠的住的做知己，智商高的当孩他爸&hellip;<br /><br />早上一上班就收到同事的祝福：<br />祝我们这些...<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/3360794.html">[原]暂住证——飘在北京</a> 2006-09-20</div><div><a href="/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="/logs/3285028.html">[原]推荐：更人性化的交互表单表现形式</a> 2006-09-12</div><div><a href="/logs/3267093.html">[原]重构工程师，我们如何工作</a> 2006-09-08</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F4716627.html&title=%E5%A6%87%E5%A5%B3%E8%8A%82%E5%BF%AB%E4%B9%90%EF%BC%81">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/shenghuo?utm_source=blogbus&utm_medium=rss&utm_campaign=shenghuo" target="_blank">生活频道——笑谈生活，坐看人生，这里有着小人物的健康生活。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/4716627.html</link>
   <author></author>
   <pubDate>Thu, 08 Mar 2007 13:00:45 +0800</pubDate>
  </item>
  <item>
   <title>[原]css技巧：清除浮动</title>
   <description><![CDATA[当我们自豪地甩开table布局方式时，css+xhtml的布局也常常令我们苦恼不已。经典的3像素问题，莫名其妙的高度没有自适应等等，都是源于css里的float！<br /><br />我聪明可爱的同行们一般都是在容纳了浮动对象的容器内最后放一个空的div，给其设置属性为clear:both。这样一来确实解决了不少讨厌的浮动问题，但是想想看，我们做标准是为了什么？一个空的div，浪费代码不说，还没有任何语义！<br /><br />几个月前我终于找到一套纯css方法，不需要在xhtml代码里添加任何无用代码。废话不多说...<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="http://redesigner.blogbus.com/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="http://redesigner.blogbus.com/logs/3267093.html">[原]重构工程师，我们如何工作</a> 2006-09-08</div><div><a href="http://redesigner.blogbus.com/logs/3262262.html">重构者之路，开张咯</a> 2006-09-08</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F4645631.html&title=%5B%E5%8E%9F%5Dcss%E6%8A%80%E5%B7%A7%EF%BC%9A%E6%B8%85%E9%99%A4%E6%B5%AE%E5%8A%A8">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/fengshang?utm_source=blogbus&utm_medium=rss&utm_campaign=fengshang" target="_blank">风尚频道——国内顶尖的时尚族群汇聚于此，未必是流行，但一定要有品位。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/4645631.html</link>
   <author></author>
   <pubDate>Thu, 01 Mar 2007 15:36:28 +0800</pubDate>
  </item>
  <item>
   <title>iframe背景透明</title>
   <description><![CDATA[<p>1. 包含框架页：</p><code>&lt;body bgColor=&quot;#eeeeee&quot;&gt; <br />&lt;iframe allowTransparency=&quot;true&quot; src=&quot;kuangjia.htm&quot;&gt; <br />&lt;/iframe&gt; </code><p>2.被框架页kuangjia.htm： </p><code>&lt;body bgColor=&quot;transparent&quot;&gt; </code><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="http://redesigner.blogbus.com/logs/4645631.html">[原]css技巧：清除浮动</a> 2007-03-01</div><div><a href="/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="/logs/3285028.html">[原]推荐：更人性化的交互表单表现形式</a> 2006-09-12</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F3766209.html&title=iframe%E8%83%8C%E6%99%AF%E9%80%8F%E6%98%8E">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/xingzhe?utm_source=blogbus&utm_medium=rss&utm_campaign=xingzhe" target="_blank">行者频道——从普通游客到资深背包族，跟随Ta们的镜头游遍全世界。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/3766209.html</link>
   <author></author>
   <pubDate>Sun, 05 Nov 2006 11:59:02 +0800</pubDate>
  </item>
  <item>
   <title>更具亲和力的表单结构</title>
   <description><![CDATA[<p>前段写过一篇<a href="http://redesigner.blogbus.com/logs/2006/09/3285028.html" target="_blank">更人性化的交互表单表现形式</a>，今天再来推荐一款更具亲和力的表单结构。其好处在于：1.标签语义化增强。2.用户体验更好。</p><p>好处1的解释：充分运用xhtml固有标签label，将“用户名”、“密码”、“重复密码”等字符放进label标签里，令其具备语义。</p><p>好处2的解释：给label赋予for属性，并给后面的input赋予相同的id，用户在点击label里的文字时，对应的input被激活，变得可输入。</p><p>废话少说，代码贴上：</p><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br />&lt;title&gt;Form demo&lt;/title&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />&lt;!--<br />body {<br /> font-family: Arial, Helvetica, sans-serif;<br /> font-size:12px;<br /> color:#666666;<br /> background:#fff;<br /> text-align:center;<p /><p>}</p><p>* {<br /> margin:0;<br /> padding:0;<br />}</p><p>a {<br /> color:#1E7ACE;<br /> text-decoration:none; <br />}</p><p>a:hover {<br /> color:#000;<br /> text-decoration:underline;<br />}<br />h3 {<br /> font-size:14px;<br /> font-weight:bold;<br />}</p><p>pre,p {<br /> color:#1E7ACE;<br /> margin:4px;<br />}<br />input, select,textarea {<br /> padding:1px;<br /> margin:2px;<br /> font-size:11px;<br />}<br />.buttom{<br /> padding:1px 10px;<br /> font-size:12px;<br /> border:1px #1E7ACE solid;<br /> background:#D0F0FF;<br />}<br />#formwrapper {<br /> width:450px;<br /> margin:15px auto;<br /> padding:20px;<br /> text-align:left;<br /> border:1px solid #A4CDF2;<br />}</p><p>fieldset {<br /> padding:10px;<br /> margin-top:5px;<br /> border:1px solid #A4CDF2;<br /> background:#fff;<br />}</p><p>fieldset legend {<br /> color:#1E7ACE;<br /> font-weight:bold;<br /> padding:3px 20px 3px 20px;<br /> border:1px solid #A4CDF2; <br /> background:#fff;<br />}</p><p>fieldset label {<br /> float:left;<br /> width:120px;<br /> text-align:right;<br /> padding:4px;<br /> margin:1px;<br />}</p><p>fieldset div {<br /> clear:left;<br /> margin-bottom:2px;<br />}</p><p>.enter{ text-align:center;}<br />.clear {<br /> clear:both;<br />}</p><p>--&gt;<br />&lt;/style&gt;<br />&lt;/head&gt;</p><p>&lt;body&gt;<br />&lt;div id=&quot;formwrapper&quot;&gt;</p><p>&lt;h3&gt;已注册用户登录&lt;/h3&gt;<br /> &lt;form action=&quot;&quot; method=&quot;post&quot; name=&quot;apLogin&quot; id=&quot;apLogin&quot;&gt;<br /> &lt;fieldset&gt;<br />  &lt;legend&gt;用户登录&lt;/legend&gt;<br />  &lt;div&gt;<br />   &lt;label for=&quot;Name&quot;&gt;用户名&lt;/label&gt;<br />   &lt;input type=&quot;text&quot; name=&quot;Name&quot; id=&quot;Name&quot; size=&quot;18&quot; maxlength=&quot;30&quot; /&gt;&lt;br /&gt;<br />  &lt;/div&gt;<br />  &lt;div&gt;<br />   &lt;label for=&quot;password&quot;&gt;密码&lt;/label&gt;<br />   &lt;input type=&quot;password&quot; name=&quot;password&quot; id=&quot;password&quot; size=&quot;18&quot; maxlength=&quot;15&quot; /&gt;&lt;br /&gt;<br />  &lt;/div&gt;<br />  &lt;div class=&quot;cookiechk&quot;&gt;<br />   &lt;label&gt;&lt;input type=&quot;checkbox&quot; name=&quot;CookieYN&quot; id=&quot;CookieYN&quot; value=&quot;1&quot; /&gt; &lt;a href=&quot;#&quot; title=&quot;选择是否记录您的信息&quot;&gt;记住我&lt;/a&gt;&lt;/label&gt;<br />   &lt;input name=&quot;login791&quot; type=&quot;submit&quot; class=&quot;buttom&quot; value=&quot;登录&quot; /&gt;<br />  &lt;/div&gt; <br />  &lt;div class=&quot;forgotpass&quot;&gt;&lt;a href=&quot;#&quot;&gt;您忘记密码?&lt;/a&gt;&lt;/div&gt; <br /> &lt;/fieldset&gt;<br /> &lt;/form&gt;&lt;br /&gt;<br /> &lt;h3&gt;未注册创建帐户&lt;/h3&gt;<br /> &lt;form action=&quot;&quot; method=&quot;post&quot; name=&quot;apForm&quot; id=&quot;apForm&quot;&gt;<br /> &lt;fieldset&gt;<br />  &lt;legend&gt;用户注册&lt;/legend&gt;<br />  &lt;p&gt;&lt;strong&gt;您的电子邮箱不会被公布出去,但是必须填写.&lt;/strong&gt; 在您注册之前请先认真阅读服务条款.&lt;/p&gt;<br />  &lt;div&gt;<br />  &lt;label for=&quot;Name&quot;&gt;用户名&lt;/label&gt;<br />  &lt;input type=&quot;text&quot; name=&quot;Name&quot; id=&quot;Name&quot; value=&quot;&quot; size=&quot;20&quot; maxlength=&quot;30&quot; /&gt; <br />  *(最多30个字符)&lt;br /&gt; <br /> &lt;/div&gt;<br />  &lt;div&gt;<br />  &lt;label for=&quot;Email&quot;&gt;电子邮箱&lt;/label&gt;<br />  &lt;input type=&quot;text&quot; name=&quot;Email&quot; id=&quot;Email&quot; value=&quot;&quot; size=&quot;20&quot; maxlength=&quot;150&quot; /&gt; *&lt;br /&gt; <br /> &lt;/div&gt; <br />  &lt;div&gt;<br />  &lt;label for=&quot;password&quot;&gt;密码&lt;/label&gt;<br />  &lt;input type=&quot;password&quot; name=&quot;password&quot; id=&quot;password&quot; size=&quot;18&quot; maxlength=&quot;15&quot; /&gt; <br />  *(最多15个字符)&lt;br /&gt;<br /> &lt;/div&gt;<br />  &lt;div&gt;<br />  &lt;label for=&quot;confirm_password&quot;&gt;重复密码&lt;/label&gt;<br />  &lt;input type=&quot;password&quot; name=&quot;confirm_password&quot; id=&quot;confirm_password&quot; size=&quot;18&quot; maxlength=&quot;15&quot; /&gt; <br />  *&lt;br /&gt;</p><p> &lt;/div&gt;<br />  &lt;div&gt;<br />  &lt;label for=&quot;AgreeToTerms&quot;&gt;同意服务条款&lt;/label&gt;<br />      &lt;input type=&quot;checkbox&quot; name=&quot;AgreeToTerms&quot; id=&quot;AgreeToTerms&quot; value=&quot;1&quot; /&gt; <br />      &lt;a href=&quot;#&quot; title=&quot;您是否同意服务条款&quot;&gt;先看看条款？&lt;/a&gt; * &lt;/div&gt;  <br />  &lt;div class=&quot;enter&quot;&gt;<br />     &lt;input name=&quot;create791&quot; type=&quot;submit&quot; class=&quot;buttom&quot; value=&quot;提交&quot; /&gt;<br />     &lt;input name=&quot;Submit&quot; type=&quot;reset&quot; class=&quot;buttom&quot; value=&quot;重置&quot; /&gt;<br /> &lt;/div&gt;</p><p>  &lt;p&gt;&lt;strong&gt;* 在提交您的注册信息时, 我们认为您已经同意了我们的服务条款.&lt;br /&gt; <br />     * 这些条款可能在未经您同意的时候进行修改.&lt;/strong&gt;&lt;/p&gt; <br /> &lt;/fieldset&gt;<br /> &lt;/form&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</p></code><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/3285028.html">[原]推荐：更人性化的交互表单表现形式</a> 2006-09-12</div><div><a href="http://redesigner.blogbus.com/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="http://redesigner.blogbus.com/logs/4645631.html">[原]css技巧：清除浮动</a> 2007-03-01</div><div><a href="http://redesigner.blogbus.com/logs/3267093.html">[原]重构工程师，我们如何工作</a> 2006-09-08</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F3750008.html&title=%E6%9B%B4%E5%85%B7%E4%BA%B2%E5%92%8C%E5%8A%9B%E7%9A%84%E8%A1%A8%E5%8D%95%E7%BB%93%E6%9E%84">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://tuijian.blogbus.com/" target="_blank">推荐：让我们寻找最优秀的Blogger！</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/3750008.html</link>
   <author></author>
   <pubDate>Thu, 02 Nov 2006 15:15:12 +0800</pubDate>
  </item>
  <item>
   <title>[原]暂住证——飘在北京</title>
   <description><![CDATA[<p>昨天就想写一篇关于北京暂住证的文章，有人戏称“良民证”。然而回到家身心俱乏，做完第二天中午的便当，就坐着就不想动了，也不愿意去思考，暂住证，很令人恶心烦恼的话题。从公司到家，需要步行40分钟。我比很多人幸福，因为我不需要挤地铁挤公交车。租住的房子离公司比较近，步行就可以了。我坚持步行，一是为健康，二是为安全。每天有十多个小时困在电脑前，没有运动的机会，走路对我来说是唯一的锻炼。本来也想买辆自行车，顾虑再三，没有买。原因一：北京这地方，谁没丢过车那才叫稀奇。原因二：交通混乱，明哲保身。从家到公司那段路可谓错综复杂，即使70度的转角处也看不到那边来车了没有，有一片绿色植物在那里挡着，而且那个立交桥下的路口没有红绿灯，没有人行横道。为保全自己，只能步行。</p><p>话题转到暂住证上来。昨天看到一篇新闻，<a href="http://china.dayoo.com/gb/content/2006-09/19/content_2636051.htm" target="_blank">北京清查出租房房客无暂住证房东将受罚</a>。在北京混了快三年时间，从未办过暂住证，对此物也是深恶痛绝。如老罗所说，我在我自己祖国的领土上居住，凭什么要我暂住？我不暂住，我要永久地住！城里人，乡下人，城市户口，农村户口。。为什么要把好好的公民分等级，我安安静静地活着，承受着这个社会的种种压力，恭恭敬敬做我的好公民，恭恭敬敬纳税，你凭什么非要我暂住？在北京租房本身就是件难事，要躲开奸炸的中介，若碰上难缠刻薄的房东，那房子就住不踏实。就像我这房子，说是有冰箱，却不敢用，索性自己拿了封条给封起来。那冰箱不知道是什么年代的古董，就怕一用就坏，坏了房东正好赖上你，说你给用坏了，得给他修好。所以，干脆不用。菜每天买新鲜的，剩菜倒掉。就这房子，还说是家电齐全！房租当然不会少，二环边上的房子，有过北京租房经历的人都知道房价。</p><p>从即日起，出租房房主如没与房客签订“治安责任保证书”，将被处以房屋月租金10倍以下罚款；外地房客如没办暂住证，需立即退房，房主需交纳月租金5倍以下罚款。</p><p>我是老实人，你不查，我本本分分地活着，你一查，我慌了。万一要我立即退房怎么办？带着那么多家当行李，我上哪儿安身？好歹也算是个都市白领，却要落得无处栖身？何况我刚刚交了三个月房租，血汗钱，就这么没了？这是什么世道？不是早说暂住证要取消了么？于是，到处查资料，打电话，暂住证要怎么办理，公司不给代办，只说可以开证明，打到派出所去问，说必须房主身份证复印件和房契。天，我们那破房主，他肯把身份证复印件和房契提供给我们才怪呢。而派出所在回答我问题的同时也将我的住址进行了备案。这样一来，不办也得办，人家知根知底，随时查上门来。真后悔自己怎么就缺一根筋，人家一问，就说了。得，拖着吧，无路可走。不信真能把我们赶出去。</p><p>公司邮件说可以办北京工作居住证，一看条件傻眼了：本科学历，要学位证书，职称证书，拉倒吧，俺没上过大学。还有个什么北京市人才引进，硕士以上文凭，见鬼去吧。</p><p>晚上跟朋友倒苦水，朋友笑说：我们去美国吧。我说，怎么去啊，没有那些鬼证件，你根本出不了国门！其实我真正向往的是能在澳大利亚某草原上有一片自己的牧场，过着人人平等与世无争的日子。</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/4716627.html">妇女节快乐！</a> 2007-03-08</div><div><a href="/logs/3766209.html">iframe背景透明</a> 2006-11-05</div><div><a href="/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="/logs/3351634.html">JS耍宝一</a> 2006-09-18</div><div><a href="/logs/3299443.html">[原]出路</a> 2006-09-13</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F3360794.html&title=%5B%E5%8E%9F%5D%E6%9A%82%E4%BD%8F%E8%AF%81%E2%80%94%E2%80%94%E9%A3%98%E5%9C%A8%E5%8C%97%E4%BA%AC">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/shenghuo?utm_source=blogbus&utm_medium=rss&utm_campaign=shenghuo" target="_blank">生活频道——笑谈生活，坐看人生，这里有着小人物的健康生活。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/3360794.html</link>
   <author></author>
   <pubDate>Wed, 20 Sep 2006 08:28:31 +0800</pubDate>
  </item>
  <item>
   <title>JS耍宝一</title>
   <description><![CDATA[<p>本想来一例CSS耍宝二，看到这个js效果实在很酷，忍不住要拿出来与大家分享：</p>
<code>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot; xml:lang=&quot;zh-CN&quot; lang=&quot;zh-CN&quot;&gt;<br />&lt;title&gt;用层模拟的小窗口(可拖动展合)&lt;/title&gt;<br />&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=gb2312&quot; /&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />body {<br /> font-size: 12px<br />}<br />a:visited {<br /> color: slategray; text-decoration: none<br />}<br />a:hover {<br /> color: slategray; text-decoration: underline<br />}<br />alink {<br /> color: slategray; text-decoration: none<br />}<br />&lt;/style&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />&lt;!--<br />//可以打包为js文件;<br />var x0=0,y0=0,x1=0,y1=0;<br />var offx=6,offy=6;<br />var moveable=false;<br />var hover='orange',normal='#336699';//color;<br />var index=10000;//z-index;<br />//开始拖动;<br />function startDrag(obj)<br />{<br /> if(event.button==1)<br /> {<br />  //锁定标题栏;<br />  obj.setCapture();<br />  //定义对象;<br />  var win = obj.parentNode;<br />  var sha = win.nextSibling;<br />  //记录鼠标和层位置;<br />  x0 = event.clientX;<br />  y0 = event.clientY;<br />  x1 = parseInt(win.style.left);<br />  y1 = parseInt(win.style.top);<br />  //记录颜色;<br />  normal = obj.style.backgroundColor;<br />  //改变风格;<br />  obj.style.backgroundColor = hover;<br />  win.style.borderColor = hover;<br />  obj.nextSibling.style.color = hover;<br />  sha.style.left = x1 + offx;<br />  sha.style.top  = y1 + offy;<br />  moveable = true;<br /> }<br />}<br />//拖动;<br />function drag(obj)<br />{<br /> if(moveable)<br /> {<br />  var win = obj.parentNode;<br />  var sha = win.nextSibling;<br />  win.style.left = x1 + event.clientX - x0;<br />  win.style.top  = y1 + event.clientY - y0;<br />  sha.style.left = parseInt(win.style.left) + offx;<br />  sha.style.top  = parseInt(win.style.top) + offy;<br /> }<br />}<br />//停止拖动;<br />function stopDrag(obj)<br />{<br /> if(moveable)<br /> {<br />  var win = obj.parentNode;<br />  var sha = win.nextSibling;<br />  var msg = obj.nextSibling;<br />  win.style.borderColor     = normal;<br />  obj.style.backgroundColor = normal;<br />  msg.style.color           = normal;<br />  sha.style.left = obj.parentNode.style.left;<br />  sha.style.top  = obj.parentNode.style.top;<br />  obj.releaseCapture();<br />  moveable = false;<br /> }<br />}<br />//获得焦点;<br />function getFocus(obj)<br />{<br /> if(obj.style.zIndex!=index)<br /> {<br />  index = index + 2;<br />  var idx = index;<br />  obj.style.zIndex=idx;<br />  obj.nextSibling.style.zIndex=idx-1;<br /> }<br />}<br />//最小化;<br />function min(obj)<br />{<br /> var win = obj.parentNode.parentNode;<br /> var sha = win.nextSibling;<br /> var tit = obj.parentNode;<br /> var msg = tit.nextSibling;<br /> var *** = msg.style.display==&quot;none&quot;;<br /> if(***)<br /> {<br />  win.style.height  = parseInt(msg.style.height) + parseInt(tit.style.height) + 2*2;<br />  sha.style.height  = win.style.height;<br />  msg.style.display = &quot;block&quot;;<br />  obj.innerHTML = &quot;0&quot;;<br /> }<br /> else<br /> {<br />  win.style.height  = parseInt(tit.style.height) + 2*2;<br />  sha.style.height  = win.style.height;<br />  obj.innerHTML = &quot;2&quot;;<br />  msg.style.display = &quot;none&quot;;<br /> }<br />}<br />//创建一个对象;<br />function xWin(id,w,h,l,t,tit,msg)<br />{<br /> index = index+2;<br /> this.id      = id;<br /> this.width   = w;<br /> this.height  = h;<br /> this.left    = l;<br /> this.top     = t;<br /> this.zIndex  = index;<br /> this.title   = tit;<br /> this.message = msg;<br /> this.obj     = null;<br /> this.bulid   = bulid;<br /> this.bulid();<br />}<br />//初始化;<br />function bulid()<br />{<br /> var str = &quot;&quot;<br />  + &quot;&lt;div id=xMsg&quot; + this.id + &quot; &quot;<br />  + &quot;style='&quot;<br />  + &quot;z-index:&quot; + this.zIndex + &quot;;&quot;<br />  + &quot;width:&quot; + this.width + &quot;;&quot;<br />  + &quot;height:&quot; + this.height + &quot;;&quot;<br />  + &quot;left:&quot; + this.left + &quot;;&quot;<br />  + &quot;top:&quot; + this.top + &quot;;&quot;<br />  + &quot;background-color:&quot; + normal + &quot;;&quot;<br />  + &quot;color:&quot; + normal + &quot;;&quot;<br />  + &quot;font-size:8pt;&quot;<br />  + &quot;font-family:Tahoma;&quot;<br />  + &quot;position:absolute;&quot;<br />  + &quot;cursor:default;&quot;<br />  + &quot;border:2px solid &quot; + normal + &quot;;&quot;<br />  + &quot;' &quot;<br />  + &quot;onmousedown='getFocus(this)'&gt;&quot;<br />   + &quot;&lt;div &quot;<br />   + &quot;style='&quot;<br />   + &quot;background-color:&quot; + normal + &quot;;&quot;<br />   + &quot;width:&quot; + (this.width-2*2) + &quot;;&quot;<br />   + &quot;height:20;&quot;<br />   + &quot;color:white;&quot;<br />   + &quot;' &quot;<br />   + &quot;onmousedown='startDrag(this)' &quot;<br />   + &quot;onmouseup='stopDrag(this)' &quot;<br />   + &quot;onmousemove='drag(this)' &quot;<br />   + &quot;ondblclick='min(this.childNodes[1])'&quot;<br />   + &quot;&gt;&quot;<br />    + &quot;&lt;span style='width:&quot; + (this.width-2*12-4) + &quot;;padding-left:3px;'&gt;&quot; + this.title + &quot;&lt;/span&gt;&quot;<br />    + &quot;&lt;span style='width:12; border-width:0px;color:white;font-family:webdings; ' onclick='min(this)'&gt;0&lt;/span&gt;&quot;<br />    + &quot;&lt;span style='width:12; border-width:0px; color:white;font-family:webdings; ' onclick='ShowHide(\&quot;&quot;+this.id+&quot;\&quot;,null)'&gt;r&lt;/span&gt;&quot;<br />   + &quot;&lt;/div&gt;&quot;<br />    + &quot;&lt;div style='&quot;<br />    + &quot;width:100%;&quot;<br />    + &quot;height:&quot; + (this.height-20-4) + &quot;;&quot;<br />    + &quot;background-color:white;&quot;<br />    + &quot;line-height:14px;&quot;<br />    + &quot;word-break:break-all;&quot;<br />    + &quot;padding:3px;&quot;<br />    + &quot;'&gt;&quot; + this.message + &quot;&lt;/div&gt;&quot;<br />  + &quot;&lt;/div&gt;&quot;<br />  + &quot;&lt;div id=xMsg&quot; + this.id + &quot;bg style='&quot;<br />  + &quot;width:&quot; + this.width + &quot;;&quot;<br />  + &quot;height:&quot; + this.height + &quot;;&quot;<br />  + &quot;top:&quot; + this.top + &quot;;&quot;<br />  + &quot;left:&quot; + this.left + &quot;;&quot;<br />  + &quot;z-index:&quot; + (this.zIndex-1) + &quot;;&quot;<br />  + &quot;position:absolute;&quot;<br />  + &quot;background-color:black;&quot;<br />  + &quot;filter:alpha(opacity=40);&quot;<br />  + &quot;'&gt;&lt;/div&gt;&quot;;<br /> document.body.insertAdjacentHTML(&quot;beforeEnd&quot;,str);<br />}<br />//显示隐藏窗口<br />function ShowHide(id,dis){<br /> var bdisplay = (dis==null)?((document.getElementById(&quot;xMsg&quot;+id).style.display==&quot;&quot;)?&quot;none&quot;:&quot;&quot;):dis<br /> document.getElementById(&quot;xMsg&quot;+id).style.display = bdisplay;<br /> document.getElementById(&quot;xMsg&quot;+id+&quot;bg&quot;).style.display = bdisplay;<br />}<br />//modify by haiwa @ 2005-7-14 <br />//<br />//--&gt;<br />&lt;/script&gt;</p><p>&lt;script  type=&quot;text/javascript&quot;&gt;<br />&lt;!--<br />function initialize()<br />{<br /> var a = new xWin(&quot;1&quot;,160,200,200,200,&quot;窗口1&quot;,&quot;这效果是不是很酷呢？&quot;);<br /> var b = new xWin(&quot;2&quot;,240,200,100,100,&quot;窗口2&quot;,&quot;呵呵，鼠标上来点一下看看啊&quot;);<br /> var c = new xWin(&quot;3&quot;,200,160,250,50,&quot;窗口3&quot;,&quot;每一个都可以随意拖动哦～&quot;);<br /> ShowHide(&quot;1&quot;,&quot;none&quot;);//隐藏窗口1<br />}<br />window.onload = initialize;<br />//--&gt;<br />&lt;/script&gt;<br />&lt;/head&gt;<br />&lt;body oncontextmenu=&quot;return false&quot; onselectstart=&quot;return false&quot;&gt;<br />&lt;a onclick=&quot;ShowHide('1',null);return false;&quot; href=&quot;<a href="http://www.jscode.cn/JsCode/">#</a>&quot;&gt;窗口1&lt;/a&gt;<br />&lt;a onclick=&quot;ShowHide('2',null);return false;&quot; href=&quot;<a href="http://www.jscode.cn/JsCode/">#</a>&quot;&gt;窗口2&lt;/a&gt; <br />&lt;a onclick=&quot;ShowHide('3',null);return false;&quot; href=&quot;<a href="http://www.jscode.cn/JsCode/">#/</a>&quot;&gt;窗口3&lt;/a&gt; <br />&lt;/body&gt;<br />&lt;/html&gt;</code>
<p><strong><a href="http://www.uiway.com/study/js/001.htm" target="_blank" >预览效果</a></strong></p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="http://redesigner.blogbus.com/logs/3309636.html">CSS耍宝一</a> 2006-09-14</div><div><a href="http://redesigner.blogbus.com/logs/3285028.html">[原]推荐：更人性化的交互表单表现形式</a> 2006-09-12</div><div><a href="/logs/3298448.html">[原]原创是件辛苦的事</a> 2006-09-13</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F3351634.html&title=JS%E8%80%8D%E5%AE%9D%E4%B8%80">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/xingzhe?utm_source=blogbus&utm_medium=rss&utm_campaign=xingzhe" target="_blank">行者频道——从普通游客到资深背包族，跟随Ta们的镜头游遍全世界。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/3351634.html</link>
   <author></author>
   <pubDate>Mon, 18 Sep 2006 23:21:00 +0800</pubDate>
  </item>
  <item>
   <title>CSS耍宝一</title>
   <description><![CDATA[<p>我的学习日志，从今天开始，每日一宝，请各位监督。下面来第一宝，从<a title="jscode" href="http://www.jscode.cn/" target="_blank">jscode</a>搞来的代码和图片链接:-)</p>
<code>
<p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br />&lt;title&gt;用CSS实现的一个字符显示效果&lt;/title&gt;<br />&lt;style&gt;<br />body{ font-size:12px; line-height:22px;}<br />a{text-decoration:none;color:#ff0;font-weight:bold;text-align:center;line-height:100px;font-size:18px;}<br />#info span{position:absolute;width:523px;height:275px;top:115px; left:10px;background: url(<a href=&quot;"http://www.jscode.cn/Uploadfile/ 200682485616973.GIF">http://www.jscode.cn/Uploadfile/200682485616973.GIF</a>); visibility: hidden;}<br />a:link,a:visited{cursor: default;}<br />a:active,a:hover{cursor:auto;}<br />#hi{visibility: hidden; height:1px; overflow:hidden;}<br />#w01 a:hover span,#w02 a:active span{background-position: 0px 0px; visibility: visible;}<br />#w02 a:hover span,#w03 a:active span{background-position: 0px -275px; visibility: visible;}<br />#w03 a:hover span,#w04 a:active span{background-position: 0px -550px;visibility: visible; }<br />#w04 a:hover span,#w05 a:active span{background-position: 0px -825px; visibility: visible;}<br />#w05 a:hover span,#w06 a:active span{background-position: 0px -1100px; visibility: visible;}<br />#w06 a:hover span,#w07 a:active span{background-position: 0px -1375px; visibility: visible;}<br />#w07 a:hover span,#w08 a:active span{background-position: 0px -1650px; visibility: visible;}<br />#w08 a:hover span,#w09 a:active span{background-position: 0px -1925px; visibility: visible;}<br />#w09 a:hover span,#w10 a:active span{background-position: 0px -2200px; visibility: visible;}<br />#w10 a:hover span,#w11 a:active span{background-position: 0px -2475px; visibility: visible;}<br />#w11 a:hover span,#w12 a:active span{background-position: 0px -2750px; visibility: visible;}<br />#w12 a:hover span,#w13 a:active span{background-position: 0px -3025px;visibility: visible; }</p><p>#info a{width:44px; height:100px;display:block; background:#0cf; float:left;} <br />&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div id=&quot;info&quot;&gt;<br />  &lt;div id=&quot;w01&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;鼠&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w02&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;标&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w03&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;上&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w04&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;来&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w05&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;从&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w06&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;左&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w07&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;到&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w08&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;右&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w09&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;来&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w10&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;回&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w11&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;划&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />  &lt;div id=&quot;w12&quot;&gt;&lt;a href=&quot;<a href="http://www.jscode.cn">http://www.jscode.cn</a>&quot; target=&quot;_blank&quot;&gt;吧&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div id=&quot;hi&quot;&gt;&lt;img src=&quot;<a href="http://www.jscode.cn/ Uploadfile/ 200682485616973.GIF">http://www.jscode.cn/Uploadfile/200682485616973.GIF</a>&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</p>
</code>
<p><strong><a title="鼠标划过的特殊效果" href="http://www.uiway.com/study/css/0001.htm" target="_blank">预览效果</a></strong></p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://redesigner.blogbus.com/logs/5397451.html">CSS制作条状图表</a> 2007-05-17</div><div><a href="http://redesigner.blogbus.com/logs/4960113.html">别再说DIV＋CSS了！</a> 2007-04-06</div><div><a href="http://redesigner.blogbus.com/logs/4645631.html">[原]css技巧：清除浮动</a> 2007-03-01</div><div><a href="http://redesigner.blogbus.com/logs/3750008.html">更具亲和力的表单结构</a> 2006-11-02</div><div><a href="http://redesigner.blogbus.com/logs/3351634.html">JS耍宝一</a> 2006-09-18</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fredesigner.blogbus.com%2Flogs%2F3309636.html&title=CSS%E8%80%8D%E5%AE%9D%E4%B8%80">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://pindao.blogbus.com/sejie?utm_source=blogbus&utm_medium=rss&utm_campaign=sejie" target="_blank">色界频道——这里有顶尖的摄影大师，也有摄影爱好者，他们用相机收纳大千世界。</a></b></div><br /><br />]]></description>
   <link>http://redesigner.blogbus.com/logs/3309636.html</link>
   <author></author>
   <pubDate>Thu, 14 Sep 2006 23:23:54 +0800</pubDate>
  </item>
 </channel>
</rss>
