<?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>Web Development</title>
	<atom:link href="http://siphu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphu.wordpress.com</link>
	<description>From myself expreriences and friends around</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='siphu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/394880dcd95a8f4369066a9e1f8769d2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Web Development</title>
		<link>http://siphu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://siphu.wordpress.com/osd.xml" title="Web Development" />
	<atom:link rel='hub' href='http://siphu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>.NET free browser-based IDE</title>
		<link>http://siphu.wordpress.com/2009/12/08/net-free-browser-based-ide/</link>
		<comments>http://siphu.wordpress.com/2009/12/08/net-free-browser-based-ide/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 03:11:32 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=168</guid>
		<description><![CDATA[Have you ever experienced a ASP.NET browser-based IDE? i found this site that supports this great function while browsing around the Internet. Of course it still has some limitation but i think i would be a convenience in some case to repair ASP.NET code without Visual Studio setup.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=168&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/12/08/net-free-browser-based-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Date handle functions in Java</title>
		<link>http://siphu.wordpress.com/2009/09/24/date-handle-functions-in-java/</link>
		<comments>http://siphu.wordpress.com/2009/09/24/date-handle-functions-in-java/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:58:10 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Date function]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=160</guid>
		<description><![CDATA[I showed a small function about how to get a day of week based on the inputted date in my previous article. But there are still some more functions related to Date that i usually have to deal with, so i also want to share them here 1. Plus a date and a year 2. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=160&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/09/24/date-handle-functions-in-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculate day of week</title>
		<link>http://siphu.wordpress.com/2009/09/23/calculate-day-of-week/</link>
		<comments>http://siphu.wordpress.com/2009/09/23/calculate-day-of-week/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:36:06 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=122</guid>
		<description><![CDATA[Below is a small java program used to calculate which day in week a date is based on the input date. This function is implemented without using any function of Date library. The output result&#8217;ll be a number from [0] to [6] that is corresponding to [Sunday] ~ [Saturday] in a week Tagged: Java<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=122&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/09/23/calculate-day-of-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Currency TextInput</title>
		<link>http://siphu.wordpress.com/2009/08/29/currency-textinput/</link>
		<comments>http://siphu.wordpress.com/2009/08/29/currency-textinput/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 07:12:15 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Adobe Flex/Air]]></category>
		<category><![CDATA[Flex/Air]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=105</guid>
		<description><![CDATA[In my project, i needed to create some action as below for TextInput: Focus Out: Automatically format the inputted value as currency Focus In: Remove all currency characters and display as normal Number Text attribute: always return as normal number characters string (Without [,]  and [$]) One more requirement is that, it must be a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=105&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/29/currency-textinput/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>

		<media:content url="http://siphu.files.wordpress.com/2009/08/currency.gif" medium="image">
			<media:title type="html">currency</media:title>
		</media:content>
	</item>
		<item>
		<title>Get selected cell value of DataGrid in FLex</title>
		<link>http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/</link>
		<comments>http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:00:54 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Adobe Flex/Air]]></category>
		<category><![CDATA[Flex/Air]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=102</guid>
		<description><![CDATA[In the DataGrid control of Flex, it doesn&#8217;t support any property related to the selected column index so we cannot get its value directly. Instead, we have to use other way. DataGrid supports events called [ItemClick] or [ItemDoubleClick], when using these events, we can retrieve the column index of the clicked item. To demonstrate this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=102&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/26/get-selected-cell-value-of-datagrid-in-flex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>NVL() function in Postgre SQL</title>
		<link>http://siphu.wordpress.com/2009/08/25/nvl-function-in-postgre-sql/</link>
		<comments>http://siphu.wordpress.com/2009/08/25/nvl-function-in-postgre-sql/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 04:31:58 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=98</guid>
		<description><![CDATA[Do Postgre have any function that equals to NVL() of Oracle? of course, it do have the same function but with different name. Below is the systax: this function&#8217;ll returns the first non-null expression that is passed to it. If &#60;Column name 1&#62; is NULL, it&#8217;ll be replaced by &#60;New value&#62; Tagged: PostgreSQL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=98&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/25/nvl-function-in-postgre-sql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple login form with Flex and XML as database</title>
		<link>http://siphu.wordpress.com/2009/08/17/simple-login-form-with-flex-and-xml-as-database/</link>
		<comments>http://siphu.wordpress.com/2009/08/17/simple-login-form-with-flex-and-xml-as-database/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 17:59:06 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Adobe Flex/Air]]></category>
		<category><![CDATA[Flex/Air]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=85</guid>
		<description><![CDATA[I want to create a simple login form to learn how to work with Validation and XML database (based on E4X) in Flex. Fist we need an XML file which contains our login information, i call it [data.xml]. We have two [user] elements (but you can add as much as you want), each element contains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=85&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/17/simple-login-form-with-flex-and-xml-as-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>

		<media:content url="http://siphu.files.wordpress.com/2009/08/login.jpg" medium="image">
			<media:title type="html">login</media:title>
		</media:content>
	</item>
		<item>
		<title>Error: unable to resolve &#8216;image name&#8217; for transcoding</title>
		<link>http://siphu.wordpress.com/2009/08/14/error-unable-to-resolve-image-name-for-transcoding/</link>
		<comments>http://siphu.wordpress.com/2009/08/14/error-unable-to-resolve-image-name-for-transcoding/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:07:35 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Adobe Flex/Air]]></category>
		<category><![CDATA[Flex/Air]]></category>
		<category><![CDATA[PreLoader]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=75</guid>
		<description><![CDATA[i needed to find some sample about how to customize default flex PreLoader and found two great tutorials Custom Flex 3 Lightweight Preloader with source code Flex Custom Preloader When i tried to add into my project and built it, the [Error: unable to resolve 'image name' for transcoding] was thrown. Because i&#8217;m using FlashDevelop so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=75&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/14/error-unable-to-resolve-image-name-for-transcoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert Westen datetime to Japanese calendar</title>
		<link>http://siphu.wordpress.com/2009/08/11/convert-westen-datetime-to-japanese-calendar/</link>
		<comments>http://siphu.wordpress.com/2009/08/11/convert-westen-datetime-to-japanese-calendar/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 06:29:18 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[Visual C#]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=69</guid>
		<description><![CDATA[Tagged: Visual C#<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=69&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/11/convert-westen-datetime-to-japanese-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
		<item>
		<title>Add auto increment column in PostgreSQL</title>
		<link>http://siphu.wordpress.com/2009/08/10/add-auto-increment-column-in-postgresql/</link>
		<comments>http://siphu.wordpress.com/2009/08/10/add-auto-increment-column-in-postgresql/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:21:13 +0000</pubDate>
		<dc:creator>Si Phu</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://siphu.wordpress.com/?p=59</guid>
		<description><![CDATA[In PostgreSQL, we cannot just add an column and mark it as auto increment like in MySQL or SQL Server. Instead, we have to create an sequence and link it to the specified column. 1. Assume that we have a table called [testtbl] with an unique column called [id] 2. Generate sequence =&#62; ※After the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=siphu.wordpress.com&amp;blog=186193&amp;post=59&amp;subd=siphu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://siphu.wordpress.com/2009/08/10/add-auto-increment-column-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db180d6b8ac50deec18f49d953def0dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Si Phu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
