<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>网站建设者的Blog —— 亿网科技 - 网站设计</title><link>http://yiwww.net/blog/</link><description>Good Luck To You! - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80722</generator><language>zh-CN</language><copyright>Copyright 2008 Yiwww.net. All Rights Reserved. </copyright><pubDate>Wed, 08 Sep 2010 02:21:52 +0800</pubDate><item><title>google书签,yahoo书签,新浪vivi,搜狐网摘,poco网摘,我摘-添加到各大流行网摘的代码大全</title><author>yiwwwnet@126.com (yiwww.net)</author><link>http://yiwww.net/blog/post/65.html</link><pubDate>Mon, 01 Dec 2008 14:01:54 +0800</pubDate><guid>http://yiwww.net/blog/post/65.html</guid><description><![CDATA[<p>添加到del.icio.us</p><div class="hl-surround"><div class="hl-main">&lt;a href=&quot;javascript:location.href='http://del.icio.us/post?&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)&quot;&gt;Del.icio.us&lt;/a&gt;</div>...</div>]]></description><category>网站设计</category><comments>http://yiwww.net/blog/post/65.html#comment</comments><wfw:comment>http://yiwww.net/blog/</wfw:comment><wfw:commentRss>http://yiwww.net/blog/feed.asp?cmt=65</wfw:commentRss><trackback:ping>http://yiwww.net/blog/cmd.asp?act=tb&amp;id=65&amp;key=2db44c32</trackback:ping></item><item><title>网站细节,网站细节怎能决定成败？</title><author>yiwwwnet@126.com (yiwww.net)</author><link>http://yiwww.net/blog/post/43.html</link><pubDate>Mon, 10 Nov 2008 21:42:03 +0800</pubDate><guid>http://yiwww.net/blog/post/43.html</guid><description><![CDATA[<p>我们时常用&ldquo;细节决定成败&rdquo;来激励人，但很多时候，正是这样一句话把很多人带到沟里去了。我们有一种理想的解释：人无我有，人有我优！</p><p>在一个荒芜的市场里面： <br />如果你先满足了用户的需求，你就占领了市场的先机，赢得了市场。 <br />如果很多人都进来竞争了，那比的就是服务、体验。</p><p>这玩意听上去及其的合理，但是在互联网这个世界里，我们忽略了一个重要的因素：用户习惯和使用环境。</p><p>我们永远不要忘记用户来你的网站上是干什么的，比如说获取信息，用户关注的是得到了还是没有得到，得到的是什么？这两点要远远比他怎么得到要重要得多。而且用户明白一个流程之后，很难再去重新适应一个哪怕比他更便捷的流程。</p>...]]></description><category>网站设计</category><comments>http://yiwww.net/blog/post/43.html#comment</comments><wfw:comment>http://yiwww.net/blog/</wfw:comment><wfw:commentRss>http://yiwww.net/blog/feed.asp?cmt=43</wfw:commentRss><trackback:ping>http://yiwww.net/blog/cmd.asp?act=tb&amp;id=43&amp;key=8bd3066f</trackback:ping></item><item><title> 网站网页标题对网站重要性,怎样书写网站网页标题及书写中注意事项 </title><author>yiwwwnet@126.com (yiwww.net)</author><link>http://yiwww.net/blog/post/30.html</link><pubDate>Mon, 10 Nov 2008 20:22:46 +0800</pubDate><guid>http://yiwww.net/blog/post/30.html</guid><description><![CDATA[<p>&nbsp;网页标题，也即Page&nbsp;Title，是对网页内容的概括与总结，网页标题对搜索引擎检索具有重要影响,同时这也是用户了解网页所涵盖内容的最直观途径。在搜索引擎的SERP页面中，Page&nbsp;Title以醒目的标题形式出现，这几乎是用户决定是否点击、查看是相应页面的惟一判断条件 <br /><br />网页标题设计的原则 <br /><br />一、网站中的每个页面都必须有不同的标题， <br />二、网页标题中要含有丰富的关键词. <br />三、标题必须跟网页中的描述和内容相关。 <br />...</p>]]></description><category>网站设计</category><comments>http://yiwww.net/blog/post/30.html#comment</comments><wfw:comment>http://yiwww.net/blog/</wfw:comment><wfw:commentRss>http://yiwww.net/blog/feed.asp?cmt=30</wfw:commentRss><trackback:ping>http://yiwww.net/blog/cmd.asp?act=tb&amp;id=30&amp;key=bb8185e9</trackback:ping></item><item><title>如何让div中的ul横向排列</title><author>yiwwwnet@126.com (yiwww.net)</author><link>http://yiwww.net/blog/post/3.html</link><pubDate>Fri, 07 Nov 2008 10:58:47 +0800</pubDate><guid>http://yiwww.net/blog/post/3.html</guid><description><![CDATA[<p>技术文章：</p><p>在DIV中的UL和LI的使用方式注意事项：</p><p>如何让div中的ul横向排列问：<br />如何让div中的ul横向排列 <br />默认情况下，div中插入一组ul列表，是按顺序纵向排列下去的。如何通过对div的设置，让ul横向排列？ 答： <br />style='float:left; width:XX' <br />要排列都要用到CSS里面既float，一般得较多是left or right</p>]]></description><category>网站设计</category><comments>http://yiwww.net/blog/post/3.html#comment</comments><wfw:comment>http://yiwww.net/blog/</wfw:comment><wfw:commentRss>http://yiwww.net/blog/feed.asp?cmt=3</wfw:commentRss><trackback:ping>http://yiwww.net/blog/cmd.asp?act=tb&amp;id=3&amp;key=17cf3c54</trackback:ping></item></channel></rss>
