<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>睡到自然醒blog &#187; 设计</title>
	<atom:link href="http://www.dreamfreeblog.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamfreeblog.com</link>
	<description>生物&#124; 生命科学&#124; 医药健康&#124; 科普&#124; 分享&#124; 学习&#124; 交流&#124; 博客&#124;个人网站&#124;</description>
	<lastBuildDate>Tue, 03 Jan 2012 02:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>如何提高网页打开速度的小技巧</title>
		<link>http://www.dreamfreeblog.com/speed-the-page-to-open-263.html</link>
		<comments>http://www.dreamfreeblog.com/speed-the-page-to-open-263.html#comments</comments>
		<pubDate>Fri, 22 Aug 2008 15:47:32 +0000</pubDate>
		<dc:creator>dreamfree</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.dreamfreeblog.com/?p=263</guid>
		<description><![CDATA[首先得承认宽带普及率并不高，搜索引擎也会把网页加载时间并入网站排名算法，因此怎样加快网页打开速度还是很重要的。如果你老是纳闷我的博客为什么打开速度很慢，如何才能减少网页加载时间，降低读者等待时间过长的不良浏览体验，除了选择速度较快的服务器，在设计和开发博客的时候你也需掌握一些小的技巧，也许能尽量解决类似IE浏览器网页打开速度慢的像蜗牛的不足： 页面设计简洁：许多打开很快的博客设计都很简单明了。 优化HTML代码：确保网页设计时不包含不需要的标记，并且经过优化，没有冗余代码。 运用合理的表设计：使用互相独立的模块，不要混淆在一起。 增加内容阅读区域：不仅减少不必要的加载时间，而且增加博客的可读性，使用户有好的阅读体验。 减少不必要的图片/Flash/scripts:影响网页打开速度的主要因素，比如利用背景色，而不是背景图片。正文图片可以以预览形式小图显示，在新窗口中链接中查看大图。 利用文本链接而不是图片按钮：充分利用html的css，使文本链接和图片按钮一样吸引人。 检查网页加载速度：有很多测试网页打开速度的免费网站工具，比如websiteoptimization。 中文翻译：http://www.dreamfreeblog.com/speed-the-page-to-open-263.html 英文原文：Faster loading web pages (Good for everyone) 延伸阅读: 网站域名注册时间长短与SEO优化排名权重的关系 (8) 站长免费空间搭建WordPress博客的一些体会！(当时申请一级站长写的原创贴:) (4) 日本博客的发展为何领先世界? (13) 如何提高网站搜索结果排名:WordPress博客SEO带动整站优化方案 (9) 如何增加网站访问量:网页代码SEO优化与提高博客流量关系 (8)]]></description>
			<content:encoded><![CDATA[<p class='fp'>首先得承认宽带普及率并不高，搜索引擎也会把网页加载时间并入网站排名算法，因此怎样加快网页打开速度还是很重要的。如果你老是纳闷我的<a href="http://www.dreamfreeblog.com/tag/blog">博客</a>为什么打开速度很慢，如何才能减少网页加载时间，降低读者等待时间过长的不良浏览体验，除了选择速度较快的服务器，在设计和开发博客的时候你也需掌握一些小的技巧，也许能尽量解决类似IE浏览器网页打开速度慢的像蜗牛的不足：<span id="more-263"></span></p>
<p><strong>页面设计简洁：</strong>许多打开很快的博客设计都很简单明了。</p>
<p><strong>优化HTML代码</strong>：确保网页设计时不包含不需要的标记，并且经过优化，没有冗余代码。</p>
<p><strong>运用合理的表设计</strong>：使用互相独立的模块，不要混淆在一起。</p>
<p><strong>增加内容阅读区域：</strong>不仅减少不必要的加载时间，而且<a href="http://www.dreamfreeblog.com/first-impression-to-readers-229.html">增加博客的可读性</a>，使用户有好的阅读体验。</p>
<p><strong>减少不必要的图片/Flash/scripts</strong>:影响网页打开速度的主要因素，比如利用背景色，而不是背景图片。正文图片可以以预览形式小图显示，在新窗口中链接中查看大图。</p>
<p><strong>利用文本链接而不是图片按钮：</strong>充分利用html的css，使文本链接和图片按钮一样吸引人。</p>
<p><strong>检查网页加载速度：</strong>有很多测试网页打开速度的免费网站工具，比如<a href="http://www.websiteoptimization.com/services/analyze/index.html">websiteoptimization</a>。</p>
<p>中文翻译：<a href="http://www.dreamfreeblog.com/speed-the-page-to-open-263.html">http://www.dreamfreeblog.com/speed-the-page-to-open-263.html</a><a href="http://www.dreamfreeblog.com/263.html"></a><br />
英文原文：<a title="Permanent Link to Faster loading web pages (Good for everyone)" rel="bookmark" href="http://www.justskins.com/design/faster-loading-web-pages-good-for-everyone/60">Faster loading web pages (Good for everyone)</a></p>
</p>
	<h4>延伸阅读:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.dreamfreeblog.com/domain-name-reg-length-wordpress-seo-ranking-281.html" title="网站域名注册时间长短与SEO优化排名权重的关系 (2008-09-09)">网站域名注册时间长短与SEO优化排名权重的关系</a> (8)</li>
	<li><a href="http://www.dreamfreeblog.com/wordpress-installation-free-host-20.html" title="站长免费空间搭建WordPress博客的一些体会！(当时申请一级站长写的原创贴:) (2008-04-22)">站长免费空间搭建WordPress博客的一些体会！(当时申请一级站长写的原创贴:)</a> (4)</li>
	<li><a href="http://www.dreamfreeblog.com/japan-blog-world-leader-241.html" title="日本博客的发展为何领先世界? (2008-08-03)">日本博客的发展为何领先世界?</a> (13)</li>
	<li><a href="http://www.dreamfreeblog.com/google-ranking-wordpress-blog-seo-278.html" title="如何提高网站搜索结果排名:WordPress博客SEO带动整站优化方案 (2008-09-05)">如何提高网站搜索结果排名:WordPress博客SEO带动整站优化方案</a> (9)</li>
	<li><a href="http://www.dreamfreeblog.com/page-code-seo-and-blog-traffic-273.html" title="如何增加网站访问量:网页代码SEO优化与提高博客流量关系 (2008-08-30)">如何增加网站访问量:网页代码SEO优化与提高博客流量关系</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.dreamfreeblog.com/speed-the-page-to-open-263.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>45个优秀个人博客欣赏(WordPress类博客设计推荐)</title>
		<link>http://www.dreamfreeblog.com/45-outstanding-wordpress-blog-250.html</link>
		<comments>http://www.dreamfreeblog.com/45-outstanding-wordpress-blog-250.html#comments</comments>
		<pubDate>Sun, 10 Aug 2008 15:43:02 +0000</pubDate>
		<dc:creator>dreamfree</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[网站]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.dreamfreeblog.com/?p=250</guid>
		<description><![CDATA[设计一个个人博客很简单。因为不管你采用哪种博客系统，不管你偏好那种风格，你总能迅速找到你想应用到博客中的主题模板。但式样不要太花俏，颜色搭配不要太多彩耀眼，也不要担心内容更新的太慢(只要好好写原创文章)。当然了，也不是每个博客都得看上去是某种典型样式。毕竟每个博主都想让自己的博客与众不同，给人印象深刻。事实上，也有许多优秀的个人博客，设计的非常漂亮(并且很多博客都是基于wordpress程序构建打造)。 下面推荐欣赏的博客设计都很注重细节，俏人多彩的头部导航并不是在每个情况下都奏效。博客更需要的是坚实的视觉框架，有序的网站层次感，并且需要在某种程度上搭建内容和表现形式的桥梁。因此，必须考虑考虑架构精确度、展现所需最低手法、适当的声音辅助。这也是下面博客型网站推荐的参考标准。 也许下面介绍的博客设计的并非都很十全十美，但都很优秀，在他们自己眼光中也许是杰出了，呵呵。 Ryan Berg (Django) Derek Featherstone (Django) Jeff Croft (Django) Andy Hume (Django) Weblogs powered by ExpressionEngine Jesse Bennett-Chamberlain (Expression Engine) Whitespace in use. The categories and popular entries are listed at the top of the page, not in the sidebar as they usually are. Veerle Pieters An almost “classic”, well-known design, but [...]]]></description>
			<content:encoded><![CDATA[<p class='fp'>设计一个个人博客很简单。因为不管你采用哪种博客系统，不管你偏好那种风格，你总能迅速找到你想应用到博客中的主题模板。但式样不要太花俏，颜色搭配不要太多彩耀眼，也不要担心内容更新的太慢(只要好好写原创文章)。当然了，也不是每个博客都得看上去是某种典型样式。毕竟每个博主都想让自己的博客与众不同，给人印象深刻。事实上，也有许多优秀的个人博客，设计的非常漂亮(并且很多博客都是基于wordpress程序构建打造)。<span id="more-250"></span></p>
<p>下面推荐欣赏的博客设计都很<strong>注重细节</strong>，俏人多彩的头部导航并不是在每个情况下都奏效。博客更需要的是坚实的视觉框架，有序的网站层次感，并且需要在某种程度上搭建内容和表现形式的桥梁。因此，必须考虑考虑架构精确度、展现所需最低手法、适当的声音辅助。这也是下面博客型网站推荐的参考标准。</p>
<p>也许下面介绍的<a href="http://www.dreamfreeblog.com/index.php/tag/blog2">博客</a>设计的并非都很十全十美，但都很优秀，在他们自己眼光中也许是杰出了，呵呵。</p>
<p style="text-align: center;"><strong>Ryan Berg</strong> (Django)</p>
<p class="showcase" style="text-align: center;"><a href="http://ryanberg.net/blog/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/ryanberg.jpg" alt="Screenshot" width="500" height="308" /></a></p>
<p style="text-align: center;"><strong>Derek Featherstone</strong> (Django)</p>
<p class="showcase" style="text-align: center;"><a href="http://ironfeathers.ca/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/derek.jpg" alt="Screenshot" width="500" height="308" /></a></p>
<p style="text-align: center;"><strong>Jeff Croft</strong> (Django)</p>
<p class="showcase" style="text-align: center;"><a href="http://www2.jeffcroft.com/blog/2007/aug/09/myth-content-and-presentation-separation/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/jeffcroft.jpg" alt="Screenshot" width="500" height="325" /></a></p>
<p style="text-align: center;"><strong>Andy Hume</strong> (Django)</p>
<p class="showcase" style="text-align: center;"><a href="http://usabletype.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/usabletype.jpg" alt="Screenshot" width="500" height="316" /></a></p>
<h3 style="text-align: center;">Weblogs powered by ExpressionEngine</h3>
<p style="text-align: center;"><strong>Jesse Bennett-Chamberlain</strong> (Expression Engine)<br />
Whitespace in use. The categories and popular entries are listed at the top of the page, not in the sidebar as they usually are.</p>
<p class="showcase" style="text-align: center;"><a href="http://31three.com/weblog"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/31three.jpg" alt="Screenshot" width="500" height="334" /></a></p>
<p style="text-align: center;"><strong>Veerle Pieters</strong></p>
<p style="text-align: center;">An almost “classic”, well-known design, but still incredibly beautiful. Veerle makes use of a dark layout with quite colourful scheme. The result is impressive &#8211; and the position of site elements extremely well thought-out.</p>
<p class="showcase" style="text-align: center;"><a href="http://veerle.duoh.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/veerle.jpg" alt="Screenshot" width="500" height="322" /></a></p>
<p style="text-align: center;"><strong>Emanuel Blagonic</strong> (<span style="text-decoration: line-through;">Expression Engine</span> WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.emanuelblagonic.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/blagonic.jpg" alt="Screenshot" width="500" height="339" /></a></p>
<h3 style="text-align: center;">Weblogs powered by MovableType</h3>
<p style="text-align: center;"><strong>Kevin Kornell</strong> (Movable Type)<br />
A typical weblog doesn’t look like an illustrated magazine. Kevin Kornell’s blog does. This one makes use of an “oldie”-style.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.bearskinrug.co.uk/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/bearskinrug2.jpg" alt="Screenshot" width="500" height="351" /></a></p>
<p style="text-align: center;"><strong>Cameron Moll</strong></p>
<p class="showcase" style="text-align: center;"><a href="http://www.cameronmoll.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/cameron.jpg" alt="Screenshot" width="500" height="419" /></a></p>
<p style="text-align: center;"><strong>Dave Shea</strong> (Movable Type)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.mezzoblue.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/mezzoblue.jpg" alt="Screenshot" width="500" height="325" /></a></p>
<p style="text-align: center;"><strong>Dan Cederholm</strong> (Movable Type)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.simplebits.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/simplebits.jpg" alt="Screenshot" width="500" height="373" /></a></p>
<h3 style="text-align: center;">Weblogs powered by Textpattern</h3>
<p style="text-align: center;"><strong>Praegnanz.de</strong> (Textpattern)<br />
A minimalistic approach with clean web-typography.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.praegnanz.de/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/praegnanz.jpg" alt="Screenshot" width="500" height="447" /></a></p>
<p style="text-align: center;"><strong>Hicksdesign</strong> (Textpattern)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.hicksdesign.co.uk/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/hicksdesign.jpg" alt="Screenshot" width="500" height="362" /></a></p>
<p style="text-align: center;"><strong>Geniant</strong> (Textpattern)</p>
<p class="showcase" style="text-align: center;"><a href="http://geniantsandbox.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/geniant.jpg" alt="Screenshot" width="500" height="337" /></a></p>
<h3 style="text-align: center;">Blogs powered by WordPress</h3>
<p style="text-align: center;"><strong>Circle Six</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://blog.circlesixdesign.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/circlesix.png" alt="Screenshot" width="500" height="466" /></a></p>
<p style="text-align: center;"><strong>Pedro Lamin</strong> (WordPress)<br />
Fresh and clean design, lacking almost everything &#8211; there is even no navigation in blog categories.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.pedrolamin.com.br/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/lamin.jpg" alt="Screenshot" width="500" height="458" /></a></p>
<p style="text-align: center;"><strong>Design Disease</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://wp-themes.designdisease.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/designdisease.png" alt="Screenshot" width="500" height="387" /></a></p>
<p style="text-align: center;"><strong>Surfgarden</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.surfgarden.de/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/surfgarden.jpg" alt="Screenshot" width="500" height="347" /></a></p>
<p style="text-align: center;"><strong>Dan Rubin</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://superfluousbanter.org/archives/2007/04/web-20-cultists/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/superflousbanter.png" alt="Screenshot" width="500" height="329" /></a></p>
<p style="text-align: center;"><strong>NorthxEast</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.northxeast.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/northxeast.jpg" alt="Screenshot" width="500" height="325" /></a></p>
<p style="text-align: center;"><strong>Larissa Meek</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.larissameek.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/larissameek.jpg" alt="Screenshot" width="500" height="287" /></a></p>
<p style="text-align: center;"><strong>Matt</strong> (WordPress)<br />
A Business-Design. Look at the information sections on the left side of the layout.</p>
<p class="showcase" style="text-align: center;"><a href="http://webrevolutionary.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/webrevu.png" alt="Screenshot" width="500" height="437" /></a></p>
<p style="text-align: center;"><strong>Agenturblog</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.agenturblog.de/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/agenturblog.png" alt="Screenshot" width="500" height="426" /></a></p>
<p style="text-align: center;"><strong>Ben Gillbanks</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.binarymoon.co.uk/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/binary.jpg" alt="Screenshot" width="500" height="362" /></a></p>
<p style="text-align: center;"><strong>Rik Catlow</strong> (<a href="http://www.dreamfreeblog.com/index.php/tag/wordpress">WordPress</a>)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.rikcat.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/rikcatlow.png" alt="Screenshot" width="500" height="433" /></a></p>
<p style="text-align: center;"><strong>FreelanceSwitch </strong>(WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://freelanceswitch.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/freelance.png" alt="Screenshot" width="500" height="461" /></a></p>
<p style="text-align: center;"><strong>John Boardley</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://ilovetypography.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/typo.gif" alt="Screenshot" width="500" height="464" /></a></p>
<p style="text-align: center;"><strong>Shaun Inman</strong> (<span style="text-decoration: line-through;">WordPress</span> custom PHP-Framework. <em>Thanks, Shaun</em>)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.shauninman.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/shaun.jpg" alt="Screenshot" width="500" height="359" /></a></p>
<p style="text-align: center;"><strong>Mstefan.com</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.mstefan.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/mstefan.jpg" alt="Screenshot" width="500" height="334" /></a></p>
<p style="text-align: center;"><strong>Screenz</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.screenz.de/rubrik/screencasts/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/screenz.jpg" alt="Screenshot" width="500" height="338" /></a></p>
<p style="text-align: center;"><strong>Screencasting</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.screencasting.de/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/screencasting.jpg" alt="Screenshot" width="500" height="347" /></a></p>
<p style="text-align: center;"><strong>Blog.Critical</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://blog.criticalwebdesign.co.uk/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/critical.jpg" alt="Screenshot" width="500" height="327" /></a></p>
<p style="text-align: center;"><strong>Wan Zafran</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.wanzafran.com/archives/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/idiot.jpg" alt="Screenshot" width="500" height="338" /></a></p>
<p style="text-align: center;"><strong>Viki</strong> (WordPress)<br />
Extensive use of visual elements prevails; it might be a nice idea, but the content should prevail.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.vikiworks.com/2007/08/24/a-nice-pullquote/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/vikiworks.jpg" alt="Screenshot" width="500" height="340" /></a></p>
<p style="text-align: center;"><strong>Nick La</strong> (WordPress)<br />
Playful design with dozens of swirls, curves and artistic elements.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.webdesignerwall.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/wall.png" alt="Screenshot" width="500" height="434" /></a></p>
<p style="text-align: center;"><strong>Laura Alter</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://lauraalter.com/blog"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/laura.jpg" alt="Screenshot" width="500" height="314" /></a></p>
<p style="text-align: center;"><strong>Markus Zeeh</strong> (WordPress)<br />
Playful flower-images and ornaments seem to be trends.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.mein.meerblickzimmer.de/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/meerblickzimmer.jpg" alt="Screenshot" width="500" height="472" /></a></p>
<p style="text-align: center;"><strong>Sidney Collins</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://bubblessoc.net/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/bubbles.png" alt="Screenshot" width="500" height="450" /></a></p>
<p style="text-align: center;"><strong>Roman Leinwather</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.lewro.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/lewro.png" alt="Screenshot" width="500" height="469" /></a></p>
<p style="text-align: center;"><strong>Bottled Sky</strong> (WordPress)<br />
Probably not the most gorgeous layout ever made, but well-structured. The use of colors communicates the idea of the site.</p>
<p class="showcase" style="text-align: center;"><a href="http://bottledsky.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/bottledsky.png" alt="Screenshot" width="500" height="443" /></a></p>
<p style="text-align: center;"><strong>Johanna Hallin</strong> (WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.johannahallin.se/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/hallin.jpg" alt="Screenshot" width="500" height="394" /></a></p>
<p class="showcase" style="text-align: center;"><a href="http://www.johannahallin.se/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/johanna.jpg" alt="Screenshot" width="500" height="213" /></a></p>
<p style="text-align: center;"><strong>Cabana</strong> (WordPress)<br />
Sometimes it is an interesting approach to use a “thin” layout, although it should rather be an exception.</p>
<p class="showcase" style="text-align: center;"><a href="http://cabanadigital.com/weblog/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/cabanadigital.png" alt="Screenshot" width="500" height="442" /></a></p>
<p style="text-align: center;"><strong>Reflections </strong>(WordPress)</p>
<p class="showcase" style="text-align: center;"><a href="http://paulenderson.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/reflections.png" alt="Screenshot" width="500" height="450" /></a></p>
<p class="showcase" style="text-align: center;"><a href="http://paulenderson.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/enderson2.jpg" alt="Screenshot" width="500" height="282" /></a></p>
<h3 style="text-align: center;">Further Weblogs</h3>
<p style="text-align: center;"><strong>Abduzeedo</strong> (Drupal)<br />
Stylish, readable and clean. The site doesn’t look like blog at all &#8211; at least at the first glance.</p>
<p class="showcase" style="text-align: center;"><a href="http://www.abduzeedo.com/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/abduzeedo.png" alt="Screenshot" width="500" height="457" /></a></p>
<p style="text-align: center;"><strong>Jonathan Snook</strong> (CakePHP)</p>
<p class="showcase" style="text-align: center;"><a href="http://www.snook.ca/"><img src="http://www.smashingmagazine.com/images/excellent-blog-designs/snook.jpg" alt="Screenshot" width="500" height="285" /></a></p>
<p>中文翻译：<a href="http://www.dreamfreeblog.com/index.php/250.html">http://www.dreamfreeblog.com/index.php/250.html</a><br />
英文原文：<a href="http://www.smashingmagazine.com/2007/08/28/45-excellent-blog-designs/">http://www.smashingmagazine.com/2007/08/28/45-excellent-blog-designs/</a></p>
</p>
	<h4>延伸阅读:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.dreamfreeblog.com/huffington-post-newspaper-56.html" title="阿丽安娜·哈芬顿-Huffington Post(赫芬顿邮报):互联网第一大报？ (2008-05-04)">阿丽安娜·哈芬顿-Huffington Post(赫芬顿邮报):互联网第一大报？</a> (3)</li>
	<li><a href="http://www.dreamfreeblog.com/baidu-k-1-month-gift-119.html" title="问题很严重，百度惩罚被k，建站一个月的&#8221;纪念&#8221; (2008-05-27)">问题很严重，百度惩罚被k，建站一个月的&#8221;纪念&#8221;</a> (2)</li>
	<li><a href="http://www.dreamfreeblog.com/my-site-is-worth-4000-usd-301.html" title="网站价格评估分析:看看你的网站值多少钱？ (2008-09-29)">网站价格评估分析:看看你的网站值多少钱？</a> (6)</li>
	<li><a href="http://www.dreamfreeblog.com/link-new-window-337.html" title="网站(博客)html页面的超链接如何在新窗口中打开链接的代码 (2008-10-21)">网站(博客)html页面的超链接如何在新窗口中打开链接的代码</a> (10)</li>
	<li><a href="http://www.dreamfreeblog.com/comprehensive-development-of-new-trends-on-blog-16.html" title="综谈博客发展新趋势 (2008-04-11)">综谈博客发展新趋势</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.dreamfreeblog.com/45-outstanding-wordpress-blog-250.html/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

