<?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>Nam Gi VU Blogs</title>
	<atom:link href="http://namgivu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://namgivu.wordpress.com</link>
	<description>Love to learn new things &#38; dream to create ones</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='namgivu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nam Gi VU Blogs</title>
		<link>http://namgivu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://namgivu.wordpress.com/osd.xml" title="Nam Gi VU Blogs" />
	<atom:link rel='hub' href='http://namgivu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cool PHP error-suppressing operator &#8211; the @ operator</title>
		<link>http://namgivu.wordpress.com/2011/09/30/cool-php-error-suppressing-operator-the-operator/</link>
		<comments>http://namgivu.wordpress.com/2011/09/30/cool-php-error-suppressing-operator-the-operator/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 04:36:30 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php-syntax]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/09/30/cool-php-error-suppressing-operator-the-operator/</guid>
		<description><![CDATA[Today by accident I get new php syntax &#8211; the @ operator I often see code if ( isset($REQUEST['someName'] &#38;&#38; &#8230; ) { &#8230; } The `&#8230;` in the if statement is the real/futher expression usage on isset($REQUEST['someName'] &#160; With @, this isset(&#8230;) stuff is no longer needed e.g. &#60;?php $a = array(&#8216;a&#8217;=&#62;1, &#8216;bb&#8217;=&#62;22); echo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1392&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/09/30/cool-php-error-suppressing-operator-the-operator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP &#8211; `php.ini` file for Apache and PHP CLI (command line) is NOT the same</title>
		<link>http://namgivu.wordpress.com/2011/09/21/php-php-ini-file-for-apache-and-php-cli-command-line-is-not-the-same/</link>
		<comments>http://namgivu.wordpress.com/2011/09/21/php-php-ini-file-for-apache-and-php-cli-command-line-is-not-the-same/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:45:34 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php php.ini apache php-command-line location]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/09/21/php-php-ini-file-for-apache-and-php-cli-command-line-is-not-the-same/</guid>
		<description><![CDATA[Today, after spending 3 days (yes 3 days!) trying to install PHPUnit on my Windows 7 machine, I realize that `php.ini` used by the PHP CLI is not the same with Apache server. Quoted from Danial Brown from php.net &#8220;If there&#8217;s no php.ini file in the path it&#8217;s checking, it&#8217;ll just use the internal defaults. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1391&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/09/21/php-php-ini-file-for-apache-and-php-cli-command-line-is-not-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>
	</item>
		<item>
		<title>Quickly share via Google Plus using bookmarklet &#124; Forest Giant</title>
		<link>http://namgivu.wordpress.com/2011/07/22/quickly-share-via-google-plus-using-bookmarklet-forest-giant/</link>
		<comments>http://namgivu.wordpress.com/2011/07/22/quickly-share-via-google-plus-using-bookmarklet-forest-giant/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:13:18 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://namgivu.wordpress.com/?p=1386</guid>
		<description><![CDATA[Google Plus and the Bookmarklet &#124; Forest Giant. Drag this to your bookmarks to use, or click it to test: Google +1 Bookmarklet Tagged: bookmarklet, google<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1386&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/07/22/quickly-share-via-google-plus-using-bookmarklet-forest-giant/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>
	</item>
		<item>
		<title>Mysql Command-line Options</title>
		<link>http://namgivu.wordpress.com/2011/07/20/mysql-command-line-options/</link>
		<comments>http://namgivu.wordpress.com/2011/07/20/mysql-command-line-options/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 04:59:33 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql command-line options]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/07/20/mysql-command-line-options/</guid>
		<description><![CDATA[mysql &#8211;help mysql&#160; Ver 14.14 Distrib 5.5.8, for Win32 (x86) Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Usage: mysql [OPTIONS] [database] &#160; -?, &#8211;help&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Display this help and exit. &#160; -I, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1377&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/07/20/mysql-command-line-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>
	</item>
		<item>
		<title>How to run mysql script from command line with unicode/utf8 encode</title>
		<link>http://namgivu.wordpress.com/2011/07/20/how-to-run-mysql-script-from-command-line-with-unicodeutf8-encode/</link>
		<comments>http://namgivu.wordpress.com/2011/07/20/how-to-run-mysql-script-from-command-line-with-unicodeutf8-encode/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 04:57:06 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql command-line unicode]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/07/20/how-to-run-mysql-script-from-command-line-with-unicodeutf8-encode/</guid>
		<description><![CDATA[Source: SO Discussion From command line with `administrator right/privilege` and `mysql.exe` in your known-system-paths, execute the below command. mysql -e &#34;source Path/to/your/script.sql&#34; YourDbName -u YourUser &#160;&#160;&#160;&#160;&#160; –p YourPass &#8211;default-character-set=UTF8 See more options on mysql commands here. Hope this is helpful to you! Nam Tagged: mysql command-line unicode<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1376&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/07/20/how-to-run-mysql-script-from-command-line-with-unicodeutf8-encode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype Built-in Features  that I didn&#8217;t think they exists</title>
		<link>http://namgivu.wordpress.com/2011/04/20/skype-built-in-features-that-i-didnt-think-they-exists/</link>
		<comments>http://namgivu.wordpress.com/2011/04/20/skype-built-in-features-that-i-didnt-think-they-exists/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 17:07:43 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/04/20/skype-built-in-features-that-i-didnt-think-they-exists/</guid>
		<description><![CDATA[The “hidden” features are: Turn off pencil animation while typing (#3) Paste as plain text/copied-message (#4 marked in screen-shot) &#160;&#160;&#160; Hope this is helpful to you! Nam. Tagged: skype<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1367&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/04/20/skype-built-in-features-that-i-didnt-think-they-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/2011-04-19-23h49_19_thumb.png" medium="image">
			<media:title type="html">2011-04-19 23h49_19</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/2011-04-19-23h48_42_thumb.png" medium="image">
			<media:title type="html">2011-04-19 23h48_42</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool External Diff/Merge Tool used for Visual Studio 2010 and TortoiseSVN</title>
		<link>http://namgivu.wordpress.com/2011/04/19/cool-external-diffmerge-tool-used-for-visual-studio-2010-and-tortoisesvn/</link>
		<comments>http://namgivu.wordpress.com/2011/04/19/cool-external-diffmerge-tool-used-for-visual-studio-2010-and-tortoisesvn/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 06:36:36 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/04/19/cool-external-diffmerge-tool-used-for-visual-studio-2010-and-tortoisesvn/</guid>
		<description><![CDATA[Among the diff/merge tools I’ve used, I am impressed the most with SourceGear DiffMerge tool. The SO community also recommended it. I’ve been working with .Net &#38; open-source technologies – the source-code management client-tool I used is Visual Studio and TortoiseSVN. Here’s how we configure these two tools to work with DiffMerge. DiffMerge used in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1360&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/04/19/cool-external-diffmerge-tool-used-for-visual-studio-2010-and-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/2011-04-19-13h18_29_thumb.png" medium="image">
			<media:title type="html">2011-04-19 13h18_29</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/2011-04-19-13h16_20_thumb.png" medium="image">
			<media:title type="html">2011-04-19 13h16_20</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Reduce your internet Dropbox bandwidth using `Selective Sync`</title>
		<link>http://namgivu.wordpress.com/2011/03/30/reduce-your-internet-dropbox-bandwidth-using-selective-sync/</link>
		<comments>http://namgivu.wordpress.com/2011/03/30/reduce-your-internet-dropbox-bandwidth-using-selective-sync/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 06:54:06 +0000</pubDate>
		<dc:creator>Nhu Nguyen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/?p=1332</guid>
		<description><![CDATA[When we use Dropbox, with large files, synchronization between the client and server is quite slow. Dropbox now supports storage on server without synchronization on client, i.e. we can choose which files/folders to be synchronized. First right click icon dropbox in system tray, select click `Preferences…` Then, select ` Advanced` and click button `Selective Sync…` [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1332&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/03/30/reduce-your-internet-dropbox-bandwidth-using-selective-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd314c09c332f43871b04e5104aa35d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntnhu2008</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/03/1_thumb.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/03/2_thumb1.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/03/3_thumb.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get a sharable link of a file in `dropbox`?</title>
		<link>http://namgivu.wordpress.com/2011/03/28/how-to-get-a-sharable-link-of-a-file-in-dropbox/</link>
		<comments>http://namgivu.wordpress.com/2011/03/28/how-to-get-a-sharable-link-of-a-file-in-dropbox/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 05:23:04 +0000</pubDate>
		<dc:creator>Nam Gi VU</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/2011/03/28/how-to-get-a-sharable-link-of-a-file-in-dropbox/</guid>
		<description><![CDATA[How did I know this? The screenshot show you how. Note: If you don&#8217;t have this feature in your `dropbox` menu, you need to follow &#8220;All you have to do is enable your account by clicking this link&#8220; Hope that helps! Nam. Tagged: dropbox<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1319&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/03/28/how-to-get-a-sharable-link-of-a-file-in-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0813ef73a1a468d754775e4cb276abe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vgnam2404</media:title>
		</media:content>

		<media:content url="http://namgivu.files.wordpress.com/2011/03/get-sharable-dropbox-link_thumb.png" medium="image">
			<media:title type="html">get-sharable-dropbox-link</media:title>
		</media:content>
	</item>
		<item>
		<title>How to update all attributes&#8217; value of your XML data column using T-SQL</title>
		<link>http://namgivu.wordpress.com/2011/03/25/how-to-update-all-attributes-value-of-your-xml-data-column-using-t-sql/</link>
		<comments>http://namgivu.wordpress.com/2011/03/25/how-to-update-all-attributes-value-of-your-xml-data-column-using-t-sql/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 09:59:18 +0000</pubDate>
		<dc:creator>Nhu Nguyen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[t-sql]]></category>
		<category><![CDATA[update-xml-attribute]]></category>

		<guid isPermaLink="false">https://namgivu.wordpress.com/?p=1312</guid>
		<description><![CDATA[How did I know this? Let&#8217;s have a sample snippet 1: DECLARE @xml XML = N' 2: &#60;a abb="122"&#62; 3: &#60;b&#62; 4: &#60;/b&#62; 5: &#60;/a&#62; 6: &#60;a abb="344"&#62; 7: &#60;b&#62; 8: &#60;/b&#62; 9: &#60;/a&#62; 10: ' We need ​​to update all attribute ‘abb’ of ‘a’ tag with value 888 We can do the following: 1: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=namgivu.wordpress.com&amp;blog=14961981&amp;post=1312&amp;subd=namgivu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://namgivu.wordpress.com/2011/03/25/how-to-update-all-attributes-value-of-your-xml-data-column-using-t-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd314c09c332f43871b04e5104aa35d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntnhu2008</media:title>
		</media:content>
	</item>
	</channel>
</rss>
