<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CC-TD HOME BLOG</title>
	<atom:link href="http://tranphan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tranphan.wordpress.com</link>
	<description>Cuốn nhật ký cho một hải trình rộng lớn! Hãy bắt đầu nào!</description>
	<lastBuildDate>Sat, 09 Jul 2011 04:21:49 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tranphan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/59862a6ccc849a8effea8ee6c0a9d488?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>CC-TD HOME BLOG</title>
		<link>http://tranphan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tranphan.wordpress.com/osd.xml" title="CC-TD HOME BLOG" />
	<atom:link rel='hub' href='http://tranphan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Chao ngay moi</title>
		<link>http://tranphan.wordpress.com/2011/07/09/chao-ngay-moi/</link>
		<comments>http://tranphan.wordpress.com/2011/07/09/chao-ngay-moi/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 04:21:48 +0000</pubDate>
		<dc:creator>thanhhung1324</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tranphan.wordpress.com/?p=100</guid>
		<description><![CDATA[test thu noi dung Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranphan.wordpress.com&amp;blog=7585931&amp;post=100&amp;subd=tranphan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tranphan.wordpress.com/2011/07/09/chao-ngay-moi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6d04d42c14c4e79af24313a09fcab2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thanhhung1324</media:title>
		</media:content>
	</item>
		<item>
		<title>Cài PEAR trên WAMP</title>
		<link>http://tranphan.wordpress.com/2011/05/09/cai-pear-tren-wamp/</link>
		<comments>http://tranphan.wordpress.com/2011/05/09/cai-pear-tren-wamp/#comments</comments>
		<pubDate>Mon, 09 May 2011 05:15:47 +0000</pubDate>
		<dc:creator>thanhhung1324</dc:creator>
				<category><![CDATA[Học tập và làm việc]]></category>

		<guid isPermaLink="false">http://tranphan.wordpress.com/?p=97</guid>
		<description><![CDATA[Giả sử WAMP được cài vào C:\wamp. Thêm đường dẫn tới thư mục cài php (C:\wamp\bin\php\php5.3.5) vào biến môi trường PATH. Chuyển tới thư mục C:\wamp\bin\php\php5.3.5, chạy lệnh: php -d phar.require_hash=0 PEAR/go-pear.phar. Đừng chạy file go-pear.bat như thường được chỉ. Sau đó merge file PEAR_ENV.reg vào registry. Khi chạy lệnh trên, nếu có báo lỗi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranphan.wordpress.com&amp;blog=7585931&amp;post=97&amp;subd=tranphan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tranphan.wordpress.com/2011/05/09/cai-pear-tren-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6d04d42c14c4e79af24313a09fcab2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thanhhung1324</media:title>
		</media:content>
	</item>
		<item>
		<title>FTP UPLOAD FILE</title>
		<link>http://tranphan.wordpress.com/2010/10/06/ftp-upload-file/</link>
		<comments>http://tranphan.wordpress.com/2010/10/06/ftp-upload-file/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 07:37:52 +0000</pubDate>
		<dc:creator>thanhhung1324</dc:creator>
				<category><![CDATA[Học tập và làm việc]]></category>

		<guid isPermaLink="false">http://tranphan.wordpress.com/?p=93</guid>
		<description><![CDATA[Code: &#60;?php ob_start(); session_start(); if (!isset($_SESSION['basic_is_logged_in']) &#124;&#124; $_SESSION['basic_is_logged_in'] !== true) { header(&#8216;Location: login.php&#8217;); exit; } if (isset($_POST['submitted'])) { set_time_limit(3600); $host = &#8216;domain.com&#8217;; $user = $_POST['txtUserId']; $pass = $_POST['txtPassword']; $destDir = &#8220;..&#8221;;  //Lay gia tri thu muc goc $workDir = &#8220;..&#8221;; // define this as per local system // get temporary file name for the uploaded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranphan.wordpress.com&amp;blog=7585931&amp;post=93&amp;subd=tranphan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tranphan.wordpress.com/2010/10/06/ftp-upload-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6d04d42c14c4e79af24313a09fcab2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thanhhung1324</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Tree</title>
		<link>http://tranphan.wordpress.com/2010/07/05/java-tree/</link>
		<comments>http://tranphan.wordpress.com/2010/07/05/java-tree/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:19:49 +0000</pubDate>
		<dc:creator>thanhhung1324</dc:creator>
				<category><![CDATA[Học tập và làm việc]]></category>

		<guid isPermaLink="false">http://tranphan.wordpress.com/?p=88</guid>
		<description><![CDATA[Đây là 1 Java Applet giúp bạn trình bày trang Web theo kiểu cây thư mục của Windows. &#8211; Mỗi đề mục sẽ có 2 biểu tượng khác nhau để hiển thị tình trạng đang mở rộng hay đang thu gọn. &#8211; Khi bạn bấm dấu cộng trước đề mục nào là bạn muốn liệt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranphan.wordpress.com&amp;blog=7585931&amp;post=88&amp;subd=tranphan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tranphan.wordpress.com/2010/07/05/java-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6d04d42c14c4e79af24313a09fcab2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thanhhung1324</media:title>
		</media:content>

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image51.gif" medium="image">
			<media:title type="html">Image51.gif (28874 bytes)</media:title>
		</media:content>

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image52.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image53.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image54.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image55.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image56.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image57.gif" medium="image" />

		<media:content url="http://www.echip.com.vn/echiproot/weblh/sdpm/98/tienich/javatree/image58.gif" medium="image" />
	</item>
		<item>
		<title>symfony Forms in Action Chương 1 &#8211; Tạo Form</title>
		<link>http://tranphan.wordpress.com/2010/06/20/symfony-forms-in-action-ch%c6%b0%c6%a1ng-1-t%e1%ba%a1o-form/</link>
		<comments>http://tranphan.wordpress.com/2010/06/20/symfony-forms-in-action-ch%c6%b0%c6%a1ng-1-t%e1%ba%a1o-form/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 03:10:01 +0000</pubDate>
		<dc:creator>thanhhung1324</dc:creator>
				<category><![CDATA[Học tập và làm việc]]></category>

		<guid isPermaLink="false">http://tranphan.wordpress.com/?p=86</guid>
		<description><![CDATA[Form bao gồm các field như hidden input, text input, select box, và checkbox. Chương này giới thiệu về cách tạo form và quản lý các field sử dụng symfony forms framework. Bạn cần symfony 1.1 trở lên để làm theo hướng dẫn này. Bạn cần tạo một project với application frontend. Trước khi bắt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranphan.wordpress.com&amp;blog=7585931&amp;post=86&amp;subd=tranphan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tranphan.wordpress.com/2010/06/20/symfony-forms-in-action-ch%c6%b0%c6%a1ng-1-t%e1%ba%a1o-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e6d04d42c14c4e79af24313a09fcab2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thanhhung1324</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_01.png" medium="image">
			<media:title type="html">Contact form</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_02.png" medium="image">
			<media:title type="html">Thank you page</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_03.png" medium="image">
			<media:title type="html">Interaction with the user  schema</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_04.png" medium="image">
			<media:title type="html">Generated Contact Form</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_05.png" medium="image">
			<media:title type="html">Methods workflow</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_06.png" medium="image">
			<media:title type="html">Page displayed  after submitting the form</media:title>
		</media:content>

		<media:content url="http://www.symfony-project.org/images/forms_book/en/01_07.png" medium="image">
			<media:title type="html">Adding a &#60;code&#62;subject&#60;/code&#62; Field to the Form</media:title>
		</media:content>
	</item>
	</channel>
</rss>
