<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Hui WANG&#039;s Blog</title>
	<link>http://www.hui-wang.info</link>
	<description>One will, One way</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:33:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>How to replace the second match</title>
		<description><![CDATA[There are two methods in the Object String which replace subsequences that match a given regular expression with a given replacement: replaceFirst and replaceAll. But if we want to replace the second or the third one, how should we do? More generally, how to replace the Nth matched subsequences? From java doc of the class [...]]]></description>
		<link>http://www.hui-wang.info/2010/08/how-to-replace-the-second-match/</link>
			</item>
	<item>
		<title>My Resume is Proudly Powered by Google Document</title>
		<description><![CDATA[I have been harvesting professional experiences rapidly since this two years with the help of internships and part-time jobs. In the same pace, I need to keep my resume up-to-date. It should have been an enjoyable moment when adding new experiences and skills. However, I was really very tired of managing the fast-changing resume version. [...]]]></description>
		<link>http://www.hui-wang.info/2010/05/my-resume-is-proudly-powered-by-google-document/</link>
			</item>
	<item>
		<title>Internship Offers on Information Systems in Île-de-France</title>
		<description><![CDATA[Here are the two reasons why I&#8217;ve chosen to major in Information Systems. One is that I will have the chance to become an architect. The other one is the ubiquity of this career. What I call ubiquity is that Information systems are needed in almost any type of ambitious companies. Thanks to the second [...]]]></description>
		<link>http://www.hui-wang.info/2010/05/internship-offers-on-information-systems-in-ile-de-france/</link>
			</item>
	<item>
		<title>Hui, you should not always write about technical articles in your second language</title>
		<description><![CDATA[I&#8217;m a Chinese student learning  two foreign languages, English and French. In the past, I used my mother language to express my thinking on life experience because it&#8217;s simple and natural. Other tow languages serve most of time as my technical languages since the core of communication is tech which for me is more natural. [...]]]></description>
		<link>http://www.hui-wang.info/2010/05/hui-you-should-not-always-write-about-technical-articles-in-your-second-language/</link>
			</item>
	<item>
		<title>Open-source Apps for IMS based Service Development</title>
		<description><![CDATA[This is the last month of my part-time job. Since last August, I&#8217;ve investigated a lot in IMS based service development. As a brief final report, here is a list of open-source apps that we&#8217;ve used.  In the same time, I attach some personal opinions on their pros and cons. Above all, these tools especially [...]]]></description>
		<link>http://www.hui-wang.info/2010/05/open-source-apps-for-ims-based-service-development/</link>
			</item>
	<item>
		<title>A must-read story if your PHP session keeps losing weirdly</title>
		<description><![CDATA[I realize that there are numerous scattered posts on the PHP SESSION LOST issu, but I'd like to add my story since it took me almost two days to figour out that php session is lost but it's not PHP's fault.

In the very beginning, I thought the reason why my php session is lost is because of my incorrect php code.  On lots of forums and blogs, people say that session_start() should be put in the very first line of each page, session_write_close() should come before the header redirect and also make sure that session_save_path is set in php.ini file.  Without lucks,  none of these tips could help me solve my problem.]]></description>
		<link>http://www.hui-wang.info/2010/04/a-must-read-story-if-your-php-session-keeps-losing-weirdly/</link>
			</item>
	<item>
		<title>Magic Factory Method for Obtaining Instances of Zend_Gdata Classes</title>
		<description><![CDATA[// Create a new entry using the calendar service's magic factory method
$service = new  Zend_Gdata_Calendar($client);
$event= $service->newEventEntry();

This a small piece of code from Zend manul on how to use Google Calendar.

At first I didn't notice the comment in the very first line.  I have navigated directly into the class Zend_Gdata_Calendar to explore the method newEvenEntry. Unfornately and weirdly, this method doesn't exist !]]></description>
		<link>http://www.hui-wang.info/2010/03/magic-factory-method-for-obtaining-instances-of-zend_gdata-classes/</link>
			</item>
</channel>
</rss>
