<?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</title>
	<atom:link href="http://doing.liduan.com/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>How To Use The New StoryPad Tool ·&#8230;</title>
		<link>http://doing.liduan.com/2011/10/29/how-to-use-the-new-storypad-tool-%c2%b7/</link>
		<comments>http://doing.liduan.com/2011/10/29/how-to-use-the-new-storypad-tool-%c2%b7/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 11:13:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[storify]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/29/how-to-use-the-new-storypad-tool-%c2%b7/</guid>
		<description><![CDATA[How To Use The New StoryPad Tool · storify · Storify [View the story "How To Use The New StoryPad Tool" on Storify]]]></description>
			<content:encoded><![CDATA[<p>How To Use The New StoryPad Tool · storify · Storify<br />
<script src="http://storify.com/storify/how-to-use-the-new-storypad-tool.js"></script><noscript>[<a href="http://storify.com/storify/how-to-use-the-new-storypad-tool" target="_blank">View the story "How To Use The New StoryPad Tool" on Storify</a>]</noscript></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/29/how-to-use-the-new-storypad-tool-%c2%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get map work for android in phonegap and&#8230;</title>
		<link>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/</link>
		<comments>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 02:40:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[jqu]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/</guid>
		<description><![CDATA[get map work for android in phonegap and jquery. jquery-ui-map.2.0.2 see example and tutorial &#60;script src=&#34;http://maps.google.com/maps/api/js?sensor=true&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;map-ui/jquery.ui.map.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(function() { var latlng = new google.maps.LatLng(59.3426606750, 18.0736160278); $(&#039;#map_canvas&#039;).gmap({&#039;center&#039;: latlng, &#039;callback&#039;: function () { $(&#039;#map_canvas&#039;).gmap(&#039;addMarker&#039;, {&#039;position&#039;: latlng, &#039;title&#039;: &#039;Hello world!&#039;}); } }); }); &#60;/script&#62; &#60;div&#62;&#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<p>get map work for android in phonegap and jquery.</p>
<p>jquery-ui-map.2.0.2</p>
<p>see example and <a href="http://code.google.com/p/jquery-ui-map/wiki/jquery_ui_map_v_3_tutorial">tutorial</a></p>
<pre class="brush: xml">

&lt;script src=&quot;<a href="http://maps.google.com/maps/api/js?sensor=true&#038;quot" rel="nofollow">http://maps.google.com/maps/api/js?sensor=true&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;map-ui/jquery.ui.map.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
    $(function() {
        var latlng = new google.maps.LatLng(59.3426606750, 18.0736160278);
        $(&#039;#map_canvas&#039;).gmap({&#039;center&#039;: latlng, &#039;callback&#039;: function () {
                $(&#039;#map_canvas&#039;).gmap(&#039;addMarker&#039;, {&#039;position&#039;: latlng, &#039;title&#039;: &#039;Hello world!&#039;});
            }
        });
    });
&lt;/script&gt;

	&lt;div&gt;&lt;/div&gt;
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps events in Mobile Safari and PhoneGap&#8230;</title>
		<link>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/</link>
		<comments>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:16:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/</guid>
		<description><![CDATA[Google Maps events in Mobile Safari and PhoneGap for iPhone]]></description>
			<content:encoded><![CDATA[<p>Google Maps events in <a href='http://www.kickasslabs.com/2009/04/29/google-maps-events-in-mobile-safari-and-phonegap-for-iphone/'>Mobile Safari and PhoneGap for iPhone</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoltDB Decapitates Six SQL Urban Myths And Delivers&#8230;</title>
		<link>http://doing.liduan.com/2011/10/27/voltdb-decapitates-six-sql-urban-myths-and-delivers/</link>
		<comments>http://doing.liduan.com/2011/10/27/voltdb-decapitates-six-sql-urban-myths-and-delivers/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:15:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[voltdb]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/27/voltdb-decapitates-six-sql-urban-myths-and-delivers/</guid>
		<description><![CDATA[VoltDB Decapitates Six SQL Urban Myths And Delivers Internet Scale OLTP In The Process]]></description>
			<content:encoded><![CDATA[<p>VoltDB Decapitates <a href='http://highscalability.com/blog/2010/6/28/voltdb-decapitates-six-sql-urban-myths-and-delivers-internet.html'>Six SQL Urban Myths And Delivers Internet Scale OLTP In The Process</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/27/voltdb-decapitates-six-sql-urban-myths-and-delivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating forms in JSON with jQuery How to&#8230;</title>
		<link>http://doing.liduan.com/2011/10/27/creating-forms-in-json-with-jquery-how-to/</link>
		<comments>http://doing.liduan.com/2011/10/27/creating-forms-in-json-with-jquery-how-to/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 11:48:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mobile apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/27/creating-forms-in-json-with-jquery-how-to/</guid>
		<description><![CDATA[Creating forms in JSON with jQuery How to Build an RSS Reader with jQuery Mobile jquery mobile with google map to build mobile apps jQuery.getJSON() tutorial jQuery Mobile and JSON Mastering JSON ( JavaScript Object Notation ) Get Started With JSON]]></description>
			<content:encoded><![CDATA[<p>Creating forms in <a href='http://neyeon.com/2011/01/creating-forms-with-json-and-jquery/'>JSON with jQuery <a></p>
<p>How to <a href='http://net.tutsplus.com/tutorials/javascript-ajax/how-to-build-an-rss-reader-with-jquery-mobile-2/'>Build an RSS Reader with jQuery Mobile</a></p>
<p><a href='http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-mobile-example.html'>jquery mobile with google map</a> to build mobile apps</p>
<p>jQuery.<a href='http://jquerymobile.com/demos/1.0a1/experiments/api-viewer/docs/jQuery.getJSON/index.html'>getJSON() tutorial</a></p>
<p>jQuery <a href='http://www.ibm.com/developerworks/xml/tutorials/x-jquerymobilejsontut/x-jquerymobilejsontut-pdf.pdf'>Mobile and JSON</a></p>
<p><a href='http://www.hunlock.com/blogs/Mastering_JSON_(_JavaScript_Object_Notation_)'>Mastering JSON</a> ( JavaScript Object Notation )</p>
<p><a href='http://www.webmonkey.com/2010/02/get_started_with_json/'>Get Started</a> With JSON</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/27/creating-forms-in-json-with-jquery-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>very good photoshop design tutorial 100 Best Photoshop&#8230;</title>
		<link>http://doing.liduan.com/2011/08/30/very-good-photoshop-design-tutorial-100-best-photoshop/</link>
		<comments>http://doing.liduan.com/2011/08/30/very-good-photoshop-design-tutorial-100-best-photoshop/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 11:53:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/08/30/very-good-photoshop-design-tutorial-100-best-photoshop/</guid>
		<description><![CDATA[very good photoshop design tutorial. 100 Best Photoshop Tutorials of All Time that Yield Professional Results 30 Fresh 3d Photoshop Tutorials -2010 3D Room &#8211; Adobe Photoshop Tutorial]]></description>
			<content:encoded><![CDATA[<p>very good photoshop design tutorial.<br />
<a href='http://creativefan.com/101-best-photoshop-tutorials/' title='100 Best Photoshop Tutorials of All Time that Yield Professional Results'>100 Best Photoshop Tutorials of All Time that Yield Professional Results</a></p>
<p><a href='http://www.photoshopwebsite.com/photoshop-tutorials/30-fresh-3d-photoshop-tutorials-2010/' title='30 Fresh 3d Photoshop Tutorials -2010'>30 Fresh 3d Photoshop Tutorials -2010</a></p>
<p><a title='3D Room - Adobe Photoshop Tutorial' href='http://designertoday.com/Tutorials/Photoshop/903/3D.Room.Adobe.Photoshop.Tutorial.aspx'>3D Room &#8211; Adobe Photoshop Tutorial</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/08/30/very-good-photoshop-design-tutorial-100-best-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 3D Tutorial Useful Tutorial Files download Useful&#8230;</title>
		<link>http://doing.liduan.com/2011/08/25/flash-3d-tutorial-useful-tutorial-files-download-useful/</link>
		<comments>http://doing.liduan.com/2011/08/25/flash-3d-tutorial-useful-tutorial-files-download-useful/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 02:02:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[3D game]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash game]]></category>
		<category><![CDATA[papervision3D]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/08/25/flash-3d-tutorial-useful-tutorial-files-download-useful/</guid>
		<description><![CDATA[Flash 3D Tutorial Useful Tutorial Files download Useful Ebook download Creating Realistic 3D Animation in Flash CS4 here Papervision 3D Room Demo 3D room demo, info Questions and Answers of 3D Flash room Discuss about Flash 3D room Creating a 3D Room in Flash Catalyst (in 6 lines) Other Discuss about Flash 3D room Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Flash 3D Tutorial<br />
Useful Tutorial <a href='http://www.filecrop.com/Focal.Press.Flash.3D.Animation.Interactivity.and.Games.pdf.html'>Files download</a></p>
<p>Useful <a href="http://gudangit.freeforums.org/ebook-flash-t444.html">Ebook download</a></p>
<p>Creating Realistic 3D Animation in Flash CS4 <a href='http://active.tutsplus.com/tutorials/3d/creating-realistic-3d-animation-in-flash-cs4/'>here</a></p>
<p>Papervision <a href='http://www.weberdesignlabs.com/blog/2008/05/papervision-3d-room-demo/'>3D Room Demo</a></p>
<p>3D room <a href='http://animasinteractive.com/propaganda/lab/ParadoxKitchen/'>demo</a>, <a href='http://www.sitepoint.com/forums/flash-actionscript-150/3d-room-environment-flash-656053.html'>info</a></p>
<p><a href='http://stackoverflow.com/questions/288998/sandy-3d-creating-a-room-with-physics'>Questions and Answers</a> of 3D Flash room</p>
<p>Discuss about <a href='http://www.actionscript.org/forums/showthread.php3?t=50378'>Flash 3D room</a></p>
<p><a href='http://professionalpapervision.wordpress.com/2010/01/23/creating-a-3d-room-in-flash-catalyst-in-6-lines/'>Creating a 3D Room in Flash Catalyst</a> (in 6 lines)</p>
<p>Other <a href='http://board.flashkit.com/board/showthread.php?t=754417'>Discuss about Flash 3D room</a></p>
<p><a href='http://www.ehow.com/how_7971378_3d-flash-game-tutorial.html'>Flash 3D game tutorial</a></p>
<p>Flash 3D <a href='http://www.tutorialsroom.com/tutorials/category/flash/3d/1/'>tutorial</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/08/25/flash-3d-tutorial-useful-tutorial-files-download-useful/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>panoramas 3d flash tutorial let you to build&#8230;</title>
		<link>http://doing.liduan.com/2011/08/08/panoramas-3d-flash-tutorial-let-you-to-build/</link>
		<comments>http://doing.liduan.com/2011/08/08/panoramas-3d-flash-tutorial-let-you-to-build/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:52:17 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[panoramas]]></category>
		<category><![CDATA[papervision3D]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/08/08/panoramas-3d-flash-tutorial-let-you-to-build/</guid>
		<description><![CDATA[panoramas 3d flash tutorial let you to build your 360 panoramas applications. Creating 360° Panoramic Images in Flash Panoramic 360 with Papervision3d Full Screen Flash 360 Panoramas – Are They Worth It? Create a 360° panorama viewer with AS3 3d Panorama Cruise Virtual Reality On Adobe Air Creating a 3D Room in Flash Catalyst]]></description>
			<content:encoded><![CDATA[<p>panoramas 3d flash tutorial let you to build your 360 panoramas applications.<br />
<a href='http://www.flashkit.com/tutorials/Actionscripting/Basic/Creating-Flash_Ju-76/index.php'>Creating 360° Panoramic Images in Flash</a><br />
<a href='http://www.sephiroth.it/weblog/archives/2007/03/panoramic_360_with_papervision3d.php'>Panoramic 360 with Papervision3d</a><br />
<a href='http://photographyforrealestate.net/2007/07/16/full-screen-flash-360-panoramas-are-they-worth-it/'>Full Screen Flash 360 Panoramas – Are They Worth It?</a><br />
<a href='http://www.riacodes.com/flash/create-a-360-panorama-viewer-with-as3/'>Create a 360° panorama viewer with AS3</a><br />
<a href='http://wn.com/3D_Panorama_Cruise_Virtual_Reality_on_Adobe_AIR'>3d Panorama Cruise Virtual Reality On Adobe Air</a><br />
<a href='http://professionalpapervision.wordpress.com/2010/01/23/creating-a-3d-room-in-flash-catalyst-in-6-lines/'>Creating a 3D Room in Flash Catalyst</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/08/08/panoramas-3d-flash-tutorial-let-you-to-build/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iphone panoramas 3d app can help you creaate&#8230;</title>
		<link>http://doing.liduan.com/2011/08/08/iphone-panoramas-3d-app-can-help-you-creaate/</link>
		<comments>http://doing.liduan.com/2011/08/08/iphone-panoramas-3d-app-can-help-you-creaate/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:43:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[dermandar]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[panoramas]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/08/08/iphone-panoramas-3d-app-can-help-you-creaate/</guid>
		<description><![CDATA[iphone panoramas 3d app can help you creaate 360 image around you dermandar.]]></description>
			<content:encoded><![CDATA[<p>iphone panoramas 3d app can help you creaate 360 image around you <a href='http://www.dermandar.com/'>dermandar</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/08/08/iphone-panoramas-3d-app-can-help-you-creaate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want android OS next</title>
		<link>http://doing.liduan.com/2010/08/02/i-want-android-os-next/</link>
		<comments>http://doing.liduan.com/2010/08/02/i-want-android-os-next/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 04:11:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile os]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/i-want-android-os-next/</guid>
		<description><![CDATA[I want android OS next]]></description>
			<content:encoded><![CDATA[<p>I want android OS next</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/i-want-android-os-next/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://doing.liduan.com/2010/08/02/409/</link>
		<comments>http://doing.liduan.com/2010/08/02/409/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 03:23:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/409/</guid>
		<description><![CDATA[Try to do it]]></description>
			<content:encoded><![CDATA[<p>Try to do it</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/409/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plone is open sources CMS dev by python&#8230;.</title>
		<link>http://doing.liduan.com/2010/08/02/plone-is-open-sources-cms-dev-by-python/</link>
		<comments>http://doing.liduan.com/2010/08/02/plone-is-open-sources-cms-dev-by-python/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 03:23:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/plone-is-open-sources-cms-dev-by-python/</guid>
		<description><![CDATA[Plone is open sources CMS dev by python.]]></description>
			<content:encoded><![CDATA[<p><a href="http://plone.org/">Plone</a> is open sources CMS dev by python.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/plone-is-open-sources-cms-dev-by-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>icepdf provides very good pdf lib for ja&#8230;</title>
		<link>http://doing.liduan.com/2010/08/02/icepdf-provides-very-good-pdf-lib-for-ja/</link>
		<comments>http://doing.liduan.com/2010/08/02/icepdf-provides-very-good-pdf-lib-for-ja/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 02:04:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/icepdf-provides-very-good-pdf-lib-for-ja/</guid>
		<description><![CDATA[icepdf provides very good pdf lib for java dev. there are two demo for icepdf. one of them is pdf online view document. some other pdf open sources.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.icesoft.com/products/icepdf.html">icepdf</a> provides very good pdf lib for java dev. there are <a href="http://www.icepdf.org/demos.html">two demo</a> for icepdf. one of them is <a href="http://www.icepdf.org/icepdf-viewer/icepdfViewer.iface">pdf online view document</a>. </p>
<p><a href="http://java-source.net/open-source/pdf-libraries">some other pdf open sources</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/icepdf-provides-very-good-pdf-lib-for-ja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coming soon</title>
		<link>http://doing.liduan.com/2010/08/02/coming-soon/</link>
		<comments>http://doing.liduan.com/2010/08/02/coming-soon/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 07:52:42 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/coming-soon/</guid>
		<description><![CDATA[coming soon]]></description>
			<content:encoded><![CDATA[<p>coming soon</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get it</title>
		<link>http://doing.liduan.com/2010/08/02/get-it/</link>
		<comments>http://doing.liduan.com/2010/08/02/get-it/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 07:50:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/get-it/</guid>
		<description><![CDATA[get it]]></description>
			<content:encoded><![CDATA[<p>get it</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/get-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>kap lab is a flex framework for data vis&#8230;</title>
		<link>http://doing.liduan.com/2010/08/02/kap-lab-is-a-flex-framework-for-data-vis/</link>
		<comments>http://doing.liduan.com/2010/08/02/kap-lab-is-a-flex-framework-for-data-vis/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 07:20:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mind maps]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/08/02/kap-lab-is-a-flex-framework-for-data-vis/</guid>
		<description><![CDATA[kap lab is a flex framework for data visualization, it can provide a mind maps solution. there are some online mind mapping in web2.0, js also can do mind mapping like wiseMapping, InfoVis is a js framework for data visualization. or using jQuery. Now, html5 is further solution for mind mapping.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lab.kapit.fr/display/kaplabhome/Home">kap</a> lab is a flex framework for data visualization, it can provide a mind maps solution. there are <a>some online mind mapping in web2.0</a>, js also can do mind mapping like <a href="http://wisemapping.com/c/home.htm">wiseMapping</a>, <a href="http://thejit.org/demos/">InfoVis</a> is a js framework for data visualization. or using <a href="http://stackoverflow.com/questions/1374149/jquery-mind-map-think-map">jQuery</a>.  Now, <a href="http://www.greepit.com/2010/05/mind-mapping-web-application-built-on-html5-canvas/">html5</a> is further solution for mind mapping.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/08/02/kap-lab-is-a-flex-framework-for-data-vis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add a cname of domain using www or any o&#8230;</title>
		<link>http://doing.liduan.com/2010/02/11/add-a-cname-of-domain-using-www-or-any-o/</link>
		<comments>http://doing.liduan.com/2010/02/11/add-a-cname-of-domain-using-www-or-any-o/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:19:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/02/11/add-a-cname-of-domain-using-www-or-any-o/</guid>
		<description><![CDATA[add a cname of domain using www or any other words as host, using ghs.google.com as point.]]></description>
			<content:encoded><![CDATA[<p>add a cname of domain using www or any other words as host, using ghs.google.com as point.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/02/11/add-a-cname-of-domain-using-www-or-any-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in the dashboard of google apps, you can&#8230;</title>
		<link>http://doing.liduan.com/2010/02/11/in-the-dashboard-of-google-apps-you-can/</link>
		<comments>http://doing.liduan.com/2010/02/11/in-the-dashboard-of-google-apps-you-can/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:12:17 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/02/11/in-the-dashboard-of-google-apps-you-can/</guid>
		<description><![CDATA[in the dashboard of google apps, you can set url. like http://www.yourdomain.com for your website.]]></description>
			<content:encoded><![CDATA[<p>in the dashboard of google apps, you can set url. like <a href="http://www.yourdomain.com" rel="nofollow">http://www.yourdomain.com</a> for your website.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/02/11/in-the-dashboard-of-google-apps-you-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gae only accept the top domain like your&#8230;</title>
		<link>http://doing.liduan.com/2010/02/11/gae-only-accept-the-top-domain-like-your/</link>
		<comments>http://doing.liduan.com/2010/02/11/gae-only-accept-the-top-domain-like-your/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:54:48 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/02/11/gae-only-accept-the-top-domain-like-your/</guid>
		<description><![CDATA[gae only accept the top domain like yourdomain.com. it can&#8217;t be http://www.yourdomain.com]]></description>
			<content:encoded><![CDATA[<p>gae only accept the top domain like yourdomain.com. it can&#8217;t be <a href="http://www.yourdomain.com" rel="nofollow">http://www.yourdomain.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/02/11/gae-only-accept-the-top-domain-like-your/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>next, add a domain in google apps engine&#8230;</title>
		<link>http://doing.liduan.com/2010/02/11/next-add-a-domain-in-google-apps-engine/</link>
		<comments>http://doing.liduan.com/2010/02/11/next-add-a-domain-in-google-apps-engine/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:49:10 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/02/11/next-add-a-domain-in-google-apps-engine/</guid>
		<description><![CDATA[next, add a domain in google apps engine for any case.]]></description>
			<content:encoded><![CDATA[<p>next, add a domain in google apps engine for any case.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/02/11/next-add-a-domain-in-google-apps-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>we get google app for domain liduan.net</title>
		<link>http://doing.liduan.com/2010/02/11/we-get-google-app-for-domain-liduan-net/</link>
		<comments>http://doing.liduan.com/2010/02/11/we-get-google-app-for-domain-liduan-net/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 10:46:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2010/02/11/we-get-google-app-for-domain-liduan-net/</guid>
		<description><![CDATA[we get google app for domain liduan.net]]></description>
			<content:encoded><![CDATA[<p>we get google app for domain liduan.net</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2010/02/11/we-get-google-app-for-domain-liduan-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add php gd (graphics directly) support i&#8230;</title>
		<link>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</link>
		<comments>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:26:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[php5-gd]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</guid>
		<description><![CDATA[add php gd (graphics directly) support in ubuntu #sudo apt-get install php5-gd then, restart web service #sudo service lighttpd restart //or #sudo service apache2 restart]]></description>
			<content:encoded><![CDATA[<p>add php gd (graphics directly) support in ubuntu</p>
<pre class="brush: php">
#sudo apt-get install php5-gd
</pre>
<p>then, restart web service</p>
<pre class="brush: php">
#sudo service lighttpd restart //or
#sudo service apache2 restart
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clean kernel temp files</title>
		<link>http://doing.liduan.com/2009/08/12/397/</link>
		<comments>http://doing.liduan.com/2009/08/12/397/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:02:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/397/</guid>
		<description><![CDATA[clean kernel temp files #make clean]]></description>
			<content:encoded><![CDATA[<p>clean kernel temp files</p>
<pre class="brush: bash">
#make clean
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/397/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>next, install modules of new kernel:</title>
		<link>http://doing.liduan.com/2009/08/12/396/</link>
		<comments>http://doing.liduan.com/2009/08/12/396/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:00:41 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/396/</guid>
		<description><![CDATA[next, install modules of new kernel: #make modules_install then, generate a image for new kernel. #cd /lib/modules #mkinitramfs -o initrd.img-2.6.30.4 2.6.30.4 #mv initrd.img-2.6.30.4 /boot edit menu.lst file for grub booter, add following: title Ubuntu 8.04.3 LTS, kernel 2.6.30.4 root (hd0,2) kernel /boot/vmlinuz root=UUID=98f69044-be12-4dde-95df-358dca35c632 ro quiet splash initrd /boot/initrd.img-2.6.30.4 quiet]]></description>
			<content:encoded><![CDATA[<p>next, install modules of new kernel:</p>
<pre class="brush: bash">
#make modules_install
</pre>
<p>then, generate a image for new kernel.</p>
<pre class="brush: bash">
#cd /lib/modules
#mkinitramfs -o initrd.img-2.6.30.4 2.6.30.4
#mv initrd.img-2.6.30.4 /boot
</pre>
<p>edit menu.lst file for grub booter, add following:</p>
<pre class="brush: bash">
title		Ubuntu 8.04.3 LTS, kernel 2.6.30.4
root		(hd0,2)
kernel		/boot/vmlinuz root=UUID=98f69044-be12-4dde-95df-358dca35c632 ro quiet splash
initrd		/boot/initrd.img-2.6.30.4
quiet
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/396/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install new linux kernel 2.6.30.4 using &#8220;make install&#8221;,</title>
		<link>http://doing.liduan.com/2009/08/12/395/</link>
		<comments>http://doing.liduan.com/2009/08/12/395/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:45:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/395/</guid>
		<description><![CDATA[install new linux kernel 2.6.30.4 using &#8220;make install&#8221;, system should show following detail: root@ibm-laptop:/usr/src/linux-2.6.30.4# make install sh /usr/src/linux-2.6.30.4/arch/x86/boot/install.sh 2.6.30.4 arch/x86/boot/bzImage \ System.map &#8220;/boot&#8221; In order to use the new kernel image you have just installed, you will need to reboot the machine. First, however, you will need to either make a bootable floppy diskette, re-run [...]]]></description>
			<content:encoded><![CDATA[<p>install new linux kernel 2.6.30.4 using &#8220;make install&#8221;, system should show following detail:<br />
root@ibm-laptop:/usr/src/linux-2.6.30.4# make install<br />
sh /usr/src/linux-2.6.30.4/arch/x86/boot/install.sh 2.6.30.4 arch/x86/boot/bzImage \<br />
                System.map &#8220;/boot&#8221;<br />
In order to use the new kernel image you have just installed, you<br />
will need to reboot the machine.  First, however, you will need to<br />
either make a bootable floppy diskette, re-run LILO, or have GRUB<br />
installed.</p>
<p>Checking for ELILO&#8230;No</p>
<p>GRUB is installed. To automatically switch to new kernels, point your<br />
default entry in menu.lst to /boot/vmlinuz-2.6.30.4</p>
<p>====================<br />
GRUB menu configuration file menu.lst should be update.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/395/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configuration and update to linux kernel&#8230;</title>
		<link>http://doing.liduan.com/2009/08/12/configuration-and-update-to-linux-kernel/</link>
		<comments>http://doing.liduan.com/2009/08/12/configuration-and-update-to-linux-kernel/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:28:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/configuration-and-update-to-linux-kernel/</guid>
		<description><![CDATA[configuration and update to linux kernel 2.6.30.4 using root account do following. #make mrproper #check kernel .o and .config files next configuration kernel. there are three kinds of configuration UI. #make config #Text UI #make menuconfig #Text graph UI #make xconfig before using menuconfig mode, ncurses should be installed. #apt-get install libncurses* and before using [...]]]></description>
			<content:encoded><![CDATA[<p>configuration and update to linux kernel 2.6.30.4</p>
<p>using root account do following.</p>
<pre class="brush: bash">
#make mrproper #check kernel .o and .config files
</pre>
<p>next configuration kernel. there are three kinds of configuration UI.</p>
<pre class="brush: bash">
#make config #Text UI
</pre>
<pre class="brush: bash">
#make menuconfig #Text graph UI
</pre>
<pre class="brush: bash">
#make xconfig
</pre>
<p>before using menuconfig mode, ncurses should be installed. </p>
<pre class="brush: bash">
#apt-get install libncurses*
</pre>
<p>and before using xconfig mode, following package should be installed. </p>
<pre class="brush: bash">
#apt-get install libqt3-headers libqt3-mt-dev
</pre>
<p>after all configuration work done. using make command to compile kernel.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/configuration-and-update-to-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get recent linux kernel (2.6.30.4) [code&#8230;</title>
		<link>http://doing.liduan.com/2009/08/12/get-recent-linux-kernel-2-6-30-4-code/</link>
		<comments>http://doing.liduan.com/2009/08/12/get-recent-linux-kernel-2-6-30-4-code/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:04:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/get-recent-linux-kernel-2-6-30-4-code/</guid>
		<description><![CDATA[get recent linux kernel (2.6.30.4) $sudo wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.gz /usr/src $sudo tar xvf /usr/src/linux-2.6.30.4.tar.gz if linux-2.6.30.4.tar.bz2 package, using command: $sudo tar jxvf /usr/src/linux-2.6.30.4.tar.bz2]]></description>
			<content:encoded><![CDATA[<p>get recent linux kernel (2.6.30.4)</p>
<pre class="brush: bash">
$sudo wget <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.gz" rel="nofollow">http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.gz</a> /usr/src
$sudo tar xvf /usr/src/linux-2.6.30.4.tar.gz
</pre>
<p>if linux-2.6.30.4.tar.bz2 package, using command:</p>
<pre class="brush: bash">
$sudo tar jxvf /usr/src/linux-2.6.30.4.tar.bz2
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/get-recent-linux-kernel-2-6-30-4-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>open root account in ubuntu: [code lang=&#8230;</title>
		<link>http://doing.liduan.com/2009/08/12/open-root-account-in-ubuntu-code-lang/</link>
		<comments>http://doing.liduan.com/2009/08/12/open-root-account-in-ubuntu-code-lang/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:49:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux kernel 2.6.30.4]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/08/12/open-root-account-in-ubuntu-code-lang/</guid>
		<description><![CDATA[open root account in ubuntu: $sudo passwd root then, set new password for root.]]></description>
			<content:encoded><![CDATA[<p>open root account in ubuntu:</p>
<pre class="brush: bash">
$sudo passwd root
</pre>
<p>then, set new password for root.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/08/12/open-root-account-in-ubuntu-code-lang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php upload file, File input (or “upload”&#8230;</title>
		<link>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/</link>
		<comments>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:56:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/</guid>
		<description><![CDATA[php upload file, File input (or “upload”) in HTML forms, Uploading multiple files, PHP &#8211; File Upload]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.quackit.com/php/tutorial/php_upload_file.cfm">php upload file</a>, <a href="http://www.cs.tut.fi/~jkorpela/forms/file.html">File input (or “upload”) in HTML forms</a>, <a href="http://us2.php.net/manual/en/features.file-upload.multiple.php">Uploading multiple files</a>, <a href="http://www.tizag.com/phpT/fileupload.php">PHP &#8211; File Upload</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/23/php-upload-file-file-input-or-%e2%80%9cupload%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update new theme.</title>
		<link>http://doing.liduan.com/2009/07/16/update-new-theme/</link>
		<comments>http://doing.liduan.com/2009/07/16/update-new-theme/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:32:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/16/update-new-theme/</guid>
		<description><![CDATA[update new theme.]]></description>
			<content:encoded><![CDATA[<p>update new theme.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/16/update-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 good topic about mozilla extension dev&#8230;</title>
		<link>http://doing.liduan.com/2009/07/16/3-good-topic-about-mozilla-extension-dev/</link>
		<comments>http://doing.liduan.com/2009/07/16/3-good-topic-about-mozilla-extension-dev/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:06:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[firefox extension]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/16/3-good-topic-about-mozilla-extension-dev/</guid>
		<description><![CDATA[3 good topic about mozilla extension development. Getting started with extension development Building a Thunderbird extension How to develop a Firefox extension]]></description>
			<content:encoded><![CDATA[<p>3 good topic about mozilla extension development. </p>
<p><a title='Getting started with extension development' href='http://kb.mozillazine.org/Getting_started_with_extension_development'>Getting started with extension development</a></p>
<p><a title='Building a Thunderbird extension' href='https://developer.mozilla.org/en/Building_a_Thunderbird_extension'>Building a Thunderbird extension</a></p>
<p><a title='How to develop a Firefox extension' href='http://robertnyman.com/2009/01/24/how-to-develop-a-firefox-extension/'>How to develop a Firefox extension</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/16/3-good-topic-about-mozilla-extension-dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox Extension Development  M&#8230;</title>
		<link>http://doing.liduan.com/2009/07/13/mozilla-firefox-extension-development-m/</link>
		<comments>http://doing.liduan.com/2009/07/13/mozilla-firefox-extension-development-m/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:20:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox extension]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/13/mozilla-firefox-extension-development-m/</guid>
		<description><![CDATA[Mozilla Firefox Extension Development Mozilla Firefox Extension Development View more presentations from Perry Loh.]]></description>
			<content:encoded><![CDATA[<p>Mozilla Firefox Extension Development</p>
<div style="width:425px;text-align:left" id="__ss_530642"><a href="http://www.slideshare.net/skeevs/mozilla-firefox-extension-development" title="Mozilla Firefox Extension Development">Mozilla Firefox Extension Development</a><object width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=brunch-combo-1217220108406432-9&amp;rel=0&amp;stripped_title=mozilla-firefox-extension-development" /><param name="allowFullScreen"><param name="allowScriptAccess"><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=brunch-combo-1217220108406432-9&amp;rel=0&amp;stripped_title=mozilla-firefox-extension-development" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/skeevs">Perry Loh</a>.</div>
</div>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/13/mozilla-firefox-extension-development-m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAME</title>
		<link>http://doing.liduan.com/2009/07/10/game/</link>
		<comments>http://doing.liduan.com/2009/07/10/game/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:45:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/?p=387</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1VqzjafwCNA&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/1VqzjafwCNA&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Google Chrome OS Will Look Like &#8230;</title>
		<link>http://doing.liduan.com/2009/07/10/what-google-chrome-os-will-look-like/</link>
		<comments>http://doing.liduan.com/2009/07/10/what-google-chrome-os-will-look-like/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:08:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/what-google-chrome-os-will-look-like/</guid>
		<description><![CDATA[What Google Chrome OS Will Look Like]]></description>
			<content:encoded><![CDATA[<p>What Google Chrome OS Will Look Like<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ocd8YbJbbOw&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ocd8YbJbbOw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/what-google-chrome-os-will-look-like/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Im still waiting for opera 10</title>
		<link>http://doing.liduan.com/2009/07/10/im-still-waiting-for-opera-10/</link>
		<comments>http://doing.liduan.com/2009/07/10/im-still-waiting-for-opera-10/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:04:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/im-still-waiting-for-opera-10/</guid>
		<description><![CDATA[Im still waiting for opera 10]]></description>
			<content:encoded><![CDATA[<p>Im still waiting for opera 10</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/im-still-waiting-for-opera-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable javascript and other HTML element&#8230;</title>
		<link>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</link>
		<comments>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:00:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</guid>
		<description><![CDATA[enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line $allowedposttags = array( add following codes &#039;script&#039; =&#62; array( &#039;type&#039; =&#62; array(), &#039;src&#039; =&#62; array(), &#039;language&#039; =&#62; array() ), &#039;noscript&#039; =&#62; array( ), &#039;object&#039; =&#62; array( &#039;height&#039; =&#62; array(), &#039;width&#039; =&#62; array(), &#039;type&#039; =&#62; array(), &#039;data&#039; =&#62; array(), &#039;allowfullscreen&#039; =&#62; array(), [...]]]></description>
			<content:encoded><![CDATA[<p>enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line</p>
<pre class="brush: php">
$allowedposttags = array(
</pre>
<p>add following codes</p>
<pre class="brush: php">
		&#039;script&#039; =&gt; array(
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;language&#039; =&gt; array()
),
&#039;noscript&#039; =&gt; array(
),
&#039;object&#039; =&gt; array(
&#039;height&#039; =&gt; array(),
&#039;width&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;data&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array(),
&#039;id&#039; =&gt; array()
),
&#039;param&#039; =&gt; array(
&#039;name&#039; =&gt; array(),
&#039;value&#039; =&gt; array()
),
&#039;embed&#039; =&gt; array(
&#039;width&#039; =&gt; array(),
&#039;height&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array()
),
&#039;coolcode&#039; =&gt; array(
&#039;lang&#039; =&gt; array()
),
//over
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update new wp theme.</title>
		<link>http://doing.liduan.com/2009/07/10/update-new-wp-theme/</link>
		<comments>http://doing.liduan.com/2009/07/10/update-new-wp-theme/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 14:26:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/update-new-wp-theme/</guid>
		<description><![CDATA[update new wp theme.]]></description>
			<content:encoded><![CDATA[<p>update new wp theme.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/update-new-wp-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a few online tools for testing is your w&#8230;</title>
		<link>http://doing.liduan.com/2009/07/08/a-few-online-tools-for-testing-is-your-w/</link>
		<comments>http://doing.liduan.com/2009/07/08/a-few-online-tools-for-testing-is-your-w/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:20:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/08/a-few-online-tools-for-testing-is-your-w/</guid>
		<description><![CDATA[a few online tools for testing is your web pages enable gzip model: 1. port80 2. GidZipTest 3. HTTP Compression Test]]></description>
			<content:encoded><![CDATA[<p>a few online tools for testing is your web pages enable gzip model:<br />
1. <a href='http://www.port80software.com/products/zipenable/'>port80</a><br />
2. <a href='http://www.port80software.com/products/httpzip/'>GidZipTest</a><br />
3. <a href='http://www.whatsmyip.org/http_compression/'>HTTP Compression Test</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/08/a-few-online-tools-for-testing-is-your-w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPMU DEV is a third party wordpress plug&#8230;</title>
		<link>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/</link>
		<comments>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:16:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/</guid>
		<description><![CDATA[WPMU DEV is a third party wordpress plugin directory, you can find special plugin for wordpress mu.]]></description>
			<content:encoded><![CDATA[<p><a href='http://wpmudev.org/plugins/'>WPMU DEV</a> is a third party wordpress plugin directory, you can find special plugin for wordpress mu.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>format &#8217;12345&#8242; to &#8217;12,345&#8242;  javasc &#8230;</title>
		<link>http://doing.liduan.com/2009/07/01/format-12345-to-12345javasc/</link>
		<comments>http://doing.liduan.com/2009/07/01/format-12345-to-12345javasc/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:55:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/01/format-12345-to-12345javasc/</guid>
		<description><![CDATA[format &#8217;12345&#8242; to &#8217;12,345&#8242; javascript: string.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, function(s){return s+","}) ruby: string.gsub(/(\d)(?=(\d\d\d)+(?!\d))/) { &#124;match&#124; match + ',' } DecimalFormat class also can be used.]]></description>
			<content:encoded><![CDATA[<p>format &#8217;12345&#8242; to &#8217;12,345&#8242;</p>
<p>javascript:<br />
<code>string.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, function(s){return s+","})<br />
</code></p>
<p>ruby:<br />
<code>string.gsub(/(\d)(?=(\d\d\d)+(?!\d))/) { |match| match + ',' }<br />
</code></p>
<p>DecimalFormat class also can be used.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/01/format-12345-to-12345javasc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/usr/bin/mysqladmin -u root password &#8216;n &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/</link>
		<comments>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/#comments</comments>
		<pubDate>Wed, 27 May 2009 22:06:49 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/</guid>
		<description><![CDATA[/usr/bin/mysqladmin -u root password &#8216;new-password&#8217; /usr/bin/mysqladmin -u root -h myhost password &#8216;new-password&#8217; mysql -p -u root]]></description>
			<content:encoded><![CDATA[<p>/usr/bin/mysqladmin -u root password &#8216;new-password&#8217;<br />
/usr/bin/mysqladmin -u root -h myhost password &#8216;new-password&#8217;</p>
<p>mysql -p -u root</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install samba in arch linux:  pacman &#8211; &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</link>
		<comments>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:11:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</guid>
		<description><![CDATA[install samba in arch linux: $pacman -S samba $cp /etc/samba/smb.conf.default /etc/samba/smb.conf $adduser -d /home/&#60;user dir&#62; -m &#60;user name&#62; $passwd &#60;user name&#62; $smbpasswd -a &#60;user name&#62; add two lines in to /etc/samba/smb.conf netbios name = archsmb encrypt passwords = yes [homes] browseable = yes writable = yes then: $/etc/rc.d/samba start $smbclient -L localhost -U &#60;user name&#62;]]></description>
			<content:encoded><![CDATA[<p>install samba in arch linux:</p>
<p>$pacman -S samba</p>
<p>$cp /etc/samba/smb.conf.default /etc/samba/smb.conf</p>
<p>$adduser -d /home/&lt;user dir&gt; -m &lt;user name&gt;</p>
<p>$passwd &lt;user name&gt;</p>
<p>$smbpasswd -a &lt;user name&gt;</p>
<p>add two lines in to /etc/samba/smb.conf</p>
<p>netbios name = archsmb</p>
<p>encrypt passwords = yes</p>
<p>[homes]</p>
<p>browseable = yes</p>
<p>writable = yes</p>
<p>then:</p>
<p>$/etc/rc.d/samba start</p>
<p>$smbclient -L localhost -U &lt;user name&gt;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpRPG is an open source project establi &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/</link>
		<comments>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:02:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpRPG]]></category>
		<category><![CDATA[RPG game]]></category>
		<category><![CDATA[web game]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/</guid>
		<description><![CDATA[phpRPG is an open source project established since 2001. The aim of the project is to develop a web-based RPG (role-playing game) using a powerful server-side scripting engine called PHP and its best known open source database companion MySQL.]]></description>
			<content:encoded><![CDATA[<p><a title="phprgp" href="http://phprpg.org/" target="_blank"><strong>phpRPG</strong></a> is an open source project established since 2001. The aim of the project is to develop a web-based RPG (role-playing game) using a powerful server-side scripting engine called <a href="http://php.net/">PHP</a> and its best known open source database companion <a href="http://mysql.com/">MySQL</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/phprpg-is-an-open-source-project-establi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cube engine is a open source project for &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/cube-engine-is-a-open-source-project-for/</link>
		<comments>http://doing.liduan.com/2009/05/27/cube-engine-is-a-open-source-project-for/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:01:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D game]]></category>
		<category><![CDATA[cube engine]]></category>
		<category><![CDATA[game engine]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/cube-engine-is-a-open-source-project-for/</guid>
		<description><![CDATA[cube engine is a open source project for 3D game engine. Cube 2: Sauerbraten is a free multiplayer/singleplayer first person shooter, built as a major redesign of the Cube FPS.]]></description>
			<content:encoded><![CDATA[<p><a title="Cube engine" href="http://cubeengine.com/index.php4" target="_blank">cube engine</a> is a open source project for 3D game engine. <a title="Cube 2 Sauerbraten" href="http://sauerbraten.org/" target="_blank">Cube 2: Sauerbraten</a> is a free multiplayer/singleplayer first person shooter, built as a major redesign of the Cube FPS.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/cube-engine-is-a-open-source-project-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>for start each service in arch linux, se &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/</link>
		<comments>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:38:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[deamon]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/</guid>
		<description><![CDATA[for start each service in arch linux, set deamon in /etc/rc.conf.  using sshd for example: deamons(&#8230; sshd lighttpd &#8230; &#8230;)]]></description>
			<content:encoded><![CDATA[<p>for start each service in arch linux, set deamon in /etc/rc.conf.  using sshd for example:</p>
<p>deamons(&#8230; sshd lighttpd &#8230; &#8230;)</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>for flash game developer, the pushbutton &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/for-flash-game-developer-the-pushbutton/</link>
		<comments>http://doing.liduan.com/2009/05/27/for-flash-game-developer-the-pushbutton/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:26:10 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash game]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game engine]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/for-flash-game-developer-the-pushbutton/</guid>
		<description><![CDATA[for flash game developer, the pushbutton is a quite useful game engine. It is open source project host in google code. official web site support some game snapshot. for developing, it require java 1.6, flash player 9, AIR runtime and Flex SDK]]></description>
			<content:encoded><![CDATA[<p>for flash game developer, the pushbutton is a quite useful game engine. It is open source project host in <a title="open source flash game engine" href="http://code.google.com/p/pushbuttonengine/" target="_blank">google code</a>. <a title="pushbutton game engine official web site" href="http://pushbuttonengine.com/" target="_blank">official web site</a> support some game snapshot. for developing, it require java 1.6, flash player 9, AIR runtime and Flex SDK</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/for-flash-game-developer-the-pushbutton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some sources about silverlight 3D progra &#8230;</title>
		<link>http://doing.liduan.com/2009/05/19/some-sources-about-silverlight-3d-progra/</link>
		<comments>http://doing.liduan.com/2009/05/19/some-sources-about-silverlight-3d-progra/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:33:08 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/19/some-sources-about-silverlight-3d-progra/</guid>
		<description><![CDATA[some sources about silverlight 3D programming: Flash 10 vs Silverlight 3: Perspective 3D Silverlight 3D demo Silverlight 3 – Perspective 3d Transforms Getting Silverlight to Go 3D 3D Textured Silverlight and Silverlight 3D Engine Perspective 3D in Silverlight 3 Flash vs Silverlight: 3D Image Space]]></description>
			<content:encoded><![CDATA[<p>some sources about silverlight 3D programming:</p>
<h2><a title="Permanent Link to Flash 10 vs Silverlight 3: Perspective 3D" rel="bookmark" href="http://www.shinedraw.com/3d-illusion/flash-10-vs-silverlight-3-perspective-3d/">Flash 10 vs Silverlight 3: Perspective 3D</a></h2>
<h2><a title="Silverlight 3D demo " href="http://metalinkltd.com/?p=114" target="_blank">Silverlight 3D demo</a></h2>
<h5 class="posthead pageTitle"><a title="Silverlight 3 – Perspective 3d Transforms " href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2009/03/18/Silverlight-3-_1320_-Perspective-3d-Transforms-_1320_-PlaneProjection.aspx" target="_blank">Silverlight 3 – Perspective 3d Transforms</a></h5>
<h2><a id="viewpost.ascx_TitleUrl" href="http://franksworld.com/blog/archive/2008/07/30/11092.aspx">Getting Silverlight to Go 3D</a></h2>
<h2><a title="Permanent Link: 3D Textured Silverlight and Silverlight 3D Engine" rel="bookmark" href="http://drawlogic.com/2007/07/15/3d-textured-silverlight/">3D Textured Silverlight and Silverlight 3D Engine</a></h2>
<h1 id="ctl00_cphMiddle_cphSubHeader_hdrItem_h1Title" class="title"><a title="Perspective 3D in Silverlight 3" href="http://www.silverlightshow.net/items/Perspective-3D-in-Silverlight-3.aspx" target="_blank">Perspective 3D in Silverlight 3</a></h1>
<h2><a title="Permanent Link to Flash vs Silverlight: 3D Image Space" rel="bookmark" href="http://www.shinedraw.com/3d-illusion/flash-vs-silverlight-3d-image-space/">Flash vs Silverlight: 3D Image Space</a></h2>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/19/some-sources-about-silverlight-3d-progra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>open ssh service. change /etc/hosts.allo &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/</link>
		<comments>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:51:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/</guid>
		<description><![CDATA[open ssh service. change /etc/hosts.allow add one line sshd: ALL]]></description>
			<content:encoded><![CDATA[<p>open ssh service. change /etc/hosts.allow add one line</p>
<p>sshd: ALL</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install lighttpd php fcgi and mysql.   &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</link>
		<comments>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:34:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</guid>
		<description><![CDATA[install lighttpd php fcgi and mysql. pacman -Ss search pacman -S lighttpd php fcgi mysql samba perl-cgi]]></description>
			<content:encoded><![CDATA[<p>install lighttpd php fcgi and mysql.</p>
<p>pacman -Ss search</p>
<p>pacman -S lighttpd php fcgi mysql samba perl-cgi</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configuation arch linux network by dhcp: &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/</link>
		<comments>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:10:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/</guid>
		<description><![CDATA[configuation arch linux network by dhcp: add following lines to /etc/rc.conf eth0=&#8221;dhcp&#8221; INTERFACES=(eth0) ROUTES=(!gateway) then try /etc/rc.d/network restart]]></description>
			<content:encoded><![CDATA[<p>configuation arch linux network by dhcp:</p>
<p>add following lines to <span style="font-family: Courier New;">/etc/rc.conf</span></p>
<p>eth0=&#8221;dhcp&#8221;<br />
INTERFACES=(eth0)<br />
ROUTES=(!gateway)</p>
<p>then try /etc/rc.d/network restart</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>install red5 in the ubuntu:

install s &#8230;</title>
		<link>http://doing.liduan.com/2009/05/08/install-red5-in-the-ubuntuinstall-s/</link>
		<comments>http://doing.liduan.com/2009/05/08/install-red5-in-the-ubuntuinstall-s/#comments</comments>
		<pubDate>Fri, 08 May 2009 17:31:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash server]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/08/install-red5-in-the-ubuntuinstall-s/</guid>
		<description><![CDATA[install red5 in the ubuntu: install sun-java5-bin by apt-get $sudo apt-get install sun-java5-bin then download deb package in the red5 website. I used version 0.7.0(final). Try command: $sudo dkpg -i red5_0.7.0_all.deb $/etc/init.d/red5 start finially: open your web browser, access web address http://localhost:5080 for configuration red5 server. you can find the conf file in the /usr/lib/red5/conf. [...]]]></description>
			<content:encoded><![CDATA[<p>install red5 in the ubuntu:</p>
<p>install sun-java5-bin by apt-get</p>
<p>$sudo apt-get install sun-java5-bin</p>
<p>then <a title="Debian Ubuntu deb package" href="http://osflash.org/red5/070final">download deb package </a>in the red5 website. I used version 0.7.0(final). Try command:<br />
$sudo dkpg -i red5_0.7.0_all.deb<br />
$/etc/init.d/red5 start</p>
<p>finially: open your web browser, access web address <a href="http://localhost:5080" rel="nofollow">http://localhost:5080</a> </p>
<p>for configuration red5 server. you can find the conf file in the /usr/lib/red5/conf. and the service apps is in the /usr/lib/red5/webapps</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/08/install-red5-in-the-ubuntuinstall-s/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>using python get current timestamp

&amp;g &#8230;</title>
		<link>http://doing.liduan.com/2009/05/02/using-python-get-current-timestampg/</link>
		<comments>http://doing.liduan.com/2009/05/02/using-python-get-current-timestampg/#comments</comments>
		<pubDate>Sat, 02 May 2009 13:41:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[time stamp]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/02/using-python-get-current-timestampg/</guid>
		<description><![CDATA[using python get current timestamp &#62;&#62;&#62;import time &#62;&#62;&#62;time.time() //currenting timestamp to int &#62;&#62;&#62;int(time.time()) //converting to string &#62;&#62;&#62;str(time.time())]]></description>
			<content:encoded><![CDATA[<p>using python get current timestamp</p>
<p>&gt;&gt;&gt;import time</p>
<p>&gt;&gt;&gt;time.time()</p>
<p>//currenting timestamp to int</p>
<p>&gt;&gt;&gt;int(time.time())</p>
<p>//converting to string</p>
<p>&gt;&gt;&gt;str(time.time())</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/02/using-python-get-current-timestampg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using python get friend timeline in twit &#8230;</title>
		<link>http://doing.liduan.com/2009/05/01/using-python-get-friend-timeline-in-twit/</link>
		<comments>http://doing.liduan.com/2009/05/01/using-python-get-friend-timeline-in-twit/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:53:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/01/using-python-get-friend-timeline-in-twit/</guid>
		<description><![CDATA[using python get friend timeline in twitter. following tools should be used: python-twitter python-simplejson first install python-simplejson, if in ubuntu, just using command as follows $apt-get install python-simplejson then, downloading python-twitter , unpackage it. then using command   $ python setup.py build   $ python setup.py install then, open python. &#62;&#62;&#62; import twitter &#62;&#62;&#62; api [...]]]></description>
			<content:encoded><![CDATA[<p>using python get friend timeline in twitter. following tools should be used:</p>
<p><a title="python-twitter" href="http://code.google.com/p/python-twitter/" target="_blank">python-twitter</a></p>
<p>python-simplejson</p>
<p>first install python-simplejson, if in ubuntu, just using command as follows</p>
<p>$apt-get install python-simplejson</p>
<p>then, downloading <a title="python-twitter" href="http://code.google.com/p/python-twitter/" target="_blank">python-twitter</a> , unpackage it. then using command</p>
<pre><span class="pln">  $ python setup</span><span class="pun">.</span><span class="pln">py build
  $ python setup</span><span class="pun">.</span><span class="pln">py install</span></pre>
<p>then, open python.</p>
<p>&gt;&gt;&gt; import twitter</p>
<p>&gt;&gt;&gt; api = twitter.Api(&#8220;username&#8221;, &#8220;passworld&#8221;)</p>
<p>&gt;&gt;&gt; posts = api.GetFriendsTimeline(&#8216;username&#8217;)</p>
<p>&gt;&gt;&gt; print [post.text in post as posts ];</p>
<p>for the file, the script should be liked:<br />
<code><br />
import twitter<br />
class mytwitter():</p>
<p>def __init__(self):<br />
  self._config = None</p>
<p>def main():<br />
  api = twitter.Api('username', 'passworld')<br />
  posts = api.GetFriendsTimeline('username')<br />
  for post in posts:<br />
    print post.text.encode('utf-8')</p>
<p>if __name__ == "__main__":<br />
  main()<br />
</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/01/using-python-get-friend-timeline-in-twit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some java client for twitter: java-twitt &#8230;</title>
		<link>http://doing.liduan.com/2009/04/30/some-java-client-for-twitter-java-twitt/</link>
		<comments>http://doing.liduan.com/2009/04/30/some-java-client-for-twitter-java-twitt/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/30/some-java-client-for-twitter-java-twitt/</guid>
		<description><![CDATA[some java client for twitter: java-twitter, jtwitter, twitter4j.]]></description>
			<content:encoded><![CDATA[<p>some java client for twitter: java-twitter, jtwitter, twitter4j.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/30/some-java-client-for-twitter-java-twitt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free java GUI builders of eclipse plugin &#8230;</title>
		<link>http://doing.liduan.com/2009/04/26/free-java-gui-builders-of-eclipse-plugin/</link>
		<comments>http://doing.liduan.com/2009/04/26/free-java-gui-builders-of-eclipse-plugin/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 17:59:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/26/free-java-gui-builders-of-eclipse-plugin/</guid>
		<description><![CDATA[free java GUI builders of eclipse plugin. Jigloo SWT/Swing GUI Builder OpenSwing]]></description>
			<content:encoded><![CDATA[<p>free java GUI builders of eclipse plugin.</p>
<p><span class="pn-normal"><a class="pn-title" style="color: #363696;" href="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-53.html">Jigloo SWT/Swing GUI Builder</a></span></p>
<p><a class="pn-title" style="color: #363696;" href="http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1140.html">OpenSwing</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/26/free-java-gui-builders-of-eclipse-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>first look kubuntu.

the most bugs of  &#8230;</title>
		<link>http://doing.liduan.com/2009/04/23/first-look-kubuntuthe-most-bugs-of/</link>
		<comments>http://doing.liduan.com/2009/04/23/first-look-kubuntuthe-most-bugs-of/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 22:41:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/23/first-look-kubuntuthe-most-bugs-of/</guid>
		<description><![CDATA[first look kubuntu. the most bugs of KDE have been fixed. the wifi mod has been improved. the package library adds many new software, like monodevelop2 firefox 3.1 and 3.5, kooldock, etc. but I didn&#8217;t see katapult.]]></description>
			<content:encoded><![CDATA[<p>first look kubuntu.</p>
<p>the most bugs of KDE have been fixed. the wifi mod has been improved. the package library adds many new software, like monodevelop2 firefox 3.1 and 3.5, kooldock, etc. but I didn&#8217;t see katapult.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/23/first-look-kubuntuthe-most-bugs-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To mount the ISO image file.iso to the m &#8230;</title>
		<link>http://doing.liduan.com/2009/04/20/to-mount-the-iso-image-fileiso-to-the-m/</link>
		<comments>http://doing.liduan.com/2009/04/20/to-mount-the-iso-image-fileiso-to-the-m/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:56:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/20/to-mount-the-iso-image-fileiso-to-the-m/</guid>
		<description><![CDATA[To mount the ISO image file.iso to the mount point /mnt/test use this command: mount -o loop -t iso9660 file.iso /mnt/test]]></description>
			<content:encoded><![CDATA[<p>To mount the ISO image file.iso to the mount point /mnt/test use this command:</p>
<p><code>mount -o loop -t iso9660 file.iso /mnt/test</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/20/to-mount-the-iso-image-fileiso-to-the-m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>building a PXE boot server in the ubuntu &#8230;</title>
		<link>http://doing.liduan.com/2009/04/20/building-a-pxe-boot-server-in-the-ubuntu/</link>
		<comments>http://doing.liduan.com/2009/04/20/building-a-pxe-boot-server-in-the-ubuntu/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:36:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/20/building-a-pxe-boot-server-in-the-ubuntu/</guid>
		<description><![CDATA[building a PXE boot server in the ubuntu. 1. install dhcp3 server in the ubuntu. apt-get install dhcp3-server 2. edit /etc/default/dhcp3-server INTERFACES=&#8221;eth0&#8243; 3. edit /etc/dhcp3/dhcpd.conf default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.254; option domain-name-servers 192.168.1.1, 192.168.1.2; option domain-name "mydomain.example"; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.100; range 192.168.1.150 [...]]]></description>
			<content:encoded><![CDATA[<p>building a <a title="PXE boot server" href="http://myy.helia.fi/~karte/ubuntu_hardy_pxe_notes.html" target="_blank">PXE boot server </a>in the <a href="http://www.freelikegnu.org/?p=3" target="_blank">ubuntu</a>.</p>
<p><a title="install dhcp3 server in the ubuntu." href="https://help.ubuntu.com/8.04/serverguide/C/dhcp.html" target="_blank">1. install dhcp3 server in the ubuntu.</a></p>
<p>apt-get install dhcp3-server</p>
<p>2. edit /etc/default/dhcp3-server</p>
<p>INTERFACES=&#8221;eth0&#8243;<br />
3. edit /etc/dhcp3/dhcpd.conf<br />
<code>default-lease-time 600;<br />
max-lease-time 7200;<br />
option subnet-mask 255.255.255.0;<br />
option broadcast-address 192.168.1.255;<br />
option routers 192.168.1.254;<br />
option domain-name-servers 192.168.1.1, 192.168.1.2;<br />
option domain-name "mydomain.example";</code></p>
<p>subnet 192.168.1.0 netmask 255.255.255.0 {<br />
range 192.168.1.10 192.168.1.100;<br />
range 192.168.1.150 192.168.1.200;<br />
}</p>
<p>4. edit /etc/network/interfaces</p>
<p>auto eth0:1</p>
<p>iface eth0:1 inet static</p>
<p>name DHCPserver</p>
<p>address 192.168.1.1</p>
<p>netmask 255.255.255.0</p>
<p>5. restart networking and dhcp3</p>
<p>service networking restart</p>
<p>service dhcp3-server restart</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/20/building-a-pxe-boot-server-in-the-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post twitter tweet by using PHP script. &#8230;</title>
		<link>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/</link>
		<comments>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:39:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/</guid>
		<description><![CDATA[post twitter tweet by using PHP script. via curl command in linux, 1 and 2. Using twitter php client. official API tutorial.]]></description>
			<content:encoded><![CDATA[<p>post twitter tweet by using PHP script.</p>
<p>via curl command in linux, <a href="http://www.webmaster-source.com/2009/04/05/post-to-twitter-from-a-php-script/" target="_blank">1</a> and <a href="http://morethanseven.net/2007/01/20/posting-to-twitter-using-php/" target="_blank">2</a>.</p>
<p><a href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html" target="_blank">Using twitter php client</a>.</p>
<p><a href="http://www.newwebplatform.com/tips-and-tutorials/Twitter" target="_blank">official API tutorial</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/17/post-twitter-tweet-by-using-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a popual ruby on rails, part1 and part2.</title>
		<link>http://doing.liduan.com/2009/04/06/a-popual-ruby-on-rails-part1-and-part2/</link>
		<comments>http://doing.liduan.com/2009/04/06/a-popual-ruby-on-rails-part1-and-part2/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:53:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/06/a-popual-ruby-on-rails-part1-and-part2/</guid>
		<description><![CDATA[a popual ruby on rails, part1 and part2. there is other tutorial based on rails 2.1. basicly, grammer has some changes between 2.0, 2.1 and 2.2.]]></description>
			<content:encoded><![CDATA[<p>a popual ruby on rails, <a title="a popual ruby on rails" href="http://www.onlamp.com/lpt/a/5546" target="_blank">part1</a> and <a title="a popual ruby on rails" href="http://www.onlamp.com/lpt/a/5641" target="_blank">part2</a>. there is <a title="ruby on rails 2.1 tutorial" href="http://www.tutorialspoint.com/ruby-on-rails-2.1/index.htm" target="_blank">other tutorial based on rails 2.1</a>. basicly, grammer has some changes between 2.0, 2.1 and 2.2.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/06/a-popual-ruby-on-rails-part1-and-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>work on the ruby on vista.

firstly, i &#8230;</title>
		<link>http://doing.liduan.com/2009/04/06/work-on-the-ruby-on-vistafirstly-i/</link>
		<comments>http://doing.liduan.com/2009/04/06/work-on-the-ruby-on-vistafirstly-i/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 18:25:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/06/work-on-the-ruby-on-vistafirstly-i/</guid>
		<description><![CDATA[work on the ruby on vista. firstly, install ruby next, install rails, by command &#8220;gem install rails&#8221; then, create a new web app by rails by &#8220;rails project&#8221;. if &#8220;project&#8221; has been create, it can be runned by command &#8220;ruby script/server webrick&#8221;. lastly, open address &#8220;http://localhost:3000&#038;#8243; web browser.]]></description>
			<content:encoded><![CDATA[<p>work on the ruby on vista.</p>
<p>firstly, install ruby</p>
<p>next, install rails, by command &#8220;gem install rails&#8221;</p>
<p>then, create a new web app by rails by &#8220;rails project&#8221;.</p>
<p>if &#8220;project&#8221; has been create, it can be runned by command &#8220;ruby script/server webrick&#8221;.</p>
<p>lastly, open address &#8220;<a href="http://localhost:3000&#038;#8243" rel="nofollow">http://localhost:3000&#038;#8243</a>; web browser.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/06/work-on-the-ruby-on-vistafirstly-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>very simple CMS system build by php. it  &#8230;</title>
		<link>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/</link>
		<comments>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:32:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/</guid>
		<description><![CDATA[very simple CMS system build by php. it provides support for mysql database, but not support template.]]></description>
			<content:encoded><![CDATA[<p><a title="very simple CMS system" href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/" target="_blank">very simple CMS system</a> build by php. it provides support for mysql database, but not support template.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/06/very-simple-cms-system-build-by-php-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rewrite mod tutorial with some examples.</title>
		<link>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</link>
		<comments>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 11:45:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</guid>
		<description><![CDATA[rewrite mod tutorial with some examples.]]></description>
			<content:encoded><![CDATA[<p><a href="http://u21.me/21" target="_blank">rewrite mod tutorial with some examples</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using c read each char and covert to lon &#8230;</title>
		<link>http://doing.liduan.com/2009/04/02/using-c-read-each-char-and-covert-to-lon/</link>
		<comments>http://doing.liduan.com/2009/04/02/using-c-read-each-char-and-covert-to-lon/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:12:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/02/using-c-read-each-char-and-covert-to-lon/</guid>
		<description><![CDATA[using c read each char and covert to long int: while(*buffer != &#8216;\n&#8217;); { read(fileName, buffer, 1); printf(&#8221; Byte: %s&#8221;, buffer); } good way.]]></description>
			<content:encoded><![CDATA[<p>using <a href="http://www.experts-exchange.com/Programming/Languages/C/Q_20769218.html">c read each char and covert to long int</a>:</p>
<p>while(*buffer != &#8216;\n&#8217;);<br />
{<br />
read(fileName, buffer, 1);<br />
printf(&#8221; Byte: %s&#8221;, buffer);<br />
}</p>
<p>good way.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/02/using-c-read-each-char-and-covert-to-lon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some IE8 security features:

	
SmartS &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/some-ie8-security-featuressmarts/</link>
		<comments>http://doing.liduan.com/2009/03/31/some-ie8-security-featuressmarts/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:42:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/some-ie8-security-featuressmarts/</guid>
		<description><![CDATA[some IE8 security features: SmartScreen Filter InPrivate browsing Tab isolation]]></description>
			<content:encoded><![CDATA[<p>some <a href="http://searchsecurity.techtarget.com/news/column/0,294698,sid14_gci1351789,00.html?track=sy160">IE8 security features</a>:</p>
<ul>
<li>
<h3><a href="http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-iii-smartscreen-filter.aspx"><strong>SmartScreen Filter</strong></a></h3>
</li>
<li>
<h3><a href="http://www.google.ie/url?sa=t&amp;source=web&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fblogs.msdn.com%2Fie%2Farchive%2F2008%2F08%2F25%2Fie8-and-privacy.aspx&amp;ei=z2PSSaaaIMLI-Abmq9y2BQ&amp;usg=AFQjCNEGdDh68_IQtTh_UOKHqQZSf-yxkg&amp;sig2=4-gObtF2TWV359epdmYWsQ"><strong>InPrivate browsing</strong></a></h3>
</li>
<li>
<h3><a href="http://www.google.ie/url?sa=t&amp;source=web&amp;ct=res&amp;cd=4&amp;url=http%3A%2F%2Fblogs.msdn.com%2Fie%2Farchive%2F2008%2F07%2F28%2Fie8-and-reliability.aspx&amp;ei=62PSSeOkOoKw-QaN1fHTBA&amp;usg=AFQjCNG4kbYOfxHc-AWSrPmOY3Y4VKdc-Q&amp;sig2=OngJrdOOURdzgwYsfNSURw"><strong>Tab isolation</strong></a></h3>
</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/some-ie8-security-featuressmarts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>remember: mono2.4 and monodevelop 2.0, t &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/remember-mono24-and-monodevelop-20-t/</link>
		<comments>http://doing.liduan.com/2009/03/31/remember-mono24-and-monodevelop-20-t/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:27:41 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/remember-mono24-and-monodevelop-20-t/</guid>
		<description><![CDATA[remember: mono2.4 and monodevelop 2.0, try them tonight.]]></description>
			<content:encoded><![CDATA[<p>remember: <a title="mono 2.4 and monodevelop 2" href="http://tirania.org/blog/archive/2009/Mar-30.html" target="_blank">mono2.4 and monodevelop 2.0</a>, try them tonight.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/remember-mono24-and-monodevelop-20-t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>share april desktop wallpaper. http://ww &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/share-april-desktop-wallpaper-httpww/</link>
		<comments>http://doing.liduan.com/2009/03/31/share-april-desktop-wallpaper-httpww/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:24:10 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/share-april-desktop-wallpaper-httpww/</guid>
		<description><![CDATA[share april desktop wallpaper. http://www.smashingmagazine.com/2009/03/30/desktop-wallpaper-calendar-april-2009/]]></description>
			<content:encoded><![CDATA[<p>share april desktop wallpaper. <a href="http://www.smashingmagazine.com/2009/03/30/desktop-wallpaper-calendar-april-2009/" rel="nofollow">http://www.smashingmagazine.com/2009/03/30/desktop-wallpaper-calendar-april-2009/</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/share-april-desktop-wallpaper-httpww/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m sure that IE8 is more quickly than  &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/im-sure-that-ie8-is-more-quickly-than/</link>
		<comments>http://doing.liduan.com/2009/03/31/im-sure-that-ie8-is-more-quickly-than/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:50:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/im-sure-that-ie8-is-more-quickly-than/</guid>
		<description><![CDATA[I&#8217;m sure that IE8 is more quickly than IE7 in the high level computer. I&#8217;m not sure how about low level computer.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure that IE8 is more quickly than IE7 in the high level computer. I&#8217;m not sure how about low level computer.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/im-sure-that-ie8-is-more-quickly-than/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebook and adobe will partner to build &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/facebook-and-adobe-will-partner-to-build/</link>
		<comments>http://doing.liduan.com/2009/03/31/facebook-and-adobe-will-partner-to-build/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:37:08 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/facebook-and-adobe-will-partner-to-build/</guid>
		<description><![CDATA[facebook and adobe will partner to build a new development tools. it will have more helpful in the facebook application development. official adobe development website provides a overview for new flash facebook development platform(include video). currently, adobe official facebook api client is version 3. it is avaliable at google code, include doc and example.]]></description>
			<content:encoded><![CDATA[<p><a title="facebook and adobe will partner to build a new development tools" href="http://www.networkworld.com/news/2009/033109-adobe-facebook-partner-to-create.html" target="_self">facebook and adobe will partner to build a new development tools</a>. it will have more helpful in the facebook application development. official adobe development website provides <a title="a overview for new flash facebook development platform" href="http://www.adobe.com/devnet/facebook/" target="_blank">a overview for new flash facebook development platform</a>(include video).</p>
<p>currently, adobe official facebook api client is version 3. <a title="adobe official facebook api client" href="http://code.google.com/p/facebook-actionscript-api/" target="_blank">it is avaliable at google code</a>, include <a title="adobe official facebook api client document" href="http://facebook-actionscript-api.googlecode.com/svn/release/current/docs/index.html">doc </a>and <a title="adobe official facebook api client program example" href="http://code.google.com/p/facebook-actionscript-api/downloads/list" target="_blank">example</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/facebook-and-adobe-will-partner-to-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>but, there is one problem. the hotmal po &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/but-there-is-one-problem-the-hotmal-po/</link>
		<comments>http://doing.liduan.com/2009/03/31/but-there-is-one-problem-the-hotmal-po/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:09:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/but-there-is-one-problem-the-hotmal-po/</guid>
		<description><![CDATA[but, there is one problem. the hotmal pop service only allow login by every 15 minutes]]></description>
			<content:encoded><![CDATA[<p>but, there is one problem. the hotmal pop service only allow login by every 15 minutes</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/but-there-is-one-problem-the-hotmal-po/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cool, using gmail to get hotmail.  log &#8230;</title>
		<link>http://doing.liduan.com/2009/03/31/cool-using-gmail-to-get-hotmaillog/</link>
		<comments>http://doing.liduan.com/2009/03/31/cool-using-gmail-to-get-hotmaillog/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:05:08 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/31/cool-using-gmail-to-get-hotmaillog/</guid>
		<description><![CDATA[cool, using gmail to get hotmail. login to your gmail. select &#8220;setting&#8221; -&#62; &#8220;account&#8221; -&#62; &#8220;Add a mail account you own&#8221; 1. input your hotmail address. 2. username is your whole hotmail address, like &#8220;abc@hotmail.com&#8221; 3. your hotmail password. 4. hotmail pop server address is &#8220;pop3.live.com&#8221; and port is 995. 5. selecting &#8220;Always use a [...]]]></description>
			<content:encoded><![CDATA[<p>cool, using gmail to get hotmail.</p>
<p>login to your gmail. select &#8220;setting&#8221; -&gt; &#8220;account&#8221; -&gt; &#8220;Add a mail account you own&#8221;</p>
<p>1. input your hotmail address.</p>
<p>2. username is your whole hotmail address, like &#8220;abc@hotmail.com&#8221;</p>
<p>3. your hotmail password.</p>
<p>4. hotmail pop server address is &#8220;pop3.live.com&#8221; and port is 995.</p>
<p>5. selecting &#8220;Always use a secure connection(SSL)&#8221; at least.</p>
<p>6. pressing &#8220;add account&#8221; button.</p>
<p>see google official <a title="Import Your Old Hotmail Messages into Gmail" href="http://googlesystem.blogspot.com/2009/03/import-your-old-hotmail-messages-into.html" target="_blank">blog post</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/31/cool-using-gmail-to-get-hotmaillog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>degrafa is a graph library based on the  &#8230;</title>
		<link>http://doing.liduan.com/2009/03/27/degrafa-is-a-graph-library-based-on-the/</link>
		<comments>http://doing.liduan.com/2009/03/27/degrafa-is-a-graph-library-based-on-the/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:42:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[degrafa]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 2]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/27/degrafa-is-a-graph-library-based-on-the/</guid>
		<description><![CDATA[degrafa is a graph library based on the flex. it is compatible with flex 2 and 3. it also support other graph library, example of papervision3D(3D graph and animation library). there is a example that visual map based on the degrafa, pv3D and yahoo map.]]></description>
			<content:encoded><![CDATA[<p><a title="degrafa" href="http://www.degrafa.org/index.html">degrafa </a>is a graph library based on the flex. it is compatible with flex 2 and 3. it also support other graph library, example of papervision3D(3D graph and animation library). <a href="http://www.pathf.com/blogs/2008/08/papervision3d-20-great-white-in-flex-3-part-ii-iii-combined-with-source-code/">there is a example</a> that visual map based on the degrafa, pv3D and yahoo map.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/27/degrafa-is-a-graph-library-based-on-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some effect of the vbox in flex 3.
Clip &#8230;</title>
		<link>http://doing.liduan.com/2009/03/27/some-effect-of-the-vbox-in-flex-3clip/</link>
		<comments>http://doing.liduan.com/2009/03/27/some-effect-of-the-vbox-in-flex-3clip/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:16:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vbox]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/27/some-effect-of-the-vbox-in-flex-3clip/</guid>
		<description><![CDATA[some effect of the vbox in flex 3. Clipping a Flex container’s content using the clipContent property Changing a VBox container’s background size in Flex Changing a VBox container’s background alpha in Flex Changing a VBox container’s background image attachment in Flex Setting the vertical gap between items in a Flex VBox container Setting a [...]]]></description>
			<content:encoded><![CDATA[<p>some effect of the vbox in flex 3.</p>
<h3 class="entry-title"><a title="Permanent Link to &quot;Clipping a Flex container's content using the clipContent property&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/02/02/clipping-a-flex-containers-content-using-the-clipcontent-property/">Clipping a Flex container’s content using the clipContent property</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Changing a VBox container's background size in Flex&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/01/05/changing-a-vbox-containers-background-size-in-flex/">Changing a VBox container’s background size in Flex</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Changing a VBox container's background alpha in Flex&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/01/05/changing-a-vbox-containers-background-alpha-in-flex/">Changing a VBox container’s background alpha in Flex</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Changing a VBox container's background image attachment in Flex&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/01/05/changing-a-vbox-containers-background-image-attachment-in-flex/">Changing a VBox container’s background image attachment in Flex</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Setting the vertical gap between items in a Flex VBox container&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/01/03/setting-the-vertical-gap-between-items-in-a-flex-vbox-container/">Setting the vertical gap between items in a Flex VBox container</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Setting a Flex container's vertical scroll policy&quot;" rel="bookmark" href="http://blog.flexexamples.com/2007/11/09/setting-a-flex-containers-vertical-scroll-policy/">Setting a Flex container’s vertical scroll policy</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Toggling a Flex container's visibility using states&quot;" rel="bookmark" href="http://blog.flexexamples.com/2007/08/24/toggling-a-flex-containers-visibility-using-states/">Toggling a Flex container’s visibility using states</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Toggling a Flex container's visibility&quot;" rel="bookmark" href="http://blog.flexexamples.com/2007/08/23/toggling-a-flex-containers-visibility/">Toggling a Flex container’s visibility</a></h3>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/27/some-effect-of-the-vbox-in-flex-3clip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>all intel cpu have flaw called &#8220;cache  &#8230;</title>
		<link>http://doing.liduan.com/2009/03/24/all-intel-cpu-have-flaw-called-cache%c2%a0/</link>
		<comments>http://doing.liduan.com/2009/03/24/all-intel-cpu-have-flaw-called-cache%c2%a0/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:14:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[flaw]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/24/all-intel-cpu-have-flaw-called-cache%c2%a0/</guid>
		<description><![CDATA[all intel cpu have flaw called &#8220;cache Poisoning&#8220;. hacker can get administrator power through this flaw by &#8220;RootKit Hook&#8220;. this flaw was found by Joanna Rutkowska on the Invisible Things Lab.]]></description>
			<content:encoded><![CDATA[<p>all intel cpu have flaw called &#8220;<a title="intel cache poisoning" href="http://invisiblethingslab.com/itl/News.html" target="_blank">cache Poisoning</a>&#8220;. hacker can get administrator power through this flaw by &#8220;<a title="rootkit hook" href="http://www.resplendence.com/hookanalyzer" target="_blank">RootKit Hook</a>&#8220;. this flaw was found by <a style="text-decoration: none;" title="Joanna Rutkowska blog " href="http://theinvisiblethings.blogspot.com/" target="_blank">Joanna Rutkowska</a> on <a title="the Invisible Things Lab" href="http://invisiblethingslab.com/itl/About.html" target="_blank">the Invisible Things Lab</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/24/all-intel-cpu-have-flaw-called-cache%c2%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C / ANSI-C examples (example source code &#8230;</title>
		<link>http://doing.liduan.com/2009/03/20/c-ansi-c-examples-example-source-code/</link>
		<comments>http://doing.liduan.com/2009/03/20/c-ansi-c-examples-example-source-code/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:47:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/20/c-ansi-c-examples-example-source-code/</guid>
		<description><![CDATA[C / ANSI-C examples (example source code) Organized by topic]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.java2s.com/Code/C/CatalogC.htm">C / ANSI-C examples</a> (example source code) Organized by topic</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/20/c-ansi-c-examples-example-source-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>a open sources game engine based on acti &#8230;</title>
		<link>http://doing.liduan.com/2009/03/18/a-open-sources-game-engine-based-on-acti/</link>
		<comments>http://doing.liduan.com/2009/03/18/a-open-sources-game-engine-based-on-acti/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 12:36:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ffilmation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game engine]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/18/a-open-sources-game-engine-based-on-acti/</guid>
		<description><![CDATA[a open sources game engine based on actionscript 3, named ffilmation, sources code is avaliable at google code and official site. and API reference is here.]]></description>
			<content:encoded><![CDATA[<p>a open sources game engine based on actionscript 3, named <a title="http://www.ffilmation.org" href="a open sources game engine based on actionscript 3, named ffilmation">ffilmation</a>, sources code is avaliable at <a href="http://code.google.com/p/ffilmation/">google code</a> and <a href="http://www.ffilmation.org/downloads/ffilmation_1.3.3.zip">official site</a>. and <a href="http://www.ffilmation.org/website/api/">API reference is here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/18/a-open-sources-game-engine-based-on-acti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(032)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009032/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009032/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:43:54 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009032/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777381"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777381_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009032/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(031)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009031/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009031/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:43:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009031/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777379"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777379_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009031/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(030)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009030/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009030/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:42:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009030/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777377"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777377_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009030/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(029)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009029/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009029/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:42:05 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009029/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777375"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777375_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009029/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(028)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009028/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009028/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:41:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009028/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777373"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777373_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009028/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(027)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009027/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009027/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:41:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009027/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777371"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777371_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009027/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(026)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009026/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009026/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:41:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009026/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777369"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777369_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009026/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(025)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009025/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009025/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:40:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009025/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777367"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777367_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009025/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(024)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009024/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009024/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:40:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009024/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777365"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777365_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009024/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(023)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009023/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009023/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:40:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009023/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777363"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777363_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009023/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(022)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009022/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009022/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:40:04 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009022/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777361"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777361_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009022/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(021)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009021/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009021/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:39:49 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009021/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777359"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777359_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(020)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009020/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009020/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:39:36 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009020/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777357"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777357_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(019)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009019/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009019/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:39:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009019/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777355"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777355_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(018)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009018/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009018/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:36:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009018/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777353"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777353_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(017)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009017/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009017/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:36:01 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009017/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777351"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777351_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009017/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(016)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009016/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009016/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:35:48 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009016/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777349"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777349_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009016/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(015)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009015/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009015/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:35:33 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009015/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777347"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777347_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(014)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009014/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009014/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:35:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009014/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777345"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777345_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(013)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009013/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009013/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:35:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009013/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777343"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777343_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(012)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009012/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009012/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:34:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009012/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777341"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777341_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(011)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009011/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009011/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:34:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009011/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777339"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777339_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(010)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009010/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009010/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:34:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009010/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777337"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777337_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(009)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009009/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009009/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:34:08 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009009/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777335"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777335_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(007)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009007/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009007/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:33:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009007/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777333"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777333_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(006)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009006/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009006/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:54:05 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009006/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777331"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777331_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(005)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009005/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009005/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:53:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009005/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777329"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777329_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(004)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009004/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009004/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:53:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009004/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777327"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777327_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(003)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009003/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009003/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:53:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009003/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777325"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777325_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009(001)</title>
		<link>http://doing.liduan.com/2009/03/17/03172009001/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009001/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:34:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009001/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777322"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777322_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>03172009</title>
		<link>http://doing.liduan.com/2009/03/17/03172009/</link>
		<comments>http://doing.liduan.com/2009/03/17/03172009/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:34:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[St.Patrick's Festival]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/17/03172009/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777319"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777319_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/17/03172009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some sources for developing web server b &#8230;</title>
		<link>http://doing.liduan.com/2009/03/14/some-sources-for-developing-web-server-b/</link>
		<comments>http://doing.liduan.com/2009/03/14/some-sources-for-developing-web-server-b/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 14:51:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/14/some-sources-for-developing-web-server-b/</guid>
		<description><![CDATA[some sources for developing web server by c. 1. a simple httpd called tiny httpd. 2. &#8220;Illustrated Guide to HTTP&#8221; is a book for devemoping web server.]]></description>
			<content:encoded><![CDATA[<p>some sources for <a title="developing web server by c" href="http://stackoverflow.com/questions/176409/how-to-build-a-simple-http-server-in-c" target="_blank">developing web server by c</a>.</p>
<p>1. a simple httpd called <a title="tiny httpd" href="http://tinyhttpd.sourceforge.net/">tiny httpd</a>.</p>
<p>2. &#8220;<a title="Illustrated Guide to HTTP" href="http://www.manning.com/hethmon/" target="_blank">Illustrated Guide to HTTP</a>&#8221; is a book for devemoping web server.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/14/some-sources-for-developing-web-server-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Programming in the UNIX® Envir &#8230;</title>
		<link>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/</link>
		<comments>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 14:34:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/</guid>
		<description><![CDATA[Advanced Programming in the UNIX® Environment: Second Edition Table of Contents • Index]]></description>
			<content:encoded><![CDATA[<p><a class="b" title="Advanced Programming in the UNIX® Environment: Second Edition" href="http://proquest.safaribooksonline.com/0201433079">Advanced Programming in the UNIX® Environment: Second Edition</a></p>
<div class="relatedLinks" style="width: 100%;"><a class="tenpxNormal" style="white-space: nowrap;" title="Table of Contents" href="http://proquest.safaribooksonline.com/0201433079?tocview=true">Table of Contents</a></p>
<div class="relatedLinks" style="display: inline;"><span class="tenpxNormal" style="display: inline;"> • </span><a class="tenpxNormal" style="white-space: nowrap;" title="Index" href="http://proquest.safaribooksonline.com/0201433079/index">Index</a></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>somethings can be using in showing stren &#8230;</title>
		<link>http://doing.liduan.com/2009/03/14/somethings-can-be-using-in-showing-stren/</link>
		<comments>http://doing.liduan.com/2009/03/14/somethings-can-be-using-in-showing-stren/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:03:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/14/somethings-can-be-using-in-showing-stren/</guid>
		<description><![CDATA[somethings can be using in showing strength in the flex spring graph. 1. show different colour for the node of spring graph. 2. show different edge of each node of the spring graph. 3. show different size of nodes in the spring graph.]]></description>
			<content:encoded><![CDATA[<p>somethings can be using in showing strength in the flex spring graph.</p>
<p>1. <a title="show different colour" href="http://www.cs.vu.nl/~eliens/media/@mx-graph-philosopher.html" target="_blank">show different colour</a> for the node of spring graph.</p>
<p>2. <a title="show different edge" href="http://www.12noobs.com/2008/04/18/dynamic-graph-visualization-in-flex-ruby-and-amazon-sqs-part-1-flex/" target="_blank">show different edge</a> of each node of the spring graph.</p>
<p>3. <a title="show different size of nodes" href="http://www.rubenswieringa.com/blog/interactive-mindmap">show different size of nodes</a> in the spring graph.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/14/somethings-can-be-using-in-showing-stren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>this game only 96kb. that&#8217;s true.

Th &#8230;</title>
		<link>http://doing.liduan.com/2009/03/10/this-game-only-96kb-thats-trueth/</link>
		<comments>http://doing.liduan.com/2009/03/10/this-game-only-96kb-thats-trueth/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 21:01:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/10/this-game-only-96kb-thats-trueth/</guid>
		<description><![CDATA[this game only 96kb. that&#8217;s true. The &#8220;official&#8221; minimum specs for .kkrieger: chapter 1 beta are: A 1.5GHz pentium 3 / athlon or faster. 512MB of RAM. a GeForce4Ti (or higher) or ATI Radeon8500 (or higher) graphics card supporting pixel shaders 1.3, preferably with 128MB or more of VRAM. some kind of sound hardware. DirectX [...]]]></description>
			<content:encoded><![CDATA[<p><a title="kkrieger game only 96kb" href="http://www.theprodukkt.com/kkrieger">this game</a> only 96kb. that&#8217;s true.</p>
<p>The &#8220;official&#8221; minimum specs for .kkrieger: chapter 1 beta are:</p>
<ul>
<li>A 1.5GHz pentium 3 / athlon or faster.</li>
<li>512MB of RAM.</li>
<li>a GeForce4Ti (or higher) or ATI Radeon8500 (or higher) graphics card supporting pixel shaders 1.3, preferably with 128MB or more of VRAM.</li>
<li>some kind of sound hardware.</li>
<li>DirectX 9.0b.</li>
</ul>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1VqzjafwCNA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1VqzjafwCNA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/10/this-game-only-96kb-thats-trueth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://doing.liduan.com/2009/03/10/294/</link>
		<comments>http://doing.liduan.com/2009/03/10/294/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:52:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/10/294/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JL25MjpEK30&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JL25MjpEK30&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/10/294/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typical Java Commands. using command jav &#8230;</title>
		<link>http://doing.liduan.com/2009/03/10/typical-java-commands-using-command-jav/</link>
		<comments>http://doing.liduan.com/2009/03/10/typical-java-commands-using-command-jav/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:46:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/10/typical-java-commands-using-command-jav/</guid>
		<description><![CDATA[Typical Java Commands. using command java javac and jar to do java development work.]]></description>
			<content:encoded><![CDATA[<p><a title="Typical Java Commands. using command java javac and jar to do java development work." href="http://www.vipan.com/htdocs/javahelp.html" target="_blank">Typical Java Commands</a>. using command java javac and jar to do java development work.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/10/typical-java-commands-using-command-jav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mx.controls package contains the Fle &#8230;</title>
		<link>http://doing.liduan.com/2009/03/09/the-mxcontrols-package-contains-the-fle/</link>
		<comments>http://doing.liduan.com/2009/03/09/the-mxcontrols-package-contains-the-fle/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:38:05 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/09/the-mxcontrols-package-contains-the-fle/</guid>
		<description><![CDATA[The mx.controls package contains the Flex user-interface controls, e.g. textinput, label and textarea]]></description>
			<content:encoded><![CDATA[<p>The mx.controls package contains the <a href="http://livedocs.adobe.com/flex/3/langref/mx/controls/package-detail.html" target="_blank">Flex user-interface controls</a>, e.g. textinput, label and textarea</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/09/the-mxcontrols-package-contains-the-fle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex app communicate with java via socke &#8230;</title>
		<link>http://doing.liduan.com/2009/03/09/flex-app-communicate-with-java-via-socke/</link>
		<comments>http://doing.liduan.com/2009/03/09/flex-app-communicate-with-java-via-socke/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:35:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[socket server]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/09/flex-app-communicate-with-java-via-socke/</guid>
		<description><![CDATA[flex app communicate with java via socket server. actionscript/flex program can send socket to a server. that means flex can communicate with other language or program without xml.]]></description>
			<content:encoded><![CDATA[<p><a title="Building a Flash socket server with Java in five minutes" href="http://giantflyingsaucer.com/blog/?p=205" target="_blank">flex app communicate with java via socket server</a>. actionscript/flex program can send socket to a server. that means flex can communicate with other language or program without xml.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/09/flex-app-communicate-with-java-via-socke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some good effect example for hide and sh &#8230;</title>
		<link>http://doing.liduan.com/2009/03/07/some-good-effect-example-for-hide-and-sh/</link>
		<comments>http://doing.liduan.com/2009/03/07/some-good-effect-example-for-hide-and-sh/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 14:13:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/07/some-good-effect-example-for-hide-and-sh/</guid>
		<description><![CDATA[some good effect example for hide and show panel of flex 3. simple code and tutorial.]]></description>
			<content:encoded><![CDATA[<p><a title="some good effect example for hide and show panel" href="http://blog.flexexamples.com/tag/hideeffect/" target="_blank">some good effect example for hide and show panel</a> of flex 3. simple code and tutorial.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/07/some-good-effect-example-for-hide-and-sh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using rdesktop can remote control window &#8230;</title>
		<link>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/</link>
		<comments>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:55:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/</guid>
		<description><![CDATA[using rdesktop can remote control windows computer by using unix.example: $rdesktop -f &#60;ip address&#62; -f is mean full screen.]]></description>
			<content:encoded><![CDATA[<p>using rdesktop can remote control windows computer by using unix.example:</p>
<p>$rdesktop -f &lt;ip address&gt;</p>
<p>-f is mean full screen.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://www.adobe.com/devnet/flex/samples &#8230;</title>
		<link>http://doing.liduan.com/2009/03/05/httpwwwadobecomdevnetflexsamples/</link>
		<comments>http://doing.liduan.com/2009/03/05/httpwwwadobecomdevnetflexsamples/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 14:35:54 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/05/httpwwwadobecomdevnetflexsamples/</guid>
		<description><![CDATA[http://www.adobe.com/devnet/flex/samples/fig_panzoom/  simple zoom in/out map by flex.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/devnet/flex/samples/fig_panzoom/ " rel="nofollow">http://www.adobe.com/devnet/flex/samples/fig_panzoom/ </a> simple zoom in/out map by flex.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/05/httpwwwadobecomdevnetflexsamples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google maps provide api for flash client &#8230;</title>
		<link>http://doing.liduan.com/2009/03/04/google-maps-provide-api-for-flash-client/</link>
		<comments>http://doing.liduan.com/2009/03/04/google-maps-provide-api-for-flash-client/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:50:01 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/04/google-maps-provide-api-for-flash-client/</guid>
		<description><![CDATA[google maps provide api for flash client. a tutorial for using google maps api by flex sdk.  other one tutorial for installing and using google maps in flex.]]></description>
			<content:encoded><![CDATA[<p><a title="google maps provide api for flash client" href="http://code.google.com/apis/maps/documentation/flash/">google maps provide api for flash client</a>. a tutorial for <a title="http://code.google.com/apis/maps/documentation/flash/" href="http://code.google.com/apis/maps/documentation/flash/tutorial-flex.html" target="_blank">using google maps api by flex sdk</a>.  other one tutorial for <a title="installing and using google maps in flex" href="http://scriptplayground.com/tutorials/as/Installing-and-Using-Google-Maps-in-Flex/">installing and using google maps in flex</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/04/google-maps-provide-api-for-flash-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>make a visual earth based on the google  &#8230;</title>
		<link>http://doing.liduan.com/2009/03/04/make-a-visual-earth-based-on-the-google/</link>
		<comments>http://doing.liduan.com/2009/03/04/make-a-visual-earth-based-on-the-google/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:43:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[google earth]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/04/make-a-visual-earth-based-on-the-google/</guid>
		<description><![CDATA[make a visual earth based on the google earth by flex. it only supports ie, firefox and chrome. becouse it require google earth plug-in. resources.]]></description>
			<content:encoded><![CDATA[<p><a title="make a visual earth based on the google earth by flex" href="http://coolestflex.blogspot.com/2008/06/google-earth-with-flex-ie-firefox-on.html" target="_blank">make a visual earth based on the google earth by flex</a>. it only supports ie, firefox and chrome. becouse it require google earth plug-in. <a href="http://cynergysystems.com/blogs/page/andrewtrice?entry=google_eath_flex_source_code" target="_blank">resources</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/04/make-a-visual-earth-based-on-the-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a simple tutorial for kde4 widget develo &#8230;</title>
		<link>http://doing.liduan.com/2009/02/27/a-simple-tutorial-for-kde4-widget-develo/</link>
		<comments>http://doing.liduan.com/2009/02/27/a-simple-tutorial-for-kde4-widget-develo/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:54:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde widget]]></category>
		<category><![CDATA[kde4]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/27/a-simple-tutorial-for-kde4-widget-develo/</guid>
		<description><![CDATA[a simple tutorial for kde4 widget development.]]></description>
			<content:encoded><![CDATA[<p>a <a title="simple tutorial" href="http://techbase.kde.org/Development/Tutorials/Plasma/GettingStarted" target="_blank">simple tutorial</a> for kde4 widget development.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/27/a-simple-tutorial-for-kde4-widget-develo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some good tutorial for flex list:
Makin &#8230;</title>
		<link>http://doing.liduan.com/2009/02/25/some-good-tutorial-for-flex-listmakin/</link>
		<comments>http://doing.liduan.com/2009/02/25/some-good-tutorial-for-flex-listmakin/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:20:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/25/some-good-tutorial-for-flex-listmakin/</guid>
		<description><![CDATA[some good tutorial for flex list: Making a horizontal list with clickable images as members Flex &#8211; overriding scrollToIndex in HorizontalList to animate scrolling Setting alternating colors on a Flex HorizontalList control Creating a simple image gallery with the Flex HorizontalList control The TileList control displays a number of items laid out in tiles.]]></description>
			<content:encoded><![CDATA[<p>some good tutorial for flex list:</p>
<h2><a href="http://stackoverflow.com/questions/425191/making-a-horizontal-list-with-clickable-images-as-members">Making a horizontal list with clickable images as members</a></h2>
<h1><a href="http://blog.appdivision.com/2009/02/24/flex-overriding-scrolltoindex-in-horizontallist-to-animate-scrolling/">Flex &#8211; overriding scrollToIndex in HorizontalList to animate scrolling</a></h1>
<h3 class="entry-title"><a title="Permanent Link to &quot;Setting alternating colors on a Flex HorizontalList control&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/">Setting alternating colors on a Flex HorizontalList control</a></h3>
<h3 class="entry-title"><a title="Permanent Link to &quot;Creating a simple image gallery with the Flex HorizontalList control&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/">Creating a simple image gallery with the Flex HorizontalList control</a></h3>
<p><a title="The TileList control displays a number of items laid out in tiles." href="http://learn.adobe.com/wiki/display/Flex/TileList" target="_blank">The TileList control displays a number of items laid out in tiles.</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/25/some-good-tutorial-for-flex-listmakin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>some flex client for online map api is h &#8230;</title>
		<link>http://doing.liduan.com/2009/02/17/some-flex-client-for-online-map-api-is-h/</link>
		<comments>http://doing.liduan.com/2009/02/17/some-flex-client-for-online-map-api-is-h/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:36:48 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[graphic location]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/17/some-flex-client-for-online-map-api-is-h/</guid>
		<description><![CDATA[some flex client for online map api is helpful for geographic locations application.]]></description>
			<content:encoded><![CDATA[<p><a title="some flex client for online map api" href="http://coolestflex.blogspot.com/2008/06/geocode-with-papervision3d-and-adobe.html" target="_blank">some flex client for online map api</a> is helpful for geographic locations application.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/17/some-flex-client-for-online-map-api-is-h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found this website using very nice 3d  &#8230;</title>
		<link>http://doing.liduan.com/2009/02/17/i-found-this-website-using-very-nice-3d/</link>
		<comments>http://doing.liduan.com/2009/02/17/i-found-this-website-using-very-nice-3d/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:16:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/17/i-found-this-website-using-very-nice-3d/</guid>
		<description><![CDATA[I found this website using very nice 3d visualization effect. but it can&#8217;t provice the sources. from here.]]></description>
			<content:encoded><![CDATA[<p>I found <a href="http://wk.com/#/search/client/Electronic%20Arts/">this website</a> using very nice 3d visualization effect. but it can&#8217;t provice the sources. <a href="http://www.actionscript.org/forums/showthread.php3?t=191387">from here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/17/i-found-this-website-using-very-nice-3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>birdeye is a great data visualization fl &#8230;</title>
		<link>http://doing.liduan.com/2009/02/17/birdeye-is-a-great-data-visualization-fl/</link>
		<comments>http://doing.liduan.com/2009/02/17/birdeye-is-a-great-data-visualization-fl/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:02:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/17/birdeye-is-a-great-data-visualization-fl/</guid>
		<description><![CDATA[birdeye is a great data visualization flex api.  it provide five main parts: Features The Feature set will be focused on five themes: Relational Analysis (RaVis) Methods of analysing relationships, structures, and links among objects. Graph theory algorithms such as Radial, Hierarchical, and Force-Directed; Self-contained &#8211; all mathematical processing is performed within the library; Control [...]]]></description>
			<content:encoded><![CDATA[<p><a title="birdeye is a great data visualization flex api" href="http://groups.google.com/group/flexvizgraphlib" target="_blank">birdeye </a>is a great data visualization flex api.  it provide five main parts:</p>
<h2><a name="Features">Features</a></h2>
<p><a name="Features">The Feature set will be focused on five themes: </a></p>
<p><a name="Features"><img src="http://birdeye.googlecode.com/svn/trunk/images/BirdEyeLogoRaVis75.png" alt="" /> <strong>Relational Analysis (</strong></a><strong><a href="http://code.google.com/p/birdeye/wiki/RaVis">RaVis</a>)</strong> Methods of analysing relationships, structures, and links among objects.</p>
<ul>
<li>Graph theory algorithms such as Radial, Hierarchical, and Force-Directed;</li>
<li>Self-contained &#8211; all mathematical processing is performed within the library;</li>
<li>Control &#8211; degrees of separation, data filtering, item rendering, drag and drop, look and feel, visibility, events, dataproviders, etc.</li>
</ul>
<p><img src="http://birdeye.googlecode.com/svn/trunk/images/BirdEyeLogoGeoVis75.png" alt="" /> <strong>GeoSpatial Analysis (<a href="http://code.google.com/p/birdeye/wiki/GeoVis">GeoVis</a>)</strong> The analysis of locational and geographic data.</p>
<ul>
<li>Rendering of vector-based maps with control to style geographic objects (e.g. regions, countries, states), add symbol overlays, events, projections, coordinate addressing, etc&#8230;</li>
<li>Custom maps via svg path data, shapefile readers, and KML/GML configurations;</li>
</ul>
<p><img src="http://birdeye.googlecode.com/svn/trunk/images/BirdEyeLogoQaVis75.png" alt="" /> <strong>Quantitative Analysis (<a href="http://code.google.com/p/birdeye/wiki/QaVis">QaVis</a>)</strong> Conventional and novel methods of numerical and statistical analysis.</p>
<ul>
<li>Treemap</li>
<li>MicroCharts, Sparklines</li>
<li>Venn diagrams, bullseye, pyramids, polar/spider charts, etc&#8230;</li>
<li>Conventional chart and graph methods</li>
</ul>
<p><img src="http://birdeye.googlecode.com/svn/trunk/images/BirdEyeLogoTaVis75.png" alt="" /> <strong>Temporal Analysis (<a href="http://code.google.com/p/birdeye/wiki/TaVis">TaVis</a>)</strong> The analysis of data that varies over time.</p>
<ul>
<li>Components to support chronology and date/time analysis</li>
</ul>
<p><img src="http://birdeye.googlecode.com/svn/trunk/images/BirdEyeLogoGuVis75.png" alt="" /> <strong>General Utility (<a href="http://code.google.com/p/birdeye/wiki/GuVis">GuVis</a>)</strong> Concepts and techniques of information visualization and visual design.</p>
<ul>
<li>Coraldata &#8211; a robust API of data structures</li>
<li>Distortion (Fisheye / BiFocal)</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/17/birdeye-is-a-great-data-visualization-fl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using flex sdk to build a swc file by an &#8230;</title>
		<link>http://doing.liduan.com/2009/02/16/using-flex-sdk-to-build-a-swc-file-by-an/</link>
		<comments>http://doing.liduan.com/2009/02/16/using-flex-sdk-to-build-a-swc-file-by-an/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:12:17 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[swc]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/16/using-flex-sdk-to-build-a-swc-file-by-an/</guid>
		<description><![CDATA[using flex sdk to build a swc file by ant.]]></description>
			<content:encoded><![CDATA[<p><a title="using flex sdk to build a swc file by ant" href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=11309">using flex sdk to build a swc file by ant</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/16/using-flex-sdk-to-build-a-swc-file-by-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple start 3D by papervision3D engine, &#8230;</title>
		<link>http://doing.liduan.com/2009/02/16/simple-start-3d-by-papervision3d-engine/</link>
		<comments>http://doing.liduan.com/2009/02/16/simple-start-3d-by-papervision3d-engine/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:57:36 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[papervision3D]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/16/simple-start-3d-by-papervision3d-engine/</guid>
		<description><![CDATA[simple start 3D by papervision3D engine, there is a tutorial for it.]]></description>
			<content:encoded><![CDATA[<p><a title="simple start 3D by papervision3D engine, there is a tutorial for it. " href="http://papervision2.com/tutorial-list/" target="_blank">simple start 3D by papervision3D engine, there is a tutorial for it. </a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/16/simple-start-3d-by-papervision3d-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some resources about papervision3D:

	 &#8230;</title>
		<link>http://doing.liduan.com/2009/02/13/some-resources-about-papervision3d/</link>
		<comments>http://doing.liduan.com/2009/02/13/some-resources-about-papervision3d/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:42:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[papervision3D]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/13/some-resources-about-papervision3d/</guid>
		<description><![CDATA[some resources about papervision3D: 23 Papervision3D Primitives (17 new ones) Getting Started with Papervision GW flex 3 cook book provide very good example for papervision programming. Geocoding,  work with yahoo map, dome. Papervision3d Tutorials in Flex 3]]></description>
			<content:encoded><![CDATA[<p>some resources about papervision3D:</p>
<ol>
<li>
<h2><a title="Permalink for : 23 Papervision3D Primitives (17 new ones)" href="http://professionalpapervision.wordpress.com/2009/02/11/23-papervision3d-primitives-17-new-ones/">23 Papervision3D Primitives (17 new ones)</a></h2>
</li>
<li>
<h2><a title="Permalink for : Getting Started with Papervision GW" href="http://algorithmist.wordpress.com/2008/08/21/getting-started-with-papervision-gw/">Getting Started with Papervision GW</a></h2>
</li>
<li><a title="flex 3 cook book" href="http://code.google.com/p/flex3cookbook1/">flex 3 cook book</a> provide very good example for papervision programming.</li>
<li><a title="geocoding" href="http://osflash.org/pipermail/papervision3d_osflash.org/2008-June/022834.html" target="_blank">Geocoding</a>,  work with yahoo map, <a title="Geocoding dome" href="http://nkuflc.org/Geocoding/">dome</a>.</li>
<li>
<h2><a title="Permanent Link to Papervision3d Tutorials in Flex 3" rel="bookmark" href="http://www.flexhacks.org/wordpress/?p=50">Papervision3d Tutorials in Flex 3</a></h2>
</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/13/some-resources-about-papervision3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found a http server that developed by  &#8230;</title>
		<link>http://doing.liduan.com/2009/02/13/i-found-a-http-server-that-developed-by/</link>
		<comments>http://doing.liduan.com/2009/02/13/i-found-a-http-server-that-developed-by/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:10:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/13/i-found-a-http-server-that-developed-by/</guid>
		<description><![CDATA[I found a http server that developed by python. but it is not multiple thread. it provide simple service for http request and dir request. and a other python http server tutorial is here.]]></description>
			<content:encoded><![CDATA[<p>I found a <a title="http server that developed by python" href="http://fragments.turtlemeat.com/pythonwebserver.php" target="_blank">http server that developed by python</a>. but it is not multiple thread. it provide simple service for http request and dir request. and a other python http server <a title="python http server tutorial" href="http://python.about.com/od/networkingwithpython/ss/PythonWebServer.htm" target="_blank">tutorial is here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/13/i-found-a-http-server-that-developed-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a simple http server that developed by j &#8230;</title>
		<link>http://doing.liduan.com/2009/02/11/a-simple-http-server-that-developed-by-j/</link>
		<comments>http://doing.liduan.com/2009/02/11/a-simple-http-server-that-developed-by-j/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:52:54 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/11/a-simple-http-server-that-developed-by-j/</guid>
		<description><![CDATA[a simple http server that developed by java. based on the multiple thread. provide a simple log system. it is a good simple to research http work in the java.]]></description>
			<content:encoded><![CDATA[<p><a title="a simple http server by java" href="http://www.devpapers.com/article/99" target="_blank">a simple http server</a> that developed by java. based on the multiple thread. provide a simple log system. it is a good simple to research http work in the java.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/11/a-simple-http-server-that-developed-by-j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSP? No</title>
		<link>http://doing.liduan.com/2009/02/09/psp-no/</link>
		<comments>http://doing.liduan.com/2009/02/09/psp-no/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:12:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[psp]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/09/psp-no/</guid>
		<description><![CDATA[PSP? No]]></description>
			<content:encoded><![CDATA[<p>PSP? No<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/s2B-imDnj94&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/s2B-imDnj94&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/09/psp-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable linux kde auto login:

open /e &#8230;</title>
		<link>http://doing.liduan.com/2009/02/08/disable-linux-kde-auto-loginopen-e/</link>
		<comments>http://doing.liduan.com/2009/02/08/disable-linux-kde-auto-loginopen-e/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:46:27 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/disable-linux-kde-auto-loginopen-e/</guid>
		<description><![CDATA[disable linux kde auto login: open /etc/kde3/kdm/kdmrc change &#8220;AutoLoginEnable&#8221; to false]]></description>
			<content:encoded><![CDATA[<p>disable linux kde auto login:</p>
<p>open /etc/kde3/kdm/kdmrc</p>
<p>change &#8220;AutoLoginEnable&#8221; to false</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/disable-linux-kde-auto-loginopen-e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wow engine is 3D physics engine develope &#8230;</title>
		<link>http://doing.liduan.com/2009/02/08/wow-engine-is-3d-physics-engine-develope/</link>
		<comments>http://doing.liduan.com/2009/02/08/wow-engine-is-3d-physics-engine-develope/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 22:12:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[physics engine]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/wow-engine-is-3d-physics-engine-develope/</guid>
		<description><![CDATA[wow engine is 3D physics engine developed by actionscript, this engine based on the sandy 3D engine, and developed by actionscript.]]></description>
			<content:encoded><![CDATA[<p><a title="wow engine 3D physics action script engine" href="http://seraf.mediabox.fr/wow-engine/as3-3d-physics-engine-wow-engine/" target="_blank">wow engine</a> is 3D physics engine developed by actionscript, this engine based on the sandy 3D engine, and developed by actionscript.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/wow-engine-is-3d-physics-engine-develope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(010)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208010/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208010/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:14:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208010/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777317"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777317_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(009)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208009/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208009/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:13:33 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208009/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777315"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777315_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(008)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208008/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208008/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:13:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208008/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777313"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777313_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(007)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208007/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208007/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:12:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208007/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777311"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777311_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(006)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208006/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208006/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:11:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208006/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777309"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777309_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(005)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208005/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208005/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:11:40 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208005/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777307"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777307_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(004)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208004/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208004/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:11:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208004/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777305"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777305_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(003)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208003/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208003/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:10:42 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208003/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777303"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777303_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(002)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208002/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208002/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:10:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208002/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777301"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777301_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208(001)</title>
		<link>http://doing.liduan.com/2009/02/08/20090208001/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208001/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 08:48:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208001/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777299"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777299_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090208</title>
		<link>http://doing.liduan.com/2009/02/08/20090208/</link>
		<comments>http://doing.liduan.com/2009/02/08/20090208/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 08:47:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/08/20090208/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777297"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777297_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/08/20090208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090205(003)</title>
		<link>http://doing.liduan.com/2009/02/05/20090205003/</link>
		<comments>http://doing.liduan.com/2009/02/05/20090205003/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:49:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/05/20090205003/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777295"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777295_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/05/20090205003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090205(002)</title>
		<link>http://doing.liduan.com/2009/02/05/20090205002/</link>
		<comments>http://doing.liduan.com/2009/02/05/20090205002/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:49:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/05/20090205002/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777293"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777293_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/05/20090205002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090205(001)</title>
		<link>http://doing.liduan.com/2009/02/05/20090205001/</link>
		<comments>http://doing.liduan.com/2009/02/05/20090205001/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:48:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/05/20090205001/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777291"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777291_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/05/20090205001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090205</title>
		<link>http://doing.liduan.com/2009/02/05/20090205/</link>
		<comments>http://doing.liduan.com/2009/02/05/20090205/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:48:49 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/05/20090205/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777289"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777289_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/05/20090205/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a shell script for quick uploading one f &#8230;</title>
		<link>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/</link>
		<comments>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:21:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/</guid>
		<description><![CDATA[a shell script for quick uploading one file via ftp: #!/bin/bash ftp -v -n http://ftp.server.com]]></description>
			<content:encoded><![CDATA[<p>a shell script for quick uploading one file via ftp:<br />
<code><br />
#!/bin/bash<br />
ftp -v -n <a href="http://ftp.server.com" rel="nofollow">http://ftp.server.com</a> <<END<br />
user yourUserName yourPassword<br />
mput $1<br />
bye<br />
END<br />
</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(008)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202008/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202008/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:12:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202008/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777287"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777287_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(009)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202009/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202009/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:11:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202009/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777285"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777285_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(010)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202010/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202010/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:11:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202010/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777283"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777283_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(011)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202011/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202011/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:10:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202011/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777281"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777281_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(001)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202001/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202001/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:47:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202001/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777279"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777279_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(002)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202002/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202002/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:47:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202002/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777277"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777277_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202002/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(003)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202003/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202003/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:46:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202003/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777275"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777275_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(004)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202004/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202004/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:46:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202004/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777273"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777273_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(005)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202005/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202005/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:45:27 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202005/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777271"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777271_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(006)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202006/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202006/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:43:54 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202006/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777269"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777269_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20090202(007)</title>
		<link>http://doing.liduan.com/2009/02/02/20090202007/</link>
		<comments>http://doing.liduan.com/2009/02/02/20090202007/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:43:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/20090202007/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777267"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777267_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/20090202007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow, Dublin</title>
		<link>http://doing.liduan.com/2009/02/02/snow-dublin/</link>
		<comments>http://doing.liduan.com/2009/02/02/snow-dublin/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:17:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[dublin]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/02/snow-dublin/</guid>
		<description><![CDATA[Snow]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777265"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777265_blog" /></a><br/>Snow
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/02/snow-dublin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using command &#8216;badbloocks&#8217; check bad b &#8230;</title>
		<link>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/</link>
		<comments>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:12:47 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/</guid>
		<description><![CDATA[using command &#8216;badbloocks&#8217; check bad block on the device. $badblocks -c -v /dev/sda1 -c blocks at once -v verbose mode in the freebsd system, smart montools can be used: $cd /usr/ports/sysutils/smartmontools $make config install clean $smartctl -a /dev/ad0 // quick checking and check all $smartctl -t long /dev/ad0 // check and test]]></description>
			<content:encoded><![CDATA[<p>using command &#8216;badbloocks&#8217; check bad block on the device.</p>
<p><code>$badblocks -c -v /dev/sda1</code></p>
<p>-c blocks at once<br />
-v verbose mode</p>
<p>in the freebsd system, smart montools can be used:<br />
<code><br />
$cd /usr/ports/sysutils/smartmontools<br />
$make config install clean<br />
$smartctl -a /dev/ad0    // quick checking and check all<br />
$smartctl -t long /dev/ad0  // check and test<br />
</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex horizontal list example:
Creating  &#8230;</title>
		<link>http://doing.liduan.com/2009/01/30/flex-horizontal-list-examplecreating/</link>
		<comments>http://doing.liduan.com/2009/01/30/flex-horizontal-list-examplecreating/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:10:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/30/flex-horizontal-list-examplecreating/</guid>
		<description><![CDATA[flex horizontal list example: Creating a simple image gallery with the Flex HorizontalList control Making a horizontal list with clickable images as members]]></description>
			<content:encoded><![CDATA[<p>flex horizontal list example:</p>
<h3 class="entry-title"><a title="Permanent Link to &quot;Creating a simple image gallery with the Flex HorizontalList control&quot;" rel="bookmark" href="http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/">Creating a simple image gallery with the Flex HorizontalList control</a></h3>
<h2><a href="http://stackoverflow.com/questions/425191/making-a-horizontal-list-with-clickable-images-as-members">Making a horizontal list with clickable images as members</a></h2>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/30/flex-horizontal-list-examplecreating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>development a web browser that based on  &#8230;</title>
		<link>http://doing.liduan.com/2009/01/29/development-a-web-browser-that-based-on/</link>
		<comments>http://doing.liduan.com/2009/01/29/development-a-web-browser-that-based-on/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:52:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/29/development-a-web-browser-that-based-on/</guid>
		<description><![CDATA[development a web browser that based on WebKit need following package: libqt4-dev libxslt1-dev gperf bison libsqlite3-dev flex build-essential subversion they can be installed by apt-get in the ubuntu system.]]></description>
			<content:encoded><![CDATA[<p>development a web browser that based on WebKit need following package:</p>
<ul>
<li><code>libqt4-dev </code></li>
<li><code>libxslt1-dev </code></li>
<li><code>gperf </code></li>
<li><code>bison </code></li>
<li><code>libsqlite3-dev </code></li>
<li><code>flex </code></li>
<li><code>build-essential </code></li>
<li><code>subversion</code></li>
</ul>
<p>they can be installed by apt-get in the ubuntu system.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/29/development-a-web-browser-that-based-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>there is provides other flex facebook ap &#8230;</title>
		<link>http://doing.liduan.com/2009/01/28/there-is-provides-other-flex-facebook-ap/</link>
		<comments>http://doing.liduan.com/2009/01/28/there-is-provides-other-flex-facebook-ap/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:06:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/28/there-is-provides-other-flex-facebook-ap/</guid>
		<description><![CDATA[there is provides other flex facebook application example and code, but it is desktop application.]]></description>
			<content:encoded><![CDATA[<p>there is provides other <a title="flex facebook application example and code" href="http://hybridhacking.com/tutorials/building-facebook-applications-with-flex" target="_blank">flex facebook application example and code</a>, but it is desktop application.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/28/there-is-provides-other-flex-facebook-ap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>non-official actionscript 3 facebook api &#8230;</title>
		<link>http://doing.liduan.com/2009/01/28/non-official-actionscript-3-facebook-api/</link>
		<comments>http://doing.liduan.com/2009/01/28/non-official-actionscript-3-facebook-api/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:22:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/28/non-official-actionscript-3-facebook-api/</guid>
		<description><![CDATA[non-official actionscript 3 facebook api can be download at google code. there is a HelloWorld example facebook example, but I can&#8217;t start it. And, there is a tutuorial for createing a facebook application by actionsctipt 3 api.]]></description>
			<content:encoded><![CDATA[<p>non-official actionscript 3 facebook api can be download at <a title="actionsctipt 3 facebook " href="http://code.google.com/p/facebook-actionscript-api/">google code</a>. there is a HelloWorld example facebook example, but I can&#8217;t start it. And, there is a tutuorial for <a title="createing a facebook application by actionsctipt 3 api" href="http://pbking.com/blog/?p=21" target="_blank">createing a facebook application by actionsctipt 3 api</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/28/non-official-actionscript-3-facebook-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML Class Diagrams for Java Programmers, &#8230;</title>
		<link>http://doing.liduan.com/2009/01/27/uml-class-diagrams-for-java-programmers/</link>
		<comments>http://doing.liduan.com/2009/01/27/uml-class-diagrams-for-java-programmers/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:47:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[class diagram]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/27/uml-class-diagrams-for-java-programmers/</guid>
		<description><![CDATA[UML Class Diagrams for Java Programmers, simple tutorial for generation between java code and UML Class diagrams, moreover, here provides a large number of examples for drawing uml class diagram.]]></description>
			<content:encoded><![CDATA[<p><a title="simple tutorial for generation between java code and UML Class diagrams" href="http://www.informit.com/articles/article.aspx?p=336264" target="_blank">UML Class Diagrams for Java Programmers</a>, simple tutorial for generation between java code and UML Class diagrams, moreover, <a title="a large number of examples for drawing uml class diagram" href="http://www.umlgraph.org/doc/index.html" target="_blank">here </a>provides a large number of examples for drawing uml class diagram.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/27/uml-class-diagrams-for-java-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>papervision3D is based on flex 3, it als &#8230;</title>
		<link>http://doing.liduan.com/2009/01/26/papervision3d-is-based-on-flex-3-it-als/</link>
		<comments>http://doing.liduan.com/2009/01/26/papervision3d-is-based-on-flex-3-it-als/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:54:40 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/26/papervision3d-is-based-on-flex-3-it-als/</guid>
		<description><![CDATA[papervision3D is based on flex 3, it also can integrate with flex3 mxml format. see here an example. other example is use to enable papervistion 3D effect for flex. it provide sources downlaod.]]></description>
			<content:encoded><![CDATA[<p>papervision3D is based on flex 3, it also can integrate with flex3 mxml format. see <a title="Papervision3D integration in a project MXML" href="http://www.flex-info.fr/en/integration-de-papervision3d-dans-un-projet-mxml/20080216/" target="_blank">here </a>an example. other example is use to <a title="enable papervistion 3D effect for flex" href="http://www.tink.ws/blog/papervision3d-effects-for-flex-source/" target="_blank">enable papervistion 3D effect for flex</a>. it provide <a title="sources download" href="http://liquidnight.de/2008/06/10/papervision3d-effect-classes-for-great-white/" target="_blank">sources downlaod</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/26/papervision3d-is-based-on-flex-3-it-als/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chinese new year</title>
		<link>http://doing.liduan.com/2009/01/25/chinese-new-year/</link>
		<comments>http://doing.liduan.com/2009/01/25/chinese-new-year/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 12:17:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[happy new year]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/25/chinese-new-year/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777263"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777263_blog" alt="" /></a></p>
<p align="right"><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank"><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/25/chinese-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>papervision 3D is a realtime flash 3D en &#8230;</title>
		<link>http://doing.liduan.com/2009/01/24/papervision-3d-is-a-realtime-flash-3d-en/</link>
		<comments>http://doing.liduan.com/2009/01/24/papervision-3d-is-a-realtime-flash-3d-en/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 19:43:47 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 2]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/24/papervision-3d-is-a-realtime-flash-3d-en/</guid>
		<description><![CDATA[papervision 3D is a realtime flash 3D engine, the most import is it support flex 2. there are two examples for demo. other 3D form example can be found at here.]]></description>
			<content:encoded><![CDATA[<p><a title="papervision 3D is a realtime flash 3D engine" href="http://code.google.com/p/papervision3d/" target="_blank">papervision 3D is a realtime flash 3D engine</a>, the most import is it support flex 2. there are <a title="2 example for papervistion 3D" href="http://www.unitzeroone.com/blog/2006/12/12/papervision-3dflex-2-example-flex-makes-its-first-pv3d-steps/" target="_blank">two examples</a> for demo. other 3D form example can be found at <a title="3D form example" href="http://www.dgrigg.com/post.cfm/04/19/2007/Source-code-for-3d-flex-form">here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/24/papervision-3d-is-a-realtime-flash-3d-en/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 4 support two new 3D model, Matrix3 &#8230;</title>
		<link>http://doing.liduan.com/2009/01/24/flex-4-support-two-new-3d-model-matrix3/</link>
		<comments>http://doing.liduan.com/2009/01/24/flex-4-support-two-new-3d-model-matrix3/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 14:40:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 4]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/24/flex-4-support-two-new-3d-model-matrix3/</guid>
		<description><![CDATA[flex 4(Gumbo) support two new 3D model, Matrix3D and FxRotate3D. but they need to be supported by flash player 10.]]></description>
			<content:encoded><![CDATA[<p>flex 4(Gumbo) support two new 3D model, <a title="Matrix 3D" href="http://polygeek.com/1508_flex_flash-10-3d-examples-of-rotating-components" target="_blank">Matrix3D</a> and <a title="FxRotate 3D in flex 4" href="http://blog.flexexamples.com/2008/10/25/incrementally-3d-rotating-objects-in-flex-using-the-fxrotate3d-in-flex/">FxRotate3D</a>. but they need to be supported by flash player 10.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/24/flex-4-support-two-new-3d-model-matrix3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>swc file is an archive for flex or actio &#8230;</title>
		<link>http://doing.liduan.com/2009/01/23/swc-file-is-an-archive-for-flex-or-actio/</link>
		<comments>http://doing.liduan.com/2009/01/23/swc-file-is-an-archive-for-flex-or-actio/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:44:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/23/swc-file-is-an-archive-for-flex-or-actio/</guid>
		<description><![CDATA[swc file is an archive for flex or actionscript components and other assets. using one or more swc files in the flex project can by following command: mxmlc -library-path+=path\SwcFileName_1.swc,path\SwcFileName_2.swc FlexAppName.mxml]]></description>
			<content:encoded><![CDATA[<p>swc file is an archive for flex or actionscript components and other assets. using one or more swc files in the flex project can by following command:<br />
<code>mxmlc -library-path+=path\SwcFileName_1.swc,path\SwcFileName_2.swc FlexAppName.mxml</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/23/swc-file-is-an-archive-for-flex-or-actio/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>Kap Lab is a partner of adobe working fo &#8230;</title>
		<link>http://doing.liduan.com/2009/01/23/kap-lab-is-a-partner-of-adobe-working-fo/</link>
		<comments>http://doing.liduan.com/2009/01/23/kap-lab-is-a-partner-of-adobe-working-fo/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:03:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/23/kap-lab-is-a-partner-of-adobe-working-fo/</guid>
		<description><![CDATA[Kap Lab is a partner of adobe working for flex application research. the home page of kap lab provides some good examples of data visualization.]]></description>
			<content:encoded><![CDATA[<p>Kap Lab is a partner of adobe working for flex application research. the home page of kap lab provides some <a title="kap lab provides some good example of data visualization." href="http://lab.kapit.fr/display/kaplabhome/Home" target="_blank">good examples</a> of data visualization.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/23/kap-lab-is-a-partner-of-adobe-working-fo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sound wave visualization is main functio &#8230;</title>
		<link>http://doing.liduan.com/2009/01/23/sound-wave-visualization-is-main-functio/</link>
		<comments>http://doing.liduan.com/2009/01/23/sound-wave-visualization-is-main-functio/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 12:53:10 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[sound wave]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/23/sound-wave-visualization-is-main-functio/</guid>
		<description><![CDATA[sound wave visualization is main function of Visualization Explorer. it is developed by Ben Stucki on the flex 2. try a simple demo.]]></description>
			<content:encoded><![CDATA[<p>sound wave visualization is main function of Visualization Explorer. it is developed by <a title="Ben Stucki's Blog" href="http://blog.benstucki.net/" target="_blank">Ben Stucki</a> on the flex 2. try a <a title="sound wave visualization simple demo" href="http://www.onflex.org/ted/2006/06/flex-components-visualization-explorer.php" target="_blank">simple demo</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/23/sound-wave-visualization-is-main-functio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>public class SpringGraph is supported by &#8230;</title>
		<link>http://doing.liduan.com/2009/01/23/public-class-springgraph-is-supported-by/</link>
		<comments>http://doing.liduan.com/2009/01/23/public-class-springgraph-is-supported-by/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 12:37:46 +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[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/23/public-class-springgraph-is-supported-by/</guid>
		<description><![CDATA[public class SpringGraph is supported by flex sdk. it is using for creating 2D spring graph for data visualization. a personal blog provides some examples for class SrpingGraph and its&#8217; subClass Roamer.]]></description>
			<content:encoded><![CDATA[<p>public class <a title="flex api support a public class springgraph" href="http://mark-shepherd.com/SpringGraph/docs/springgraph-asdoc/com/adobe/flex/extras/controls/springgraph/SpringGraph.html">SpringGraph</a> is supported by flex sdk. it is using for creating 2D spring graph for data visualization. a personal blog provides <a title="some example demo for class SrpingGraph and its' subClass Roamer" href="http://mark-shepherd.com/blog/springgraph-flex-component/">some examples</a> for class SrpingGraph and its&#8217; subClass <a title="An extension to SpringGraph that restricts the visible items to a subset of the full graph" href="http://mark-shepherd.com/SpringGraph/docs/springgraph-asdoc/com/adobe/flex/extras/controls/springgraph/Roamer.html" target="_blank">Roamer</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/23/public-class-springgraph-is-supported-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>export and import mysql database in comm &#8230;</title>
		<link>http://doing.liduan.com/2009/01/22/export-and-import-mysql-database-in-comm/</link>
		<comments>http://doing.liduan.com/2009/01/22/export-and-import-mysql-database-in-comm/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:46:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/22/export-and-import-mysql-database-in-comm/</guid>
		<description><![CDATA[export and import mysql database in command line export mysqldump -u admin_user -p database_name &#62; file.sql import mysql -u admin_user -p database_name &#60; file.sql]]></description>
			<content:encoded><![CDATA[<p>export and import mysql database in command line</p>
<p>export<br />
<code>mysqldump -u admin_user -p database_name &gt; file.sql</code><br />
import<br />
<code>mysql -u admin_user -p database_name &lt; file.sql</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/22/export-and-import-mysql-database-in-comm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>next, I will enable ajax for front page.</title>
		<link>http://doing.liduan.com/2009/01/19/next-i-will-enable-ajax-for-front-page/</link>
		<comments>http://doing.liduan.com/2009/01/19/next-i-will-enable-ajax-for-front-page/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:51:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/19/next-i-will-enable-ajax-for-front-page/</guid>
		<description><![CDATA[next, I will enable ajax for front page.]]></description>
			<content:encoded><![CDATA[<p>next, I will enable ajax for front page.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/19/next-i-will-enable-ajax-for-front-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>front page editor can fully work both at &#8230;</title>
		<link>http://doing.liduan.com/2009/01/19/front-page-editor-can-fully-work-both-at/</link>
		<comments>http://doing.liduan.com/2009/01/19/front-page-editor-can-fully-work-both-at/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:50:33 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/19/front-page-editor-can-fully-work-both-at/</guid>
		<description><![CDATA[front page editor can fully work both at HTML and Visual modes. cool&#8230;&#8230;]]></description>
			<content:encoded><![CDATA[<p>front page editor can fully work both at HTML and Visual modes.</p>
<p><ins datetime="2009-01-19T14:48:21+00:00">cool</ins>&#8230;&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/19/front-page-editor-can-fully-work-both-at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>slides show.</title>
		<link>http://doing.liduan.com/2009/01/17/slides-show/</link>
		<comments>http://doing.liduan.com/2009/01/17/slides-show/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:18:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/slides-show/</guid>
		<description><![CDATA[slides show.]]></description>
			<content:encoded><![CDATA[<p>slides show.<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;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/slides-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutting down..</title>
		<link>http://doing.liduan.com/2009/01/17/shutting-down/</link>
		<comments>http://doing.liduan.com/2009/01/17/shutting-down/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:14:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/shutting-down/</guid>
		<description><![CDATA[Shutting down..]]></description>
			<content:encoded><![CDATA[<p>Shutting down..<br />
<a href="http://picasaweb.google.com/lh/photo/1sTbe9swmC-6L7MH5btApw?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHogGEv3MI/AAAAAAAABd8/fY0twevJ1_U/s288/21.shutting%20down.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/shutting-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force restart notice.</title>
		<link>http://doing.liduan.com/2009/01/17/force-restart-notice/</link>
		<comments>http://doing.liduan.com/2009/01/17/force-restart-notice/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:13:48 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/force-restart-notice/</guid>
		<description><![CDATA[Force restart notice.]]></description>
			<content:encoded><![CDATA[<p>Force restart notice.<br />
<a href="http://picasaweb.google.com/lh/photo/FWw-SSHQx4CwNkfPQbY2Iw?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHof9MC6zI/AAAAAAAABd0/PWlVy0v_l4g/s288/20.force%20restart.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/force-restart-notice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>overall</title>
		<link>http://doing.liduan.com/2009/01/17/overall/</link>
		<comments>http://doing.liduan.com/2009/01/17/overall/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:13:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/overall/</guid>
		<description><![CDATA[overall]]></description>
			<content:encoded><![CDATA[<p>overall<br />
<a href="http://picasaweb.google.com/lh/photo/A9YLeqFeWEXAsuUTyjP8fw?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHofWMgg7I/AAAAAAAABds/9vPdrW1GQL8/s288/19.overview%20of%20windows%207.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/overall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Calculator interface.</title>
		<link>http://doing.liduan.com/2009/01/17/new-calculator-interface/</link>
		<comments>http://doing.liduan.com/2009/01/17/new-calculator-interface/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:12:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/new-calculator-interface/</guid>
		<description><![CDATA[New Calculator interface.]]></description>
			<content:encoded><![CDATA[<p>New Calculator interface.<br />
<a href="http://picasaweb.google.com/lh/photo/YwGdtTcVPE97kdXoQ-6oKg?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHoeo0R8WI/AAAAAAAABdk/XUOhIyiplDw/s288/18.new%20calculator%20interface.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/new-calculator-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new and powerful screen tools &#8211; snipping &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/new-and-powerful-screen-tools-snipping/</link>
		<comments>http://doing.liduan.com/2009/01/17/new-and-powerful-screen-tools-snipping/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:09:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[snippint tool]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/new-and-powerful-screen-tools-snipping/</guid>
		<description><![CDATA[new and powerful screen tools &#8211; snipping Tool.]]></description>
			<content:encoded><![CDATA[<p>new and powerful screen tools &#8211; snipping Tool.<br />
<a href="http://picasaweb.google.com/lh/photo/4TtR1BbLU_qk29_pqqtG0w?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHodFz5C-I/AAAAAAAABdU/OzeHnR9j69M/s288/16.screenshot%20tool%20-%20snipping.jpg" /></a></p>
<p><a href="http://picasaweb.google.com/lh/photo/H_IswTRZj1CsEQGliBu50g?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHod9RgXmI/AAAAAAAABdc/KGzL9ySTxOM/s288/17.snipping%20feature.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/new-and-powerful-screen-tools-snipping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new features of paint</title>
		<link>http://doing.liduan.com/2009/01/17/new-features-of-paint/</link>
		<comments>http://doing.liduan.com/2009/01/17/new-features-of-paint/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:08:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/new-features-of-paint/</guid>
		<description><![CDATA[new features of paint]]></description>
			<content:encoded><![CDATA[<p>new features of paint<br />
<a href="http://picasaweb.google.com/lh/photo/oWg_CaskGEQwjiNdZmqOcA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh4.ggpht.com/_24AKp-UqPgk/SXHobtdgKfI/AAAAAAAABdE/ZhtioHreELA/s288/14.%20new%20paint%20feature.jpg" /></a></p>
<p><a href="http://picasaweb.google.com/lh/photo/BgoZ-9xlPnbNPN8fRGSjfA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHocmvPcGI/AAAAAAAABdM/rnJm70FHs1E/s288/15.new%20paint%20feature.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/new-features-of-paint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paint has been improved.</title>
		<link>http://doing.liduan.com/2009/01/17/paint-has-been-improved/</link>
		<comments>http://doing.liduan.com/2009/01/17/paint-has-been-improved/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:07:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/paint-has-been-improved/</guid>
		<description><![CDATA[Paint has been improved.]]></description>
			<content:encoded><![CDATA[<p>Paint has been improved.<br />
<a href="http://picasaweb.google.com/lh/photo/9W8_AoGXOkd0QXLZzYMKwg?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh6.ggpht.com/_24AKp-UqPgk/SXHoayfZvhI/AAAAAAAABc8/m3nRptcUzao/s288/13.New%20Paint%20interface.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/paint-has-been-improved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new picture view mode.</title>
		<link>http://doing.liduan.com/2009/01/17/new-picture-view-mode/</link>
		<comments>http://doing.liduan.com/2009/01/17/new-picture-view-mode/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:06:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/new-picture-view-mode/</guid>
		<description><![CDATA[new picture view mode.]]></description>
			<content:encoded><![CDATA[<p>new picture view mode.<br />
<a href="http://picasaweb.google.com/lh/photo/8IH72w_2Jk4ZbptzexhV-Q?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHoaeMU2SI/AAAAAAAABc0/3TZN5bgye0o/s288/12.Picture%20viewer.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/new-picture-view-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer(IE) 8 Beta</title>
		<link>http://doing.liduan.com/2009/01/17/internet-explorerie-8-beta/</link>
		<comments>http://doing.liduan.com/2009/01/17/internet-explorerie-8-beta/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:02:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/internet-explorerie-8-beta/</guid>
		<description><![CDATA[Internet Explorer(IE) 8 Beta]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer(IE) 8 Beta<br />
<a href="http://picasaweb.google.com/lh/photo/H-pgt09XbAMU7tfPEduAdw?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHoZjjjZ_I/AAAAAAAABcs/6thjSrSUj8Y/s288/11.IE8%20beta.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/internet-explorerie-8-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows 7 kernel version is 6.1.7000. I  &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/windows-7-kernel-version-is-617000-i/</link>
		<comments>http://doing.liduan.com/2009/01/17/windows-7-kernel-version-is-617000-i/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:02:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/windows-7-kernel-version-is-617000-i/</guid>
		<description><![CDATA[windows 7 kernel version is 6.1.7000. I don&#8217;t think win 7 has many change than vista in kernel.]]></description>
			<content:encoded><![CDATA[<p>windows 7 kernel version is 6.1.7000. I don&#8217;t think win 7 has many change than vista in kernel.<br />
<a href="http://picasaweb.google.com/lh/photo/_SaI6e0GG5_UpdreObwZgA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh4.ggpht.com/_24AKp-UqPgk/SXHoYrBE5MI/AAAAAAAABck/KqJ6IYmisQ4/s288/10.windows%20kernel%20version%20is%206.1.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/windows-7-kernel-version-is-617000-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library is a important featrue for winFS &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/library-is-a-important-featrue-for-winfs/</link>
		<comments>http://doing.liduan.com/2009/01/17/library-is-a-important-featrue-for-winfs/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:01:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[winFS]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/library-is-a-important-featrue-for-winfs/</guid>
		<description><![CDATA[Library is a important featrue for winFS, like the links in the linux. but Library can link to more than one location.]]></description>
			<content:encoded><![CDATA[<p>Library is a important featrue for winFS, like the links in the linux. but Library can link to more than one location.<br />
<a href="http://picasaweb.google.com/lh/photo/J4sNXeNlzG9734HTfsGVcQ?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHoX8RcKjI/AAAAAAAABcc/3ILqBBXVFAA/s288/09.livrary%20feature.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/library-is-a-important-featrue-for-winfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>computer explorer.</title>
		<link>http://doing.liduan.com/2009/01/17/computer-explorer/</link>
		<comments>http://doing.liduan.com/2009/01/17/computer-explorer/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:56:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/computer-explorer/</guid>
		<description><![CDATA[computer explorer.]]></description>
			<content:encoded><![CDATA[<p>computer explorer.<br />
<a href="http://picasaweb.google.com/lh/photo/qkwrWYjVX7MPBUbOGFIDdA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh6.ggpht.com/_24AKp-UqPgk/SXHoXdpPLqI/AAAAAAAABcU/bJA0V4Fabic/s288/08.explorer.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/computer-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a screenshot of windows 7 desktop.</title>
		<link>http://doing.liduan.com/2009/01/17/a-screenshot-of-windows-7-desktop/</link>
		<comments>http://doing.liduan.com/2009/01/17/a-screenshot-of-windows-7-desktop/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:56:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/a-screenshot-of-windows-7-desktop/</guid>
		<description><![CDATA[a screenshot of windows 7 desktop.]]></description>
			<content:encoded><![CDATA[<p>a screenshot of windows 7 desktop.<br />
<a href="http://picasaweb.google.com/lh/photo/ZLNzfwAlzEN2joEvRAdtXA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh4.ggpht.com/_24AKp-UqPgk/SXHoW_Ff9NI/AAAAAAAABcM/lVek0yZ-Vns/s288/07.desktop.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/a-screenshot-of-windows-7-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>preparing desktop</title>
		<link>http://doing.liduan.com/2009/01/17/preparing-desktop/</link>
		<comments>http://doing.liduan.com/2009/01/17/preparing-desktop/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:49:41 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/preparing-desktop/</guid>
		<description><![CDATA[preparing desktop]]></description>
			<content:encoded><![CDATA[<p>preparing desktop<br />
<a href="http://picasaweb.google.com/lh/photo/Ah8Ep9p1QucS-OzSAsSi3g?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHoWsOBkgI/AAAAAAAABcE/bMFq6LsxzPc/s288/06.preparing%20desktop.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/preparing-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>then, preparing computer for first use.</title>
		<link>http://doing.liduan.com/2009/01/17/then-preparing-computer-for-first-use/</link>
		<comments>http://doing.liduan.com/2009/01/17/then-preparing-computer-for-first-use/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:49:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/then-preparing-computer-for-first-use/</guid>
		<description><![CDATA[then, preparing computer for first use.]]></description>
			<content:encoded><![CDATA[<p>then, preparing computer for first use.<a href="http://picasaweb.google.com/lh/photo/yaGDlVXUE9zsCCdOIzkGHg?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHoWRRC6SI/AAAAAAAABb8/PT_XH9x--Qw/s288/05.first%20start.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/then-preparing-computer-for-first-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the whold process of install is simple a &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/the-whold-process-of-install-is-simple-a/</link>
		<comments>http://doing.liduan.com/2009/01/17/the-whold-process-of-install-is-simple-a/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:49:00 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/the-whold-process-of-install-is-simple-a/</guid>
		<description><![CDATA[the whold process of install is simple and fast.]]></description>
			<content:encoded><![CDATA[<p>the whold process of install is simple and fast.<a href="http://picasaweb.google.com/lh/photo/lQUFZL5c7_wYYvCshF0myQ?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh6.ggpht.com/_24AKp-UqPgk/SXHoWBWc63I/AAAAAAAABb0/C_m8mj4rCnU/s288/04.quick%20install.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/the-whold-process-of-install-is-simple-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>there are 4 verstions can be selected wh &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/there-are-4-verstions-can-be-selected-wh/</link>
		<comments>http://doing.liduan.com/2009/01/17/there-are-4-verstions-can-be-selected-wh/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:48:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/there-are-4-verstions-can-be-selected-wh/</guid>
		<description><![CDATA[there are 4 verstions can be selected when starting install win 7.]]></description>
			<content:encoded><![CDATA[<p>there are 4 verstions can be selected when starting install win 7.<br />
<a href="http://picasaweb.google.com/lh/photo/DxOa_zqX1ljdH0wGsZFueA?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh5.ggpht.com/_24AKp-UqPgk/SXHoV59AsxI/AAAAAAAABbs/dZA2RQwyIGA/s288/03.selecting%20version.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/there-are-4-verstions-can-be-selected-wh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setup is starting..</title>
		<link>http://doing.liduan.com/2009/01/17/setup-is-starting/</link>
		<comments>http://doing.liduan.com/2009/01/17/setup-is-starting/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:47:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/setup-is-starting/</guid>
		<description><![CDATA[setup is starting..]]></description>
			<content:encoded><![CDATA[<p>setup is starting..<a href="http://picasaweb.google.com/lh/photo/9PHbEyOqGLCYiAgpXBkovw?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh4.ggpht.com/_24AKp-UqPgk/SXHoVYjtSBI/AAAAAAAABbk/sh6k7oUET7M/s288/02.setup.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/setup-is-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the &#8220;starting windows&#8221; screen</title>
		<link>http://doing.liduan.com/2009/01/17/the-starting-windows-screen/</link>
		<comments>http://doing.liduan.com/2009/01/17/the-starting-windows-screen/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 14:46:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/the-starting-windows-screen/</guid>
		<description><![CDATA[the &#8220;starting windows&#8221; screen]]></description>
			<content:encoded><![CDATA[<p>the &#8220;starting windows&#8221; screen<a href="http://picasaweb.google.com/lh/photo/eGSCWm_9mQxYqaL27bDvXg?authkey=ZFlbZxT0BpM&#038;feat=embedwebsite"><img src="http://lh3.ggpht.com/_24AKp-UqPgk/SXHoVI2FeUI/AAAAAAAABbc/wZVXY6VP_hQ/s288/01.starting%20windows.jpg" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/the-starting-windows-screen/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>&lt;!&#8212;-&gt;</title>
		<link>http://doing.liduan.com/2009/01/17/193/</link>
		<comments>http://doing.liduan.com/2009/01/17/193/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 13:52:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/193/</guid>
		<description><![CDATA[&#60;!&#8212;-&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;!&#8212;-&gt;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/193/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wow, hahaha~~~~~~~  I have finish all e &#8230;</title>
		<link>http://doing.liduan.com/2009/01/17/wow-hahaha%c2%a0-i-have-finish-all-e/</link>
		<comments>http://doing.liduan.com/2009/01/17/wow-hahaha%c2%a0-i-have-finish-all-e/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 00:28:26 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[exam]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/17/wow-hahaha%c2%a0-i-have-finish-all-e/</guid>
		<description><![CDATA[wow, hahaha~~~~~~~  I have finish all exam. Im free now~~~~~~~  wahahahahaha]]></description>
			<content:encoded><![CDATA[<p>wow, hahaha~~~~~~~  I have finish all exam. Im free now~~~~~~~  wahahahahaha</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/17/wow-hahaha%c2%a0-i-have-finish-all-e/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>perl regular expression chinese tutorial &#8230;</title>
		<link>http://doing.liduan.com/2009/01/08/perl-regular-expression-chinese-tutorial/</link>
		<comments>http://doing.liduan.com/2009/01/08/perl-regular-expression-chinese-tutorial/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 23:17:47 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/08/perl-regular-expression-chinese-tutorial/</guid>
		<description><![CDATA[perl regular expression chinese tutorial.]]></description>
			<content:encoded><![CDATA[<p><a title="perl regular expression chinese tutorial." href="http://www.xxlinux.com/linux/dev/perl/2007-10-11/10256.html">perl regular expression</a> chinese tutorial.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/08/perl-regular-expression-chinese-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex + BlazeDS + Spring platform can be  &#8230;</title>
		<link>http://doing.liduan.com/2009/01/08/flex-blazeds-spring-platform-can-be/</link>
		<comments>http://doing.liduan.com/2009/01/08/flex-blazeds-spring-platform-can-be/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 16:30:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/08/flex-blazeds-spring-platform-can-be/</guid>
		<description><![CDATA[Flex + BlazeDS + Spring platform can be used to publish flex web application.]]></description>
			<content:encoded><![CDATA[<p>Flex + <a title="spring flex and BlazeDS in web application" href="http://www.springsource.org/spring-flex">BlazeDS</a> + <a title="core spring and spring source" href="http://www.springsource.org/">Spring</a> platform can be used to publish flex web application.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/08/flex-blazeds-spring-platform-can-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Spring &#8211; Dublin: 20-23 January 200 &#8230;</title>
		<link>http://doing.liduan.com/2009/01/08/core-spring-dublin-20-23-january-200/</link>
		<comments>http://doing.liduan.com/2009/01/08/core-spring-dublin-20-23-january-200/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 16:26:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[spring graph]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/08/core-spring-dublin-20-23-january-200/</guid>
		<description><![CDATA[Core Spring &#8211; Dublin: 20-23 January 2009 Tuesday, January 20, 2009 9:00 am - Friday, January 23, 2009 5:00 pm (GMT) New Horizons Strand House 22-24 Strand Street Great Dublin Republic of Ireland Course fee: €2750 $0Early bird fee: €2300 if registered by 11 January 2009 $0]]></description>
			<content:encoded><![CDATA[<div id="ctl00_ContentPlaceHolder1_pnlDetails"><span class="eventName"> <span id="ctl00_ContentPlaceHolder1_lblEventTitle"><a title="Core Spring 2009 Dublin" href="http://www.regonline.com/builder/site/Default.aspx?eventid=674948">Core Spring</a> &#8211; Dublin: 20-23 January 2009</span> </span></p>
<div id="ctl00_ContentPlaceHolder1_pnlDateTime" class="eventLocation"><span id="ctl00_ContentPlaceHolder1_lblDateTime">Tuesday, January 20, 2009 9:00 am -<br />
Friday, January 23, 2009 5:00 pm (GMT)</span></div>
<div id="ctl00_ContentPlaceHolder1_pnlLocation" class="eventLocation">
<span id="ctl00_ContentPlaceHolder1_lblLocation">New Horizons<br />
Strand House<br />
22-24 Strand Street Great<br />
Dublin<br />
Republic of Ireland</span></div>
</div>
<p><!--rsvp buttons!--> <!--end rsvp!--></p>
<div class="eventContentHtml">
<div id="ctl00_ContentPlaceHolder1_efSummary"><!-- 1.6.2 --></p>
<div>
<input id="ctl00_ContentPlaceHolder1_efSummaryPostDataValue" name="ctl00_ContentPlaceHolder1_efSummaryPostDataValue" type="hidden" /></div>
<p><script type="text/javascript">/*&lt;![CDATA[*/window["ctl00_ContentPlaceHolder1_efSummary"] = new RadAjaxPanelNamespace.RadAjaxPanel({ClientID:"ctl00_ContentPlaceHolder1_efSummary",EnableOutsideScripts:false,EnablePageHeadUpdate:true,Url:"/builder/site/Default.aspx?eventid=674948",LoadingPanelID:"",ActiveElementID:"",ClientEvents:{OnRequestStart:"",OnRequestSent:"",OnResponseReceived:"",OnResponseEnd:""},FormID:"aspnetForm",UniqueID:"ctl00$ContentPlaceHolder1$efSummary"});/*]]&gt;*/</script> <span id="ctl00_ContentPlaceHolder1_lblSummary"><span style="font-family: Arial;"><span style="font-size: x-small;"><strong>Course fee:</strong> €2750</span> <strong></strong></span> $0<span style="font-family: Arial;"><strong>Early bird fee:</strong> €2300 if registered by 11 January 2009</span> $0 </span></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/08/core-spring-dublin-20-23-january-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>online regular expressions test tools. i &#8230;</title>
		<link>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/</link>
		<comments>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 11:21:58 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/</guid>
		<description><![CDATA[online regular expressions test tools. it provides support for flags.]]></description>
			<content:encoded><![CDATA[<p><a title="online regular expressions test tools" href="http://www.regextester.com/" target="_blank">online regular expressions test tools</a>. it provides support for flags.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternativa is a platform based on flash &#8230;</title>
		<link>http://doing.liduan.com/2009/01/07/alternativa-is-a-platform-based-on-flash/</link>
		<comments>http://doing.liduan.com/2009/01/07/alternativa-is-a-platform-based-on-flash/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 13:28:29 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Alternativa]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/07/alternativa-is-a-platform-based-on-flash/</guid>
		<description><![CDATA[Alternativa is a platform based on flash. It provide a good solution for multiuser browser projects. but it is not a opensources project. The whole platform includes three parts: 3D &#8211; Alternativa3D is a 3D actionscript engine. GUI &#8211; AlternativaGUI provides simple API for building windows based user interface. core &#8211; AlternativaCore is server system [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Alternativa is a platform based on flash" href="http://alternativaplatform.com/en/">Alternativa </a>is a platform based on flash. It provide a good solution for multiuser browser projects. but it is not a opensources project. The whole platform includes three parts:</p>
<ul>
<li>3D &#8211; <a title="Alternativa3D is a 3D actionscript engine" href="http://alternativaplatform.com/en/alternativa3d/" target="_self">Alternativa3D </a>is a 3D actionscript engine.</li>
<li>GUI &#8211; <a title="AlternativaGUI provides simple API for building windows based user interface." href="http://alternativaplatform.com/en/alternativagui/" target="_blank">AlternativaGUI </a>provides simple API for building windows based user interface.</li>
<li>core &#8211; <a title="AlternativaCore is server system that provides support for online multiuser media service" href="http://alternativaplatform.com/en/alternativacore/" target="_blank">AlternativaCore </a>is server system that provides support for online multiuser media service.</li>
</ul>
<p>the development <a title="alternativa platform development blog" href="http://blog.alternativaplatform.com/en/" target="_blank">blog </a>and <a title="alternativa platform development documentation" href="http://docs.alternativaplatform.com/dashboard.action" target="_blank">documentation </a>is avaliable. there are some good example demo in the blog.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/07/alternativa-is-a-platform-based-on-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable google custom search for website. &#8230;</title>
		<link>http://doing.liduan.com/2009/01/06/enable-google-custom-search-for-website/</link>
		<comments>http://doing.liduan.com/2009/01/06/enable-google-custom-search-for-website/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 14:01:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/06/enable-google-custom-search-for-website/</guid>
		<description><![CDATA[enable google custom search for website. it can used search post by google search engine. I have renewed theme alreadly.]]></description>
			<content:encoded><![CDATA[<p>enable google custom search for website. it can used search post by google search engine. I have renewed theme alreadly.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/06/enable-google-custom-search-for-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1213429512_7220</title>
		<link>http://doing.liduan.com/2009/01/04/1213429512_7220/</link>
		<comments>http://doing.liduan.com/2009/01/04/1213429512_7220/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 13:06:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
		
		<guid isPermaLink="false">http://doing.liduan.com/2009/01/04/1213429512_7220/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777261"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777261_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/04/1213429512_7220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frosted beads</title>
		<link>http://doing.liduan.com/2009/01/04/frosted-beads/</link>
		<comments>http://doing.liduan.com/2009/01/04/frosted-beads/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 12:36:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/04/frosted-beads/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777258"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777258_blog" /></a><br/>
<p align="right" ><a href="http://www.shozu.com/portal/?utm_source=upload&amp;utm_medium=graphic&amp;utm_campaign=upload_graphic/" target="_blank" ><img src="http://www.shozu.com/resources/messages/logo_blog.gif" alt="Posted by ShoZu" border="0" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/04/frosted-beads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The last day of 2008, All best wish for  &#8230;</title>
		<link>http://doing.liduan.com/2008/12/31/the-last-day-of-2008-all-best-wish-for/</link>
		<comments>http://doing.liduan.com/2008/12/31/the-last-day-of-2008-all-best-wish-for/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:23:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[happy new year]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/31/the-last-day-of-2008-all-best-wish-for/</guid>
		<description><![CDATA[The last day of 2008, All best wish for everybody in 2009. PS. Chinese new year will be in 26th Jan 2009.]]></description>
			<content:encoded><![CDATA[<p>The last day of 2008, All best wish for everybody in 2009.</p>
<p>PS. Chinese new year will be in 26th Jan 2009.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/31/the-last-day-of-2008-all-best-wish-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Krupuk</title>
		<link>http://doing.liduan.com/2008/12/31/krupuk/</link>
		<comments>http://doing.liduan.com/2008/12/31/krupuk/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 18:23:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[krupuk]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/31/krupuk/</guid>
		<description><![CDATA[Wow&#8230; krupuk]]></description>
			<content:encoded><![CDATA[<p><a title="krupuk wow" href="http://media.shozu.com/cache/portal/media/123d01c/16777256"><img alt="krupuk wow" src="http://media.shozu.com/cache/portal/media/123d01c/16777256_blog" /></a><br/>Wow&#8230; krupuk
<p align="right" ></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/31/krupuk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most of images search engine using tradi &#8230;</title>
		<link>http://doing.liduan.com/2008/12/31/most-of-images-search-engine-using-tradi/</link>
		<comments>http://doing.liduan.com/2008/12/31/most-of-images-search-engine-using-tradi/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:01:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[CBIR]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/31/most-of-images-search-engine-using-tradi/</guid>
		<description><![CDATA[Most of images search engine using traditional and common methods. CBIR &#8211; content based image retrieval is search search images by image&#8217;s intermediate features, such as colour. there are some papers about CBIR. imgSeek is a application based on CBIR. isk-deamon is a standalone server based on CBIR.]]></description>
			<content:encoded><![CDATA[<p>Most of images search engine using <a title="Most of images search engine using traditional and common methods" href="http://en.wikipedia.org/wiki/Image_retrieval">traditional and common methods</a>. CBIR &#8211; <a title="CBIR - content based image retrieval is search search images by image's intermediate features, such as colour." href="http://en.wikipedia.org/wiki/CBIR">content based image retrieval </a>is search <a title="content based image retrieval is search search images by image's intermediate features, such as colour." href="http://cis.jhu.edu/~bruno/intermediate-features.pdf">search images by image&#8217;s intermediate features</a>, such as colour. there are <a title="some papers about CBIR" href="http://infolab.stanford.edu/~wangz/project/imsearch/review/JOUR/">some papers about CBIR</a>. <a title="imgSeek is a application based on CBIR" href="http://www.imgseek.net/index.html">imgSeek</a> is a application based on CBIR. <a title="isk deamon is a standalone server based on CBIR" href="http://server.imgseek.net/">isk-deamon</a> is a standalone server based on CBIR.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/31/most-of-images-search-engine-using-tradi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quick reference guide to expedite wordpr &#8230;</title>
		<link>http://doing.liduan.com/2008/12/30/quick-reference-guide-to-expedite-wordpr/</link>
		<comments>http://doing.liduan.com/2008/12/30/quick-reference-guide-to-expedite-wordpr/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:01:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/30/quick-reference-guide-to-expedite-wordpr/</guid>
		<description><![CDATA[quick reference guide to expedite wordpress template tags(theme API).]]></description>
			<content:encoded><![CDATA[<p><a title="quick reference guide to expedite wordpress template tags" href="http://www.dbswebsite.com/design/wordpress-reference/#section-tags" target="_blank">quick reference guide</a> to expedite wordpress template tags(theme API).</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/30/quick-reference-guide-to-expedite-wordpr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>writing 30 game scripts by php, part 1,  &#8230;</title>
		<link>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/</link>
		<comments>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:00:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/</guid>
		<description><![CDATA[writing 30 game scripts by php, part 1, part 2 and part 3. include code demo.]]></description>
			<content:encoded><![CDATA[<p>writing 30 game scripts by php, <a title="writing 30 game scripts by php, part 1 php basic" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts1/">part 1</a>, <a title="writing 30 game scripts by php, part 2 Developing 10 intermediate scripts" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts2/index.html?S_TACT=105AGX44&amp;S_CMP=EDU">part 2</a> and <a title="30 game scripts you can write in PHP, Part 3: Creating 10 advanced scripts" href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts3/index.html?S_TACT=105AGX44&amp;S_CMP=EDU">part 3</a>. include <a title="writing 30 game scripts by php code demo" href="http://chaoticneutral.net/3d10/3d10-die-roller.php">code demo</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/29/writing-30-game-scripts-by-php-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP, it&#8217;s really good PHP framework &#8230;</title>
		<link>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/</link>
		<comments>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 23:48:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/</guid>
		<description><![CDATA[CakePHP, it&#8217;s really good PHP framework. I have just tried it for building blog less than 15 mins. easy for using. here is a tutorial for build blog in 15 mins. official manual is available at here.]]></description>
			<content:encoded><![CDATA[<p>CakePHP, it&#8217;s really good PHP framework. I have just tried it for building blog less than 15 mins. easy for using. <a title="here is a tutorial for build blog in 15 mins by cakephp" href="http://book.cakephp.org/view/219/the-cakephp-blog-tutorial" target="_blank">here is a tutorial for build blog in 15 mins</a>. <a title="cakephp official manual is available at here" href="http://book.cakephp.org/" target="_blank">official manual is available at here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/27/cakephp-its-really-good-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrade blog system. enable support for  &#8230;</title>
		<link>http://doing.liduan.com/2008/12/23/upgrade-blog-system-enable-support-for/</link>
		<comments>http://doing.liduan.com/2008/12/23/upgrade-blog-system-enable-support-for/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 21:29:55 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/23/upgrade-blog-system-enable-support-for/</guid>
		<description><![CDATA[upgrade blog system. enable support for tinyMCE rich editor. I still write the code for posting link or images in the past. but now tinyMCE provide easy way to put link or photos in my blog posts.]]></description>
			<content:encoded><![CDATA[<p>upgrade blog system. enable support for <strong>tinyMCE</strong> rich editor.</p>
<p>I still write the code for posting link or images in the past. but now tinyMCE provide easy way to put link or photos in my blog posts.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/23/upgrade-blog-system-enable-support-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create A 3D Product Viewer in Flex 3, si &#8230;</title>
		<link>http://doing.liduan.com/2008/12/23/create-a-3d-product-viewer-in-flex-3-si/</link>
		<comments>http://doing.liduan.com/2008/12/23/create-a-3d-product-viewer-in-flex-3-si/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 13:06:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/23/create-a-3d-product-viewer-in-flex-3-si/</guid>
		<description><![CDATA[Create A 3D Product Viewer in Flex 3, simplily&#160; tutorial 3D graph programming by flex.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sitepoint.com/article/create-3d-product-viewer-flex-3/">Create A 3D Product Viewer in Flex 3</a>, simplily&nbsp; tutorial 3D graph programming by flex.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/23/create-a-3d-product-viewer-in-flex-3-si/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorials for flex 3D programming, first &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/tutorials-for-flex-3d-programming-first/</link>
		<comments>http://doing.liduan.com/2008/12/22/tutorials-for-flex-3d-programming-first/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 15:05:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/tutorials-for-flex-3d-programming-first/</guid>
		<description><![CDATA[tutorials for flex 3D programming, first one is Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex, provide source code online view. second one is Transforming components in 3D with Flash 10/Flex 3.2, also provide code. last one is tutorial for Getting Started with Adobe Flex and Away3D]]></description>
			<content:encoded><![CDATA[<p>tutorials for flex 3D programming, first one is <a title="Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex" href="http://blog.flexexamples.com/2008/10/25/incrementally-3d-rotating-objects-in-flex-using-the-fxrotate3d-in-flex/">Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex<a>, provide <a title="Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex sources code" href="http://blog.flexexamples.com/wp-content/uploads/FxRotate3D_yBy_test/bin/srcview/index.html">source code online view. second one is <a title="Transforming components in 3D with Flash 10/Flex 3.2" href="http://polygeek.com/1508_flex_flash-10-3d-examples-of-rotating-components">Transforming components in 3D with Flash 10/Flex 3.2</a>, also provide <a title="Transforming components in 3D with Flash 10/Flex 3.2 code" href="http://polygeek.com/flex/1508_Flash10_3Dexamples/srcview-regular/index.html">code</a>. last one is <a title="Getting Started with Adobe Flex and Away3D" href="http://blog.paranoidferret.com/index.php/2008/03/28/getting-started-with-adobe-flex-and-away3d/">tutorial for Getting Started with Adobe Flex and Away3D</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/tutorials-for-flex-3d-programming-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D data visualisation with flex. using a &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/3d-data-visualisation-with-flex-using-a/</link>
		<comments>http://doing.liduan.com/2008/12/22/3d-data-visualisation-with-flex-using-a/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:53:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/3d-data-visualisation-with-flex-using-a/</guid>
		<description><![CDATA[3D data visualisation with flex. using a Cone Trees graph.]]></description>
			<content:encoded><![CDATA[<p><a href="http://algorithmist.wordpress.com/2007/10/08/flex-3d-data-visualization-with-papervision/" title="Flex 3D Data Visualisation with Papervision">3D data visualisation with flex</a>. using a <a href="http://www.inf.ethz.ch/personal/lombardo/archives/da/node9.html" title="cone tree graph">Cone Trees graph</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/3d-data-visualisation-with-flex-using-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how Flex application can interact with P &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/</link>
		<comments>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:48:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/</guid>
		<description><![CDATA[how Flex application can interact with PHP on the server-side. include sources code and demo]]></description>
			<content:encoded><![CDATA[<p><a title="how Flex application can interact with PHP on the server-side." href="http://www.flexer.info/2007/11/19/flex-and-php-party-in-the-front-business-in-the-back/">how Flex application can interact with PHP on the server-side. include <a href="http://devzone.zend.com/content/mashuptimes.zip" title="how Flex application can interact with PHP on the server-side sources code">sources code and <a title="how Flex application can interact with PHP on the server-side demo" href="http://dougmccune.com/flex/zomgzrss/">demo</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/how-flex-application-can-interact-with-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex/actionscript 3 engine for 3D: 1. s &#8230;</title>
		<link>http://doing.liduan.com/2008/12/22/flexactionscript-3-engine-for-3d1-s/</link>
		<comments>http://doing.liduan.com/2008/12/22/flexactionscript-3-engine-for-3d1-s/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:44:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/22/flexactionscript-3-engine-for-3d1-s/</guid>
		<description><![CDATA[flex/actionscript 3 engine for 3D: 1. sandy 3d engine with examples 2. jp Sharikura 3D Library 3. Alternativa 3D API with a good example]]></description>
			<content:encoded><![CDATA[<p>flex/actionscript 3 engine for 3D:<br />
1. <a title="sandy 3d engine with examples" href="http://www.flexer.info/2007/11/14/sandy-3d-engine-in-actionscript/">sandy 3d engine with examples<br />
2. </a><a title="jp Sharikura 3D Library" href="http://www.flexer.info/2008/06/27/roxik-sharikura-3d-library/">jp Sharikura 3D Library<br />
3. </a><a title="Alternativa 3D API with a good example" href="http://www.flexer.info/2007/10/26/framework-spotlight/">Alternativa 3D API with a good example</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/22/flexactionscript-3-engine-for-3d1-s/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>a example of facebook api programming by &#8230;</title>
		<link>http://doing.liduan.com/2008/12/20/a-example-of-facebook-api-programming-by/</link>
		<comments>http://doing.liduan.com/2008/12/20/a-example-of-facebook-api-programming-by/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 22:09:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/20/a-example-of-facebook-api-programming-by/</guid>
		<description><![CDATA[a example of facebook api programming by flex. Implement a Facebook photo album using the Flex SDK. the facebook as3 client should be used.]]></description>
			<content:encoded><![CDATA[<p>a example of facebook api programming by flex. <a title="a example of facebook api programming by flex. Implement a Facebook photo album using the Flex SDK. " href="http://www.ibm.com/developerworks/edu/wa-dw-wa-facebookflex.html?S_TACT=105AGX52&#038;S_CMP=tec-csdn">Implement a Facebook photo album using the Flex SDK</a>. <a title="the facebook as3 client should be used." href="http://code.google.com/p/facebook-actionscript-api/downloads/list">the facebook as3 client should be used.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/20/a-example-of-facebook-api-programming-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>animation by opengl programming
1. http &#8230;</title>
		<link>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/</link>
		<comments>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:26:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/</guid>
		<description><![CDATA[animation by opengl programming 1. http://www.gamedev.net/reference/articles/article1681.asp 2. http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html 3. http://www.linuxfocus.org/English/January1998/article17.html 4. http://www.gamedev.net/reference/list.asp?categoryid=31]]></description>
			<content:encoded><![CDATA[<p>animation by opengl programming<br />
1. <a href="http://www.gamedev.net/reference/articles/article1681.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article1681.asp</a></p>
<p>2. <a href="http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html" rel="nofollow">http://www.3dcodingtutorial.com/Basic-OpenGL-functions/Simple-animation.html</a></p>
<p>3. <a href="http://www.linuxfocus.org/English/January1998/article17.html" rel="nofollow">http://www.linuxfocus.org/English/January1998/article17.html</a></p>
<p>4. <a href="http://www.gamedev.net/reference/list.asp?categoryid=31" rel="nofollow">http://www.gamedev.net/reference/list.asp?categoryid=31</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/16/animation-by-opengl-programming1-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zoom in and zoom out in the opengl proje &#8230;</title>
		<link>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/</link>
		<comments>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 06:57:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/</guid>
		<description><![CDATA[zoom in and zoom out in the opengl project. OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005, Zoom in openGL]]></description>
			<content:encoded><![CDATA[<p>zoom in and zoom out in the opengl project.<br />
<a title="OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005" href="http://www.codeproject.com/KB/openGL/OpenGL3DNavigation.aspx">OpenGL 3D Navigation glRotatef, glTranslatef, gluLookAt EP_OpenGL_005</a>,  <a title="Zoom in openGL" href="http://www.gamedev.net/community/forums/topic.asp?topic_id=390115&amp;whichpage=1%EF%BF%BDL"> Zoom in openGL</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/16/zoom-in-and-zoom-out-in-the-opengl-proje/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blendermania Tutorial List include a lot &#8230;</title>
		<link>http://doing.liduan.com/2008/12/14/blendermania-tutorial-list-include-a-lot/</link>
		<comments>http://doing.liduan.com/2008/12/14/blendermania-tutorial-list-include-a-lot/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 18:14:58 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/14/blendermania-tutorial-list-include-a-lot/</guid>
		<description><![CDATA[Blendermania Tutorial List include a lot of helpful tutorial of blender.]]></description>
			<content:encoded><![CDATA[<p><a title="Blendermania Tutorial List include a lot of helpful tutorial of blender." href="http://www.ingiebee.com/Blendermania/tutorial_list.html">Blendermania Tutorial List include a lot of helpful tutorial of blender.</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/14/blendermania-tutorial-list-include-a-lot/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>two example for 3D openGL programming.
 &#8230;</title>
		<link>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/</link>
		<comments>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:44:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/</guid>
		<description><![CDATA[two example for 3D openGL programming. Example: movingLight.c, Luminous opengl Objects Example]]></description>
			<content:encoded><![CDATA[<p>two example for 3D <a title="openGL" href="http://www.opengl.org">openGL </a>programming.<br />
<a title="lighting example" href="http://profs.sci.univr.it/~colombar/html_openGL_tutorial/en/09lighting_027.html">Example: movingLight.c</a>, <a title="Luminous opengl  Objects Example" href="http://pheatt.emporia.edu/courses/2003/cs410s03/interestingExamples/luminousobjects/luminousobjects.htm">Luminous opengl  Objects Example</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/13/two-example-for-3d-opengl-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test flock blog post</title>
		<link>http://doing.liduan.com/2008/12/12/test-flock-blog-post/</link>
		<comments>http://doing.liduan.com/2008/12/12/test-flock-blog-post/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 22:48:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/12/test-flock-blog-post/</guid>
		<description><![CDATA[test flock blog post]]></description>
			<content:encoded><![CDATA[<p>test flock blog post</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/12/test-flock-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using split convert string to array. and &#8230;</title>
		<link>http://doing.liduan.com/2008/12/11/using-split-convert-string-to-array-and/</link>
		<comments>http://doing.liduan.com/2008/12/11/using-split-convert-string-to-array-and/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:03:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/11/using-split-convert-string-to-array-and/</guid>
		<description><![CDATA[using split convert string to array. and a Perl functions tutorial.]]></description>
			<content:encoded><![CDATA[<p>using <a title="using split convert string to array." href="http://www.comp.leeds.ac.uk/Perl/split.html">split</a> convert string to array. and a <a title="Perl functions tutorial" href="http://ist.marshall.edu/ist334/perl_functions.html">Perl functions </a>tutorial.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/11/using-split-convert-string-to-array-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some sources of perl programming:
Perl &#8230;</title>
		<link>http://doing.liduan.com/2008/12/09/some-sources-of-perl-programmingperl/</link>
		<comments>http://doing.liduan.com/2008/12/09/some-sources-of-perl-programmingperl/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 15:20:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/09/some-sources-of-perl-programmingperl/</guid>
		<description><![CDATA[some sources of perl programming: Perl&#8217;s Special Variables Reading STDERR from a Program Perl File Handling: open, read, write and close files Using Perl to Manage Plist Files, Part 2]]></description>
			<content:encoded><![CDATA[<p>some sources of perl programming:<br />
<a title="Perl's Special Variables" href="http://affy.blogspot.com/p5be/ch12.htm">Perl&#8217;s Special Variables</a><br />
<a title="Reading STDERR from a Program<br />
" href="http://www.unix.com.ua/orelly/perl3/cookbook/ch16_08.htm">Reading STDERR from a Program</a><br />
<a title="Perl File Handling: open, read, write and close files" href="http://www.perlfect.com/articles/perlfile.shtml">Perl File Handling: open, read, write and close files</a><br />
<a title="Using Perl to Manage Plist Files, Part 2" href="http://oreilly.com/pub/a/mac/2005/08/02/plist.html">Using Perl to Manage Plist Files, Part 2</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/09/some-sources-of-perl-programmingperl/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>opera 10 alpha is available. you can dow &#8230;</title>
		<link>http://doing.liduan.com/2008/12/04/opera-10-alpha-is-available-you-can-dow/</link>
		<comments>http://doing.liduan.com/2008/12/04/opera-10-alpha-is-available-you-can-dow/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 18:50:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[layout engine]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[presto]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/04/opera-10-alpha-is-available-you-can-dow/</guid>
		<description><![CDATA[opera 10 alpha is available. you can download at here. new opera upload engine to Presto 2.2. it has 30% Faster speed on the real Web]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.opera.com/press/releases/2008/12/04/" href="http://www.opera.com/press/releases/2008/12/04/">opera 10 alpha</a> is available. <a title="download opera 10 alpha" href="http://www.opera.com/browser/next/">you can download at here</a>. new opera upload engine to <a title="Opera Presto (layout engine) information and development blog" href="http://dev.opera.com/articles/view/presto-2-1-web-standards-supported-by/">Presto 2.2</a>. it has 30% Faster speed on the real Web</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/04/opera-10-alpha-is-available-you-can-dow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some useful tutorial for operation files &#8230;</title>
		<link>http://doing.liduan.com/2008/12/04/some-useful-tutorial-for-operation-files/</link>
		<comments>http://doing.liduan.com/2008/12/04/some-useful-tutorial-for-operation-files/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 17:43:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/04/some-useful-tutorial-for-operation-files/</guid>
		<description><![CDATA[some useful tutorial for operation files by perl: Creation a file by perl with example file flag type of perl writing, deleting line of file and deleting the file by perl]]></description>
			<content:encoded><![CDATA[<p>some useful tutorial for operation files by perl:<br />
<a title="Creation a file by perl with example" href="http://www.tizag.com/perlT/perlfilecreate.php">Creation a file by perl with example</a><br />
<a title="file flag type of perl" href="http://www.tutorialspoint.com/perl/perl_sysopen.htm">file flag type of perl</a><br />
<a title="writing, deleting line of file and deleting the file by perl" href="http://www.pageresource.com/cgirec/ptut16.htm">writing, deleting line of file and deleting the file by perl</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/04/some-useful-tutorial-for-operation-files/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>blowfish cipher algorithm java code</title>
		<link>http://doing.liduan.com/2008/12/03/blowfish-cipher-algorithm-java-code/</link>
		<comments>http://doing.liduan.com/2008/12/03/blowfish-cipher-algorithm-java-code/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 22:29:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blow fish]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/03/blowfish-cipher-algorithm-java-code/</guid>
		<description><![CDATA[blowfish cipher algorithm java code]]></description>
			<content:encoded><![CDATA[<p><a title="blowfish cipher algorithm java code" href="http://www.hotpixel.net/bfj241.zip">blowfish cipher algorithm java code</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/03/blowfish-cipher-algorithm-java-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>very good blow fish Encryption Algorithm &#8230;</title>
		<link>http://doing.liduan.com/2008/12/03/very-good-blow-fish-encryption-algorithm/</link>
		<comments>http://doing.liduan.com/2008/12/03/very-good-blow-fish-encryption-algorithm/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 22:20:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blow fish]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/03/very-good-blow-fish-encryption-algorithm/</guid>
		<description><![CDATA[very good blow fish Encryption Algorithm with a GUI application example]]></description>
			<content:encoded><![CDATA[<p><a title="very good blow fish Encryption Algorithm with a GUI application example" href="http://www.angelfire.com/moon/dmp/">very good blow fish Encryption Algorithm</a> with <a title="very good blow fish Encryption Algorithm with a GUI application example" href="http://www.angelfire.com/moon/dmp/SecuritySystem.zip">a GUI application example</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/03/very-good-blow-fish-encryption-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two fish is block cipher, that means you &#8230;</title>
		<link>http://doing.liduan.com/2008/12/03/two-fish-is-block-cipher-that-means-you/</link>
		<comments>http://doing.liduan.com/2008/12/03/two-fish-is-block-cipher-that-means-you/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:29:04 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[two fish]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/03/two-fish-is-block-cipher-that-means-you/</guid>
		<description><![CDATA[two fish is block cipher, that means you can&#8217;t encrypt a string.]]></description>
			<content:encoded><![CDATA[<p>two fish is block cipher, that means you can&#8217;t encrypt a string.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/03/two-fish-is-block-cipher-that-means-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a discuss topic about how to use two fis &#8230;</title>
		<link>http://doing.liduan.com/2008/12/03/a-discuss-topic-about-how-to-use-two-fis/</link>
		<comments>http://doing.liduan.com/2008/12/03/a-discuss-topic-about-how-to-use-two-fis/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:27:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[two fish]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/12/03/a-discuss-topic-about-how-to-use-two-fis/</guid>
		<description><![CDATA[a discuss topic about how to use two fish cipher in java programming. and a manual of two fish is available.]]></description>
			<content:encoded><![CDATA[<p><a title="a discuss topic about how to use two fish cipher in java programming" href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=45&amp;t=001422">a discuss topic</a> about how to use two fish cipher in java programming. and <a title="a manual of two fish" href="http://www.schneier.com/paper-twofish-paper.pdf">a manual of two fish</a> is available.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/12/03/a-discuss-topic-about-how-to-use-two-fis/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>online tutorial about graph theory. 1.  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/online-tutorial-about-graph-theory1/</link>
		<comments>http://doing.liduan.com/2008/11/26/online-tutorial-about-graph-theory1/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:41:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/online-tutorial-about-graph-theory1/</guid>
		<description><![CDATA[online tutorial about graph theory. 1. Magic 3-D Polygons &#038; Graphs 2. Multi-node graphs 3. Supporting visual queries on medium-sized node–link diagrams]]></description>
			<content:encoded><![CDATA[<p>online tutorial about graph theory.<br />
1. <a title="Magic 3-D Polygons &#038; Graphs" href="http://www.geocities.com/~harveyh/perimeter-3.htm">Magic 3-D Polygons &#038; Graphs</a><br />
2. <a title="Multi-node graphs" href="http://www.rachlinresearch.com/net.html">Multi-node graphs</a><br />
3. <a title="Supporting visual queries on medium-sized node–link diagrams" href="http://www.palgrave-journals.com/ivs/journal/v4/n1/full/9500090a.html">Supporting visual queries on medium-sized node–link diagrams</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/online-tutorial-about-graph-theory1/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>update or 6degrees theory. Six Degrees o &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/update-or-6degrees-theory-six-degrees-o/</link>
		<comments>http://doing.liduan.com/2008/11/26/update-or-6degrees-theory-six-degrees-o/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:47:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[six degrees]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/update-or-6degrees-theory-six-degrees-o/</guid>
		<description><![CDATA[update or 6degrees theory. Six Degrees of Separation Is Now Three]]></description>
			<content:encoded><![CDATA[<p>update or 6degrees theory. <a title="Six Degrees of Separation Is Now Three " href="http://developer.db4o.com/blogs/christof/archive/2008/09/04/six-degrees-of-separation-is-now-three.aspx">Six Degrees of Separation Is Now Three </a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/update-or-6degrees-theory-six-degrees-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>six degrees is a very important theory i &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/six-degrees-is-a-very-important-theory-i/</link>
		<comments>http://doing.liduan.com/2008/11/26/six-degrees-is-a-very-important-theory-i/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:45:41 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[six degrees]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/six-degrees-is-a-very-important-theory-i/</guid>
		<description><![CDATA[six degrees is a very important theory in social networking. there are two introductions of six degrees theory: 1. 6 Degrees of Facebook and Linkedin 2. Six Degrees of Separation on Linkedin Update]]></description>
			<content:encoded><![CDATA[<p>six degrees is a very important theory in social networking. there are two introductions of six degrees theory:<br />
1. <a title="6 Degrees of Facebook and Linkedin" href="http://www.tomhcanderson.com/2008/03/13/6-degrees-of-facebook-and-linkedin/">6 Degrees of Facebook and Linkedin</a><br />
2. <a title="Six Degrees of Separation on Linkedin Update" href="http://www.tomhcanderson.com/2008/04/27/6-%E2%80%93-six-degrees-of-separation-on-linkedin-update-now-832-group-members/">Six Degrees of Separation on Linkedin Update </a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/six-degrees-is-a-very-important-theory-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>graph mathematics in Wikipedia</title>
		<link>http://doing.liduan.com/2008/11/26/graph-mathematics-in-wikipedia/</link>
		<comments>http://doing.liduan.com/2008/11/26/graph-mathematics-in-wikipedia/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:35:36 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/graph-mathematics-in-wikipedia/</guid>
		<description><![CDATA[graph mathematics in Wikipedia]]></description>
			<content:encoded><![CDATA[<p><a title="graph mathematics in Wikipedia" href="http://en.wikipedia.org/wiki/Size_(graph_theory)">graph mathematics in Wikipedia</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/graph-mathematics-in-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have quickly viewed &#8220;graphs, networks &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/i-have-quickly-viewed-graphs-networks/</link>
		<comments>http://doing.liduan.com/2008/11/26/i-have-quickly-viewed-graphs-networks/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:29:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/i-have-quickly-viewed-graphs-networks/</guid>
		<description><![CDATA[I have quickly viewed &#8220;graphs, networks and algorithms&#8221; and &#8220;introduction social networks&#8221;. basic graph theory is using matrix for graph product alogrithm.]]></description>
			<content:encoded><![CDATA[<p>I have quickly viewed &#8220;graphs, networks and algorithms&#8221; and &#8220;introduction social networks&#8221;. basic graph theory is using matrix for graph product alogrithm.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/i-have-quickly-viewed-graphs-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have get three books for final year pr &#8230;</title>
		<link>http://doing.liduan.com/2008/11/26/i-have-get-three-books-for-final-year-pr/</link>
		<comments>http://doing.liduan.com/2008/11/26/i-have-get-three-books-for-final-year-pr/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:22:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/26/i-have-get-three-books-for-final-year-pr/</guid>
		<description><![CDATA[I have get three books for final year project. two for social network. &#8220;introduction social networks&#8221; and &#8220;social network analysis&#8221;. other one is for graph mathematics algorithms. &#8211; &#8220;Graphs, networks and algorithms&#8221;]]></description>
			<content:encoded><![CDATA[<p>I have get three books for final year project.<br />
two for social network. &#8220;introduction social networks&#8221; and &#8220;social network analysis&#8221;.<br />
other one is for graph mathematics algorithms. &#8211; &#8220;Graphs, networks and algorithms&#8221;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/26/i-have-get-three-books-for-final-year-pr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graph Embedding  Mathematics tutorial. i &#8230;</title>
		<link>http://doing.liduan.com/2008/11/25/graph-embedding-mathematics-tutorial-i/</link>
		<comments>http://doing.liduan.com/2008/11/25/graph-embedding-mathematics-tutorial-i/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:52:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/25/graph-embedding-mathematics-tutorial-i/</guid>
		<description><![CDATA[Graph Embedding Mathematics tutorial. include circular, radial, ranked, spring and rooted graph.]]></description>
			<content:encoded><![CDATA[<p><a title="Graph Embedding Mathematics tutorial." href="http://mathworld.wolfram.com/GraphEmbedding.html">Graph Embedding</a>  Mathematics tutorial. include circular, radial, ranked, spring and rooted graph.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/25/graph-embedding-mathematics-tutorial-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some example of spring graph. springgrap &#8230;</title>
		<link>http://doing.liduan.com/2008/11/25/some-example-of-spring-graph-springgrap/</link>
		<comments>http://doing.liduan.com/2008/11/25/some-example-of-spring-graph-springgrap/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:05:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[spring graph]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/25/some-example-of-spring-graph-springgrap/</guid>
		<description><![CDATA[some example of spring graph. springgraph is developed by perl. other one is A Flex component for graph visualization]]></description>
			<content:encoded><![CDATA[<p>some example of spring graph. <a title="Can now generate 3D graphs springgraph" href="http://www.chaosreigns.com/code/springgraph/">springgraph</a> is developed by perl. other one is<br />
<a title="<br />
A Flex component for graph visualization" href="http://mark-shepherd.com/blog/2006/11/17/a-flex-component-for-graph-visualization/">A Flex component for graph visualization</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/25/some-example-of-spring-graph-springgrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>relationship graph algorithms also can c &#8230;</title>
		<link>http://doing.liduan.com/2008/11/25/relationship-graph-algorithms-also-can-c/</link>
		<comments>http://doing.liduan.com/2008/11/25/relationship-graph-algorithms-also-can-c/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 15:25:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[radial graph]]></category>
		<category><![CDATA[spring graph]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/25/relationship-graph-algorithms-also-can-c/</guid>
		<description><![CDATA[relationship graph algorithms also can call Radial or Spring graph algorithm. I have found some tutorials. 1. Graph Algorithms using SPIRAL, I think SPIRAL is a software, but I can&#8217;t find any more about it. 2. a document about Using Spring Algorithms to Remove Node Overlapping 3.]]></description>
			<content:encoded><![CDATA[<p>relationship graph algorithms also can call  Radial or Spring graph algorithm. I have found some tutorials.<br />
1. <a title="Graph Algorithms using SPIRAL" href="http://www2.isye.gatech.edu/~mgoetsch/cali/Spiral/Spiral%20HTML%20Help/GraphAlgorithms.htm">Graph Algorithms using SPIRAL</a>, I think SPIRAL is a software, but I can&#8217;t find any more about it.</p>
<p>2. <a title="a document about Using Spring Algorithms to Remove Node Overlapping" href="http://crpit.com/confpapers/CRPITV45Li.pdf">a document about Using Spring Algorithms to Remove Node Overlapping</a><br />
3. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/25/relationship-graph-algorithms-also-can-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex game example</title>
		<link>http://doing.liduan.com/2008/11/24/flex-game-example/</link>
		<comments>http://doing.liduan.com/2008/11/24/flex-game-example/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:09:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/24/flex-game-example/</guid>
		<description><![CDATA[flex game example]]></description>
			<content:encoded><![CDATA[<p><a title="flex game example" href="http://www.cnblogs.com/ly4cn/archive/2006/09/13/503412.html">flex game example</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/24/flex-game-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mygamebuilder.com is a online applicatio &#8230;</title>
		<link>http://doing.liduan.com/2008/11/24/mygamebuildercom-is-a-online-applicatio/</link>
		<comments>http://doing.liduan.com/2008/11/24/mygamebuildercom-is-a-online-applicatio/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:06:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[online apps]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/24/mygamebuildercom-is-a-online-applicatio/</guid>
		<description><![CDATA[mygamebuilder.com is a online application developed by flex. it provide a online platform for building flash game.]]></description>
			<content:encoded><![CDATA[<p><a title="mygamebuilder.com is a online application developed by flex" href="http://mygamebuilder.com/">mygamebuilder.com is a online application developed by flex</a>. it provide a online platform for building flash game.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/24/mygamebuildercom-is-a-online-applicatio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe connectNOW</title>
		<link>http://doing.liduan.com/2008/11/24/adobe-connectnow/</link>
		<comments>http://doing.liduan.com/2008/11/24/adobe-connectnow/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:50:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[connectnow]]></category>
		<category><![CDATA[idea]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/24/adobe-connectnow/</guid>
		<description><![CDATA[Great to share idea]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.shozu.com/cache/portal/media/123d01c/16777252"><img src="http://media.shozu.com/cache/portal/media/123d01c/16777252_blog" alt="" /></a><br />
Great to share idea</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/24/adobe-connectnow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorial for using Google App Engine con &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/</link>
		<comments>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:58:43 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/</guid>
		<description><![CDATA[tutorial for using Google App Engine connect mysql server.]]></description>
			<content:encoded><![CDATA[<p>tutorial for <a title="Porting legacy databases to Google App Engine - using Google App Engine connect mysql server" href="http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/">using Google App Engine connect mysql server</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>method of communication between flash an &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</link>
		<comments>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:06:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</guid>
		<description><![CDATA[method of communication between flash and php(asp, jsp, pysp,ruby): 1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;http://some?some=some&#038;#8221;) 2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.]]></description>
			<content:encoded><![CDATA[<p>method of communication between flash and php(asp, jsp, pysp,ruby):<br />
1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;<a href="http://some?some=some&#038;#8221" rel="nofollow">http://some?some=some&#038;#8221</a>;)</p>
<p>2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using Loader and Label, insert external  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</link>
		<comments>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:52:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</guid>
		<description><![CDATA[using Loader and Label, insert external picture and text. the picture url and text can from xml producted by php or any other server side script.]]></description>
			<content:encoded><![CDATA[<p>using Loader and Label, insert external picture and text.<br />
the picture url and text can from xml producted by php or any other server side script.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/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>I have created a new facebook app for my &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/i-have-created-a-new-facebook-app-for-my/</link>
		<comments>http://doing.liduan.com/2008/11/22/i-have-created-a-new-facebook-app-for-my/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 15:40:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[final year project]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/i-have-created-a-new-facebook-app-for-my/</guid>
		<description><![CDATA[I have created a new facebook app for my project. used test program.]]></description>
			<content:encoded><![CDATA[<p>I have created a new facebook app for my project. used test program.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/i-have-created-a-new-facebook-app-for-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Mutual Friend Network Visualiza &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/facebook-mutual-friend-network-visualiza/</link>
		<comments>http://doing.liduan.com/2008/11/22/facebook-mutual-friend-network-visualiza/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 15:14:36 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/facebook-mutual-friend-network-visualiza/</guid>
		<description><![CDATA[Facebook Mutual Friend Network Visualization in Flash, look like good, but facebook apps is out of work currently.]]></description>
			<content:encoded><![CDATA[<p><a title="Facebook Mutual Friend Network Visualization in Flash" href="http://danielmclaren.net/node/77">Facebook Mutual Friend Network Visualization in Flash</a>, look like good, but facebook apps is out of work currently.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/facebook-mutual-friend-network-visualiza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash actionscript2 can load server site &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</link>
		<comments>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:22:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</guid>
		<description><![CDATA[flash actionscript2 can load server site xml file. include xml producted by php.]]></description>
			<content:encoded><![CDATA[<p>flash actionscript2 can load server site xml file. include xml producted by php.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found flash only can load local xml fi &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/</link>
		<comments>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 13:54:43 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/</guid>
		<description><![CDATA[I found flash only can load local xml file, try to load a xml file from web server.]]></description>
			<content:encoded><![CDATA[<p>I found flash only can load local xml file, try to load a xml file from web server. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try using flash read a xml file.</title>
		<link>http://doing.liduan.com/2008/11/22/try-using-flash-read-a-xml-file/</link>
		<comments>http://doing.liduan.com/2008/11/22/try-using-flash-read-a-xml-file/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 10:34:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/try-using-flash-read-a-xml-file/</guid>
		<description><![CDATA[try using flash read a xml file.]]></description>
			<content:encoded><![CDATA[<p>try using flash read a xml file. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/try-using-flash-read-a-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web.py and lighttpd is full work current &#8230;</title>
		<link>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/</link>
		<comments>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:54:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/</guid>
		<description><![CDATA[web.py and lighttpd is full work currently.]]></description>
			<content:encoded><![CDATA[<p>web.py and lighttpd is full work currently. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quixote and lighttpd is fully work curre &#8230;</title>
		<link>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/</link>
		<comments>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:40:01 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/</guid>
		<description><![CDATA[quixote and lighttpd is fully work currendly.]]></description>
			<content:encoded><![CDATA[<p>quixote and lighttpd is fully work currendly. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try web.py with lighttpd.</title>
		<link>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/</link>
		<comments>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:17:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[web.py]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/</guid>
		<description><![CDATA[try web.py with lighttpd.]]></description>
			<content:encoded><![CDATA[<p>try <a title="web.py is a web framework for python that is as simple as it is powerful." href="http://webpy.org/">web.py</a> with lighttpd.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have enabled mysql service in vps serv &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/</link>
		<comments>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:58:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/</guid>
		<description><![CDATA[I have enabled mysql service in vps server. but I hate it. this service use more than 64MB memory!!!]]></description>
			<content:encoded><![CDATA[<p>I have enabled mysql service in vps server. but I hate it. this service use more than 64MB memory!!!</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quixote and Lighttpd</title>
		<link>http://doing.liduan.com/2008/11/20/quixote-and-lighttpd/</link>
		<comments>http://doing.liduan.com/2008/11/20/quixote-and-lighttpd/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:46:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/quixote-and-lighttpd/</guid>
		<description><![CDATA[Quixote and Lighttpd pylons??]]></description>
			<content:encoded><![CDATA[<p><a title="Quixote and Lighttpd" href="http://quixote.ca/qx/LighttpdScgi">Quixote and Lighttpd</a><br />
<a title="Lighttpd, SCGI and Pylons" href="http://www.keningle.com/?p=10">pylons??</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/quixote-and-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quixote and scgi example(chiese)
1. 1
 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/</link>
		<comments>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:44:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/</guid>
		<description><![CDATA[quixote and scgi example(chiese) 1. 1 2. 2]]></description>
			<content:encoded><![CDATA[<p>quixote and scgi example(chiese)<br />
1. <a href="http://www.apolov.com/html/2008/07/15/1216091040.html">1</a><br />
2. <a href="http://code.google.com/p/openbookproject/source/browse/trunk/LovelyPython/PCS/pcs-304/AbtQuixote.moin?spec=svn1942&#038;r=1942">2</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try to enable python quixote with scgi o &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/</link>
		<comments>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:53:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/</guid>
		<description><![CDATA[try to enable python quixote with scgi on lighttpd. get python-quixote get python-scgi]]></description>
			<content:encoded><![CDATA[<p>try to enable python quixote with scgi on lighttpd.<br />
get python-quixote<br />
get python-scgi</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fails to connect remote mysql server, I  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/</link>
		<comments>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:27:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[DIT firewall]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/</guid>
		<description><![CDATA[fails to connect remote mysql server, I think mysql server port 3306 has been blocked by DIT firewall.]]></description>
			<content:encoded><![CDATA[<p>fails to connect remote mysql server, I think mysql server port 3306 has been blocked by DIT firewall. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clean ubuntu package cache:sudo apt-ge &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/</link>
		<comments>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:23:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/</guid>
		<description><![CDATA[clean ubuntu package cache: sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove clean isolated package sudo apt-get install deborphan -y]]></description>
			<content:encoded><![CDATA[<p>clean ubuntu package cache:<br />
sudo apt-get autoclean<br />
sudo apt-get clean<br />
sudo apt-get autoremove</p>
<p>clean isolated package<br />
sudo apt-get install deborphan -y</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quick start lighttpd with php in ubuntu</title>
		<link>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/</link>
		<comments>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:04:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/110/</guid>
		<description><![CDATA[quick start lighttpd with php in ubuntu(summary): 1. apt-get install lighttpd 2. apt-get install php5 3. apt-get install php5-cgi 4. apt-get install ligfcgi-dev 5. lighty-enable-mod fastcgi 6. /etc/init.d/lighttpd restart ok create a php file in /var/www  and open in you browser to test it.]]></description>
			<content:encoded><![CDATA[<p>quick start lighttpd with php in ubuntu(summary):<br />
1. apt-get install lighttpd<br />
2. apt-get install php5<br />
3. apt-get install php5-cgi<br />
4. apt-get install ligfcgi-dev<br />
5. lighty-enable-mod fastcgi<br />
6. /etc/init.d/lighttpd restart</p>
<p>ok create a php file in /var/www  and open in you browser to test it.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php5-common is allready
php5-gd ok
php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</link>
		<comments>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:59:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</guid>
		<description><![CDATA[php5-common is allready php5-gd ok php5-gmp ok php5-mysql ok php5-pgsql ok php5-pspell ok php5-mhash ok php5-xmlrpc ok php5-xsl ok]]></description>
			<content:encoded><![CDATA[<p>php5-common is allready<br />
php5-gd ok<br />
php5-gmp ok<br />
php5-mysql ok<br />
php5-pgsql ok<br />
php5-pspell ok<br />
php5-mhash ok<br />
php5-xmlrpc ok<br />
php5-xsl ok</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try to enable some module of php5: php5 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</link>
		<comments>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:52:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</guid>
		<description><![CDATA[try to enable some module of php5: php5-common php5-gd php5-gmp php5-mysql php5-pgsql php5-pspell php5-mhash php5-xmlrpc php5-xsl]]></description>
			<content:encoded><![CDATA[<p>try to enable some module of php5:<br />
php5-common<br />
php5-gd<br />
php5-gmp<br />
php5-mysql<br />
php5-pgsql<br />
php5-pspell<br />
php5-mhash<br />
php5-xmlrpc<br />
php5-xsl</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd with php configuration has been &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</link>
		<comments>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:14:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</guid>
		<description><![CDATA[lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.]]></description>
			<content:encoded><![CDATA[<p>lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. </p>
<p>I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>orkut Developer&#8217;s Guide by google. It c &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/orkut-developers-guide-by-google-it-c/</link>
		<comments>http://doing.liduan.com/2008/11/18/orkut-developers-guide-by-google-it-c/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:14:26 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[orkut api]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/orkut-developers-guide-by-google-it-c/</guid>
		<description><![CDATA[orkut Developer&#8217;s Guide by google. It can be used to guide orkut api programming.]]></description>
			<content:encoded><![CDATA[<p><a title="orkut Developer's Guide by google. It can be used for guide orkut api programming" href="http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html">orkut Developer&#8217;s Guide by google</a>. It can be used to guide orkut api programming.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/orkut-developers-guide-by-google-it-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perfect example for How to Get Profile P &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/perfect-example-for-how-to-get-profile-p/</link>
		<comments>http://doing.liduan.com/2008/11/18/perfect-example-for-how-to-get-profile-p/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:55:27 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/perfect-example-for-how-to-get-profile-p/</guid>
		<description><![CDATA[perfect example for How to Get Profile Picture. include get name, affiliation and more detail info.]]></description>
			<content:encoded><![CDATA[<p>perfect example for <a title="How to Get Profile Picture. include get name, affiliation and more detail info." href="http://forum.developers.facebook.com/viewtopic.php?id=20578">How to Get Profile Picture</a>. include get name, affiliation and more detail info.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/perfect-example-for-how-to-get-profile-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tow useful tutorial about lighttpd + php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</link>
		<comments>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:59:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</guid>
		<description><![CDATA[tow useful tutorial about lighttpd + php configuration. 1. Lighttpd PHP fastcgi configuration 2. Setting up PHP with Lighttpd]]></description>
			<content:encoded><![CDATA[<p>tow useful tutorial about lighttpd + php configuration. 1. <a title="Lighttpd PHP fastcgi configuration" href="http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html">Lighttpd PHP fastcgi configuration</a><br />
2. <a title="Setting up PHP with Lighttpd" href="http://redmine.lighttpd.net/wiki/lighttpd/TutorialLighttpdAndPHP#Configuration">Setting up PHP with Lighttpd</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two more new feature have been add to my &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</link>
		<comments>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:56:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</guid>
		<description><![CDATA[two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.]]></description>
			<content:encoded><![CDATA[<p>two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have install follow service on my vps  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/i-have-install-follow-service-on-my-vps/</link>
		<comments>http://doing.liduan.com/2008/11/18/i-have-install-follow-service-on-my-vps/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:24:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/i-have-install-follow-service-on-my-vps/</guid>
		<description><![CDATA[I have install follow service on my vps hosting: samba &#8211; file and print server lighttpd &#8211; a fast webserver python &#8211; script language ruby &#8211; script programming language]]></description>
			<content:encoded><![CDATA[<p>I have install follow service on my vps hosting:<br />
<a title="samba file and print server" href="http://us3.samba.org/samba/">samba</a> &#8211; file and print server<br />
<a title="lighttpd a fast webserver" href="http://www.lighttpd.net/">lighttpd</a> &#8211; a fast webserver<br />
<a title="python script programming language" href="http://www.python.org/">python</a> &#8211; script language<br />
<a title="ruby script programming language" href="http://www.ruby-lang.org/en/">ruby</a> &#8211; script programming language</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/i-have-install-follow-service-on-my-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have checked disk space by &#8216;df -m&#8217;.  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/i-have-checked-disk-space-by-df-m/</link>
		<comments>http://doing.liduan.com/2008/11/18/i-have-checked-disk-space-by-df-m/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:19:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/i-have-checked-disk-space-by-df-m/</guid>
		<description><![CDATA[I have checked disk space by &#8216;df -m&#8217;. only 2GB available space currently]]></description>
			<content:encoded><![CDATA[<p>I have checked disk space by &#8216;df -m&#8217;. only 2GB available space currently</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/i-have-checked-disk-space-by-df-m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some tech feature about my vps, 512MB me &#8230;</title>
		<link>http://doing.liduan.com/2008/11/17/some-tech-feature-about-my-vps-512mb-me/</link>
		<comments>http://doing.liduan.com/2008/11/17/some-tech-feature-about-my-vps-512mb-me/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 20:13:27 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[final year project]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/17/some-tech-feature-about-my-vps-512mb-me/</guid>
		<description><![CDATA[some tech feature about my vps, 512MB memory, I can&#8217;t see CPU type. becouse when user uname -p. system return &#8220;unknow&#8221;. and I forget check disk space by &#8220;df&#8221;. I hope I have 1 to 2 GB free disk space. the most important thing is I find this vps use a private IP address(like 192.168.0.1).]]></description>
			<content:encoded><![CDATA[<p>some tech feature about my vps, 512MB memory, I can&#8217;t see CPU type. becouse when user uname -p. system return &#8220;unknow&#8221;. and I forget check disk space by &#8220;df&#8221;. I hope I have 1 to 2 GB free disk space.</p>
<p>the most important thing is I find this vps use a private IP address(like 192.168.0.1).</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/17/some-tech-feature-about-my-vps-512mb-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>today, I have got vps hosting form DIT.  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/17/today-i-have-got-vps-hosting-form-dit/</link>
		<comments>http://doing.liduan.com/2008/11/17/today-i-have-got-vps-hosting-form-dit/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 20:08:42 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[final year project]]></category>
		<category><![CDATA[vps hosting]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/17/today-i-have-got-vps-hosting-form-dit/</guid>
		<description><![CDATA[today, I have got vps hosting form DIT. last few week, I request a web hosting for my final year project. this afternoon, I get root account with password form DIT tech support.]]></description>
			<content:encoded><![CDATA[<p>today, I have got vps hosting form DIT. last few week, I request a web hosting for my final year project. this afternoon, I get root account with password form DIT tech support.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/17/today-i-have-got-vps-hosting-form-dit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a list of open sources social networking &#8230;</title>
		<link>http://doing.liduan.com/2008/11/15/a-list-of-open-sources-social-networking/</link>
		<comments>http://doing.liduan.com/2008/11/15/a-list-of-open-sources-social-networking/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 14:02:42 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/15/a-list-of-open-sources-social-networking/</guid>
		<description><![CDATA[a list of open sources social networking application, all are developed by java]]></description>
			<content:encoded><![CDATA[<p>a list of <a title="open sources social networking application" href="http://www.manageability.org/blog/stuff/open-source-graph-network-visualization-in-java">open sources social networking application</a>, all are developed by java</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/15/a-list-of-open-sources-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I didn&#8217;t find any social networking vis &#8230;</title>
		<link>http://doing.liduan.com/2008/11/15/i-didnt-find-any-social-networking-vis/</link>
		<comments>http://doing.liduan.com/2008/11/15/i-didnt-find-any-social-networking-vis/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 13:48:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bebo app]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/15/i-didnt-find-any-social-networking-vis/</guid>
		<description><![CDATA[I didn&#8217;t find any social networking visualization tools in bebo.]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t find any social networking visualization tools in <a title="bebo" href="http://bebo.com">bebo<a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/15/i-didnt-find-any-social-networking-vis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five main social networking visualizatio &#8230;</title>
		<link>http://doing.liduan.com/2008/11/15/five-main-social-networking-visualizatio/</link>
		<comments>http://doing.liduan.com/2008/11/15/five-main-social-networking-visualizatio/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 13:43:01 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/15/five-main-social-networking-visualizatio/</guid>
		<description><![CDATA[Five main social networking visualization tools for facebook. the can mapping you friends of facebook. 1.Friend Webs 2.Friend Wheel 3.Friends Density 4.Nexus 5.TouchGraph Photos 6.Visualiser]]></description>
			<content:encoded><![CDATA[<p>Five main social networking visualization tools for facebook. the can mapping you friends of facebook.<br />
1.<a title="social networking visualization tools for facebook Friend Webs" href="http://www.facebook.com/apps/application.php?id=24956750248&#038;b=&#038;ref=pd_r">Friend Webs</a><br />
2.<a title="social networking visualization tools for facebook Friend Wheel" href="http://www.facebook.com/apps/application.php?id=2415325843&#038;b=&#038;ref=pd_r">Friend Wheel</a><br />
3.<a title="social networking visualization tools for facebook Friends Density" href="http://www.facebook.com/apps/application.php?id=6250221348&#038;b=&#038;ref=pd_r">Friends Density</a><br />
4.<a title="social networking visualization tools for facebook Nexus" href="http://www.facebook.com/apps/application.php?id=5303167721&#038;b=&#038;ref=pd_r">Nexus</a><br />
5.<a title="social networking visualization tools for facebook TouchGraph Photos" href="http://www.facebook.com/apps/application.php?id=3267890192&#038;b=&#038;ref=pd_r">TouchGraph Photos</a><br />
6.<a title="social networking visualization tools for facebook Visualiser" href="http://www.facebook.com/home.php#/apps/application.php?id=6093771025&#038;b=&#038;ref=pd_r">Visualiser</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/15/five-main-social-networking-visualizatio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There are some The Best Tools for Visual &#8230;</title>
		<link>http://doing.liduan.com/2008/11/15/there-are-some-the-best-tools-for-visual/</link>
		<comments>http://doing.liduan.com/2008/11/15/there-are-some-the-best-tools-for-visual/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 13:29:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/15/there-are-some-the-best-tools-for-visual/</guid>
		<description><![CDATA[There are some The Best Tools for Visualization. not only social networking.]]></description>
			<content:encoded><![CDATA[<p>There are some <a title="The Best Tools for Visualization"  href="http://www.readwriteweb.com/archives/the_best_tools_for_visualization.php">The Best Tools for Visualization</a>. not only social networking.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/15/there-are-some-the-best-tools-for-visual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unix shell programming tutorial for comm &#8230;</title>
		<link>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/</link>
		<comments>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:36:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/</guid>
		<description><![CDATA[unix shell programming tutorial for command awk, and a chinese version is available.]]></description>
			<content:encoded><![CDATA[<p>unix shell programming <a title="unix shell programming tutorial for command awk" htrf="http://student.northpark.edu/pemente/awk/awk1line.txt">tutorial for command awk</a>, and a <a title="unix shell programming tutorial for command awk chinese version" href="http://ximix.org/translation/awk1line_zh-CN.txt">chinese version</a> is available.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3DFS is a ActionScript 3D engine. suppor &#8230;</title>
		<link>http://doing.liduan.com/2008/11/12/3dfs-is-a-actionscript-3d-engine-suppor/</link>
		<comments>http://doing.liduan.com/2008/11/12/3dfs-is-a-actionscript-3d-engine-suppor/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:32:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/12/3dfs-is-a-actionscript-3d-engine-suppor/</guid>
		<description><![CDATA[3DFS is a ActionScript 3D engine. support flash 7 or lateral.]]></description>
			<content:encoded><![CDATA[<p><a title="3DFS is a ActionScript 3D engine" href="http://3dfs.playpixel.net/">3DFS is a ActionScript 3D engine</a>. support flash 7 or lateral. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/12/3dfs-is-a-actionscript-3d-engine-suppor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash 3D tools and engines</title>
		<link>http://doing.liduan.com/2008/11/10/flash-3d-tools-and-engines/</link>
		<comments>http://doing.liduan.com/2008/11/10/flash-3d-tools-and-engines/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:34:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/10/flash-3d-tools-and-engines/</guid>
		<description><![CDATA[flash 3D tools and engines]]></description>
			<content:encoded><![CDATA[<p><a title="flash 3D tools and engines" href="http://edutechwiki.unige.ch/en/Flash_3D">flash 3D tools and engines</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/10/flash-3d-tools-and-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandy 3D Flash Library should be used in &#8230;</title>
		<link>http://doing.liduan.com/2008/11/10/sandy-3d-flash-library-should-be-used-in/</link>
		<comments>http://doing.liduan.com/2008/11/10/sandy-3d-flash-library-should-be-used-in/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:29:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash 8]]></category>
		<category><![CDATA[Sandy]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/10/sandy-3d-flash-library-should-be-used-in/</guid>
		<description><![CDATA[Sandy 3D Flash Library should be used in my project, I plan creating a 3D sphere in user interface. but most tutorial in about flash cs3. in college, I only can use flash 8. there are a tutorial about Sandy 3D Flash Library 1.1]]></description>
			<content:encoded><![CDATA[<p><a title="Sandy 3D Flash Library" href="http://www.flashsandy.org/download">Sandy 3D Flash Library</a> should be used in my project, I plan creating a 3D sphere in user interface. but most tutorial in about flash cs3. in college, I only can use flash 8. <a title="there are a tutorial about Sandy 3D Flash Library 1.1" href="http://www.petitpub.com/labs/media/flash/sandy/sprites.shtml">there are a tutorial about Sandy 3D Flash Library 1.1</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/10/sandy-3d-flash-library-should-be-used-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorial for creating bebo application w &#8230;</title>
		<link>http://doing.liduan.com/2008/11/08/tutorial-for-creating-bebo-application-w/</link>
		<comments>http://doing.liduan.com/2008/11/08/tutorial-for-creating-bebo-application-w/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 23:10:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bebo app]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/08/tutorial-for-creating-bebo-application-w/</guid>
		<description><![CDATA[tutorial for creating bebo application with php, step by step and code example.]]></description>
			<content:encoded><![CDATA[<p><a title="tutorial for creating bebo application How to create a Bebo application using PHP 5" href="http://www.thoughtlabs.com/blogs/2008/05/08/how-to-create-a-bebo-application-using-php-5/">tutorial for creating bebo application with php</a>, step by step and code example.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/08/tutorial-for-creating-bebo-application-w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yes, I get it. I have finish chinese cal &#8230;</title>
		<link>http://doing.liduan.com/2008/11/08/yes-i-get-it-i-have-finish-chinese-cal/</link>
		<comments>http://doing.liduan.com/2008/11/08/yes-i-get-it-i-have-finish-chinese-cal/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 14:45:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bebo app]]></category>
		<category><![CDATA[chinese calendar]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/08/yes-i-get-it-i-have-finish-chinese-cal/</guid>
		<description><![CDATA[yes, I get it. I have finish chinese calendar for bebo.]]></description>
			<content:encoded><![CDATA[<p>yes, I get it. I have finish chinese calendar for bebo. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/08/yes-i-get-it-i-have-finish-chinese-cal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have created new website &#8220;snsapps.lid &#8230;</title>
		<link>http://doing.liduan.com/2008/11/08/i-have-created-new-website-snsappslid/</link>
		<comments>http://doing.liduan.com/2008/11/08/i-have-created-new-website-snsappslid/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 12:13:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sns]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/08/i-have-created-new-website-snsappslid/</guid>
		<description><![CDATA[I have created new website &#8220;snsapps.liduan.com&#8221; for hosting my sns applications.]]></description>
			<content:encoded><![CDATA[<p>I have created <a title="new website "snsapps.liduan.com" for hosting my sns applications" href="http://snsapps.liduan.com">new website &#8220;snsapps.liduan.com&#8221;</a> for hosting my sns applications. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/08/i-have-created-new-website-snsappslid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bebo apps engineer is back. I&#8217;m filling &#8230;</title>
		<link>http://doing.liduan.com/2008/11/08/bebo-apps-engineer-is-back-im-filling/</link>
		<comments>http://doing.liduan.com/2008/11/08/bebo-apps-engineer-is-back-im-filling/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:34:05 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bebo api]]></category>
		<category><![CDATA[bebo app]]></category>
		<category><![CDATA[chinese calendar]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/08/bebo-apps-engineer-is-back-im-filling/</guid>
		<description><![CDATA[bebo apps engineer is back. I&#8217;m filling form of creating app. I found this form is easy than facebook&#8217;s form. Firstly, I will let my Chinese calendar to support bebo.]]></description>
			<content:encoded><![CDATA[<p><a title="bebo apps engineer" href="http://developer.bebo.com/">bebo apps engineer</a> is back. I&#8217;m filling form of creating app. I found this form is easy than facebook&#8217;s form. Firstly, I will let my <a title="my first facebook app chinese calendar" href="http://www.an-lar.com/2008/11/my-first-facebook-application-2/">Chinese calendar</a> to support bebo.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/08/bebo-apps-engineer-is-back-im-filling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>here is a interesting programming tutori &#8230;</title>
		<link>http://doing.liduan.com/2008/11/06/here-is-a-interesting-programming-tutori/</link>
		<comments>http://doing.liduan.com/2008/11/06/here-is-a-interesting-programming-tutori/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:54:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[snake]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/06/here-is-a-interesting-programming-tutori/</guid>
		<description><![CDATA[here is a interesting programming tutorial about building a snake game by flash actionscript. And there are some flash game with code sources]]></description>
			<content:encoded><![CDATA[<p><a title="Flash Snake Game Tutorial" href="http://www.strille.net/tutorials/snake/index.php">here is a interesting programming tutorial</a> about building a snake game by flash actionscript. And there are some <a title="flash game with code sources" href="http://www.sephiroth.it/games.php">flash game with code sources</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/06/here-is-a-interesting-programming-tutori/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anatomy of an Orkut Application is very  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/06/anatomy-of-an-orkut-application-is-very/</link>
		<comments>http://doing.liduan.com/2008/11/06/anatomy-of-an-orkut-application-is-very/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:59:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[orkut api]]></category>
		<category><![CDATA[orkut app]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/06/anatomy-of-an-orkut-application-is-very/</guid>
		<description><![CDATA[Anatomy of an Orkut Application is very helpful document tell developer how to write a app for orkut]]></description>
			<content:encoded><![CDATA[<p><a title="Anatomy of an Orkut Application is very helpful document tell developer how to write a app for orkut" href="http://code.google.com/apis/orkut/articles/anatomy.html">Anatomy of an Orkut Application</a> is very helpful document tell developer how to write a app for orkut</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/06/anatomy-of-an-orkut-application-is-very/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m studying orkut api, it is different &#8230;</title>
		<link>http://doing.liduan.com/2008/11/06/im-studying-orkut-api-it-is-different/</link>
		<comments>http://doing.liduan.com/2008/11/06/im-studying-orkut-api-it-is-different/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:57:30 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[orkut api]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/06/im-studying-orkut-api-it-is-different/</guid>
		<description><![CDATA[I&#8217;m studying orkut api, it is different with facebook and bebo. it don&#8217;t need api key. and, It using js for app development.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m studying orkut api, it is different with facebook and bebo. it don&#8217;t need api key. and, It using js for app development.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/06/im-studying-orkut-api-it-is-different/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have tried to get a API key of bebo. b &#8230;</title>
		<link>http://doing.liduan.com/2008/11/06/i-have-tried-to-get-a-api-key-of-bebo-b/</link>
		<comments>http://doing.liduan.com/2008/11/06/i-have-tried-to-get-a-api-key-of-bebo-b/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:23:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bebo api]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/06/i-have-tried-to-get-a-api-key-of-bebo-b/</guid>
		<description><![CDATA[I have tried to get a API key of bebo. but I found error in the bebo app developer. I think it is Java Env error. I will try it at home.]]></description>
			<content:encoded><![CDATA[<p>I have tried to get a API key of bebo. but I found error in the bebo app developer. I think it is Java Env error. I will try it at home. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/06/i-have-tried-to-get-a-api-key-of-bebo-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flare is a open sources project &#8211; Data V &#8230;</title>
		<link>http://doing.liduan.com/2008/11/06/flare-is-a-open-sources-project-data-v/</link>
		<comments>http://doing.liduan.com/2008/11/06/flare-is-a-open-sources-project-data-v/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:08:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flare]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/06/flare-is-a-open-sources-project-data-v/</guid>
		<description><![CDATA[Flare is a open sources project &#8211; Data Visualization Library by flash actionscript. it can used for creating visualization graph via flash. see demo here]]></description>
			<content:encoded><![CDATA[<p>Flare is a open sources project &#8211; <a title="Flare Data Visualization Library" href="http://flare.prefuse.org/">Data Visualization Library</a> by flash actionscript. it can used for creating visualization graph via flash. <a title="Flare Data Visualization Library Demo" href="http://flare.prefuse.org/demo">see demo here</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/06/flare-is-a-open-sources-project-data-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change blog tagline from &#8220;Record and Sa &#8230;</title>
		<link>http://doing.liduan.com/2008/11/05/change-blog-tagline-from-record-and-sa/</link>
		<comments>http://doing.liduan.com/2008/11/05/change-blog-tagline-from-record-and-sa/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/05/change-blog-tagline-from-record-and-sa/</guid>
		<description><![CDATA[Change blog tagline from &#8220;Record and Save&#8221; to &#8220;Record and Store&#8221;]]></description>
			<content:encoded><![CDATA[<p>Change blog tagline from &#8220;Record and Save&#8221; to &#8220;Record and Store&#8221;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/05/change-blog-tagline-from-record-and-sa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check domain, reverse hosting ip address &#8230;</title>
		<link>http://doing.liduan.com/2008/11/03/check-domain-reverse-hosting-ip-address/</link>
		<comments>http://doing.liduan.com/2008/11/03/check-domain-reverse-hosting-ip-address/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:10:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/03/check-domain-reverse-hosting-ip-address/</guid>
		<description><![CDATA[check domain, reverse hosting ip address. you can using WebHosting.Info. It is very useful. WebHosting.Info is the largest research and statistics portal primarily dedicated towards the web services industry.]]></description>
			<content:encoded><![CDATA[<p>check domain, reverse hosting ip address. you can using  <a title="check domain, reverse hosting ip address" href="http://webhosting.info">WebHosting.Info</a>. It is very useful. <a title="check domain, reverse hosting ip address" href="http://webhosting.info">WebHosting.Info</a> is the largest research and statistics portal primarily dedicated towards the web services industry. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/03/check-domain-reverse-hosting-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I will try to purchase a dedicated ip ad &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/i-will-try-to-purchase-a-dedicated-ip-ad/</link>
		<comments>http://doing.liduan.com/2008/11/02/i-will-try-to-purchase-a-dedicated-ip-ad/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 20:31:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dedicated ip]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/i-will-try-to-purchase-a-dedicated-ip-ad/</guid>
		<description><![CDATA[I will try to purchase a dedicated ip address. it should be cost 3 or 4 dollar per month.]]></description>
			<content:encoded><![CDATA[<p>I will try to purchase a dedicated ip address. it should be cost 3 or 4 dollar per month. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/i-will-try-to-purchase-a-dedicated-ip-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMG, my blog have been blocked by chines &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/omg-my-blog-have-been-blocked-by-chines/</link>
		<comments>http://doing.liduan.com/2008/11/02/omg-my-blog-have-been-blocked-by-chines/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 20:28:58 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gfw]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/omg-my-blog-have-been-blocked-by-chines/</guid>
		<description><![CDATA[OMG, my blog have been blocked by chinese government. I can&#8217;t believe it. I didn&#8217;t writing anything about politics, but it isn&#8217;t useful. somebody who share same hosting server with me, she or he wrote some thing about politics. gfw(Great Fire Wall) also blocked IP of this web server. but it&#8217;s not my problem. I [...]]]></description>
			<content:encoded><![CDATA[<p>OMG, my blog have been blocked by chinese government. I can&#8217;t believe it. I didn&#8217;t writing anything about politics, but it isn&#8217;t useful. somebody who share same hosting server with me, she or he wrote some thing about politics. gfw(Great Fire Wall) also blocked IP of this web server. but it&#8217;s not my problem. I can&#8217;t believe.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/omg-my-blog-have-been-blocked-by-chines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebook app mysmiley example, here is m &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/facebook-app-mysmiley-example-here-is-m/</link>
		<comments>http://doing.liduan.com/2008/11/02/facebook-app-mysmiley-example-here-is-m/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 20:20:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/facebook-app-mysmiley-example-here-is-m/</guid>
		<description><![CDATA[facebook app mysmiley example, here is mysmiley code, same topic is here. 10 Awesome Things Built on the Facebook API]]></description>
			<content:encoded><![CDATA[<p>facebook app <a title="Get Started mysmiley" href="http://developers.facebook.com/get_started.php?tab=anatomy">mysmiley example, <a title="mysmiley example" href="http://www.geekpoint.net/buy-sell-trade/5380-facebook-api-directly-write-message-profile-box.html">here is mysmiley code</a>, same <a title="mysmiley example" href="http://www.mytino.com/jobs/job_details.php?id=2102">topic is here</a>. <a title="10 Awesome Things Built on the Facebook API" href="http://mashable.com/2007/05/02/10-awesome-things-built-on-the-facebook-api/">10 Awesome Things Built on the Facebook API</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/facebook-app-mysmiley-example-here-is-m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebook official fbml document Profile. &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/facebook-official-fbml-document-profile/</link>
		<comments>http://doing.liduan.com/2008/11/02/facebook-official-fbml-document-profile/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 20:15:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[narrow boxes]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/facebook-official-fbml-document-profile/</guid>
		<description><![CDATA[facebook official fbml document Profile.setFBML, App Accelerator Guide for facebook api. official document about design app box.]]></description>
			<content:encoded><![CDATA[<p><a title="facebook official fbml document" href="http://wiki.developers.facebook.com/index.php/Profile.setFBML">facebook official fbml document</a> Profile.setFBML,  <a title="App Accelerator Guide facebook api" href="http://docs.widgetbox.com/developers/app-accelerator/guide/">App Accelerator Guide</a> for facebook api. official document about <a title="New Design Narrow Boxes facebook api" href="http://wiki.developers.facebook.com/index.php/New_Design_Narrow_Boxes">design app box</a>. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/facebook-official-fbml-document-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample FQL Queries, there are some simpl &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/sample-fql-queries-there-are-some-simpl/</link>
		<comments>http://doing.liduan.com/2008/11/02/sample-fql-queries-there-are-some-simpl/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 16:24:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[fql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/sample-fql-queries-there-are-some-simpl/</guid>
		<description><![CDATA[Sample FQL Queries, there are some simple example of Facebook Query Language(FQL)]]></description>
			<content:encoded><![CDATA[<p><a title="Sample FQL Queries, there are some simple example of Facebook Query Language(FQL)" href="http://wiki.developers.facebook.com/index.php/Sample_FQL_Queries">Sample FQL Queries</a>, there are some simple example of Facebook Query Language(FQL)</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/sample-fql-queries-there-are-some-simpl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>a good facebook api tutorial &#8211; How To Bu &#8230;</title>
		<link>http://doing.liduan.com/2008/11/02/a-good-facebook-api-tutorial-how-to-bu/</link>
		<comments>http://doing.liduan.com/2008/11/02/a-good-facebook-api-tutorial-how-to-bu/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 14:29:15 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/02/a-good-facebook-api-tutorial-how-to-bu/</guid>
		<description><![CDATA[a good facebook api tutorial &#8211; How To Build A Facebook Application]]></description>
			<content:encoded><![CDATA[<p>a good facebook api tutorial &#8211; <a title="a good facebook api tutorial - How To Build A Facebook Application" href="http://www.digital-web.com/articles/building_facebook_applications/">How To Build A Facebook Application</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/02/a-good-facebook-api-tutorial-how-to-bu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kubuntu 8.10 is not a LTS version. so I  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/01/kubuntu-810-is-not-a-lts-version-so-i/</link>
		<comments>http://doing.liduan.com/2008/11/01/kubuntu-810-is-not-a-lts-version-so-i/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:23:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/kubuntu-810-is-not-a-lts-version-so-i/</guid>
		<description><![CDATA[kubuntu 8.10 is not a LTS version. so I still thing about should I upgrade my laptop to kubuntu 8.10?]]></description>
			<content:encoded><![CDATA[<p>kubuntu 8.10 is not a LTS version. so I still thing about should I upgrade my laptop to kubuntu 8.10?</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/kubuntu-810-is-not-a-lts-version-so-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE4 is cool, but I found everything hav &#8230;</title>
		<link>http://doing.liduan.com/2008/11/01/kde4-is-cool-but-i-found-everything-hav/</link>
		<comments>http://doing.liduan.com/2008/11/01/kde4-is-cool-but-i-found-everything-hav/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:21:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/kde4-is-cool-but-i-found-everything-hav/</guid>
		<description><![CDATA[KDE4 is cool, but I found everything have been changed.]]></description>
			<content:encoded><![CDATA[<p>KDE4 is cool, but I found everything have been changed. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/kde4-is-cool-but-i-found-everything-hav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wow~~~~~~~~~, KDE4, I will touch it.</title>
		<link>http://doing.liduan.com/2008/11/01/wow-kde4-i-will-touch-it/</link>
		<comments>http://doing.liduan.com/2008/11/01/wow-kde4-i-will-touch-it/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:31:07 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/wow-kde4-i-will-touch-it/</guid>
		<description><![CDATA[wow~~~~~~~~~, KDE4, I will touch it. Goodbye, KDE3]]></description>
			<content:encoded><![CDATA[<p>wow~~~~~~~~~, KDE4, I will touch it. Goodbye, KDE3</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/wow-kde4-i-will-touch-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>just a half hour, I upgrade kubuntu 8.04 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/01/just-a-half-hour-i-upgrade-kubuntu-804/</link>
		<comments>http://doing.liduan.com/2008/11/01/just-a-half-hour-i-upgrade-kubuntu-804/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:28:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/just-a-half-hour-i-upgrade-kubuntu-804/</guid>
		<description><![CDATA[just a half hour, I upgrade kubuntu 8.04 to 8.10. It is easier than install new windows system.]]></description>
			<content:encoded><![CDATA[<p>just a half hour, I upgrade kubuntu 8.04 to 8.10. It is easier than install new windows system.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/just-a-half-hour-i-upgrade-kubuntu-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I love packages manage of ubuntu. it mak &#8230;</title>
		<link>http://doing.liduan.com/2008/11/01/i-love-packages-manage-of-ubuntu-it-mak/</link>
		<comments>http://doing.liduan.com/2008/11/01/i-love-packages-manage-of-ubuntu-it-mak/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:26:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adept manager]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/i-love-packages-manage-of-ubuntu-it-mak/</guid>
		<description><![CDATA[I love packages manage of ubuntu. it make everything easy. example of install and upgrade. Don&#8217;t worry about relationship of different package. adept manager will help you to do that.]]></description>
			<content:encoded><![CDATA[<p>I love packages manage of <a title="ubuntu" href="http://ubuntu.com">ubuntu</a>. it make everything easy. example of install and upgrade. Don&#8217;t worry about relationship of different package. <a href="http://en.wikipedia.org/wiki/Adept_Package_Manager" title="adept manager">adept manager</a> will help you to do that.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/i-love-packages-manage-of-ubuntu-it-mak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m trying kubuntu 8.10 in a virtualiza &#8230;</title>
		<link>http://doing.liduan.com/2008/11/01/im-trying-kubuntu-810-in-a-virtualiza/</link>
		<comments>http://doing.liduan.com/2008/11/01/im-trying-kubuntu-810-in-a-virtualiza/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:20:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/01/im-trying-kubuntu-810-in-a-virtualiza/</guid>
		<description><![CDATA[I&#8217;m trying kubuntu 8.10 in a virtualization machine. here is upgrades document. but, 8.10 is not LTS version.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying <a title="kubuntu 8.10" href"http://www.kubuntu.org/">kubuntu 8.10 in a virtualization machine. here is <a title="upgrades document" href="https://help.ubuntu.com/community/IntrepidUpgrades/Kubuntu">upgrades document</a>. but, 8.10 is not LTS version.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/01/im-trying-kubuntu-810-in-a-virtualiza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using java build your won scripting lang &#8230;</title>
		<link>http://doing.liduan.com/2008/10/31/using-java-build-your-won-scripting-lang/</link>
		<comments>http://doing.liduan.com/2008/10/31/using-java-build-your-won-scripting-lang/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 19:23:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/31/using-java-build-your-won-scripting-lang/</guid>
		<description><![CDATA[using java build your won scripting language. if you search &#8220;build your own scripting&#8221;, you can find a list of tutorial about build a scripting language by java.]]></description>
			<content:encoded><![CDATA[<p>using java build your won scripting language. if you search <a title="using java build your won scripting language" href="http://www.javaworld.com/ifind/java/query.html?qm=0&amp;st=1&amp;nh=10&amp;col=java&amp;qt=build+your+own+scripting&amp;x=0&amp;y=0&amp;=Go">&#8220;build your own scripting&#8221;</a>, you can find a list of tutorial about build a scripting language by java.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/31/using-java-build-your-won-scripting-lang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have download accompany solution of bo &#8230;</title>
		<link>http://doing.liduan.com/2008/10/30/i-have-download-accompany-solution-of-bo/</link>
		<comments>http://doing.liduan.com/2008/10/30/i-have-download-accompany-solution-of-bo/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 19:30:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[doing]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/30/i-have-download-accompany-solution-of-bo/</guid>
		<description><![CDATA[I have download accompany solution of book, there are a huge work I will do.]]></description>
			<content:encoded><![CDATA[<p>I have download accompany solution of book, there are a huge work I will do.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/30/i-have-download-accompany-solution-of-bo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yolango back. Yolango is very good engli &#8230;</title>
		<link>http://doing.liduan.com/2008/10/30/yolango-back-yolango-is-very-good-engli/</link>
		<comments>http://doing.liduan.com/2008/10/30/yolango-back-yolango-is-very-good-engli/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:36:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[english learning]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/30/yolango-back-yolango-is-very-good-engli/</guid>
		<description><![CDATA[Yolango back. Yolango is very good english learning web2.0 service. it support english news video and Captions. Last month, yolango was still out of service. but now, it back. very good. But, I found all video are not avaliable currently.]]></description>
			<content:encoded><![CDATA[<p><a title=" Yolango is very good english learning web2.0 service" href="http://yolango.com">Yolango</a> back. Yolango is very good english learning web2.0 service. it support english news video and Captions. Last month, yolango was still out of service. but now, it back. very good. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But, I found all video are not avaliable currently.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/30/yolango-back-yolango-is-very-good-engli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found Math is very important in flash  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/30/i-found-math-is-very-important-in-flash/</link>
		<comments>http://doing.liduan.com/2008/10/30/i-found-math-is-very-important-in-flash/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:29:11 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/30/i-found-math-is-very-important-in-flash/</guid>
		<description><![CDATA[I found Math is very important in flash programming. good Math for easy work.]]></description>
			<content:encoded><![CDATA[<p>I found Math is very important in flash programming. good Math for easy work.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/30/i-found-math-is-very-important-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>after long time work, I have finished ch &#8230;</title>
		<link>http://doing.liduan.com/2008/10/30/after-long-time-work-i-have-finished-ch/</link>
		<comments>http://doing.liduan.com/2008/10/30/after-long-time-work-i-have-finished-ch/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:27:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[doing]]></category>
		<category><![CDATA[done]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/30/after-long-time-work-i-have-finished-ch/</guid>
		<description><![CDATA[after long time work, I have finished chapter 5 of flash actionscipt &#8211; velocity and acceleration. next, chapter 6 &#8211; boundaries and friction.look like hard. gogogo~~~~]]></description>
			<content:encoded><![CDATA[<p>after long time work, I have finished chapter 5 of flash actionscipt &#8211; velocity and acceleration. next, chapter 6 &#8211; boundaries and friction.look like hard. gogogo~~~~</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/30/after-long-time-work-i-have-finished-ch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a c# development with facebook api tutor &#8230;</title>
		<link>http://doing.liduan.com/2008/10/30/a-c-development-with-facebook-api-tutor/</link>
		<comments>http://doing.liduan.com/2008/10/30/a-c-development-with-facebook-api-tutor/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:43:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/30/a-c-development-with-facebook-api-tutor/</guid>
		<description><![CDATA[a c# development with facebook api tutorial is avaliable. using 4 steps developing your facebook app by c#. there are some FQA in facebook development wiki.]]></description>
			<content:encoded><![CDATA[<p>a <a title="c# development with facebook api tutorial" href="http://www.devsource.com/c/a/Add-Ons/Using-the-Facebook-API/">c# development with facebook api tutorial</a> is avaliable. using 4 steps developing your facebook app by c#. there are some FQA in </a><a href="http://wiki.developers.facebook.com/index.php/Random_questions#Basic_Application_Architecture">facebook development wiki.</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/30/a-c-development-with-facebook-api-tutor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>there are two very good facebook develop &#8230;</title>
		<link>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/</link>
		<comments>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:34:38 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/</guid>
		<description><![CDATA[there are two very good facebook development tutorial, Facebooker Tutorial is a facebook apps used for facebook development tutorial. other one is Facebook PHP Tutorial, it is for php programming with facebook api.]]></description>
			<content:encoded><![CDATA[<p>there are two very good facebook development tutorial, <a title="Facebooker Tutorial is a facebook apps used for facebook development tutorial" href="http://apps.facebook.com/facebooker_tutorial/">Facebooker Tutorial</a> is a facebook apps used for facebook development tutorial. other one is <a title="Facebook PHP Tutorial, it is for php programming with facebook api." href="http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/">Facebook PHP Tutorial</a>, it is for php programming with facebook api.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/29/there-are-two-very-good-facebook-develop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have write a very simple plug-in for f &#8230;</title>
		<link>http://doing.liduan.com/2008/10/28/i-have-write-a-very-simple-plug-in-for-f/</link>
		<comments>http://doing.liduan.com/2008/10/28/i-have-write-a-very-simple-plug-in-for-f/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:27:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/28/i-have-write-a-very-simple-plug-in-for-f/</guid>
		<description><![CDATA[I have write a very simple plug-in for facebook based on fb API. it is a &#8220;hellow world&#8221; program. program page is in http://liduan.com/fb/start.]]></description>
			<content:encoded><![CDATA[<p>I have write a very simple plug-in for facebook based on fb API. it is a &#8220;hellow world&#8221; program. program page is in <a href="http://liduan.com/fb/start" rel="nofollow">http://liduan.com/fb/start</a>.  </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/28/i-have-write-a-very-simple-plug-in-for-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing Social Networks in Excel 200 &#8230;</title>
		<link>http://doing.liduan.com/2008/10/28/visualizing-social-networks-in-excel-200/</link>
		<comments>http://doing.liduan.com/2008/10/28/visualizing-social-networks-in-excel-200/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:42:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[net map]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/28/visualizing-social-networks-in-excel-200/</guid>
		<description><![CDATA[Visualizing Social Networks in Excel 2007, in this post, a tool named NetMap will be used. It is developed by codeplex.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.worldchanging.com/archives/008296.html">Visualizing Social Networks in Excel 2007</a>, in this post, a <a href="http://www.codeplex.com/NetMap">tool named NetMap</a> will be used. It is developed by <a href="http://www.codeplex.com">codeplex</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/28/visualizing-social-networks-in-excel-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in last blog post, I&#8217;m very interesting &#8230;</title>
		<link>http://doing.liduan.com/2008/10/28/in-last-blog-post-im-very-interesting/</link>
		<comments>http://doing.liduan.com/2008/10/28/in-last-blog-post-im-very-interesting/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 13:51:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[sphere]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/28/in-last-blog-post-im-very-interesting/</guid>
		<description><![CDATA[in last blog post, I&#8217;m very interesting in that spheres, but that example don&#8217;t support code for it, so I have searched in the www. I have found some tutorial about how to do 3D sphere by flash actionscript. first one is developed by actionscript3, next one is math tutorial.]]></description>
			<content:encoded><![CDATA[<p>in last blog post, I&#8217;m very interesting in that <a href="http://moebio.com/spheres/english.html#">spheres</a>, but that example don&#8217;t support code for it, so I have searched in the www. I have found some tutorial about how to do 3D sphere by flash actionscript. <a title="first one is developed by actionscript3" href="http://www.reflektions.com/miniml/template_permalink.asp?id=329">first one is developed by actionscript3</a>, next one is <a title="" href="http://www.flashadvisor.com/tutorial/3D/How_To_Create_the_3D_Object_in_Flash-1-3.html">math tutorial</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/28/in-last-blog-post-im-very-interesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in Flash Enabled Blog, there are some ve &#8230;</title>
		<link>http://doing.liduan.com/2008/10/28/in-flash-enabled-blog-there-are-some-ve/</link>
		<comments>http://doing.liduan.com/2008/10/28/in-flash-enabled-blog-there-are-some-ve/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 13:23:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[sphere]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/28/in-flash-enabled-blog-there-are-some-ve/</guid>
		<description><![CDATA[in Flash Enabled Blog, there are some very good example flash for my project. see a example of spheres.]]></description>
			<content:encoded><![CDATA[<p>in <a title="Flash Enabled Blog" href="http://flashenabledblog.com/2008/08/19/showcase-visualizing-data-roundup/">Flash Enabled Blog</a>, there are some very good example flash for my project. see a example of <a title="flash spheres example" href="http://moebio.com/spheres/english.html#">spheres</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/28/in-flash-enabled-blog-there-are-some-ve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx, a lightweight http server proxy,  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/</link>
		<comments>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 17:55:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email server]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/</guid>
		<description><![CDATA[nginx, a lightweight http server proxy, it also support email proxy. it is developed by Russian programmer. by the way, nginx using BSD-like license. lighttpd also is a lightweight http proxy, but lighttpd doesn&#8217;t support email proxy.]]></description>
			<content:encoded><![CDATA[<p><a title="nginx http server proxy" href="nginx.net">nginx</a>, a lightweight http server proxy, it also support email proxy. it is developed by Russian programmer.  by the way, nginx using BSD-like license.</p>
<p><a title="light http server proxy" href="lighttpd.org">lighttpd</a> also is a lightweight http proxy, but lighttpd doesn&#8217;t support email proxy. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User interface of MediaMaster is look li &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/user-interface-of-mediamaster-is-look-li/</link>
		<comments>http://doing.liduan.com/2008/10/27/user-interface-of-mediamaster-is-look-li/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:24:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/user-interface-of-mediamaster-is-look-li/</guid>
		<description><![CDATA[User interface of MediaMaster is look like iTune. everyone can upload music (include mp3, wmv, m4a). it support batch uploading, this is very helpful function. Moreover, you can share or play your music in any website , blog, via a widget.]]></description>
			<content:encoded><![CDATA[<p>User interface of <a title="MediaMaster is look like iTune" href="http://mediamaster.com">MediaMaster is look like iTune</a>. everyone can upload music (include mp3, wmv, m4a). it support batch uploading, this is very helpful function. Moreover, you can share or play your music in any website , blog, via a widget.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/user-interface-of-mediamaster-is-look-li/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>another music share website &#8211; MediaMaste &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/another-music-share-website-mediamaste/</link>
		<comments>http://doing.liduan.com/2008/10/27/another-music-share-website-mediamaste/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:19:46 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/another-music-share-website-mediamaste/</guid>
		<description><![CDATA[another music share website &#8211; MediaMaster.]]></description>
			<content:encoded><![CDATA[<p><a title="another music share website - MediaMaster" href="mediamaster.com">another music share website &#8211; MediaMaster</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/another-music-share-website-mediamaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found a very good uploading and share  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/i-found-a-very-good-uploading-and-share/</link>
		<comments>http://doing.liduan.com/2008/10/27/i-found-a-very-good-uploading-and-share/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:17:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/i-found-a-very-good-uploading-and-share/</guid>
		<description><![CDATA[I found a very good uploading and share music websit &#8211; BooMP3.]]></description>
			<content:encoded><![CDATA[<p>I found a very good <a title="uploading and share music websit - BooMP3" href="http://boomp3.com">uploading and share music websit &#8211; BooMP3</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/i-found-a-very-good-uploading-and-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a binary clock, and a tutorial about how &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/a-binary-clock-and-a-tutorial-about-how/</link>
		<comments>http://doing.liduan.com/2008/10/27/a-binary-clock-and-a-tutorial-about-how/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:15:59 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[binary clock]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/a-binary-clock-and-a-tutorial-about-how/</guid>
		<description><![CDATA[a binary clock, and a tutorial about how to create a binary clock by flash.]]></description>
			<content:encoded><![CDATA[<p><a title="flash binary clock" href="http://www.glassgiant.com/geek/binaryclock/binary_clock_flash.swf">a binary clock</a>, and a <a title="tutorial about how to create a binary clock by flash" href="http://www.actionscript.org/resources/articles/60/1/Building-a-Binary-Clock/Page1.html">tutorial about how to create a binary clock by flash</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/a-binary-clock-and-a-tutorial-about-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have finished study basical actionscri &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/i-have-finished-study-basical-actionscri/</link>
		<comments>http://doing.liduan.com/2008/10/27/i-have-finished-study-basical-actionscri/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:46:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[doing]]></category>
		<category><![CDATA[done]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/i-have-finished-study-basical-actionscri/</guid>
		<description><![CDATA[I have finished study basical actionscripted animation. Next, just try basical motion. example velocity and acceleration.]]></description>
			<content:encoded><![CDATA[<p>I have finished study basical actionscripted animation. Next, just try basical motion. example velocity and acceleration.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/i-have-finished-study-basical-actionscri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a list of flash 3D tutorial, but I can&#8217; &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/a-list-of-flash-3d-tutorial-but-i-can/</link>
		<comments>http://doing.liduan.com/2008/10/27/a-list-of-flash-3d-tutorial-but-i-can/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:27:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/a-list-of-flash-3d-tutorial-but-i-can/</guid>
		<description><![CDATA[a list of flash 3D tutorial, but I can&#8217;t find the demo.]]></description>
			<content:encoded><![CDATA[<p>a list of <a tital="flash 3D tutorial" href="http://www.tutorialized.com/tutorials/Flash/3D/1">flash 3D tutorial</a>, but I can&#8217;t find the demo.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/a-list-of-flash-3d-tutorial-but-i-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>re-do move ball with line(flash). I add  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/re-do-move-ball-with-lineflash-i-add/</link>
		<comments>http://doing.liduan.com/2008/10/27/re-do-move-ball-with-lineflash-i-add/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:14:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/re-do-move-ball-with-lineflash-i-add/</guid>
		<description><![CDATA[re-do move ball with line(flash). I add clear() in this time.]]></description>
			<content:encoded><![CDATA[<p>re-do move ball with line(flash). I add clear() in this time. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/re-do-move-ball-with-lineflash-i-add/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>
		<item>
		<title>wow, &#8220;world of goo&#8221;, it&#8217;s really good &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/wow-world-of-goo-its-really-good/</link>
		<comments>http://doing.liduan.com/2008/10/27/wow-world-of-goo-its-really-good/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:24:04 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[world of goo]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/wow-world-of-goo-its-really-good/</guid>
		<description><![CDATA[wow, &#8220;world of goo&#8220;, it&#8217;s really good game, you can try demo. And search in youtube, finding a lot of video.]]></description>
			<content:encoded><![CDATA[<p>wow, &#8220;<a href="http://2dboy.com/2008/10/15/demo-of-world-of-goo-available/">world of goo</a>&#8220;, it&#8217;s really good game, you can try demo. And search in youtube, finding a lot of video.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/wow-world-of-goo-its-really-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ok, leave here, I will start rendering t &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/ok-leave-here-i-will-start-rendering-t/</link>
		<comments>http://doing.liduan.com/2008/10/26/ok-leave-here-i-will-start-rendering-t/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:34:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/ok-leave-here-i-will-start-rendering-t/</guid>
		<description><![CDATA[ok, leave here, I will start rendering techniques tomorrow.]]></description>
			<content:encoded><![CDATA[<p>ok, leave here, I will start rendering techniques tomorrow. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/ok-leave-here-i-will-start-rendering-t/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>and a elliptical movement</title>
		<link>http://doing.liduan.com/2008/10/26/and-a-elliptical-movement/</link>
		<comments>http://doing.liduan.com/2008/10/26/and-a-elliptical-movement/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:29:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/and-a-elliptical-movement/</guid>
		<description><![CDATA[and a elliptical movement]]></description>
			<content:encoded><![CDATA[<p>and a elliptical movement</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/and-a-elliptical-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>let me do a circular movement.</title>
		<link>http://doing.liduan.com/2008/10/26/let-me-do-a-circular-movement/</link>
		<comments>http://doing.liduan.com/2008/10/26/let-me-do-a-circular-movement/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:26:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/let-me-do-a-circular-movement/</guid>
		<description><![CDATA[let me do a circular movement.]]></description>
			<content:encoded><![CDATA[<p>let me do a circular movement.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/let-me-do-a-circular-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have finish it, but that&#8217;s not I want &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/i-have-finish-it-but-thats-not-i-want/</link>
		<comments>http://doing.liduan.com/2008/10/26/i-have-finish-it-but-thats-not-i-want/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:25:26 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/i-have-finish-it-but-thats-not-i-want/</guid>
		<description><![CDATA[I have finish it, but that&#8217;s not I want.]]></description>
			<content:encoded><![CDATA[<p>I have finish it, but that&#8217;s not I want. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/i-have-finish-it-but-thats-not-i-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in a new flash(move ball with line): usi &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/in-a-new-flashmove-ball-with-line-usi/</link>
		<comments>http://doing.liduan.com/2008/10/26/in-a-new-flashmove-ball-with-line-usi/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:14:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/in-a-new-flashmove-ball-with-line-usi/</guid>
		<description><![CDATA[in a new flash(move ball with line): using a line with ball and center point. the ball will move with mouse. when ball move, the line also will be repaint. I will try it.]]></description>
			<content:encoded><![CDATA[<p>in a new flash(move ball with line): using a line with ball and center point. the ball will move with mouse. when ball move, the line also will be repaint. I will try it.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/in-a-new-flashmove-ball-with-line-usi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drawing a line do wave motion with drawi &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/drawing-a-line-do-wave-motion-with-drawi/</link>
		<comments>http://doing.liduan.com/2008/10/26/drawing-a-line-do-wave-motion-with-drawi/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:12:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/drawing-a-line-do-wave-motion-with-drawi/</guid>
		<description><![CDATA[drawing a line do wave motion with drawing api.]]></description>
			<content:encoded><![CDATA[<p>drawing a line do wave motion with drawing api.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/drawing-a-line-do-wave-motion-with-drawi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>createing wave2.fla, do a wave with the  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/createing-wave2fla-do-a-wave-with-the/</link>
		<comments>http://doing.liduan.com/2008/10/26/createing-wave2fla-do-a-wave-with-the/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:08:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/createing-wave2fla-do-a-wave-with-the/</guid>
		<description><![CDATA[createing wave2.fla, do a wave with the drawing API]]></description>
			<content:encoded><![CDATA[<p>createing wave2.fla, do a wave with the drawing API</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/createing-wave2fla-do-a-wave-with-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>good design resources, example free png  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/good-design-resources-example-free-png/</link>
		<comments>http://doing.liduan.com/2008/10/26/good-design-resources-example-free-png/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:56:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/good-design-resources-example-free-png/</guid>
		<description><![CDATA[good design resources, example free png icon, see http://www.pixey.de/]]></description>
			<content:encoded><![CDATA[<p>good design resources, example free png icon, see <a href="http://www.pixey.de/" rel="nofollow">http://www.pixey.de/</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/good-design-resources-example-free-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>next, do wave motion with two angles.</title>
		<link>http://doing.liduan.com/2008/10/26/next-do-wave-motion-with-two-angles/</link>
		<comments>http://doing.liduan.com/2008/10/26/next-do-wave-motion-with-two-angles/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:45:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/next-do-wave-motion-with-two-angles/</guid>
		<description><![CDATA[next, do wave motion with two angles.]]></description>
			<content:encoded><![CDATA[<p>next, do wave motion with two angles.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/next-do-wave-motion-with-two-angles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pulsing motion look like heart beat</title>
		<link>http://doing.liduan.com/2008/10/26/pulsing-motion-look-like-heart-beat/</link>
		<comments>http://doing.liduan.com/2008/10/26/pulsing-motion-look-like-heart-beat/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:11:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/pulsing-motion-look-like-heart-beat/</guid>
		<description><![CDATA[pulsing motion look like heart beat]]></description>
			<content:encoded><![CDATA[<p>pulsing motion look like heart beat</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/pulsing-motion-look-like-heart-beat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pulsing motion also is easy, just a litt &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/pulsing-motion-also-is-easy-just-a-litt/</link>
		<comments>http://doing.liduan.com/2008/10/26/pulsing-motion-also-is-easy-just-a-litt/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:02:41 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/pulsing-motion-also-is-easy-just-a-litt/</guid>
		<description><![CDATA[pulsing motion also is easy, just a little bit code.]]></description>
			<content:encoded><![CDATA[<p>pulsing motion also is easy, just a little bit code.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/pulsing-motion-also-is-easy-just-a-litt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linear vertical motion is easy in flash. &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/linear-vertical-motion-is-easy-in-flash/</link>
		<comments>http://doing.liduan.com/2008/10/26/linear-vertical-motion-is-easy-in-flash/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:01:03 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/linear-vertical-motion-is-easy-in-flash/</guid>
		<description><![CDATA[linear vertical motion is easy in flash. I feel flash actionscript is very good.]]></description>
			<content:encoded><![CDATA[<p>linear vertical motion is easy in flash. I feel flash actionscript is very good.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/linear-vertical-motion-is-easy-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>finish a ball do smooth up and down moti &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/finish-a-ball-do-smooth-up-and-down-moti/</link>
		<comments>http://doing.liduan.com/2008/10/26/finish-a-ball-do-smooth-up-and-down-moti/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:51:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[doing]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/finish-a-ball-do-smooth-up-and-down-moti/</guid>
		<description><![CDATA[finish a ball do smooth up and down motion. lovely]]></description>
			<content:encoded><![CDATA[<p>finish a ball do smooth up and down motion. lovely</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/finish-a-ball-do-smooth-up-and-down-moti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>study how to draw a wave by actionscript</title>
		<link>http://doing.liduan.com/2008/10/26/study-how-to-draw-a-wave-by-actionscript/</link>
		<comments>http://doing.liduan.com/2008/10/26/study-how-to-draw-a-wave-by-actionscript/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:37:57 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/26/study-how-to-draw-a-wave-by-actionscript/</guid>
		<description><![CDATA[study how to draw a wave by actionscript]]></description>
			<content:encoded><![CDATA[<p>study how to draw a wave by actionscript</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/study-how-to-draw-a-wave-by-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>finding your favourite icons in 21 Sets  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/26/finding-your-favourite-icons-in-21-sets/</link>
		<comments>http://doing.liduan.com/2008/10/26/finding-your-favourite-icons-in-21-sets/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 15:45:43 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/finding-your-favourite-icons-in-21-sets/</guid>
		<description><![CDATA[finding your favourite icons in 21 Sets of Free Social Bookmarking http://www.wpzoom.com/design/21-sets-of-free-social-bookmarking-icons-for-your-blog/]]></description>
			<content:encoded><![CDATA[<p>finding your favourite icons in 21 Sets of Free Social Bookmarking</p>
<p><a href="http://www.wpzoom.com/design/21-sets-of-free-social-bookmarking-icons-for-your-blog/" rel="nofollow">http://www.wpzoom.com/design/21-sets-of-free-social-bookmarking-icons-for-your-blog/</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/finding-your-favourite-icons-in-21-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>start study flash actionscript.</title>
		<link>http://doing.liduan.com/2008/10/26/start-study-flash-actionscript/</link>
		<comments>http://doing.liduan.com/2008/10/26/start-study-flash-actionscript/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 14:58:17 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/start-study-flash-actionscript/</guid>
		<description><![CDATA[start study flash actionscript.]]></description>
			<content:encoded><![CDATA[<p>start study flash actionscript.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/start-study-flash-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>back</title>
		<link>http://doing.liduan.com/2008/10/26/back/</link>
		<comments>http://doing.liduan.com/2008/10/26/back/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 14:55:32 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/back/</guid>
		<description><![CDATA[back]]></description>
			<content:encoded><![CDATA[<p>back</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wait a moment, just for lunch.</title>
		<link>http://doing.liduan.com/2008/10/26/wait-a-moment-just-for-lunch/</link>
		<comments>http://doing.liduan.com/2008/10/26/wait-a-moment-just-for-lunch/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 14:09:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doing]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/wait-a-moment-just-for-lunch/</guid>
		<description><![CDATA[wait a moment, just for lunch.]]></description>
			<content:encoded><![CDATA[<p>wait a moment, just for lunch.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/wait-a-moment-just-for-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I will still work for this theme.</title>
		<link>http://doing.liduan.com/2008/10/26/i-will-still-work-for-this-theme/</link>
		<comments>http://doing.liduan.com/2008/10/26/i-will-still-work-for-this-theme/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 14:04:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/i-will-still-work-for-this-theme/</guid>
		<description><![CDATA[I will still work for this theme.]]></description>
			<content:encoded><![CDATA[<p>I will still work for this theme.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/i-will-still-work-for-this-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new theme, look so good. :)</title>
		<link>http://doing.liduan.com/2008/10/26/new-theme-look-so-good/</link>
		<comments>http://doing.liduan.com/2008/10/26/new-theme-look-so-good/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 14:03:25 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/new-theme-look-so-good/</guid>
		<description><![CDATA[new theme, look so good.]]></description>
			<content:encoded><![CDATA[<p>new theme, look so good. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/new-theme-look-so-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change a new theme.</title>
		<link>http://doing.liduan.com/2008/10/26/change-a-new-theme/</link>
		<comments>http://doing.liduan.com/2008/10/26/change-a-new-theme/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 13:58:58 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/change-a-new-theme/</guid>
		<description><![CDATA[Change a new theme.]]></description>
			<content:encoded><![CDATA[<p>Change a new theme.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/change-a-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editing theme</title>
		<link>http://doing.liduan.com/2008/10/26/uhuh/</link>
		<comments>http://doing.liduan.com/2008/10/26/uhuh/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:09:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/uhuh/</guid>
		<description><![CDATA[editing theme]]></description>
			<content:encoded><![CDATA[<p>editing theme</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/uhuh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>start work</title>
		<link>http://doing.liduan.com/2008/10/26/start-work/</link>
		<comments>http://doing.liduan.com/2008/10/26/start-work/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 08:23:49 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doing]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/start-work/</guid>
		<description><![CDATA[start work.]]></description>
			<content:encoded><![CDATA[<p>start work.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/start-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>good morning</title>
		<link>http://doing.liduan.com/2008/10/26/good-morning/</link>
		<comments>http://doing.liduan.com/2008/10/26/good-morning/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 07:24:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doing]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/26/good-morning/</guid>
		<description><![CDATA[good morning]]></description>
			<content:encoded><![CDATA[<p>good morning</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/26/good-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>go to sleep.</title>
		<link>http://doing.liduan.com/2008/10/25/i-will-leave-here-go-to-sleep/</link>
		<comments>http://doing.liduan.com/2008/10/25/i-will-leave-here-go-to-sleep/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:48:51 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/25/i-will-leave-here-go-to-sleep/</guid>
		<description><![CDATA[go to sleep.]]></description>
			<content:encoded><![CDATA[<p>go to sleep.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/i-will-leave-here-go-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finish testing.</title>
		<link>http://doing.liduan.com/2008/10/25/finish-testing/</link>
		<comments>http://doing.liduan.com/2008/10/25/finish-testing/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:39:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/25/finish-testing/</guid>
		<description><![CDATA[Finish testing.]]></description>
			<content:encoded><![CDATA[<p>Finish testing.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/finish-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wow, lovely space</title>
		<link>http://doing.liduan.com/2008/10/25/wow-lovely-space/</link>
		<comments>http://doing.liduan.com/2008/10/25/wow-lovely-space/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:37:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/25/wow-lovely-space/</guid>
		<description><![CDATA[wow, lovely space]]></description>
			<content:encoded><![CDATA[<p>wow, lovely space</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/wow-lovely-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>welcome</title>
		<link>http://doing.liduan.com/2008/10/25/welcome/</link>
		<comments>http://doing.liduan.com/2008/10/25/welcome/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:31:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/25/welcome/</guid>
		<description><![CDATA[welcome to my nice home.]]></description>
			<content:encoded><![CDATA[<p>welcome to my nice home.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>building successful.</title>
		<link>http://doing.liduan.com/2008/10/25/building-successful/</link>
		<comments>http://doing.liduan.com/2008/10/25/building-successful/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://do.liduan.com/2008/10/25/building-successful/</guid>
		<description><![CDATA[building successful.]]></description>
			<content:encoded><![CDATA[<p>building successful.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/building-successful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nearly finish</title>
		<link>http://doing.liduan.com/2008/10/25/nearly-finish/</link>
		<comments>http://doing.liduan.com/2008/10/25/nearly-finish/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:18:18 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://192.168.0.9/tmp/wp263doing/2008/10/25/nearly-finish/</guid>
		<description><![CDATA[Nearly finish configuration this blog]]></description>
			<content:encoded><![CDATA[<p>Nearly finish configuration this blog</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/nearly-finish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>make sure</title>
		<link>http://doing.liduan.com/2008/10/25/make-sure/</link>
		<comments>http://doing.liduan.com/2008/10/25/make-sure/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:04:31 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doing]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://192.168.0.9/tmp/wp263doing/2008/10/25/make-sure/</guid>
		<description><![CDATA[Just try it.]]></description>
			<content:encoded><![CDATA[<p>Just try it.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/make-sure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>well done.</title>
		<link>http://doing.liduan.com/2008/10/25/well-done/</link>
		<comments>http://doing.liduan.com/2008/10/25/well-done/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 21:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[done]]></category>

		<guid isPermaLink="false">http://192.168.0.9/tmp/wp263doing/?p=3</guid>
		<description><![CDATA[well done.]]></description>
			<content:encoded><![CDATA[<p>well done.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/25/well-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

