<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>评论: 招募一位《CSS设计彻底研究》“图书测试”人员</title>
	<link>http://learning.artech.cn/20080114.proof-reading.html</link>
	<description>学习在前沿！这里是“前沿视频教室”，在这里您可以找到关于各种网页设计/网站开发/Flash动画相关的内容，而且我们都通过视频演示的方式，直观地向您讲解！包括CSS/Javascript/Flash/Dreamweaver/Fireworks/Photoshop等软件的使用和技巧!</description>
	<pubDate>Sat, 19 May 2012 20:15:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-3052</link>
		<author>温谦</author>
		<pubDate>Fri, 09 May 2008 17:54:09 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-3052</guid>
		<description>love_yy26,

我建议你先暂时按照书上的样子或者你用exoression的方法做吧，感觉效果差不多，以后慢慢研究。</description>
		<content:encoded><![CDATA[<p>love_yy26,</p>
<p>我建议你先暂时按照书上的样子或者你用exoression的方法做吧，感觉效果差不多，以后慢慢研究。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: love_yy26</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-3040</link>
		<author>love_yy26</author>
		<pubDate>Fri, 09 May 2008 01:07:44 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-3040</guid>
		<description>可是我不会做JS啊,这个JS好学么?

老师可不可以把这个JS写给我 ?</description>
		<content:encoded><![CDATA[<p>可是我不会做JS啊,这个JS好学么?</p>
<p>老师可不可以把这个JS写给我 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-3036</link>
		<author>温谦</author>
		<pubDate>Thu, 08 May 2008 23:28:47 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-3036</guid>
		<description>love_yy26，

在Firefox中，不认识expression，如果要使Firefox中的效果也和你设置的expression的效果一样，可以用Javascript实现，动态监视浏览器窗口宽度，然后调整#container的宽度。</description>
		<content:encoded><![CDATA[<p>love_yy26，</p>
<p>在Firefox中，不认识expression，如果要使Firefox中的效果也和你设置的expression的效果一样，可以用Javascript实现，动态监视浏览器窗口宽度，然后调整#container的宽度。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: love_yy26</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-3020</link>
		<author>love_yy26</author>
		<pubDate>Thu, 08 May 2008 09:07:17 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-3020</guid>
		<description>我知道啦,老师的网页不能输入小括号 一输入就没啦!~!!!!!!!!!!!!!!!!!!!!!!!!!!
现在我把完整代码写下来，小括号改成了书名号：

您好,老师,我做了个网页用的是魔幻布局,在FF和IE兼容上遇到了问题,如下
#container {
max-width: 960px;
min-width: 760px;
_width:expression((document.documentElement.clientWidth&#124;&#124;document.body.clientWidth) 《 850? "760px":"960");
margin: 0 auto;
}
我知道min-width和max-width是FF的,下面的expression是IE可以解释的,实际上我想要的效果是ie浏览器的效果,也就是说我想当窗口小于850的时候,直接等于760px,否则等于960px
可惜我没有办法在FF中做到,在FF中是慢慢变化的.
请问老师有办法吗?</description>
		<content:encoded><![CDATA[<p>我知道啦,老师的网页不能输入小括号 一输入就没啦!~!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
现在我把完整代码写下来，小括号改成了书名号：</p>
<p>您好,老师,我做了个网页用的是魔幻布局,在FF和IE兼容上遇到了问题,如下<br />
#container {<br />
max-width: 960px;<br />
min-width: 760px;<br />
_width:expression((document.documentElement.clientWidth||document.body.clientWidth) 《 850? &#8220;760px&#8221;:&#8221;960&#8243;);<br />
margin: 0 auto;<br />
}<br />
我知道min-width和max-width是FF的,下面的expression是IE可以解释的,实际上我想要的效果是ie浏览器的效果,也就是说我想当窗口小于850的时候,直接等于760px,否则等于960px<br />
可惜我没有办法在FF中做到,在FF中是慢慢变化的.<br />
请问老师有办法吗?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1604</link>
		<author>温谦</author>
		<pubDate>Sat, 23 Feb 2008 13:21:40 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1604</guid>
		<description>谢谢！已经更正了，请参考：

http://learning.artech.cn/20080221.css-exploring-errta.html

以后您发现问题，请再告诉我们！</description>
		<content:encoded><![CDATA[<p>谢谢！已经更正了，请参考：</p>
<p><a href="http://learning.artech.cn/20080221.css-exploring-errta.html" rel="nofollow">http://learning.artech.cn/20080221.css-exploring-errta.html</a></p>
<p>以后您发现问题，请再告诉我们！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: frankfang</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1603</link>
		<author>frankfang</author>
		<pubDate>Sat, 23 Feb 2008 13:19:57 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1603</guid>
		<description>老师：
       看《css设计彻底研究》时候发现一个问题！不知道有没有人提出来，就是书的54页上半页说到简写属性值的时候，如果border-width有三个值就是上、左右、下，结果下面举例子的时候是：border-width:1px 2px 3px却解释含义说是：上1px,下2px,左右3px.</description>
		<content:encoded><![CDATA[<p>老师：<br />
       看《css设计彻底研究》时候发现一个问题！不知道有没有人提出来，就是书的54页上半页说到简写属性值的时候，如果border-width有三个值就是上、左右、下，结果下面举例子的时候是：border-width:1px 2px 3px却解释含义说是：上1px,下2px,左右3px.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1295</link>
		<author>温谦</author>
		<pubDate>Sun, 20 Jan 2008 04:31:46 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1295</guid>
		<description>恩，以后有时间修改一下，挺费时间，呵呵。</description>
		<content:encoded><![CDATA[<p>恩，以后有时间修改一下，挺费时间，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 木易</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1290</link>
		<author>木易</author>
		<pubDate>Sat, 19 Jan 2008 15:54:30 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1290</guid>
		<description>css设计彻底研究视频第一课（中）视频上的幻灯片标题标的（下）</description>
		<content:encoded><![CDATA[<p>css设计彻底研究视频第一课（中）视频上的幻灯片标题标的（下）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1284</link>
		<author>温谦</author>
		<pubDate>Sat, 19 Jan 2008 02:28:56 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1284</guid>
		<description>是，对绝大多数网站这三个就足够了，不过就这三个就足够麻烦了，呵呵。</description>
		<content:encoded><![CDATA[<p>是，对绝大多数网站这三个就足够了，不过就这三个就足够麻烦了，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 木易</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1282</link>
		<author>木易</author>
		<pubDate>Fri, 18 Jan 2008 23:28:26 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1282</guid>
		<description>呵呵，我台式机上是IE6,笔记本上是IE7和FireFox!
三个都支持就行了，其它浏览器就不管理了！</description>
		<content:encoded><![CDATA[<p>呵呵，我台式机上是IE6,笔记本上是IE7和FireFox!<br />
三个都支持就行了，其它浏览器就不管理了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1281</link>
		<author>温谦</author>
		<pubDate>Fri, 18 Jan 2008 16:52:25 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1281</guid>
		<description>是啊，无论写程序，还是做其他的技术，做到极致都会成为艺术品。

做美工的和做开发的都有很多人对CSS感兴趣，从学习技术的角度来说，做开发的人学起来要容易很多，很多逻辑概念比真正的编程还是容易多了，就是杂七杂八的东西很需要一些经验积累。

最麻烦的事是，在用C#或者其他语言写程序的时候，通常相信编译器是可以信任的，而写CSS的时候，浏览器却很不让人放心，这个很麻烦。</description>
		<content:encoded><![CDATA[<p>是啊，无论写程序，还是做其他的技术，做到极致都会成为艺术品。</p>
<p>做美工的和做开发的都有很多人对CSS感兴趣，从学习技术的角度来说，做开发的人学起来要容易很多，很多逻辑概念比真正的编程还是容易多了，就是杂七杂八的东西很需要一些经验积累。</p>
<p>最麻烦的事是，在用C#或者其他语言写程序的时候，通常相信编译器是可以信任的，而写CSS的时候，浏览器却很不让人放心，这个很麻烦。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 木易</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1275</link>
		<author>木易</author>
		<pubDate>Fri, 18 Jan 2008 15:17:13 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1275</guid>
		<description>呵呵，我是搞C#开发的，闲暇也会看看DIV CSS呵呵，我会一个一个做看看效果！喜欢实现功能的喜悦！</description>
		<content:encoded><![CDATA[<p>呵呵，我是搞C#开发的，闲暇也会看看DIV CSS呵呵，我会一个一个做看看效果！喜欢实现功能的喜悦！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1269</link>
		<author>温谦</author>
		<pubDate>Fri, 18 Jan 2008 02:38:12 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1269</guid>
		<description>niuch.cn，

您好，谢谢你中肯的留言，我们会考虑的。我相信您也不会在乎一本书者几十块钱的事儿，大家都是真的对CSS的Web开发的喜欢，才会来这里，和大家交流。我们也是出于同样的目的，希望大家一齐努力！

顺便要说的是你谈到的《精通CSS高级Web标准解决方案》这本书绝对是一本好书，我们自己研究好多遍，呵呵，他的问题是，很多东西写得点到为止，初学者看起来会比较吃力。比如他给图片加柔边阴影的例子，您是否按他说的实践过？我按照他说的方法，在IE6无论如何也做不出来，后在网上找到了他的方法的出处，使A List Apart上的的一篇便文章，比他写得详细一些，我又跟着做了很久，发现还是有一些边界条件，文章没有提及，后来反复试验，终于做出来，但我不知道是不是最方便的实现方法，我也把这我自己的方法写在新书里了。

如果您对这个问题有研究，可以继续探讨阿。</description>
		<content:encoded><![CDATA[<p>niuch.cn，</p>
<p>您好，谢谢你中肯的留言，我们会考虑的。我相信您也不会在乎一本书者几十块钱的事儿，大家都是真的对CSS的Web开发的喜欢，才会来这里，和大家交流。我们也是出于同样的目的，希望大家一齐努力！</p>
<p>顺便要说的是你谈到的《精通CSS高级Web标准解决方案》这本书绝对是一本好书，我们自己研究好多遍，呵呵，他的问题是，很多东西写得点到为止，初学者看起来会比较吃力。比如他给图片加柔边阴影的例子，您是否按他说的实践过？我按照他说的方法，在IE6无论如何也做不出来，后在网上找到了他的方法的出处，使A List Apart上的的一篇便文章，比他写得详细一些，我又跟着做了很久，发现还是有一些边界条件，文章没有提及，后来反复试验，终于做出来，但我不知道是不是最方便的实现方法，我也把这我自己的方法写在新书里了。</p>
<p>如果您对这个问题有研究，可以继续探讨阿。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1268</link>
		<author>温谦</author>
		<pubDate>Fri, 18 Jan 2008 02:30:41 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1268</guid>
		<description>soz，

感谢您的支持，我们会考虑的！</description>
		<content:encoded><![CDATA[<p>soz，</p>
<p>感谢您的支持，我们会考虑的！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: niuch.cn</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1266</link>
		<author>niuch.cn</author>
		<pubDate>Fri, 18 Jan 2008 02:19:01 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1266</guid>
		<description>温老师：

    你好！

    关注前沿工作室站点已经有半年多了，我是计算机专业毕业，现工作近2年了，现在从事公司的网站设计，之前的设计都是Table css设计的，几个月以前在一个群里，了解到一本国外大作《CSS禅意花
园》，立刻去书店搜寻，翻阅之后为之大震，原来css div可以将网页设计如此完美，从此便开始系统学习css＋div之路，从关注《精通CSS DIV网页样式与布局》以及附的20个视频教程到温老师的《彻底研究
CSS》提前发布的视频教程，对温老师的认真、负责的敬业精神所打动，目前对盒模型，浮动和定位有了一些基础的认识，但是感觉还不够系统、不够完备，目前在读人邮的《精通CSS高级Web标准解决方案》电子版的。我的一个小站是table css的，希望能通过学习，能够逐步系统掌握。当然了，学习是永无止境的，目前还未能用div＋css建站，我相信这个愿望实现不会遥远了。

    如果可以获得这样的一个机会，我会用心认真阅读这本书并完成实例操作，并及时写下自己的感受。当然名额很有限，没有获得也没有关系，我还是会继续努力，继续支持前沿工作室。向所有从事网页前端设计的开发者们致敬！最后感谢前沿工作室！感谢温老师。</description>
		<content:encoded><![CDATA[<p>温老师：</p>
<p>    你好！</p>
<p>    关注前沿工作室站点已经有半年多了，我是计算机专业毕业，现工作近2年了，现在从事公司的网站设计，之前的设计都是Table css设计的，几个月以前在一个群里，了解到一本国外大作《CSS禅意花<br />
园》，立刻去书店搜寻，翻阅之后为之大震，原来css div可以将网页设计如此完美，从此便开始系统学习css＋div之路，从关注《精通CSS DIV网页样式与布局》以及附的20个视频教程到温老师的《彻底研究<br />
CSS》提前发布的视频教程，对温老师的认真、负责的敬业精神所打动，目前对盒模型，浮动和定位有了一些基础的认识，但是感觉还不够系统、不够完备，目前在读人邮的《精通CSS高级Web标准解决方案》电子版的。我的一个小站是table css的，希望能通过学习，能够逐步系统掌握。当然了，学习是永无止境的，目前还未能用div＋css建站，我相信这个愿望实现不会遥远了。</p>
<p>    如果可以获得这样的一个机会，我会用心认真阅读这本书并完成实例操作，并及时写下自己的感受。当然名额很有限，没有获得也没有关系，我还是会继续努力，继续支持前沿工作室。向所有从事网页前端设计的开发者们致敬！最后感谢前沿工作室！感谢温老师。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: soz</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1264</link>
		<author>soz</author>
		<pubDate>Thu, 17 Jan 2008 11:27:23 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1264</guid>
		<description>你好，我是一个大三的学生。今天刚放寒假，www.cssfans.com.cn 是我开的，只是由于学习压力，也很少上去管理。
我觉得作为一个学生，可以更加知道新手学习CSS的想法，我觉得我可以给这本书提出更好的意见</description>
		<content:encoded><![CDATA[<p>你好，我是一个大三的学生。今天刚放寒假，www.cssfans.com.cn 是我开的，只是由于学习压力，也很少上去管理。<br />
我觉得作为一个学生，可以更加知道新手学习CSS的想法，我觉得我可以给这本书提出更好的意见</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1263</link>
		<author>温谦</author>
		<pubDate>Thu, 17 Jan 2008 04:47:10 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1263</guid>
		<description>不是全彩，是一部分彩印。

原来曾加考虑过全彩，但是出版社编辑计算以后价格太高了，所以只能忍痛了。所以我在做样章的时候，就彩印的和黑白的都放一些，避免读者以为全彩，拿到书以后不是，那就不好了。</description>
		<content:encoded><![CDATA[<p>不是全彩，是一部分彩印。</p>
<p>原来曾加考虑过全彩，但是出版社编辑计算以后价格太高了，所以只能忍痛了。所以我在做样章的时候，就彩印的和黑白的都放一些，避免读者以为全彩，拿到书以后不是，那就不好了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: kyphoon</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1262</link>
		<author>kyphoon</author>
		<pubDate>Thu, 17 Jan 2008 04:33:21 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1262</guid>
		<description>你好
温老师
昨天看了一下样章里面的内容有些是彩色的
请问一下
正式出版后的书是不是全彩呢</description>
		<content:encoded><![CDATA[<p>你好<br />
温老师<br />
昨天看了一下样章里面的内容有些是彩色的<br />
请问一下<br />
正式出版后的书是不是全彩呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1250</link>
		<author>温谦</author>
		<pubDate>Wed, 16 Jan 2008 02:29:57 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1250</guid>
		<description>谢谢!</description>
		<content:encoded><![CDATA[<p>谢谢!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1249</link>
		<author>温谦</author>
		<pubDate>Wed, 16 Jan 2008 02:29:14 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1249</guid>
		<description>jack，

收到邮件，非常感谢你的支持，你的分析很有道理！</description>
		<content:encoded><![CDATA[<p>jack，</p>
<p>收到邮件，非常感谢你的支持，你的分析很有道理！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: jack</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1244</link>
		<author>jack</author>
		<pubDate>Tue, 15 Jan 2008 18:13:52 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1244</guid>
		<description>支持！报名</description>
		<content:encoded><![CDATA[<p>支持！报名</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 张明亮</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1237</link>
		<author>张明亮</author>
		<pubDate>Tue, 15 Jan 2008 09:13:35 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1237</guid>
		<description>喜欢</description>
		<content:encoded><![CDATA[<p>喜欢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1235</link>
		<author>温谦</author>
		<pubDate>Tue, 15 Jan 2008 08:47:45 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1235</guid>
		<description>xp，

出版社编辑昨天给我信息：

下周可以从印刷厂入到出版社的库房，然后在1月23号开始向书店发书。当然，这是如果一切顺利的情况~~~ 但是书店收到书以后上架可能还需要几天。

希望如此啦！</description>
		<content:encoded><![CDATA[<p>xp，</p>
<p>出版社编辑昨天给我信息：</p>
<p>下周可以从印刷厂入到出版社的库房，然后在1月23号开始向书店发书。当然，这是如果一切顺利的情况~~~ 但是书店收到书以后上架可能还需要几天。</p>
<p>希望如此啦！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1234</link>
		<author>温谦</author>
		<pubDate>Tue, 15 Jan 2008 08:45:56 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1234</guid>
		<description>kyphoon,

谢谢您的支持！禅意花园是个大宝库，值得好好研究，认真剖析、吃透三个作品，CSS的功力足够应付一般的需要了。</description>
		<content:encoded><![CDATA[<p>kyphoon,</p>
<p>谢谢您的支持！禅意花园是个大宝库，值得好好研究，认真剖析、吃透三个作品，CSS的功力足够应付一般的需要了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: xp</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1233</link>
		<author>xp</author>
		<pubDate>Tue, 15 Jan 2008 08:34:12 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1233</guid>
		<description>书什么时候能在网上买到？很期待。。。</description>
		<content:encoded><![CDATA[<p>书什么时候能在网上买到？很期待。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: kyphoon</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1232</link>
		<author>kyphoon</author>
		<pubDate>Tue, 15 Jan 2008 08:33:42 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1232</guid>
		<description>你好，温老师
我是计算机本科毕业的
主要从事web程序设计方面的工作
现留职于学校
从事学校的网站开发与维护方面的工作
说实话
以前在web界面方面确实不太注重
自从从温老师的视频上了解了css禅意花园后
确实从心底对css的强大功能感到吃惊和好奇
从而希望进入这个神秘的世界
希望温老师给我一个机会
谢谢</description>
		<content:encoded><![CDATA[<p>你好，温老师<br />
我是计算机本科毕业的<br />
主要从事web程序设计方面的工作<br />
现留职于学校<br />
从事学校的网站开发与维护方面的工作<br />
说实话<br />
以前在web界面方面确实不太注重<br />
自从从温老师的视频上了解了css禅意花园后<br />
确实从心底对css的强大功能感到吃惊和好奇<br />
从而希望进入这个神秘的世界<br />
希望温老师给我一个机会<br />
谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1221</link>
		<author>温谦</author>
		<pubDate>Tue, 15 Jan 2008 06:16:09 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1221</guid>
		<description>rinpoche,

你是高手了~~到时候一定给我们写中肯的意见和建议哦！</description>
		<content:encoded><![CDATA[<p>rinpoche,</p>
<p>你是高手了~~到时候一定给我们写中肯的意见和建议哦！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: rinpoche</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1220</link>
		<author>rinpoche</author>
		<pubDate>Tue, 15 Jan 2008 06:12:58 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1220</guid>
		<description>支持温老师，我去买书。：）</description>
		<content:encoded><![CDATA[<p>支持温老师，我去买书。：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1219</link>
		<author>温谦</author>
		<pubDate>Tue, 15 Jan 2008 03:48:59 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1219</guid>
		<description>casa 老师，

 收到，感谢您的支持！</description>
		<content:encoded><![CDATA[<p>casa 老师，</p>
<p> 收到，感谢您的支持！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 温谦</title>
		<link>http://learning.artech.cn/20080114.proof-reading.html#comment-1218</link>
		<author>温谦</author>
		<pubDate>Tue, 15 Jan 2008 03:48:41 +0000</pubDate>
		<guid>http://learning.artech.cn/20080114.proof-reading.html#comment-1218</guid>
		<description>zs，

收到，感谢您的支持！</description>
		<content:encoded><![CDATA[<p>zs，</p>
<p>收到，感谢您的支持！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

