<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[WalterShe's blog]]></title>
<link>http://www.flashshe.com/articles/</link>
<description><![CDATA[flex,flash]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[walt&#101;rshe@126.com()]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>Walt&#101;rShe&#39;s blog</title>
	<url>http://www.flashshe.com/articles/images/logos.gif</url>
	<link>http://www.flashshe.com/articles/</link>
	<description>Walt&#101;rShe&#39;s blog</description>
</image>

			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=59</link>
			<title><![CDATA[x-learner.com(超级学习者)上线了]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Fri,09 Dec 2011 15:30:32 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=59</guid>
		<description><![CDATA[x-learner.com(超级学习者）是中国第一家专注于Flash Catalyst学习，培训，交流的社区网站。<br/><br/>x-learner.com(超级学习者）诞生的目的就是想让中国的交互设计师，Flash站点设计师，Flash/Flex开发者，原型设计师能更好的交流和学习Flash Catalyst。<br/>]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=58</link>
			<title><![CDATA[国内第一本Catalyst书]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Fri,11 Nov 2011 15:09:29 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=58</guid>
		<description><![CDATA[亲爱的catalyst爱好者们，大家好 InsideRIA.cn 经过近一年的准备和努力，大家期待已久的Flash Catalyst最新中文图书——《FLASH CATALYST CS5交互设计大师之路》出版了，本书是全彩印刷，并有配套的教学视频DVD随书赠送。<br/><img src="http://ec4.images-amazon.com/images/I/41g8iaxckLL._SL500_AA300_.jpg" border="0" alt=""/><br/>不方便去书店的可在各大网上书店购买。]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=57</link>
			<title><![CDATA[开始探索HTML5]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[HTML5]]></category>
			<pubDate>Mon,07 Nov 2011 14:08:54 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=57</guid>
		<description><![CDATA[HTML5与Adobe Flash二者各有千秋，作为一位前端开发者，不应该只掌握Flash，应该是HTML5,css3,Javascript都要掌握，我的理解是二者应该优缺互补，而不是排他的只取其一!我决定今天开始探索HTML5，我的目标是希望一年后我可以熟练的运用这两把利器驰骋疆场，为我的未来开疆拓土。]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=56</link>
			<title><![CDATA[Mac下PHP环境的搭建]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[PHP]]></category>
			<pubDate>Mon,07 Nov 2011 14:00:03 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=56</guid>
		<description><![CDATA[Mac 下可以使用<strong><a target="_blank" href="http://www.apachefriends.org/zh_cn/xampp.html" rel="external"> XAMPP</a></strong> 搭建PHP环境。开发工具可以使用NetBeans或者Aptana Studio。]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=54</link>
			<title><![CDATA[让LispWorks的editor写代码能自动缩进]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[LISP]]></category>
			<pubDate>Wed,13 Jul 2011 17:52:47 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=54</guid>
		<description><![CDATA[在LispWorks的editor中写代码默认是不能自动缩进的，这个需要自己配置下才行。新建一个文件叫.lispworks 然后在该文件中加入如下代码：<br/><br/>(editor:defcommand &#34;Indent and Ins&#101;rt New Line&#34; (p)<br/>&nbsp;&nbsp;&nbsp;&nbsp; (editor:new-line-command p)<br/>&nbsp;&nbsp;&nbsp;&nbsp; (editor:indent-command p))<br/><br/>(editor:bind-key &#34;Indent and Ins&#101;rt New Line&#34; &#34;Return&#34; :mode &#34;Lisp&#34;)<br/><br/>然后把该文件放入到&#34;~/&#34;目录，如果你的操作系统是mac或者linux那这个目录就不用我解释了吧，windows7系统指的是&#34;C:\Users\你的用户名&#34;目录.然后启动LispWorks，好，可以自动缩进了。<br/><br/>如果你用的是免费的个人版，这个不起作用，因为个人版不能加载这个.lispworks配置文件。没关系，启动LispWorks后在Listener里面输入 (load &#34;~/.lispworks&#34;)即可。]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=53</link>
			<title><![CDATA[Lisp是一个古老的语言]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[LISP]]></category>
			<pubDate>Fri,03 Jun 2011 11:40:57 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=53</guid>
		<description><![CDATA[Lisp是一个古老的语言，差不多有50多年的历史了， 这是一门非同凡响的语言。Lisp 从未成为主流编程语言，但是发人深思的是，Python在模仿它，Ruby是如此的像它。<br/><br/>我在想，如果大家都用Lisp编程，是否会有一大批程序员将会失业？？<br/><br/><strong><a target="_blank" href="http://lisp.org.cn/wiki/" rel="external">Lisp 中文社区 Wiki</a></strong><br/><strong><a target="_blank" href="http://www.paulgraham.com/acl.html" rel="external">ANSI Common Lisp</a></strong> 非常优秀的一本书，可以找电子版的来看<br/><strong><a target="_blank" href="http://www.gigamonkeys.com/book/" rel="external">Practical Common Lisp</a></strong><br/><strong><a target="_blank" href="http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/clm.html" rel="external">Common Lisp the Language, 2nd Edition </a></strong>]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=52</link>
			<title><![CDATA[Objective-C书]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Fri,13 May 2011 16:47:56 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=52</guid>
		<description><![CDATA[<strong><a target="_blank" href="http://product.china-pub.com/197703" rel="external">Obejctive-C 2.0 Mac和iOS开发实践指南</a></strong>写的简短深入，值得一读。]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=51</link>
			<title><![CDATA[在windows上轻松安装ubuntu]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Wed,11 May 2011 10:57:17 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=51</guid>
		<description><![CDATA[想学习linux，但是装操作系统的确很麻烦，看了下ubuntu主页，发现可以把ubuntu当做一个应用程序安装在windows下面，真的很方便很好用。具体可以参考<strong><a target="_blank" href="http://www.ubuntu.com/download" rel="external">ubuntu安装主页</a></strong>中的&#34;Run it with windows&#34;部分。<br/>]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=50</link>
			<title><![CDATA[何物谓之敏捷，何物冠之敏捷，何物之为敏捷]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Tue,03 May 2011 16:07:23 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=50</guid>
		<description><![CDATA[从网上看到的一篇谈论敏捷的文章 <strong><a target="_blank" href="http://blog.sina.com.cn/s/blog_53f8ff9d0100pb44.html" rel="external">何物谓之敏捷，何物冠之敏捷，何物之为敏捷</a> </strong>，值得读下。<br/><br/> <strong><a target="_blank" href="http://www.programmer.com.cn/6116/" rel="external">我倡导无政府主义编程—Fred George访谈录</a> </strong><br/>]]></description>
		</item>
		
			<item>
			<link>http://www.flashshe.com/articles/article.asp?id=48</link>
			<title><![CDATA[苹果电脑当作无线路由器，发射WiFi网络给其它设备的方法]]></title>
			<author>walt&#101;rshe@126.com(Admin)</author>
			<category><![CDATA[其他]]></category>
			<pubDate>Sun,01 May 2011 11:06:28 +0800</pubDate>
			<guid>http://www.flashshe.com/articles/default.asp?id=48</guid>
		<description><![CDATA[<strong><a target="_blank" href="http://www.mac52ipod.cn/post/use-mac-airport-wireless-card-to-build-wifi-network.php#entrymore" rel="external">苹果电脑当作无线路由器，发射WiFi网络给其它设备</a></strong>，家里的瓶瓶罐罐终于都可以上网了。]]></description>
		</item>
		
</channel>
</rss>

