<?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>Xu Design &#187; CSS</title>
	<atom:link href="http://xuui.net/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://xuui.net</link>
	<description>专注和分享界面设计的点点滴滴.</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:04:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML5 的网页代码示例</title>
		<link>http://xuui.net/librarys/html5-web-page-code-sample.html</link>
		<comments>http://xuui.net/librarys/html5-web-page-code-sample.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 09:04:45 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=2326</guid>
		<description><![CDATA[一直找不到 HTML5 的代码示例就直接写了一个作为备用。 这是一个符合 W3C 标准的 HTML5 的页面基本代码： &#60;!DOCTYPE HTML&#62; &#60;html&#62; &#60;head&#62; &#60;meta charset="utf-8"&#62; &#60;title&#62;HTML5 DEMO&#60;/title&#62; &#60;link rel="stylesheet" href="styles/style.css" /&#62; &#8230; <a href="http://xuui.net/librarys/html5-web-page-code-sample.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="/wp-content/uploads/html.jpg" alt="" width="560" height="120" /></p>
<p>一直找不到 HTML5 的代码示例就直接写了一个作为备用。</p>
<p>这是一个符合 W3C 标准的 HTML5 的页面基本代码：</p>
<p><span id="more-2326"></span></p>
<pre class="prettyprint">&lt;!DOCTYPE HTML&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;HTML5 DEMO&lt;/title&gt;
&lt;link rel="stylesheet" href="styles/style.css" /&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;header&gt;&lt;/header&gt;
    &lt;article&gt;
        &lt;section&gt;
            &lt;div&gt;&lt;/div&gt;
        &lt;/section&gt;
    &lt;/article&gt;
    &lt;aside&gt;&lt;/aside&gt;
&lt;footer&gt;&lt;/footer&gt;
&lt;script src="scripts/script .js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>这篇文章也用来顺便测试一下集成的代码高亮插件。呵呵。现在本站字体改成 13px 的大小了。换算成 pt 单位也就是 9.75pt。</p>
<p>计划 iStudio 2.0 将会优先使用这个代码高亮的插件。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/librarys/html5-web-page-code-sample.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>再次更新 iPhone CSS 样式</title>
		<link>http://xuui.net/ui-design/iphone-css-style-update-again.html</link>
		<comments>http://xuui.net/ui-design/iphone-css-style-update-again.html#comments</comments>
		<pubDate>Tue, 11 Oct 2011 05:28:58 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[UI Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iLost]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=2238</guid>
		<description><![CDATA[首先是今天是本 Blog 上线 5 周年的纪念日。Blog 5 岁生日快乐！iLost 的 CMS 版在进行语音包的处理，很快就可以发布了。 最近把 iPhone 的样式更新了，主要是正对iPhone 的触摸特性把一些链接的点击区域放大了。iPhone 上由于屏幕限制就主打横屏浏览模式，搜索和分享在竖屏状态下是隐藏了的。 现在直接使用 iPhone 访问本站就可以看到新的针对 iPhone 优化后的主题样式了。 &#8230; <a href="http://xuui.net/ui-design/iphone-css-style-update-again.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>首先是今天是本 Blog 上线 5 周年的纪念日。Blog 5 岁生日快乐！<a href="http://xuui.net/themes/ilosttheme1-1.html">iLost</a> 的 CMS 版在进行语音包的处理，很快就可以发布了。</p>
<p>最近把 iPhone 的样式更新了，主要是正对iPhone 的触摸特性把一些链接的点击区域放大了。iPhone 上由于屏幕限制就主打横屏浏览模式，搜索和分享在竖屏状态下是隐藏了的。</p>
<p>现在直接使用 iPhone 访问本站就可以看到新的针对 iPhone 优化后的主题样式了。</p>
<p><span id="more-2238"></span>预览图在这里：</p>
<p>首页竖屏：<br />
<img class="alignnone size-full wp-image-2251" title="IMG_0443" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0443.jpg" alt="" width="320" height="480" /></p>
<p>首页横屏：<br />
<img class="alignnone size-full wp-image-2252" title="IMG_0444" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0444.jpg" alt="" width="480" height="320" /></p>
<p>列表竖屏：<br />
<img class="alignnone size-full wp-image-2254" title="IMG_0446" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0446.jpg" alt="" width="320" height="480" /></p>
<p>列表横屏：<br />
<img class="alignnone size-full wp-image-2255" title="IMG_0447" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0447.jpg" alt="" width="480" height="320" /></p>
<p>文章竖屏：<br />
<img class="alignnone size-full wp-image-2256" title="IMG_0449" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0449.jpg" alt="" width="320" height="480" /></p>
<p>文章横屏：</p>
<p><img class="alignnone size-full wp-image-2257" title="IMG_0450" src="http://xuui.net/wp-content/uploads/2011/10/IMG_0450.jpg" alt="" width="480" height="320" /></p>
<p>还有就是评论的插入表情的地方，我把可点击区域加大了。</p>
<p>感觉这次 iPhone 又是像 iPad 那样朝 Web APP 形式发展了。呵呵。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/ui-design/iphone-css-style-update-again.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>再次更新iPad CSS 样式</title>
		<link>http://xuui.net/bloglife/ipad-css-style-update-again.html</link>
		<comments>http://xuui.net/bloglife/ipad-css-style-update-again.html#comments</comments>
		<pubDate>Tue, 13 Sep 2011 16:30:08 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Blog Life]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iLost]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=2224</guid>
		<description><![CDATA[经过几天的努力，再次把 iPad 的样式更新了，现在搞成类 WebApp 的风格了。竖屏状态下看不到边栏内容，完全是个阅读模式，横屏的时候就可以看到边栏的内容了。直接使用 iPad 访问本站就可以看到了。预览图在这里： 首页： 竖屏： 横屏： 想看更多详细的那就请用 iPad 访问本站吧。iPhone 的还在调整中。]]></description>
			<content:encoded><![CDATA[<p>经过几天的努力，再次把 iPad 的样式更新了，现在搞成类 WebApp 的风格了。竖屏状态下看不到边栏内容，完全是个阅读模式，横屏的时候就可以看到边栏的内容了。直接使用 iPad 访问本站就可以看到了。预览图在这里：</p>
<p>首页：<br />
<img src="http://farm7.static.flickr.com/6168/6143927337_2f10cc7a9a_z_d.jpg" alt="" /></p>
<p><span id="more-2224"></span>竖屏：<br />
<img src="http://farm7.static.flickr.com/6159/6143927503_3b7f812d3d_z_d.jpg" alt="" /></p>
<p>横屏：<br />
<img src="http://farm7.static.flickr.com/6173/6143927453_0917442c60_z_d.jpg" alt="" /></p>
<p>想看更多详细的那就请用 iPad 访问本站吧。iPhone 的还在调整中。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/bloglife/ipad-css-style-update-again.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS 技巧收集1</title>
		<link>http://xuui.net/librarys/css-techniques-to-collect-1.html</link>
		<comments>http://xuui.net/librarys/css-techniques-to-collect-1.html#comments</comments>
		<pubDate>Tue, 03 Aug 2010 10:32:13 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=1879</guid>
		<description><![CDATA[IE6、IE7、Firefox兼容最简单的 CSS Hack。 具体写法很容易： #someNode{ &#160;&#160;&#160;&#160;position:fixed; &#160;&#160;&#160;&#160;#position:fixed; &#160;&#160;&#160;&#160;_position:fixed; } 说明和解释： 第一排给Firefox以及其他浏览器看 第二排给IE7（可能以后的IE8、IE9也是如此，谁知道呢）看 第三排给IE6以及更老的版本看 最好的应用就是可以让IE6也“支持”position:fixed，而且，配合这个原理，可以做到不引入JavaScript代码（仅用IE6的expression），我这里有一个现成的页面，CSS如下写： #class{ &#160;&#160;&#160;&#160;position:fixed; &#160;&#160;&#160;&#160;_position:absolute; &#160;&#160;&#160;&#160;right:15px; &#160;&#160;&#160;&#160;top:15px; &#160;&#160;&#160;&#160;_top:expression(eval(document.compatMode &#8230; <a href="http://xuui.net/librarys/css-techniques-to-collect-1.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>IE6、IE7、Firefox兼容最简单的 CSS Hack。</p>
<p>具体写法很容易：</p>
<p><code>#someNode{<br />
&nbsp;&nbsp;&nbsp;&nbsp;position:fixed;<br />
&nbsp;&nbsp;&nbsp;&nbsp;#position:fixed;<br />
&nbsp;&nbsp;&nbsp;&nbsp;_position:fixed;<br />
}<br />
</code></p>
<p>说明和解释：<br />
<span id="more-1879"></span>
<ul>
<li>第一排给Firefox以及其他浏览器看</li>
<li>第二排给IE7（可能以后的IE8、IE9也是如此，谁知道呢）看</li>
<li>第三排给IE6以及更老的版本看</li>
</ul>
<p>最好的应用就是可以让IE6也“支持”position:fixed，而且，配合<a href="http://bassistance.de/2006/11/02/position-fixed-for-ie-7/">这个原理</a>，可以做到不引入JavaScript代码（仅用IE6的expression），我这里有一个<a title="告诉你一个真实的Firefox" href="http://www.awflasher.com/firefox/">现成的页面</a>，CSS如下写：</p>
<p><code>#class{<br />
&nbsp;&nbsp;&nbsp;&nbsp;position:fixed;<br />
&nbsp;&nbsp;&nbsp;&nbsp;_position:absolute;<br />
&nbsp;&nbsp;&nbsp;&nbsp;right:15px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;top:15px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;_top:expression(eval(document.compatMode &amp;&amp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;document.compatMode=='CSS1Compat') ?<br />
&nbsp;&nbsp;&nbsp;&nbsp;documentElement.scrollTop+15 :<br />
&nbsp;&nbsp;&nbsp;&nbsp;document.body.scrollTop +<br />
&nbsp;&nbsp;&nbsp;&nbsp;(document.body.clientHeight - this.clientHeight));<br />
}<br />
</code></p>
<p>CSS 的自动换行问题：</p>
<p><code>div,p{white-space:normal;word-break:break-all;word-wrap:break-word;}<br />
table{table-layout:fixed;}<br />
table th,table td{word-wrap:break-word;overflow:hidden;}<br />
pre{white-space:pre-wrap;word-wrap:break-word;width:auto;}</code></p>
<p>pre 下面添加宽度自动的属性是为了防止在 IE7 里面的某些情况下宽度失效。</p>
<p>另外附赠 收集到的常见浏览器的默认 CSS 样式，下载在<a href="http://xuhelblog.googlecode.com/files/Browser_Default_CSS.tar.gz">这里</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/librarys/css-techniques-to-collect-1.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>CSS Reset Template</title>
		<link>http://xuui.net/ui-design/css-reset-template.html</link>
		<comments>http://xuui.net/ui-design/css-reset-template.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 06:33:40 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[UI Design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=1861</guid>
		<description><![CDATA[Css Reset是什么? 有些同行叫 “css复位”, 有些可能叫 “默认css”. CSS Reset 就是要重置 CSS 样式. 但是 CSS Reset 绝不仅仅是为了清除 html 元素默认表现,而是为了更好的统一各种浏览器下面的表现从而使得我们避开各种浏览器 BUG 所带来的问题, 所以”重 &#8230; <a href="http://xuui.net/ui-design/css-reset-template.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>Css Reset是什么? 有些同行叫 “css复位”, 有些可能叫 “默认css”.</p>
<p>CSS Reset 就是要重置 CSS 样式. 但是 CSS  Reset 绝不仅仅是为了清除 html 元素默认表现,而是为了更好的统一各种浏览器下面的表现从而使得我们避开各种浏览器 BUG 所带来的问题, 所以”重 置”这个词很恰当. 需要注意的是: Reset 不是万能的! 随着时间的流逝和技术的进步, Reset也应相应的变化.</p>
<p><span id="more-1861"></span>Reset CSS 能够达到使浏览器”统一”表现的作用.对于比较大点的项目,好处更加的明显.然而, CSS  reset 却并没有一个 “一统江湖” 的唯一标准. 个人认为, CSS Reset 应该根据各种项目和不同需求去定制一套”最适合”的, 因为并不是所有的 html 元素都会在一个项目里面出现.</p>
<p>目前有三个 CSS Reset 方案可供我们使用:</p>
<ul>
<li><a href="http://lifesinger.org/blog/2009/12/kissy-css-reset/">KISSY  CSS Reset 1.0</a></li>
<li><a href="http://developer.yahoo.com/yui/3/cssreset/">YUI 3 CSS Reset</a></li>
<li><a href="http://meyerweb.com/eric/tools/css/reset/index.html">Eric  CSS Reset</a></li>
</ul>
<p>对于这三套方案,我更倾向于射雕的KISSY CSS  Reset,原因是:更适合中国国情.当然,这三套方案都不是适合于你直接使用的,因为没有最好,只有最适合.你需要根据你的需要进行添加,修改或者删 除.这里有一些延伸阅读可以帮助你进行接下来的工作:</p>
<ul>
<li><a href="http://shawphy.com/2009/03/my-own-reset-css.html">打造自己的 reset.css</a></li>
<li><a href="http://mingelz.com/2009/08/dawn-css-reset/">Dawn CSS Reset</a></li>
</ul>
<p>html5是个不那么新鲜的事物了,大家纷纷去”体验”超前的技术.然而,html5要真正的铺开来,还有待时日.但是国外的同学总是那么的”超前”于我 们,这不,对于html5的CSS Reset已经出来. <a href="http://desizen.com/coding/css-reset/">点这里查看</a> html5 的 CSS Reset.</p>
<p>我参考了其他网站的 CSS Reset 有结合自己工作中的实际经验. 自己写了一个模板出来. 这个模板在 CSS Reset 的基础上又加入了 在项目中经常遇到的文字自动换行的样式定义, 还有 html5 的部分标签重置的样式. 也有比如 单选框的文字对齐的问题,和小图片的垂直居中排版对齐的文件.</p>
<p>感兴趣的可以在这里下载来看看. 使用的时候就按照自己的需求来进行删减了. 下载在这里:</p>
<div id="istudio_downbut"><a href="http://xuhelblog.googlecode.com/files/ResetCSS.zip"target="_blank"><span>Reset.css</span></a><div class="clear"></div></div>
<p>注意该文件使用 <a href="http://zh.wikipedia.org/zh-cn/BSD">BSD 协议</a>发布。你可以依照 <a href="http://zh.wikipedia.org/zh-cn/BSD">BSD 协议</a>任意使用。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/ui-design/css-reset-template.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>中文字体的英文名称对照表</title>
		<link>http://xuui.net/ui-design/english-name-of-chinese-characters-table.html</link>
		<comments>http://xuui.net/ui-design/english-name-of-chinese-characters-table.html#comments</comments>
		<pubDate>Sun, 30 May 2010 14:12:35 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[UI Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Designs]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=1809</guid>
		<description><![CDATA[有时css文件里面用到中文字体的时候由于字体编码的关系要使用到中文字体的英文字体名字. 然而有些中文字体的英文名字却不是那么好记. 所以我这里就搜集了一些. 中文名 英文名 Unicode Unicode 2 Mac OS 华文细黑 STHeiti Light [STXihei] \534E\6587\7EC6\9ED1 华文细黑 华文黑体 STHeiti \534E\6587\9ED1\4F53 华文黑体 &#8230; <a href="http://xuui.net/ui-design/english-name-of-chinese-characters-table.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://xuui.net/wp-content/uploads/2010/05/application-x-font-otf.png" alt="" title="application-x-font-otf" width="128" height="128" class="alignnone size-full wp-image-1814" /></p>
<p>有时css文件里面用到中文字体的时候由于字体编码的关系要使用到中文字体的英文字体名字.</p>
<p>然而有些中文字体的英文名字却不是那么好记. 所以我这里就搜集了一些.<br />
<span id="more-1809"></span><br />
<table cellspacing="0" cellpadding="4" border="1">
<thead>
<tr>
<th>中文名</th>
<th>英文名</th>
<th>Unicode</th>
<th>Unicode 2</th>
</tr>
<tr>
<th colspan="4">Mac OS</th>
</tr>
</thead>
<tbody>
<tr style="font-family:\534E\6587\7EC6\9ED1;">
<td>华文细黑</td>
<td>STHeiti Light [STXihei]</td>
<td>\534E\6587\7EC6\9ED1</td>
<td>华文细黑</td>
</tr>
<tr style="font-family:\534E\6587\9ED1\4F53;">
<td>华文黑体</td>
<td>STHeiti</td>
<td>\534E\6587\9ED1\4F53</td>
<td>华文黑体</td>
</tr>
<tr style="font-family:\534E\6587\6977\4F53;">
<td>华文楷体</td>
<td>STKaiti</td>
<td>\534E\6587\6977\4F53</td>
<td>华文楷体</td>
</tr>
<tr style="font-family:\534E\6587\5B8B\4F53;">
<td>华文宋体</td>
<td>STSong</td>
<td>\534E\6587\5B8B\4F53</td>
<td>华文宋体</td>
</tr>
<tr style="font-family:\534E\6587\4EFF\5B8B;">
<td>华文仿宋</td>
<td>STFangsong</td>
<td>\534E\6587\4EFF\5B8B</td>
<td>华文仿宋</td>
</tr>
<tr style="font-family:\4E3D\9ED1 Pro;">
<td>丽黑 Pro</td>
<td>LiHei Pro Medium</td>
<td>\4E3D\9ED1 Pro</td>
<td>丽黑 Pro</td>
</tr>
<tr style="font-family:\4E3D\5B8B Pro;">
<td>丽宋 Pro</td>
<td>LiSong Pro Light</td>
<td>\4E3D\5B8B Pro</td>
<td>丽宋 Pro</td>
</tr>
<tr style="font-family:\6807\6977\4F53;">
<td>标楷体</td>
<td>BiauKai</td>
<td>\6807\6977\4F53</td>
<td>标楷体</td>
</tr>
<tr style="font-family:\82F9\679C\4E3D\4E2D\9ED1;">
<td>苹果丽中黑</td>
<td>Apple LiGothic Medium</td>
<td>\82F9\679C\4E3D\4E2D\9ED1</td>
<td>苹果丽中黑</td>
</tr>
<tr style="font-family:;">
<td>苹果丽细宋</td>
<td>Apple LiSung Light</td>
<td>\82F9\679C\4E3D\7EC6\5B8B</td>
<td>苹果丽细宋</td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="4">Windows</th>
</tr>
</thead>
<tbody>
<tr style="font-family:\65B0\7EC6\660E\4F53;">
<td>新细明体</td>
<td>PMingLiU</td>
<td>\65B0\7EC6\660E\4F53</td>
<td>新细明体</td>
</tr>
<tr style="font-family:\7EC6\660E\4F53;">
<td>细明体</td>
<td>MingLiU</td>
<td>\7EC6\660E\4F53</td>
<td>细明体</td>
</tr>
<tr style="font-family:\6807\6977\4F53;">
<td>标楷体</td>
<td>DFKai-SB</td>
<td>\6807\6977\4F53</td>
<td>标楷体</td>
</tr>
<tr style="font-family:\9ED1\4F53;">
<td>黑体</td>
<td>SimHei</td>
<td>\9ED1\4F53</td>
<td>黑体</td>
</tr>
<tr style="font-family:\5b8b\4f53;">
<td>宋体</td>
<td>SimSun</td>
<td>\5B8B\4F53</td>
<td>宋体</td>
</tr>
<tr style="font-family:\65B0\5B8B\4F53;">
<td>新宋体</td>
<td>NSimSun</td>
<td>\65B0\5B8B\4F53</td>
<td>新宋体</td>
</tr>
<tr style="font-family:\4EFF\5B8B;">
<td>仿宋</td>
<td>FangSong</td>
<td>\4EFF\5B8B</td>
<td>仿宋</td>
</tr>
<tr style="font-family:\6977\4F53;">
<td>楷体</td>
<td>KaiTi</td>
<td>\6977\4F53</td>
<td>楷体</td>
</tr>
<tr style="font-family:\4EFF\5B8B_GB2312;">
<td>仿宋_GB2312</td>
<td>FangSong_GB2312</td>
<td>\4EFF\5B8B_GB2312</td>
<td>仿宋_GB2312</td>
</tr>
<tr style="font-family:\6977\4F53_GB2312;">
<td>楷体_GB2312</td>
<td>KaiTi_GB2312</td>
<td>\6977\4F53_GB2312</td>
<td>楷体_GB2312</td>
</tr>
<tr style="font-family:\5FAE\x8F6F\6B63\9ED1\4F53;">
<td>微软正黑体</td>
<td>Microsoft JhengHei</td>
<td>\5FAE\x8F6F\6B63\9ED1\4F53</td>
<td>微软正黑体</td>
</tr>
<tr style="font-family:\5FAE\8F6F\96C5\9ED1;">
<td>微软雅黑</td>
<td>Microsoft YaHei</td>
<td>\5FAE\8F6F\96C5\9ED1</td>
<td>微软雅黑</td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="4">Office</th>
</tr>
</thead>
<tbody>
<tr style="font-family:\96B6\4E66;">
<td>隶书</td>
<td>LiSu</td>
<td>\96B6\4E66</td>
<td>隶书</td>
</tr>
<tr style="font-family:\5E7C\5706;">
<td>幼圆</td>
<td>YouYuan</td>
<td>\5E7C\5706</td>
<td>幼圆</td>
</tr>
<tr style="font-family:\534E\6587\7EC6\9ED1;">
<td>华文细黑</td>
<td>STXihei</td>
<td>\534E\6587\7EC6\9ED1</td>
<td>华文细黑</td>
</tr>
<tr style="font-family:\534E\6587\6977\4F53;">
<td>华文楷体</td>
<td>STKaiti</td>
<td>\534E\6587\6977\4F53</td>
<td>华文楷体</td>
</tr>
<tr style="font-family:\534E\6587\5B8B\4F53;">
<td>华文宋体</td>
<td>STSong</td>
<td>\534E\6587\5B8B\4F53</td>
<td>华文宋体</td>
</tr>
<tr style="font-family:\534E\6587\4E2D\5B8B;">
<td>华文中宋</td>
<td>STZhongsong</td>
<td>\534E\6587\4E2D\5B8B</td>
<td>华文中宋</td>
</tr>
<tr style="font-family:\534E\6587\4EFF\5B8B;">
<td>华文仿宋</td>
<td>STFangsong</td>
<td>\534E\6587\4EFF\5B8B</td>
<td>华文仿宋</td>
</tr>
<tr style="font-family:\65B9\6B63\8212\4F53;">
<td>方正舒体</td>
<td>FZShuTi</td>
<td>\65B9\6B63\8212\4F53</td>
<td>方正舒体</td>
</tr>
<tr style="font-family:\65B9\6B63\59DA\4F53;">
<td>方正姚体</td>
<td>FZYaoti</td>
<td>\65B9\6B63\59DA\4F53</td>
<td>方正姚体</td>
</tr>
<tr style="font-family:\534E\6587\5F69\4E91;">
<td>华文彩云</td>
<td>STCaiyun</td>
<td>\534E\6587\5F69\4E91</td>
<td>华文彩云</td>
</tr>
<tr style="font-family:\534E\6587\7425\73C0;">
<td>华文琥珀</td>
<td>STHupo</td>
<td>\534E\6587\7425\73C0</td>
<td>华文琥珀</td>
</tr>
<tr style="font-family:\534E\6587\96B6\4E66;">
<td>华文隶书</td>
<td>STLiti</td>
<td>\534E\6587\96B6\4E66</td>
<td>华文隶书</td>
</tr>
<tr style="font-family:\534E\6587\884C\6977;">
<td>华文行楷</td>
<td>STXingkai</td>
<td>\534E\6587\884C\6977</td>
<td>华文行楷</td>
</tr>
<tr style="font-family:\534E\6587\65B0\9B4F;">
<td>华文新魏</td>
<td>STXinwei</td>
<td>\534E\6587\65B0\9B4F</td>
<td>华文新魏</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/ui-design/english-name-of-chinese-characters-table.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>15个 HTML5 教程和参考手册</title>
		<link>http://xuui.net/ui-design/15-useful-html5-tutorials-and-cheat-sheets.html</link>
		<comments>http://xuui.net/ui-design/15-useful-html5-tutorials-and-cheat-sheets.html#comments</comments>
		<pubDate>Mon, 10 May 2010 10:13:23 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[UI Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=1753</guid>
		<description><![CDATA[和以前的 HTML 版本不同，HTML5 带给网页设计师和开发人员更多幻想新事物的能力。使用符合语义结构的特定标记，使得现在的网页更符合语义化的需求。如内建的圆角视觉元素、以及对拖放式交 互的原生支持。尽管 HTML5 并没有完全得到主流浏览器的支持，但有些已经在尝试推进和试验新功能。为了鼓励对 HTML5 进行试验性的应用，也为将来更加丰富的应用做足准备，芒果整理收集了 15+ 有用的 HTML5 教程和参考手册。 教程 利用 HTML5 创建 iPhone 应用程序 使用 &#8230; <a href="http://xuui.net/ui-design/15-useful-html5-tutorials-and-cheat-sheets.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>和以前的 HTML 版本不同，<a href="http://www.mangguo.org/what-you-need-to-know-about-html-5/" target="_blank">HTML5</a> 带给网页设计师和开发人员更多幻想新事物的能力。使用符合语义结构的特定标记，使得现在的网页更符合语义化的需求。如内建的圆角视觉元素、以及对拖放式交 互的原生支持。尽管 <a href="http://www.mangguo.org/?s=html5&amp;searchsubmit=%E6%90%9C%E7%B4%A2" target="_blank">HTML5</a> 并没有完全得到主流浏览器的支持，但有些已经在尝试推进和试验新功能。为了鼓励对 HTML5  进行试验性的应用，也为将来更加丰富的应用做足准备，<a href="http://www.mangguo.org/15-useful-html5-tutorials-and-cheat-sheets/15-useful-html5-tutorials-and-cheat-sheets" target="_blank">芒果</a>整理收集了 <strong>15+ 有用的 HTML5 教程和参考手册</strong>。</p>
<p><strong>教程</strong></p>
<p><strong><a href="http://sixrevisions.com/web-development/html5-iphone-app/" target="_blank">利用 HTML5 创建 iPhone 应用程序</a></strong></p>
<p><a href="http://sixrevisions.com/web-development/html5-iphone-app/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_3.jpg" alt="html5 tutorial" /></a></p>
<p><span id="more-1753"></span><strong><a href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/" target="_blank">使用 HTML5 和 CSS3 组合，编写向后兼容的代码</a></strong></p>
<p><a href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_8.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank">使用 HTML5 设计和编写超酷的 iPhone 应用程序网站</a></strong></p>
<p><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_10.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank">从零开始编写 HTML5 布局</a></strong></p>
<p><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_1.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/" target="_blank">HTML5 和 CSS3：即将使用的新技术</a></strong></p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_2.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms" target="_blank">利用 HTML5 表单大做文章</a></strong></p>
<p><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_6.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://html5doctor.com/designing-a-blog-with-html5/" target="_blank">使用 HTML5 设计博客</a></strong></p>
<p><a href="http://html5doctor.com/designing-a-blog-with-html5/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_7.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://www.pvmgarage.com/en/2010/04/touch-the-future-create-an-elegant-website-with-hmtl-5-and-css3/" target="_blank">触摸未来：使用 HTML5 和 CSS3 创建一个优雅的网站</a></strong></p>
<p><a href="http://www.pvmgarage.com/en/2010/04/touch-the-future-create-an-elegant-website-with-hmtl-5-and-css3/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_5.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://orderedlist.com/our-writing/resources/html-css/structural-tags-in-html5/" target="_blank">HTML5 的结构标签</a></strong></p>
<p><a href="http://orderedlist.com/our-writing/resources/html-css/structural-tags-in-html5/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_4.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://tutorialzine.com/2010/02/html5-css3-website-template/" target="_blank">编写基于 HTML5 和 CSS3 的单页面网站模板</a></strong></p>
<p><a href="http://tutorialzine.com/2010/02/html5-css3-website-template/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_9.jpg" alt="html5 tutorial" /></a></p>
<p><strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-make-all-browsers-render-html5-mark-up-correctly-even-ie6/" target="_blank">如何使所有浏览器正确渲染 HTML5 – 甚至是 IE6</a></strong></p>
<p><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_11.jpg" alt="html5 tutorial" /></a></p>
<p><strong>参考手册</strong></p>
<p><strong><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank">HTML5 参考手册</a></strong></p>
<p><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_1.jpg" alt="cheat sheet" /></a></p>
<p><strong><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank">HTML5 视觉参考手册</a></strong></p>
<p><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_8.jpg" alt="cheat sheet" /></a></p>
<p><strong><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank">HTML5  图形参考手册</a></strong></p>
<p><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_4.jpg" alt="cheat sheet" /></a></p>
<p><strong><a href="http://adactio.com/extras/pocketbooks/html5/" target="_blank">HTML5 袖珍手册</a></strong></p>
<p><a href="http://adactio.com/extras/pocketbooks/html5/" target="_blank"><img src="http://www.mangguo.org/wp-content/uploads/2010/05/html5_tutorials_12.jpg" alt="html5 tutorial" /></a></p>
<p>英文原稿：<a href="http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets" target="_blank">15 Useful HTML5 Tutorials and Cheat Sheets | Web   Designer Ledger</a><br />
翻译整理：<a href="http://www.mangguo.org/15-useful-html5-tutorials-and-cheat-sheets" target="_blank">15+ 有用的 HTML5 教程和参考手册 | 芒果</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/ui-design/15-useful-html5-tutorials-and-cheat-sheets.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>评“15个CSS常识”</title>
		<link>http://xuui.net/librarys/15-css-knowledge.html</link>
		<comments>http://xuui.net/librarys/15-css-knowledge.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:56:49 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Designs]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=858</guid>
		<description><![CDATA[1、不要使用过小的图片做背景平铺。这就是为何很多人都不用 1px 的原因，这才知晓。宽高 1px 的图片平铺出一个宽高 200px 的区域，需要 200*200=40, 000 次，占用资源。 （不认同这个） 2、无边框。推荐的写法是 border:none;，哈哈，我一直在用这个。 border:0; 只是定义边框宽度为零，但边框样式、颜色还是会被浏览器解析，占用资源。 （的确是这样，不过这个在IE下有些问题要和背景一起用才有效） 3、慎用 * 通配符。所谓通配符，就是将 CSS 中的所有标签均初始化，不管用的不用的，过时的先进的，一视同仁，这样，大大的占用资源。要有选择的初始化标签。（不认同这个） 4、CSS 的十六进制颜色代码缩写。习惯了缩写及小写，这才知道，原来不是推荐的写法，为的是减少解析所占用的资源。但同时会增加文件体积。孰优孰劣，有待仔细考证。 （这是推荐的写法也是减少CSS文件体积的方法。） 5、样式放头上，脚本放脚下。不内嵌，只外链。 （不认同，因为内嵌可以解决部分CSS样式解析失效的问题，而且内嵌CSS一般都在大型网站中使用。） 6、坚决不用 CSS 表达式。 （反对） 7、使用 引用样式表，而不是通过 @import 导入。 （反对，这个要看具体应用了） 8、一般来说，PNG 比 GIF 要小，小得多。再者，GIF 中有多少颜色是被浪费的，很值得优化。（反对，png 不能做动画。） 9、千万不要在 HTML 中缩放图片，一者不好看，二者占资源。 （反对，这个方法可以优化一下图片的JS预览效果） 10、正文字体最好用偶数，12px、14px、16px，效果非常好。特例，15px。 （反对15px，单数是英文字体的。） 11、block、ul、ol 等上下留出至少一倍行距，左侧至少两倍行距，右侧随意。 &#8230; <a href="http://xuui.net/librarys/15-css-knowledge.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>1、不要使用过小的图片做背景平铺。这就是为何很多人都不用 1px 的原因，这才知晓。宽高 1px 的图片平铺出一个宽高 200px 的区域，需要 200*200=40, 000 次，占用资源。<br />
（不认同这个）</p>
<p>2、无边框。推荐的写法是 border:none;，哈哈，我一直在用这个。 border:0; 只是定义边框宽度为零，但边框样式、颜色还是会被浏览器解析，占用资源。<br />
（的确是这样，不过这个在IE下有些问题要和背景一起用才有效）</p>
<p>3、慎用 * 通配符。所谓通配符，就是将 CSS 中的所有标签均初始化，不管用的不用的，过时的先进的，一视同仁，这样，大大的占用资源。要有选择的初始化标签。（不认同这个）</p>
<p><span id="more-858"></span>4、CSS 的十六进制颜色代码缩写。习惯了缩写及小写，这才知道，原来不是推荐的写法，为的是减少解析所占用的资源。但同时会增加文件体积。孰优孰劣，有待仔细考证。<br />
（这是推荐的写法也是减少CSS文件体积的方法。）</p>
<p>5、样式放头上，脚本放脚下。不内嵌，只外链。<br />
（不认同，因为内嵌可以解决部分CSS样式解析失效的问题，而且内嵌CSS一般都在大型网站中使用。）</p>
<p>6、坚决不用 CSS 表达式。<br />
（反对）</p>
<p>7、使用 引用样式表，而不是通过 @import 导入。<br />
（反对，这个要看具体应用了）</p>
<p>8、一般来说，PNG 比 GIF 要小，小得多。再者，GIF 中有多少颜色是被浪费的，很值得优化。（反对，png 不能做动画。）</p>
<p>9、千万不要在 HTML 中缩放图片，一者不好看，二者占资源。<br />
（反对，这个方法可以优化一下图片的JS预览效果）</p>
<p>10、正文字体最好用偶数，12px、14px、16px，效果非常好。特例，15px。<br />
（反对15px，单数是英文字体的。）</p>
<p>11、block、ul、ol 等上下留出至少一倍行距，左侧至少两倍行距，右侧随意。<br />
（反对，这个看个人习惯）</p>
<p>12、段落之间，至少要有一倍行距。<br />
（这个也是个人习惯，我认为是 1em）</p>
<p>13、强行指定某些元素的 line-height，正文 1.6 倍于文字大小，标题 1.3 倍。<br />
（反对，通用的是 1.5）</p>
<p>14、中文标点用全角。英文夹杂在中文中，左右空格，半角。<br />
（这个要看个人习惯）</p>
<p>15、中文字体的粗体和斜体，远离较好，利民利己。<br />
（这点我基本无视）</p>
<p>查看原文<a href="http://www.52css.com/article.asp?id=1141">请到这里</a>，我的评价基本完成。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/librarys/15-css-knowledge.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>[转]在CSS里面定义中文字体</title>
		<link>http://xuui.net/librarys/inside-the-definition-of-chinese-characters-in-the-css.html</link>
		<comments>http://xuui.net/librarys/inside-the-definition-of-chinese-characters-in-the-css.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:50:03 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Designs]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=825</guid>
		<description><![CDATA[有时候写在页面中的中文字体css样式有效果，将样式保存到css文件中，中文字体就没有效果了，浏览器版本低还可能影响其他样式的执行。解决办法如下： 1、将中文样式名换成英文名： 附Windows系统常见中文字体英文名称： ======================== 黑体：SimHei 宋体：SimSun 新宋体：NSimSun 仿宋：FangSong  SimFang? 楷体：KaiTi    SimKai? 仿宋_GB2312：FangSong_GB2312 楷体_GB2312：KaiTi_GB2312 微软雅黑体：Microsoft YaHei 隶书：LiSu    SimLi? 幼圆：YouYuan     SimYou? 华文细黑：STXihei &#8230; <a href="http://xuui.net/librarys/inside-the-definition-of-chinese-characters-in-the-css.html" class="more-link">了解更多</a>]]></description>
			<content:encoded><![CDATA[<p>有时候写在页面中的中文字体css样式有效果，将样式保存到css文件中，中文字体就没有效果了，浏览器版本低还可能影响其他样式的执行。解决办法如下：</p>
<p>1、将中文样式名换成英文名：</p>
<p>附Windows系统常见中文字体英文名称：<br />
<span id="more-825"></span>========================<br />
黑体：SimHei<br />
宋体：SimSun<br />
新宋体：NSimSun<br />
仿宋：FangSong  SimFang?<br />
楷体：KaiTi    SimKai?<br />
仿宋_GB2312：FangSong_GB2312<br />
楷体_GB2312：KaiTi_GB2312<br />
微软雅黑体：Microsoft YaHei<br />
隶书：LiSu    SimLi?<br />
幼圆：YouYuan     SimYou?<br />
华文细黑：STXihei<br />
华文楷体：STKaiti<br />
华文宋体：STSong<br />
华文中宋：STZhongsong<br />
华文仿宋：STFangsong<br />
方正舒体：FZShuTi<br />
方正姚体：FZYaoti<br />
华文彩云：STCaiyun<br />
华文琥珀：STHupo<br />
华文隶书：STLiti<br />
华文行楷：STXingkai<br />
华文新魏：STXinwei</p>
<p>但这些英文名在非ie的浏览器中是不能识别的，可以在页面的body中定义：</p>
<p>font-family:SimSun, “宋体”;</p>
<p>这样至少可以保证在几个浏览器中能够准确显示我要的字体样式。</p>
<p>2、包含css文件时，添加charset属性，注意css文件的编码，如：</p>
<p>&lt;style href=”style.css” type=”text/css” rel=”stylesheet” charset=”utf-8&#8243;&gt;</p>
<p>3、将css文件存为UTF-8 编码，在css文件开头添加以下语句：</p>
<p>@charset “utf-8&#8243;;</p>
<p>原文地址：<a href="http://blog.csdn.net/eastsea/archive/2009/09/14/4550551.aspx">http://blog.csdn.net/eastsea/archive/2009/09/14/4550551.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/librarys/inside-the-definition-of-chinese-characters-in-the-css.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iDm Studio Test</title>
		<link>http://xuui.net/themes/idm-studio-test.html</link>
		<comments>http://xuui.net/themes/idm-studio-test.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:12:49 +0000</pubDate>
		<dc:creator>Xu.hel</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[Skins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://xuui.net/?p=738</guid>
		<description><![CDATA[iDm Studio 暂时叫这个名字吧。现在上线测试了。 还有部分插件的支持还在调整中，等几天有空了再弄了。最近很忙。 目前 FF 下正常。发现问题就请留言哈。 PS：NeoVFX 改版了，有兴趣的可以逛逛去。 终结者4里面是有州长客窜的，出现的具体时间是保密 1:20:00 左右出现]]></description>
			<content:encoded><![CDATA[<p>iDm Studio 暂时叫这个名字吧。现在上线测试了。</p>
<p>还有部分插件的支持还在调整中，等几天有空了再弄了。最近很忙。</p>
<p>目前 FF 下正常。发现问题就请留言哈。</p>
<p>PS：<a href="http://www.neovfx.com/archives/1331">NeoVFX</a> 改版了，有兴趣的可以<a href="http://www.neovfx.com/archives/1295">逛逛去</a>。</p>
<p>终结者4里面是有州长客窜的，出现的具体时间是保密</p>
<p><span style="color: #ffffff;">1:20:00 左右出现</span></p>
]]></content:encoded>
			<wfw:commentRss>http://xuui.net/themes/idm-studio-test.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

