<?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>Doing &#38; Done &#187; download</title>
	<atom:link href="http://doing.liduan.com/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +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>improve your arch linux pacman speed.
 &#8230;</title>
		<link>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/</link>
		<comments>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 15:21:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/</guid>
		<description><![CDATA[improve your arch linux pacman speed. pacman using wget for download task. but wget is not for multiple thread download. if using &#8220;aria2&#8243;, the download speed can sharply increase. firstly, install aria2 by: $pacman -Sy $pacman -S aria2 then, edit /etc/pacman.conf, add a line: XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o [...]]]></description>
			<content:encoded><![CDATA[<p>improve your arch linux pacman speed.</p>
<p>pacman using wget for download task. but wget is not for multiple thread download. if using &#8220;aria2&#8243;, the download speed can sharply increase.</p>
<p>firstly, install aria2 by:</p>
<p>$pacman -Sy</p>
<p>$pacman -S aria2</p>
<p>then, edit /etc/pacman.conf, add a line:</p>
<p>XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u</p>
<p>ok, try pacman again, you can see big change for download speed.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using SpringGraph for any flex project:  &#8230;</title>
		<link>http://doing.liduan.com/2009/01/23/using-springgraph-for-any-flex-project/</link>
		<comments>http://doing.liduan.com/2009/01/23/using-springgraph-for-any-flex-project/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:39:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/23/using-springgraph-for-any-flex-project/</guid>
		<description><![CDATA[using SpringGraph for any flex project: SpringGraph is a 2D data visualization API based on the flex 2. I have used flex 3 sdk to demo the example of spring graph. first of all, a package should be downloaded for using SpringGraph at developer blog. Extracting the package, copy ./SpringGraph/bin/SpringGraph.swc to the directory named simple. [...]]]></description>
			<content:encoded><![CDATA[<p>using SpringGraph for any flex project:</p>
<p>SpringGraph is a 2D data visualization API based on the flex 2. I have used flex 3 sdk to demo the example of spring graph.</p>
<p>first of all, a <a title="springgraph packare" href="http://mark-shepherd.com/SpringGraph/download/springgraph.zip" target="_blank">package</a> should be downloaded for using SpringGraph at <a title="spring graph developer blog" href="http://flexed.wordpress.com/2006/11/20/mark-shepard-a-flex-component-for-graph-visualization/" target="_blank">developer blog</a>. Extracting the package, copy <code>./SpringGraph/bin/SpringGraph.swc</code> to the directory named simple.</p>
<p>The package provides five examples for testing SpringGraph. going into simple <strong>SpringGraphDemo</strong>. using command to compile the mxml file, like:<br />
<code>mxmlc -library-path+=../SpringGraph.swc SpringGraphDemo.mxml</code></p>
<p>than using a flash player open SpringGraphDemo.swf. the interface should like <a title="Spring Graph Component Tester" href="http://mark-shepherd.com/SpringGraph/SpringGraphDemo/bin/SpringGraphDemo.html" target="_blank">this example</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/23/using-springgraph-for-any-flex-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have just quickly tried windows 7. I f &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/i-have-just-quickly-tried-windows-7-i-f/</link>
		<comments>http://doing.liduan.com/2009/01/17/i-have-just-quickly-tried-windows-7-i-f/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:35:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/i-have-just-quickly-tried-windows-7-i-f/</guid>
		<description><![CDATA[I have just quickly tried windows 7. I feel it is better than vista. windows 7 include a importent feature WinFS. for example &#8220;library application&#8221;. it is a symbolic links in the unix system. And, some classical appications have been improved. Currently, windows 7 beta is free for downloading.]]></description>
			<content:encoded><![CDATA[<p>I have just quickly tried windows 7. I feel it is better than vista. windows 7 include a importent feature WinFS. for example &#8220;library application&#8221;. it is a <a title="ln link - unix shel command - symbolic links" href="http://www.freebsd.org/cgi/man.cgi?query=ln&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+3.2-RELEASE&amp;format=html" target="_blank">symbolic links</a> in the unix system. And, some classical appications have been improved. Currently, <a title="windows 7 beta is free for downloading" href="http://www.microsoft.com/windows/windows-7/beta-download.aspx" target="_blank">windows 7 beta is free for downloading</a>.<br />
<embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&#038;captions=1&#038;RGB=0x000000&#038;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Finputx%2Falbumid%2F5292266483113528129%3Fkind%3Dphoto%26alt%3Drss%26authkey%3DZFlbZxT0BpM" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/i-have-just-quickly-tried-windows-7-i-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free resources for scjp sertified progra &#8230;</title>
		<link>http://doing.liduan.com/2009/01/11/free-resources-for-scjp-sertified-progra/</link>
		<comments>http://doing.liduan.com/2009/01/11/free-resources-for-scjp-sertified-progra/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 12:41:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[scjp]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/11/free-resources-for-scjp-sertified-progra/</guid>
		<description><![CDATA[free resources for scjp sertified program: free ebook download for SCJP Sun Certified Programmer for Java 6 Study Guide (with CD-ROM) Test killer for SCJP 310-055 version 5.0 pdf free download 2005- 2006 Test Killer Java 1.5 SCJP Ques DUMP]]></description>
			<content:encoded><![CDATA[<p>free resources for scjp sertified program:</p>
<ul>
<li>free ebook download for <a title="free ebook download for SCJP Sun Certified Programmer for Java 6 Study Guide" href="http://knowfree.net/2008/10/30/scjp-sun-certified-programmer-for-java-6-study-guide-exam-310-065.kf">SCJP Sun Certified Programmer for Java 6 Study Guide</a> (with<a title="free ebook download for SCJP Sun Certified Programmer for Java 6 Study Guide with CD-ROM" href="http://www.blitzwarez.net/ebooks-tutorials/22284-scjp-sun-certified-programmer-java-6-exam-310-065-cd-image.html" target="_blank"> CD-ROM</a>)</li>
<li><a title="Test killer for SCJP 310-055 version 5.0" href="http://www.scribd.com/doc/439340/SCJP-11-5-310-055-TEST-KILLER-VERSION-5" target="_blank">Test killer for SCJP 310-055 version 5.0</a> pdf free download</li>
<li> <a title=" 2005- 2006 Test Killer Java 1.5 SCJP Ques DUMP.zip " href="http://www.esnips.com/doc/f99fec4c-f54e-40b0-8ca0-9c6d94fdb671/2005--2006-Test-Killer-Java-1.5-SCJP-Ques-DUMP" target="_blank">2005- 2006 Test Killer Java 1.5 SCJP Ques DUMP</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/11/free-resources-for-scjp-sertified-progra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free flash actionscript 3 code editor &#8211;  &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/free-flash-actionscript-3-code-editor/</link>
		<comments>http://doing.liduan.com/2008/12/22/free-flash-actionscript-3-code-editor/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 13:33:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/free-flash-actionscript-3-code-editor/</guid>
		<description><![CDATA[free flash actionscript 3 code editor &#8211; flash develop]]></description>
			<content:encoded><![CDATA[<p><a title="free flash actionscript 3 code editor - flash develop" href="http://www.flashdevelop.org/community/">free flash actionscript 3 code editor &#8211; flash develop</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/free-flash-actionscript-3-code-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorial of development firefox extensio &#8230;</title>
		<link>http://doing.liduan.com/2008/12/14/tutorial-of-development-firefox-extensio/</link>
		<comments>http://doing.liduan.com/2008/12/14/tutorial-of-development-firefox-extensio/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:50:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[firefox extension]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/14/tutorial-of-development-firefox-extensio/</guid>
		<description><![CDATA[tutorial of development firefox extension. 1.Development Overview 2.Environment Setup 3.Configuration Files 4.Creating GUIs 5. The Backend 6.Preferences 7.Localization 8.Distribution 9.Security]]></description>
			<content:encoded><![CDATA[<p>tutorial of development firefox extension.<br />
1.<a title="tutorial of development firefox extension - Development Overview" href="http://www.rietta.com/firefox/Tutorial/overview.pdf">Development Overview</a></p>
<p>2.<a href="http://www.rietta.com/firefox/Tutorial/env.pdf" title="tutorial of development firefox extension - Environment Setup">Environment Setup</a></p>
<p>3.<a href="http://www.rietta.com/firefox/Tutorial/conf.pdf" title="tutorial of development firefox extension - Configuration Files">Configuration Files</a></p>
<p>4.<a title="tutorial of development firefox extension - Creating GUIs" href="http://www.rietta.com/firefox/Tutorial/guis.pdf">Creating GUIs</a></p>
<p>5. <a title="tutorial of development firefox extension - The Backend" href="http://www.rietta.com/firefox/Tutorial/backend.pdf">The Backend</a></p>
<p>6.<a title="tutorial of development firefox extension - Preferences" href="http://www.rietta.com/firefox/Tutorial/prefs.pdf">Preferences</a></p>
<p>7.<a title="tutorial of development firefox extension - Localization" href="http://www.rietta.com/firefox/Tutorial/locale.pdf">Localization</a></p>
<p>8.<a title="tutorial of development firefox extension - Distribution" href="http://www.rietta.com/firefox/Tutorial/dist.pdf">Distribution</a></p>
<p>9.<a title="tutorial of development firefox extension - Security" href="http://www.rietta.com/firefox/Tutorial/security.pdf">Security</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/14/tutorial-of-development-firefox-extensio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free twofish software downlaod:
1. 3d2f &#8230;</title>
		<link>http://doing.liduan.com/2008/12/06/free-twofish-software-downlaod1-3d2f/</link>
		<comments>http://doing.liduan.com/2008/12/06/free-twofish-software-downlaod1-3d2f/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 16:25:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blow fish]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[two fish]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/06/free-twofish-software-downlaod1-3d2f/</guid>
		<description><![CDATA[free twofish software downlaod: 1. 3d2f.com &#8211; free twofish download 2. sharewareconnection.com -Software Listing: Twofish 3. filesland.com &#8211; Free Twofish Software]]></description>
			<content:encoded><![CDATA[<p>free twofish software downlaod:<br />
<a title=" 3d2f.com - free twofish download" href="http://3d2f.com/tags/twofish/">1. 3d2f.com &#8211; free twofish download</a><br />
<a title="sharewareconnection.com  -Software Listing: Twofish" href="http://www.sharewareconnection.com/titles/twofish.htm">2. sharewareconnection.com  -Software Listing: Twofish</a><br />
<a title="filesland.com - Free Twofish Software" href="http://www.filesland.com/free/twofish.html">3. filesland.com &#8211; Free Twofish Software</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/06/free-twofish-software-downlaod1-3d2f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>search ebook or documentation at rapid l &#8230;</title>
		<link>http://doing.liduan.com/2008/12/04/search-ebook-or-documentation-at-rapid-l/</link>
		<comments>http://doing.liduan.com/2008/12/04/search-ebook-or-documentation-at-rapid-l/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:34:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/04/search-ebook-or-documentation-at-rapid-l/</guid>
		<description><![CDATA[search ebook or documentation at rapid library, example of &#8220;Foundation actionscript animation&#8221;]]></description>
			<content:encoded><![CDATA[<p>search ebook or documentation at <a title="search ebook or documentation at rapid library" href="http://rapidlibrary.com">rapid library</a>, <a title="Foundation actionscript animation ebook" href="http://rapidlibrary.com/index.php?q=foundation+actionscript+animation+pdf">example of &#8220;Foundation actionscript animation&#8221;</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/04/search-ebook-or-documentation-at-rapid-l/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>graph theory ebook online reading and do &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/graph-theory-ebook-online-reading-and-do/</link>
		<comments>http://doing.liduan.com/2008/11/26/graph-theory-ebook-online-reading-and-do/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:38:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[graph]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/graph-theory-ebook-online-reading-and-do/</guid>
		<description><![CDATA[graph theory ebook online reading and download.]]></description>
			<content:encoded><![CDATA[<p><a title="graph theory ebook online reading and download" href="http://0-www.netlibrary.com.ditlib.dit.ie/Search/SearchResults.aspx?__EVENTTARGET=&#038;__EVENTARGUMENT=&#038;VIEW_STATE_FIELD_NAME=5&#038;__VIEWSTATE=&#038;tt1=FullText&#038;t1=graph&#038;ql=ENG&#038;basicEntryButton=Search">graph theory ebook online reading and download</a>. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/graph-theory-ebook-online-reading-and-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphs, Networks and Algorithms ebook do &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/graphs-networks-and-algorithms-ebook-do/</link>
		<comments>http://doing.liduan.com/2008/11/26/graphs-networks-and-algorithms-ebook-do/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:32:48 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/graphs-networks-and-algorithms-ebook-do/</guid>
		<description><![CDATA[Graphs, Networks and Algorithms ebook download.]]></description>
			<content:encoded><![CDATA[<p><a title="Graphs, Networks and Algorithms ebook download." href="http://www.springerlink.com/content/978-3-540-72779-8">Graphs, Networks and Algorithms ebook download.</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/graphs-networks-and-algorithms-ebook-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Course resources for book Foundation Act &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/course-resources-for-book-foundation-act/</link>
		<comments>http://doing.liduan.com/2008/11/23/course-resources-for-book-foundation-act/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 09:32:08 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/course-resources-for-book-foundation-act/</guid>
		<description><![CDATA[Course resources for book Foundation ActionScript for Flash 8.]]></description>
			<content:encoded><![CDATA[<p><a title="Course resources for book Foundation ActionScript for Flash 8." href="http://www.friendsofed.com/download.html?isbn=1590596188">Course resources for book Foundation ActionScript for Flash 8.</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/course-resources-for-book-foundation-act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBook download site, I found useful book &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/ebook-download-site-i-found-useful-book/</link>
		<comments>http://doing.liduan.com/2008/11/23/ebook-download-site-i-found-useful-book/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 09:27:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/ebook-download-site-i-found-useful-book/</guid>
		<description><![CDATA[eBook download site, I found useful book Foundation ActionScript for Flash 8]]></description>
			<content:encoded><![CDATA[<p><a title="eBook download site Download Free Computer Ebooks" href="http://www.netbks.com">eBook download site</a>, I found useful book <a title="Foundation ActionScript for Flash 8" href="http://www.netbks.com/graphics-design/foundation-actionscript-for-flash-8_6070.html">Foundation ActionScript for Flash 8</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/ebook-download-site-i-found-useful-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some free ebook for AS3 or flash program &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/some-free-ebook-for-as3-or-flash-program/</link>
		<comments>http://doing.liduan.com/2008/10/27/some-free-ebook-for-as3-or-flash-program/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:27:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/some-free-ebook-for-as3-or-flash-program/</guid>
		<description><![CDATA[some free ebook for AS3 or flash programming download: Flash,Flex,ActionScript EBOOK FREE Download Flash CS3 ActionScript 3 Animation and Games &#8211; Total Training]]></description>
			<content:encoded><![CDATA[<p>some free ebook for AS3 or flash programming download:<br />
<a title="Flash,Flex,ActionScript EBOOK FREE Download" href="http://programmingebook.wordpress.com/2008/10/01/flash-flex-actionscript-ebook-free-download/">Flash,Flex,ActionScript EBOOK FREE Download</a><br />
<a title="Flash CS3 ActionScript 3 Animation and Games - Total Training" href="http://knowfree.net/2007/12/23/flash-cs3-actionscript-3-animation-and-games-total-training.kf">Flash CS3 ActionScript 3 Animation and Games &#8211; Total Training</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/some-free-ebook-for-as3-or-flash-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

