<?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>IPhVu::iLearn</title>
	<atom:link href="http://phvu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phvu.wordpress.com</link>
	<description>Windows Mobile, MacOS and other stuffs...</description>
	<lastBuildDate>Mon, 14 Sep 2009 04:04:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='phvu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b9ca7076dabc66182cac5a2e8beeef94?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>IPhVu::iLearn</title>
		<link>http://phvu.wordpress.com</link>
	</image>
			<item>
		<title>RTF to HTML converter in C++</title>
		<link>http://phvu.wordpress.com/2009/09/14/rtf-to-html-converter-in-c/</link>
		<comments>http://phvu.wordpress.com/2009/09/14/rtf-to-html-converter-in-c/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:04:54 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rtf]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=164</guid>
		<description><![CDATA[Download source code (9KB)
Nearly, I used RichEditCtrl in a MFC project, and I want to take formatted RTF text in that control to display on a HTML control. I searched through CodeGuru and found this one. It&#8217;s a nice job, but it leaks 2 things:

Doesn&#8217;t work well with unicode. In fact, it can&#8217;t recognize unicode [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=164&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/09/14/rtf-to-html-converter-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Serialize and deserialize BITMAP object in MFC/Win32</title>
		<link>http://phvu.wordpress.com/2009/07/09/serialize-and-deserialize-bitmap-object-in-mfcwin32/</link>
		<comments>http://phvu.wordpress.com/2009/07/09/serialize-and-deserialize-bitmap-object-in-mfcwin32/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:47:31 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[byte[] array]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[CString]]></category>
		<category><![CDATA[HBITMAP]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[RLE]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=159</guid>
		<description><![CDATA[Download the source code
Lately, in one of my project, I have to save an BITMAP object into an XML document. The problem is I can only save an CString into the XML document. So I have to find a way to convert BITMAP data (in a HBITMAP) into CString.
It&#8217;s pretty easy if I serialize the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=159&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/07/09/serialize-and-deserialize-bitmap-object-in-mfcwin32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Set up environment to develop J2ME MIDP 2.0 apps in MacOS X</title>
		<link>http://phvu.wordpress.com/2009/06/18/j2me-midp-2-0-development-evironment-in-macos-x/</link>
		<comments>http://phvu.wordpress.com/2009/06/18/j2me-midp-2-0-development-evironment-in-macos-x/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:49:58 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[midp]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=144</guid>
		<description><![CDATA[(Click vào đây để đọc bằng tiếng Việt)
I have got my MacBook 467 for 2 months, and after a while of playing with it, I want to do something meaningfully&#8230; In one of the first things, I set up environment for J2ME development on MacOS X&#8230;
I google around&#8230; and around&#8230;, read some tutorials, and maybe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=144&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/06/18/j2me-midp-2-0-development-evironment-in-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>

		<media:content url="http://phvu.files.wordpress.com/2009/06/xcode.png?w=300" medium="image">
			<media:title type="html">Xcode</media:title>
		</media:content>
	</item>
		<item>
		<title>An CFG for Roman numerals</title>
		<link>http://phvu.wordpress.com/2009/05/19/an-cfg-for-roman-numerals/</link>
		<comments>http://phvu.wordpress.com/2009/05/19/an-cfg-for-roman-numerals/#comments</comments>
		<pubDate>Mon, 18 May 2009 17:17:39 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[School Subjects]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[attribute grammar]]></category>
		<category><![CDATA[automata]]></category>
		<category><![CDATA[CFG]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[context free grammar]]></category>
		<category><![CDATA[numeral]]></category>
		<category><![CDATA[RE]]></category>
		<category><![CDATA[roman]]></category>
		<category><![CDATA[semantic rules]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=137</guid>
		<description><![CDATA[In one of my assignments for Compiler course at my university, I have to deal with this problem: build an attributed grammar tree in order to recognize Roman numbers, and convert it into Arabic format. Well, it doesn&#8217;t seem a simple mission.

For the people who forgot everything which was taught in 3rd grade school, Roman [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=137&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/05/19/an-cfg-for-roman-numerals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Hey, wake up, men&#8230;</title>
		<link>http://phvu.wordpress.com/2009/04/08/hey-wake-up-men/</link>
		<comments>http://phvu.wordpress.com/2009/04/08/hey-wake-up-men/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 16:06:55 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Win Mobile - .NET CF]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=129</guid>
		<description><![CDATA[Such a lo0Ooong time since the last post and today i return to this place to wake up my buddy&#8230;.
Actually, i&#8217;m pretty busy these days. Hopefully, in one day, i can talk about the things make me crazy in this time. But for this entry, let me show u an interesting video clip, I really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=129&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/04/08/hey-wake-up-men/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/vdIepb1Xe0M/2.jpg" medium="image" />
	</item>
		<item>
		<title>MSP Tech Passion</title>
		<link>http://phvu.wordpress.com/2009/02/23/msp-tech-passion/</link>
		<comments>http://phvu.wordpress.com/2009/02/23/msp-tech-passion/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:06:37 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[msp]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=123</guid>
		<description><![CDATA[
Today I had a presentation about Functional Programming in &#62;NET with C# and F# at Microsoft Vietnam office, according to the MSP Tech Passion conference series. All things is OK, and I think the audience really get exciting with my presentation. I&#8217;m really glad about it.
So I post the slide and demo source code here. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=123&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/02/23/msp-tech-passion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>

		<media:content url="http://xuknoa.bay.livefilestore.com/y1pAFi-43vNDi_-l4QSCBKVprY_UuAeiuNRAiWy2KkKZf3Ioo3eM8p1OY5ccrf2bJGJQtVz2vtKeWs/TECH%20PASSION1-Day2%20001%202009.02.23.2028.46.jpg" medium="image">
			<media:title type="html">At MSP Tech Passion</media:title>
		</media:content>
	</item>
		<item>
		<title>Easily way to make transparent picture control in MFC</title>
		<link>http://phvu.wordpress.com/2009/01/28/easily-way-to-make-transparent-picture-control-in-mfc/</link>
		<comments>http://phvu.wordpress.com/2009/01/28/easily-way-to-make-transparent-picture-control-in-mfc/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 11:02:03 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Win Mobile - .NET CF]]></category>
		<category><![CDATA[WinCE]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[pictureex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=120</guid>
		<description><![CDATA[I&#8217;m going to describe the way to make a transparent picture box control in MFC (Smart Device application). It worked well on Windows CE, and it should be fine on Win32 application.
The key function is TransparentImage. Using it, you will see that the job is pretty simple&#8230;
I called my class CPictureEx, which derived from CStatic.
#pragma [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=120&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/01/28/easily-way-to-make-transparent-picture-control-in-mfc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Sending SMS message in Windows CE</title>
		<link>http://phvu.wordpress.com/2009/01/15/sending-sms-message-in-windows-ce/</link>
		<comments>http://phvu.wordpress.com/2009/01/15/sending-sms-message-in-windows-ce/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 06:57:55 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Win Mobile - .NET CF]]></category>
		<category><![CDATA[WinCE]]></category>
		<category><![CDATA[.NET CF]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=117</guid>
		<description><![CDATA[Download the source code

Today I will show the way to send SMS message in Windows CE and Windows Mobile, using C++ and P/Invoke in .NET CF. It&#8217;s pretty simple&#8230;
In Windows CE environment, SMS fuction is handled by &#8220;sms.dll&#8221;, but in Windows Mobile 2005 and later, it&#8217;s handled (in a much more simpler way) by &#8220;cemapi.dll&#8221;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=117&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/01/15/sending-sms-message-in-windows-ce/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>

		<media:content url="http://i510.photobucket.com/albums/s341/phvu/smssend.jpg" medium="image">
			<media:title type="html">SMS sending on WM2k3</media:title>
		</media:content>
	</item>
		<item>
		<title>What can you do with MS SmallBasic</title>
		<link>http://phvu.wordpress.com/2009/01/11/what-can-you-do-with-ms-smallbasic/</link>
		<comments>http://phvu.wordpress.com/2009/01/11/what-can-you-do-with-ms-smallbasic/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 16:11:11 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CrashDown]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SmallBasic]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=114</guid>
		<description><![CDATA[I spent my rarely free time before the Lunar New Year holiday by playing with SmallBasic &#8211; one of more interesting tools introduced by Microsoft. Just another easy tool for newbies, but I wonder if &#8220;what can I do with it?&#8221;. It&#8217;s just has less than 15 keywords, and at the 1st sight, I can&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=114&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/01/11/what-can-you-do-with-ms-smallbasic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>

		<media:content url="http://i510.photobucket.com/albums/s341/phvu/CrashDown_PHV.jpg" medium="image">
			<media:title type="html">CrashDown - SmallBasic version by PHV</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Ruby&#8221;, hehe&#8230;.</title>
		<link>http://phvu.wordpress.com/2009/01/08/ruby-hehe/</link>
		<comments>http://phvu.wordpress.com/2009/01/08/ruby-hehe/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:01:30 +0000</pubDate>
		<dc:creator>phvu</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://phvu.wordpress.com/?p=111</guid>
		<description><![CDATA[Vô tình đọc dc cái này, học dc cách phỏng vấn nhân sự, hehe&#8230;
May mà có người tốt bụng dịch lại, ko thì chắc cũng chả siêng ngồi đọc từ đầu đến cuối  )

Nguồn: http://blog.360.yahoo.com/blog-I82W2Fs1bqlLWhI24RHtBYPR5OiClg&#8211;?cq=1
Khi mà Ruby ngày càng trở nên phổ biến, thì số lượng các hồ sơ xin việc có Ruby ngày [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvu.wordpress.com&blog=4211383&post=111&subd=phvu&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvu.wordpress.com/2009/01/08/ruby-hehe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13c9fd2b3fc44f21488ba3a7afce16b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">phvu</media:title>
		</media:content>
	</item>
	</channel>
</rss>