<?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/"
	>

<channel>
	<title>RMIT Diary &#187; Z</title>
	<atom:link href="http://www.rmitdiary.com/author/mrx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rmitdiary.com</link>
	<description>Student life at RMIT Vietnam</description>
	<lastBuildDate>Tue, 11 May 2010 19:08:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Night@RMIT</title>
		<link>http://www.rmitdiary.com/nightrmit/</link>
		<comments>http://www.rmitdiary.com/nightrmit/#comments</comments>
		<pubDate>Tue, 11 May 2010 19:08:29 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=794</guid>
		<description><![CDATA[I&#8217;m writing this entry from the Mac Lab. This is the 4th night that I stay at school for assignments. I finally found a way to help me concentrate on the studying. It feels good to push myself to the edge. I&#8217;m a true procrastinator who find it really hard to work in a regular, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this entry from the Mac Lab. This is the 4th night that I stay at school for assignments. I finally found a way to help me concentrate on the studying. It feels good to push myself to the edge. I&#8217;m a true procrastinator who find it really hard to work in a regular, low-pressure environment. If I were at home at the moment, perhaps I would be wandering around Facebook and does not review anything from the main course material.</p>
<p>Well, I have about 12 days until the first exam, the OB one. That&#8217;s enough for all the necessary revision. I would need to get this level of concentration until I finish with the semester (all the exams), or I will need to stay at school for the upcoming days if I want to stay focused.</p>
<p>It was such a shame that I missed so many WDT classes this semester. Though it is my favorite course of the semester, I failed to attend many lectures as I could not wake up in the morning after sleepless nights. I spent a lot of time to work on club&#8217;s activities, of which I am an organizer. I spent time on personal research projects and reading for OB.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fnightrmit%2F&amp;t=Night%40RMIT" id="facebook_share_link_794">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_794') || document.getElementById('facebook_share_icon_794') || document.getElementById('facebook_share_both_794') || document.getElementById('facebook_share_button_794');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_794') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/nightrmit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exam format: Programming Techniques</title>
		<link>http://www.rmitdiary.com/exam-format-programming-techniques/</link>
		<comments>http://www.rmitdiary.com/exam-format-programming-techniques/#comments</comments>
		<pubDate>Tue, 11 May 2010 03:06:08 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=792</guid>
		<description><![CDATA[Part A: 5 multiple choice questions for 2 marks each Part B: Programming (coding) questions about ANY of the following topics Basic C Pointer Functions in C Arrays and Pointers String handling in C Storage classes Structures Dynamic memory Linked list Share on Facebook var button = document.getElementById('facebook_share_link_792') &#124;&#124; document.getElementById('facebook_share_icon_792') &#124;&#124; document.getElementById('facebook_share_both_792') &#124;&#124; document.getElementById('facebook_share_button_792'); if [...]]]></description>
			<content:encoded><![CDATA[<p>Part A: 5 multiple choice questions for 2 marks each</p>
<p>Part B: Programming (coding) questions about ANY of the following topics</p>
<ol>
<li>Basic C</li>
<li>Pointer</li>
<li>Functions in C</li>
<li>Arrays and Pointers</li>
<li>String handling in C</li>
<li>Storage classes</li>
<li>Structures</li>
<li>Dynamic memory</li>
<li>Linked list</li>
</ol>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fexam-format-programming-techniques%2F&amp;t=Exam%20format%3A%20Programming%20Techniques" id="facebook_share_link_792">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_792') || document.getElementById('facebook_share_icon_792') || document.getElementById('facebook_share_both_792') || document.getElementById('facebook_share_button_792');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_792') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/exam-format-programming-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UI ideas for my ASP.NET assignment</title>
		<link>http://www.rmitdiary.com/ui-ideas-for-my-asp-net-assignment/</link>
		<comments>http://www.rmitdiary.com/ui-ideas-for-my-asp-net-assignment/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:52:58 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=788</guid>
		<description><![CDATA[http://www.agavegroup.com/?p=35 http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ http://www.pluralsight-training.net/community/blogs/fritz/archive/2006/03/22/20514.aspx (Delete confirmation) Share on Facebook var button = document.getElementById('facebook_share_link_788') &#124;&#124; document.getElementById('facebook_share_icon_788') &#124;&#124; document.getElementById('facebook_share_both_788') &#124;&#124; document.getElementById('facebook_share_button_788'); if (button) { button.onclick = function(e) { var url = this.href.replace(/share\.php/, 'sharer.php'); window.open(url,'sharer','toolbar=0,status=0,width=626,height=436'); return false; } if (button.id === 'facebook_share_button_788') { button.onmouseover = function(){ this.style.color='#fff'; this.style.borderColor = '#295582'; this.style.backgroundColor = '#3b5998'; } button.onmouseout = function(){ this.style.color = [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.agavegroup.com/?p=35">http://www.agavegroup.com/?p=35</a></li>
<li><a href="http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/">http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/</a></li>
<li><a href="http://www.pluralsight-training.net/community/blogs/fritz/archive/2006/03/22/20514.aspx">http://www.pluralsight-training.net/community/blogs/fritz/archive/2006/03/22/20514.aspx</a> (Delete confirmation)</li>
</ul>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fui-ideas-for-my-asp-net-assignment%2F&amp;t=UI%20ideas%20for%20my%20ASP.NET%20assignment" id="facebook_share_link_788">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_788') || document.getElementById('facebook_share_icon_788') || document.getElementById('facebook_share_both_788') || document.getElementById('facebook_share_button_788');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_788') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/ui-ideas-for-my-asp-net-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My reflection paper for Intro to OB</title>
		<link>http://www.rmitdiary.com/my-reflection-paper-for-intro-to-ob/</link>
		<comments>http://www.rmitdiary.com/my-reflection-paper-for-intro-to-ob/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 09:57:16 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=784</guid>
		<description><![CDATA[Refection on Values Share on Facebook var button = document.getElementById('facebook_share_link_784') &#124;&#124; document.getElementById('facebook_share_icon_784') &#124;&#124; document.getElementById('facebook_share_both_784') &#124;&#124; document.getElementById('facebook_share_button_784'); if (button) { button.onclick = function(e) { var url = this.href.replace(/share\.php/, 'sharer.php'); window.open(url,'sharer','toolbar=0,status=0,width=626,height=436'); return false; } if (button.id === 'facebook_share_button_784') { button.onmouseover = function(){ this.style.color='#fff'; this.style.borderColor = '#295582'; this.style.backgroundColor = '#3b5998'; } button.onmouseout = function(){ this.style.color = '#3b5998'; this.style.borderColor [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.rmitdiary.com/wp-content/2010/04/A1_OB.pdf'>Refection on Values</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fmy-reflection-paper-for-intro-to-ob%2F&amp;t=My%20reflection%20paper%20for%20Intro%20to%20OB" id="facebook_share_link_784">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_784') || document.getElementById('facebook_share_icon_784') || document.getElementById('facebook_share_both_784') || document.getElementById('facebook_share_button_784');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_784') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/my-reflection-paper-for-intro-to-ob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Communications Pitfalls</title>
		<link>http://www.rmitdiary.com/communicational-pitfalls/</link>
		<comments>http://www.rmitdiary.com/communicational-pitfalls/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 12:12:02 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=778</guid>
		<description><![CDATA[Some of the common mistakes that reduce effectiveness in inter-personal communications: Lack of trust: people communicate without believing what the other person is saying, or even what they are saying themselves. Unclear identity: people hide their identity and thus reduce trust from the other person. One-way relationship: one party try to persuade the other without [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the common mistakes that reduce effectiveness in inter-personal communications:</p>
<ul>
<li>Lack of trust: people communicate without believing what the other person is saying, or even what they are saying themselves.</li>
<li>Unclear identity: people hide their identity and thus reduce trust from the other person.</li>
<li>One-way relationship: one party try to persuade the other without providing any values in return.</li>
<li>Lack of understanding: people are not aware of the different perspective and behaviors patterns that they are holding. For example: introverted people may find extroverted ones &#8220;noisy&#8221;; extroverted people consider introverted ones &#8220;hard to talk&#8221;.</li>
<li>Knowledge gap: the listener doesn&#8217;t have sufficient knowledge to get the message.</li>
<li>Trying to avoiding conflicts rather than resolving them.</li>
</ul>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fcommunicational-pitfalls%2F&amp;t=Communications%20Pitfalls" id="facebook_share_link_778">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_778') || document.getElementById('facebook_share_icon_778') || document.getElementById('facebook_share_both_778') || document.getElementById('facebook_share_button_778');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_778') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/communicational-pitfalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for effective meeting</title>
		<link>http://www.rmitdiary.com/tips-for-effective-meeting/</link>
		<comments>http://www.rmitdiary.com/tips-for-effective-meeting/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 04:17:17 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=772</guid>
		<description><![CDATA[This is not except from a book. It came from my own experience in team work. According to my observation, a meeting can be enhanced by applying the following tips. Attendee&#8217;s availability is confirmed before the invitation is sent. Make sure that VIPs are available for the meeting. Agenda is sent in advance. Invitation is [...]]]></description>
			<content:encoded><![CDATA[<p>This is not except from a book. It came from my own experience in team work. According to my observation, a meeting can be enhanced by applying the following tips.</p>
<ul>
<li>Attendee&#8217;s availability is confirmed before the invitation is sent. Make sure that VIPs are available for the meeting.</li>
<li>Agenda is sent in advance.</li>
<li>Invitation is sent both via Calendar and regular email.</li>
<li>A secretary is ready on the day. The host (organizer) should concentrate on the content of the meeting rather than on recording it.</li>
<li>Stick to the agenda. Items not included in the agenda should be left til the end of the meeting, if there is extra time.</li>
<li>When a discussion gets stuck, move on to the next item. Discuss after the meeting.</li>
<li>For items that may take lots of time, the host should talk to people before the meeting so that they think about it in advance and the host gets an overview of possible opinions.</li>
<li>Virtual meeting is a good idea, yet it comes at the cost of training. Think ROI!</li>
<li>Offline notification, such as SMS, or phone call.</li>
</ul>
<p>At Business Club, most of the above ideas were applied quite well which results in efficient meetings. There are always point for improvement of course. <img src='http://www.rmitdiary.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Ftips-for-effective-meeting%2F&amp;t=Tips%20for%20effective%20meeting" id="facebook_share_link_772">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_772') || document.getElementById('facebook_share_icon_772') || document.getElementById('facebook_share_both_772') || document.getElementById('facebook_share_button_772');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_772') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/tips-for-effective-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email issue &#8211; confirmed</title>
		<link>http://www.rmitdiary.com/email-issue-confirmed/</link>
		<comments>http://www.rmitdiary.com/email-issue-confirmed/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 01:42:35 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[ITS]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=770</guid>
		<description><![CDATA[Your message did not reach some or all of the intended recipients. Subject:    RE: Changing ATM manager Sent: 3/29/2010 8:38 AM The following recipient(s) cannot be reached: thuydang@rmitbc.com on 3/29/2010 8:38 AM The e-mail system was unable to deliver the message, but did not report a specific reason.  Check the address and try again.  If [...]]]></description>
			<content:encoded><![CDATA[<p>Your message did not reach some or all of the intended recipients.</p>
<p>Subject:    RE: Changing ATM manager</p>
<p>Sent: 3/29/2010 8:38 AM</p>
<p>The following recipient(s) cannot be reached:</p>
<p><a href="mailto:thuydang@rmitbc.com">thuydang@rmitbc.com</a> on 3/29/2010 8:38 AM</p>
<p>The e-mail system was unable to deliver the message, but did not report a specific reason.  Check the address and try again.  If it still fails, contact your system administrator.</p>
<p>&lt; mail-ext4.rmit.edu.au #5.0.0 smtp; 5.1.0 &#8211; Unknown address error 550-&#8217;Requested action not taken: mailbox unavailable&#8217; (delivery attempts: 0)&gt;</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Femail-issue-confirmed%2F&amp;t=Email%20issue%20-%20confirmed" id="facebook_share_link_770">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_770') || document.getElementById('facebook_share_icon_770') || document.getElementById('facebook_share_both_770') || document.getElementById('facebook_share_button_770');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_770') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/email-issue-confirmed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forgotten notes</title>
		<link>http://www.rmitdiary.com/forgotten-notes/</link>
		<comments>http://www.rmitdiary.com/forgotten-notes/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:54:39 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=760</guid>
		<description><![CDATA[Today, I (almost) lost my cell phone. It slipped out of my pocket in the middle of the &#8220;We&#8217;ve got talent&#8221; auditing session. I was very worried noticing that it was nowhere to be found when the show ended. I don&#8217;t want a new phone (yet), especially as it was holding over 600 valuable contacts. [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I (almost) lost my cell phone. It slipped out of my pocket in the middle of the &#8220;We&#8217;ve got talent&#8221; auditing session. I was very worried noticing that it was nowhere to be found when the show ended. I don&#8217;t want a new phone (yet), especially as it was holding over 600 valuable contacts.</p>
<p>Perhaps, I should call that luck because the phone was found finally. More importantly, while searching for the phone, I found some important notes that otherwise could have been forgotten at the bottom of my backpack.</p>
<p>On one piece of paper were the notes that I took during a conference about &#8220;the 7 habits&#8221;. They are some of my life-long goals and objectives, in written form.</p>
<p>I found my <strong>mission statement</strong>:</p>
<blockquote><p>To make positive impacts on people&#8217;s lives personally and professionally by becoming a great inspirer.</p></blockquote>
<p>Also on that piece of paper, I <strong>defined the man who I want to be</strong>:</p>
<ul>
<li>A friend &#8211; the one to rely on.</li>
<li>An excellent student of the B.IT program, never stop learning.</li>
<li>A good team leader who help his fellows on the path of finding themselves.</li>
<li>A supportive follower.</li>
<li>An efficient software architecture.</li>
<li>A great son who make my parents can be proud of.</li>
<li>A caring friend.</li>
</ul>
<p>I wrote about <strong>things that count</strong> in my life:</p>
<ul>
<li>Friendship</li>
<li>Family</li>
<li>Challenge</li>
<li>Innovation</li>
</ul>
<p>I defined <strong>success</strong> as</p>
<ul>
<li>Being a man of my words (integrity)</li>
<li>Empowering the heart (inspire)</li>
<li>Holding excellent communicational skills</li>
</ul>
<p>I thought about <strong>how to get there</strong></p>
<ul>
<li>Learn to listen</li>
<li>First things first</li>
<li>Focus my energy into the circle of influence</li>
</ul>
<p>I found my way; and now&#8230;</p>
<p style="text-align: center;"><strong>Just do it!</strong></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fforgotten-notes%2F&amp;t=Forgotten%20notes" id="facebook_share_link_760">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_760') || document.getElementById('facebook_share_icon_760') || document.getElementById('facebook_share_both_760') || document.getElementById('facebook_share_button_760');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_760') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/forgotten-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self-leadership</title>
		<link>http://www.rmitdiary.com/self-leadership/</link>
		<comments>http://www.rmitdiary.com/self-leadership/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 19:58:49 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/?p=753</guid>
		<description><![CDATA[I strongly believe that self-leadership is the most important ingredient of success. Without the ability to bring about the positive changes in our own lives, there is no way that we can do so to others. [To be continued] Share on Facebook var button = document.getElementById('facebook_share_link_753') &#124;&#124; document.getElementById('facebook_share_icon_753') &#124;&#124; document.getElementById('facebook_share_both_753') &#124;&#124; document.getElementById('facebook_share_button_753'); if (button) { [...]]]></description>
			<content:encoded><![CDATA[<p>I strongly believe that self-leadership is the most important ingredient of success. Without the ability to bring about the positive changes in our own lives, there is no way that we can do so to others.</p>
<p>[To be continued]</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Fself-leadership%2F&amp;t=Self-leadership" id="facebook_share_link_753">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_753') || document.getElementById('facebook_share_icon_753') || document.getElementById('facebook_share_both_753') || document.getElementById('facebook_share_button_753');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_753') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/self-leadership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>from a novel</title>
		<link>http://www.rmitdiary.com/from-a-novel/</link>
		<comments>http://www.rmitdiary.com/from-a-novel/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:44:02 +0000</pubDate>
		<dc:creator>Z</dc:creator>
				<category><![CDATA[RMIT Diary]]></category>

		<guid isPermaLink="false">http://www.rmitdiary.com/from-a-novel/</guid>
		<description><![CDATA[&#8220;Em có bao giờ có cảm giác như cả thế giới này đang bỏ rơi em một mình ở phía sau, có cảm giác khi nhìn mỗi góc của căn phòng em đang ngồi đều thấy như không gian đang thu hẹp lại, bị thuyết phục rằng y phục của em đã cũ đi rất [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Em có bao giờ có cảm giác như cả thế giới này đang bỏ rơi em một mình ở phía sau, có cảm giác khi nhìn mỗi góc của căn phòng em đang ngồi đều thấy như không gian đang thu hẹp lại, bị thuyết phục rằng y phục của em đã cũ đi rất nhiều sau một đêm, rằng hình bóng của em hiện lên trên mỗi tấm gương giống như một vai diễn tội nghiệp vì không có khán giả, mà tất cả những thứ đó đều không mang lại được chút cảm giác yên ổn nào, khi nghĩ rằng em chẳng yêu ai mà cũng chẳng có ai yêu em, rằng tất cả những thứ chẳng là gì đó chỉ là sự trống rỗng trong cuộc sống của chính em không?</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.rmitdiary.com%2Ffrom-a-novel%2F&amp;t=from%20a%20novel" id="facebook_share_link_740">Share on Facebook</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_740') || document.getElementById('facebook_share_icon_740') || document.getElementById('facebook_share_both_740') || document.getElementById('facebook_share_button_740');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_740') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.rmitdiary.com/from-a-novel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
