<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Khac Ghi</title>
	<atom:link href="http://ntxuan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ntxuan.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 24 Oct 2008 13:30:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>vi</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ntxuan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/725531410eddb03a6c15a03b98a22aa8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Khac Ghi</title>
		<link>http://ntxuan.wordpress.com</link>
	</image>
			<item>
		<title>Cài đặt lại GRUB khi cài Windows XP</title>
		<link>http://ntxuan.wordpress.com/2008/10/24/cai-d%e1%ba%b7t-l%e1%ba%a1i-grub-khi-cai-windows-xp/</link>
		<comments>http://ntxuan.wordpress.com/2008/10/24/cai-d%e1%ba%b7t-l%e1%ba%a1i-grub-khi-cai-windows-xp/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:30:04 +0000</pubDate>
		<dc:creator>xcoi</dc:creator>
				<category><![CDATA[My Ideas]]></category>

		<guid isPermaLink="false">http://ntxuan.wordpress.com/?p=21</guid>
		<description><![CDATA[Nếu cậu cài cả Windows và Ubuntu trên một máy. Nhưng khi cậu cài lại Windows thì trình GRUB sẽ mất do GRUB cài trên MBR (Master Boot Record) &#8211; Nếu tạo file backup Windows bằng Acronis True Image hoặc Ghost,… thì sẽ không bị mất GRUB khi restore lại. Hoặc nếu bạn cài ubuntu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=21&subd=ntxuan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nếu cậu cài cả Windows và Ubuntu trên một máy. Nhưng khi cậu cài lại Windows thì trình GRUB sẽ mất do GRUB cài trên MBR (Master Boot Record) &#8211; <em>Nếu tạo file backup Windows bằng Acronis True Image hoặc Ghost,… thì sẽ không bị mất GRUB khi restore lại</em>. Hoặc nếu bạn cài ubuntu trước rùi mới cài WinXP thì bạn cũng chỉ vào được XP thôi vì trình GRUB đã hỏng.</p>
<div class="content">
<div class="snap_preview">
<p>Có thể tham khảo bài viết sau để cài lại GRUB trong trường hợp trên:</p>
<p><strong>Bài viết gốc :</strong> <a href="http://phamkhoa.wordpress.com/2007/11/04/repair-grub-and-gedit-menulst/">Repair Grub and gedit menu.lst</a><strong> trong :</strong> <a href="http://phamkhoa.wordpress.com/">Phamkhoa’s Weblog</a></p>
<p><strong><span style="color:#ff0000;">Bước 1:</span> Cài đặt.</strong><br />
- Bạn bỏ đĩa CD Ubuntu và khởi động từ đĩa, sau đó vào terminal và thực hiện phần cài đặt lại cho GRUB.<br />
Trong terminal bạn gõ:</p>
<blockquote><p><strong>sudo</strong> <span style="color:#0000ff;">grub</span></p></blockquote>
<p>Khi đó, mọi thao tác đều thực thi trên grub.<br />
Tiếp theo, bạn cần xác định nơi mà grub bạn định vị để boot lúc khởi động là đâu bằng lệnh.</p>
<blockquote><p><strong>grub&gt;</strong> <span style="color:#0000ff;">find</span><span style="color:#008000;"> </span><span style="color:#008000;">/boot/grub/stage1</span></p></blockquote>
<p>Khi đó sẽ xuất hiện ra một địa chỉ là <strong>(hd0,x)</strong> trong đó <span style="color:#ff0000;"><strong>x</strong></span> là số thứ tự.<br />
Sau khi xác định được vị trí cần định vị cho <strong>grub</strong>, bạn gõ vào:</p>
<blockquote><p><strong>grub&gt;</strong> <span style="color:#0000ff;">root</span><span style="color:#008000;"> (hd0,x)</span></p></blockquote>
<p>(với x là số mà bạn vừa lấy từ mục find…)</p>
<blockquote><p><strong>grub&gt;</strong> <span style="color:#0000ff;">setup</span> <span style="color:#008000;">(hd0)</span></p></blockquote>
<p>khi đó <strong>grub</strong> sẽ được cài đặt lên <strong>hd0</strong>. Vậy là xong phần cài đặt cho <strong>grub</strong>.</p>
<p><span style="color:#ff0000;"> </span><strong><span style="color:#ff0000;">Bước 2:</span> Khởi động lại </strong><br />
Sau khi hoàn tất quá trình cài đặt Grub, bạn khởi động lại hệ thống bằng lệnh.</p>
<blockquote><p><strong>grub&gt;</strong> <span style="color:#0000ff;">quit</span></p></blockquote>
<blockquote><p><strong>sudo</strong> <span style="color:#0000ff;">reboot</span></p></blockquote>
<p><em><strong><span style="color:#ff0000;">Nếu bạn bị mất GRUB do cài lại windows thì đến đây là xong đó. Bạn chỉ cần khởi động lại là xong</span><br />
</strong></em><strong><span style="color:#0000ff;">Còn nếu đây là lần đầu tiên bạn cài Windows lên 1 máy đã cài ubuntu thì hãy đọc tiếp bên dưới</span></strong><em><strong><span style="color:#0000ff;"> </span></strong></em></p>
<p><span style="color:#ff0000;"><strong>Bước 3: </strong></span><strong>Thêm Windows XP vào menu boot</strong><br />
Bạn đã khởi động lại và vào ubuntu rùi chứ?! hii<br />
Giờ hãy gọi Terminal và gõ :</p>
<blockquote><p><span style="color:#0000ff;">gksu</span> <span style="color:#008000;">nautilus</span></p></blockquote>
<p>Cửa sổ quyền root sẽ nhảy ra .Dùng cửa sổ này tìm đến <strong>/boot/grub</strong> .Mở  file <span style="color:#008000;">menu.lst</span> ra<br />
Kéo xuống dưới cùng bạn sẽ thấy đại loại như sau :</p>
<blockquote><p><span style="color:#808080;">## ## End Default Options ##</span></p>
<p><span style="color:#808080;">title		Ubuntu 8.04, kernel 2.6.24-18-generic<br />
root		(hd0,8)<br />
kernel		/boot/vmlinuz-2.6.24-18-generic root=UUID=54ae158b-509b-4401-baf1-b0c24a92b967 ro quiet splash<br />
initrd		/boot/initrd.img-2.6.24-18-generic<br />
quiet</span></p>
<p><span style="color:#808080;">title		Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)<br />
root		(hd0,8)<br />
kernel		/boot/vmlinuz-2.6.24-18-generic root=UUID=54ae158b-509b-4401-baf1-b0c24a92b967 ro single<br />
initrd		/boot/initrd.img-2.6.24-18-generic</span></p>
<p><span style="color:#808080;">title		Ubuntu 8.04, memtest86+<br />
root		(hd0,8)<br />
kernel		/boot/memtest86+.bin<br />
quiet</span></p></blockquote>
<p>Hãy thêm đoạn sau vào dưới cùng :</p>
<blockquote><p><span style="color:#333399;">### END DEBIAN AUTOMAGIC KERNELS LIST</span></p>
<p><span style="color:#333399;"># This entry automatically added by the Debian installer for a non-linux OS<br />
# on /dev/sda1<br />
title		Microsoft Windows XP<br />
root		(hd0,0)<br />
savedefault<br />
makeactive<br />
chainloader	+1</span></p></blockquote>
<p>Giờ hãy save file<strong> menu.lst</strong> này. Khởi động lại là xong !</p>
<p><strong>Dưới đây là toàn bộ file <span style="color:#008000;">menu.lst</span> của mình</strong></p>
<blockquote><p>splashimage=/boot/grub/brit_grub_grey.xpm.gz<br />
default 0<br />
timeout 15</p>
<p>title Microsoft Windows XP Professional Service Pack 3<br />
root (hd0,0)<br />
chainloader +1<br />
savedefault<br />
makeactive</p>
<p>title Ubuntu Hardy Heron<br />
root (hd0,8)<br />
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=54ae158b-509b-4401-baf1-b0c24a92b967 ro quiet splash<br />
initrd /boot/initrd.img-2.6.24-18-generic<br />
quiet</p>
<p>title Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)<br />
root (hd0,8)<br />
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=54ae158b-509b-4401-baf1-b0c24a92b967 ro single<br />
initrd /boot/initrd.img-2.6.24-18-generic</p>
<p>title Ubuntu 8.04, memtest86+<br />
root (hd0,8)<br />
kernel /boot/memtest86+.bin<br />
quiet</p></blockquote>
<p>Mấy cái hình mặt cười quái quỷ trong mấy dòng trích dẫn ở trên chỉ là<span style="color:#800000;"> <strong> 8 )</strong></span><br />
Mình không có đùa. hii</div>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ntxuan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ntxuan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ntxuan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ntxuan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ntxuan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ntxuan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ntxuan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ntxuan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ntxuan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ntxuan.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=21&subd=ntxuan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ntxuan.wordpress.com/2008/10/24/cai-d%e1%ba%b7t-l%e1%ba%a1i-grub-khi-cai-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0ab552bf04c4c62149693f072fe19bd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">xcoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuration changes in NHibernate 2.0</title>
		<link>http://ntxuan.wordpress.com/2008/10/20/configuration-changes-in-nhibernate-20/</link>
		<comments>http://ntxuan.wordpress.com/2008/10/20/configuration-changes-in-nhibernate-20/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 07:41:35 +0000</pubDate>
		<dc:creator>xcoi</dc:creator>
				<category><![CDATA[My Ideas]]></category>

		<guid isPermaLink="false">http://ntxuan.wordpress.com/?p=13</guid>
		<description><![CDATA[I downloaded NHibernate 2.0 today and started to play around with it, only to be greeted by a host of configuration errors like System.InvalidOperationException : Could not find the dialect in the configuration. It was then I remembered reading somewhere about some changes to the configuration syntax, so I downloaded the source and looked at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=13&subd=ntxuan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I downloaded <a href="http://ayende.com/Blog/archive/2008/08/23/NHibernate-2.0-Final-is-out.aspx">NHibernate 2.0</a> today and started to play around with it, only to be greeted by a host of configuration errors like <span style="color:#ff6600;"><code>System.InvalidOperationException : Could not find the dialect in the configuration</code></span>. It was then I remembered reading somewhere about some changes to the configuration syntax, so I downloaded the source and looked at the examples (after a brief, ill-fated search for NHibernate 2.0-specific documentation*).  Here is an example of how an <span style="color:#ff6600;"><code>App.config</code> </span>looked for <span>NHibernate 1.2</span>:</p>
<pre><span style="color:#993300;">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;configuration&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;configSections&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;section name="<span style="color:#008000;">nhibernate</span>" type="<span style="color:#008000;">System.Configuration.NameValueSectionHandler,
             System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</span>" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span> <span style="color:#993300;">[...]</span>
<span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;/configSections&gt;
</span></pre>
<pre><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;<span style="color:#008000;">nhibernate</span>&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;<span style="color:#008000;">add key</span>="<span style="color:#008000;">hibernate.connection.provider</span>" value="NHibernate.Connection.DriverConnectionProvider" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2005Dialect" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;add key="hibernate.connection.connection_string" value="Server=INNORIA-4; Initial Catalog=iTMDBTemp;
           User Id=sa;Password=1234;" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;add key="hibernate.show_sql" value="true" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;/nhibernate&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> [...]
</span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;/configuration&gt;</span></pre>
<p style="text-align:left;">
<p style="text-align:left;">And here is the equivalent for version 2.0:</p>
<pre style="text-align:left;"><span style="color:#993300;">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;configuration&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;configSections&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;section name="</span><span style="color:#993300;"><span style="color:#3366ff;">hibernate-configuration</span>" type="</span><span style="color:#993300;"><span style="color:#3366ff;">NHibernate.Cfg.ConfigurationSectionHandler,
              NHibernate</span>" /&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">[...]
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;/configSections&gt;</span></pre>
<pre style="text-align:left;"><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;<span style="color:#3366ff;">hibernate-configuration</span> xmlns="urn:nhibernate-configuration-2.2" &gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;<span style="color:#3366ff;">session-factory</span>&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;<span style="color:#3366ff;">property name</span>="<span style="color:#3366ff;">connection.provider</span>"&gt;NHibernate.Connection.DriverConnectionProvider&lt;/<span style="color:#3366ff;">property</span>&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;property name="dialect"&gt;NHibernate.Dialect.MsSql2005Dialect&lt;/property&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;property name="connection.driver_class"&gt;NHibernate.Driver.SqlClientDriver&lt;/property&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;property name="connection.connection_string"&gt;Server=INNORIA-4;Initial Catalog=iTMDBTemp;
            User Id=sa;Password=1234;&lt;/property&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;property name="show_sql"&gt;true&lt;/property&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> &lt;/session-factory&gt;
</span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;/hibernate-configuration&gt;</span>
<span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;"> </span><span style="color:#993300;">[...]
</span><span style="color:#993300;"> </span><span style="color:#993300;">&lt;/configuration&gt;</span>

The main changes are:</pre>
<ul>
<li>We aren&#8217;t using an <code>nhibernate</code> configuration section, it&#8217;s <code>hibernate-configuration</code> now (yay for more typing! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</li>
<li>We now have a <span style="color:#3366ff;"><code>session-factory</code></span> child node for adding the configuration properties.</li>
<li>We aren&#8217;t adding properties using the <span style="color:#008000;"><code>&lt;add key="..." value="..." /&gt;</code></span> syntax. Instead we are using <span style="color:#3366ff;"><code>&lt;property name="..."&gt;(property value)&lt;/property&gt;</code>.</span></li>
<li>The property names aren&#8217;t prefixed by &#8220;hibernate&#8221; anymore, so &#8220;<span style="color:#008000;">hibernate.connection.provider</span>&#8221; becomes &#8220;<span style="color:#3366ff;">connection.provider</span>&#8220;.</li>
</ul>
<p>Moral of the story is to check the source first &#8212; the NHibernate.Examples folder is filled with helpful goodies. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Svend Tofte also has a helpful post on <a href="http://www.svendtofte.com/serverside/setting-up-nhibernate-20/">setting up NHibernate 2.0</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ntxuan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ntxuan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ntxuan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ntxuan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ntxuan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ntxuan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ntxuan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ntxuan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ntxuan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ntxuan.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=13&subd=ntxuan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ntxuan.wordpress.com/2008/10/20/configuration-changes-in-nhibernate-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0ab552bf04c4c62149693f072fe19bd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">xcoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://ntxuan.wordpress.com/2007/02/22/hello-world/</link>
		<comments>http://ntxuan.wordpress.com/2007/02/22/hello-world/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 09:21:18 +0000</pubDate>
		<dc:creator>xcoi</dc:creator>
				<category><![CDATA[Howdy]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Xin chào các bạn!
Tôi tên: Nguyễn Trường Xuân (Nguyen Truong Xuan), biệt danh Xc (Xuân còi). Mình sắp tốt nghiệp đại học ngành Tin học, khoa Kỹ thuật &#8211; Công nghệ &#8211; Môi trường. Mình đang ngồi dưới mái trường ĐH An Giang đây &#8211; hi hi mưa quá trùi (hắc xì).
Thui, mình về &#8220;ôm [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=1&subd=ntxuan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Xin<a href="http://ntxuan.files.wordpress.com/2007/10/tulipifera1.jpg" title="Chồi non tìm bạn - hi hi"><img src="http://ntxuan.files.wordpress.com/2007/10/tulipifera1.thumbnail.jpg" alt="Chồi non tìm bạn - hi hi" align="left" /></a> chào các bạn!</p>
<p>Tôi tên: Nguyễn Trường Xuân (Nguyen Truong Xuan), biệt danh Xc (Xuân còi). Mình sắp tốt nghiệp đại học ngành Tin học, khoa Kỹ thuật &#8211; Công nghệ &#8211; Môi trường. Mình đang ngồi dưới mái trường ĐH An Giang đây &#8211; hi hi mưa quá trùi (hắc xì).</p>
<p>Thui, mình về &#8220;ôm căn&#8221; đây &#8211; hic đói quá.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ntxuan.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ntxuan.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ntxuan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ntxuan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ntxuan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ntxuan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ntxuan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ntxuan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ntxuan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ntxuan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ntxuan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ntxuan.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntxuan.wordpress.com&blog=805859&post=1&subd=ntxuan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ntxuan.wordpress.com/2007/02/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a0ab552bf04c4c62149693f072fe19bd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">xcoi</media:title>
		</media:content>

		<media:content url="http://ntxuan.files.wordpress.com/2007/10/tulipifera1.thumbnail.jpg" medium="image">
			<media:title type="html">Chồi non tìm bạn - hi hi</media:title>
		</media:content>
	</item>
	</channel>
</rss>