<?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>MISSUI.COM</title>
	<atom:link href="http://blog.missui.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.missui.com</link>
	<description>新的起点，新的征程。</description>
	<lastBuildDate>Thu, 05 Jan 2012 06:38:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>新的主题元旦前后上线。</title>
		<link>http://blog.missui.com/archives/903.html</link>
		<comments>http://blog.missui.com/archives/903.html#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:48:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PSD]]></category>

		<guid isPermaLink="false">http://blog.missui.com/?p=903</guid>
		<description><![CDATA[新的主题元旦时候打算上线了，会考虑提供PSD文件下载的。]]></description>
			<content:encoded><![CDATA[<p>新的主题元旦时候打算上线了，会考虑提供PSD文件下载的。</p>
<p><a href="http://blog.missui.com/wp-content/uploads//2011/12/blo.jpg"><img class="alignnone size-full wp-image-905" title="blo" src="http://blog.missui.com/wp-content/uploads//2011/12/blo.jpg" alt="" width="1000" height="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.missui.com/archives/903.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>出售fiss.me整站。</title>
		<link>http://blog.missui.com/archives/869.html</link>
		<comments>http://blog.missui.com/archives/869.html#comments</comments>
		<pubDate>Thu, 01 Sep 2011 08:50:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://blog.missui.com/?p=869</guid>
		<description><![CDATA[实在没有时间打理http://fiss.me。所以出售，报价请邮件至service@missui.com]]></description>
			<content:encoded><![CDATA[<p>实在没有时间打理http://fiss.me。所以出售，报价请邮件至service@missui.com 谢谢。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.missui.com/archives/869.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I thought of my life.</title>
		<link>http://blog.missui.com/archives/865.html</link>
		<comments>http://blog.missui.com/archives/865.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 04:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人随笔]]></category>

		<guid isPermaLink="false">http://blog.missui.com/?p=865</guid>
		<description><![CDATA[关于人生这个主题，我们从来没有停止过探索，从来没有停止过追求。]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.missui.com/wp-content/uploads//2011/08/0203802563.jpg" alt="" title="0203802563" width="960" height="300" class="alignnone size-full wp-image-866" /></p>
<p>关于人生这个主题，我们从来没有停止过探索，从来没有停止过追求。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.missui.com/archives/865.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google Web Fonts: 谷歌在线字体库</title>
		<link>http://blog.missui.com/archives/856.html</link>
		<comments>http://blog.missui.com/archives/856.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 03:51:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Xhtml HTML5 CSS JS]]></category>

		<guid isPermaLink="false">http://blog.missui.com/?p=856</guid>
		<description><![CDATA[谷歌在线字体库的应用为广大的网页设计师提供了极大的方便。从此网页单调字体的情况将不复存在。]]></description>
			<content:encoded><![CDATA[<link  href="http://fonts.googleapis.com/css?family=Aclonica:regular&#038;v1" rel="stylesheet" type="text/css" >
<style>
.google-fonts {
  font-family: 'Aclonica', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}
</style>
<p>谷歌在线字体库，很方便用，也很好用。在此之前，想要特殊字体，只能通过图片实现（很早之前也有一种js解决方案。）<br />
目前字体大约有5-60种吧，没认真数过。貌似还可以自己开发字体提交给谷歌。<br />
For example:</p>
<div class="google-fonts">
I&#8217;m Font,My name is Aclonica.
</div>
<p><code><br />
&lt;link  href="http://fonts.googleapis.com/css?family=Aclonica:regular&#038;v1" rel="stylesheet" type="text/css" &gt;<br />
&lt;style&gt;<br />
.google-fonts {<br />
  font-family: 'Aclonica', serif;<br />
  font-size: 36px;<br />
  font-style: normal;<br />
  font-weight: 400;<br />
  text-shadow: none;<br />
  text-decoration: none;<br />
  text-transform: none;<br />
  letter-spacing: 0em;<br />
  word-spacing: 0em;<br />
  line-height: 1.2;<br />
}<br />
&lt;/style&gt;<br />
&lt;div class="google-fonts"&gt;<br />
I'm Font,My name is Aclonica.<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.missui.com/archives/856.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Theme: fs-classic 发布</title>
		<link>http://blog.missui.com/archives/842.html</link>
		<comments>http://blog.missui.com/archives/842.html#comments</comments>
		<pubDate>Sun, 19 Jun 2011 03:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://blog.missui.com/?p=842</guid>
		<description><![CDATA[这个主题是为非米四格定做的一个主题。功能非常简单，适合图片类博客使用。系统自动读取日志内第一张图片显示在列表页和首页。]]></description>
			<content:encoded><![CDATA[<p>这个主题是为非米四格定做的一个主题。功能非常简单，适合图片类博客使用。系统自动读取日志内第一张图片显示在列表页和首页。</p>
<p><a href="http://blog.missui.com/wp-content/uploads//2011/06/fs1.jpg"><img src="http://blog.missui.com/wp-content/uploads//2011/06/fs1.jpg" alt="" title="fs1" width="960"  class="alignnone size-full wp-image-845" /></a><br />
演示：<a href="http://fiss.me" target="_blank">http://fiss.me</a><br />
下载：<a href="http://blog.missui.com/wp-content/uploads//2011/06/fs-classic.zip">fs-classic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.missui.com/archives/842.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

