<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Doing &#38; Done &#187; programming</title>
	<atom:link href="http://doing.liduan.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Thu, 11 Feb 2010 11:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>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 = twitter.Api(&#8220;username&#8221;, &#8220;passworld&#8221;)
&#62;&#62;&#62; posts = api.GetFriendsTimeline(&#8216;username&#8217;)
&#62;&#62;&#62; print [post.text in post [...]]]></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>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>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>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>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>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>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>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>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>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>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>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.
The package provides [...]]]></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>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>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>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>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>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>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>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>
	</channel>
</rss>
