<?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>Razier</title>
	<atom:link href="http://razier.com/feed" rel="self" type="application/rss+xml" />
	<link>http://razier.com</link>
	<description>The Lunatic Coder</description>
	<lastBuildDate>Thu, 10 May 2012 02:19:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Shuffle Array via Lotuscript</title>
		<link>http://razier.com/226/shuffle-array-via-lotuscript</link>
		<comments>http://razier.com/226/shuffle-array-via-lotuscript#comments</comments>
		<pubDate>Thu, 10 May 2012 02:13:29 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://razier.com/226/shuffle-array-via-lotuscript</guid>
		<description><![CDATA[%REM Function arrayShuffle Description: Lotuscript Shuffle Array Function %END REM Function arrayShuffle(arrayData As Variant) As Variant Dim y As Integer Dim randomPos As Integer Dim tmp As Variant For y = 0 To UBound(arrayData) randomPos = Round(Rnd() * UBound(arrayData),0) tmp = arrayData(y) arrayData(y) = arrayData(randomPos) arrayData(randomPos) = tmp Next arrayShuffle = arrayData End Function]]></description>
			<content:encoded><![CDATA[<p><code><br />
%REM<br />
Function arrayShuffle<br />
Description: Lotuscript Shuffle Array Function<br />
%END REM<br />
Function arrayShuffle(arrayData As Variant) As Variant</code></p>
<p>Dim y As Integer<br />
Dim randomPos As Integer<br />
Dim tmp As Variant</p>
<p>For y = 0 To UBound(arrayData)<br />
randomPos = Round(Rnd() * UBound(arrayData),0)<br />
tmp = arrayData(y)</p>
<p>arrayData(y) = arrayData(randomPos)<br />
arrayData(randomPos) = tmp<br />
Next</p>
<p>arrayShuffle = arrayData<br />
End Function</p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/226/shuffle-array-via-lotuscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB to Lan Fullwin FY-618SM</title>
		<link>http://razier.com/221/usb-to-lan-fullwin-fy-618sm</link>
		<comments>http://razier.com/221/usb-to-lan-fullwin-fy-618sm#comments</comments>
		<pubDate>Wed, 01 Feb 2012 03:51:20 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://razier.com/?p=221</guid>
		<description><![CDATA[Since I manage to find the Driver CD, I am sharing it here. The drivers within the zip file is for Windows XP Windows 2000 Windows 98 Vista p.s. The manufacturer name is SUNRISING Semiconductor, Inc. and the device is called SR9600 USB To Fast Ethernet Adapter. USB to Lan Fullwin FY-618SM driver download]]></description>
			<content:encoded><![CDATA[<p>Since I manage to find the Driver CD, I am sharing it here.</p>
<p>The drivers within the zip file is for</p>
<ul>
<li>Windows XP</li>
<li>Windows 2000</li>
<li>Windows 98</li>
<li>Vista</li>
</ul>
<p>p.s. The manufacturer name is SUNRISING Semiconductor, Inc. and the device is called SR9600 USB To Fast Ethernet Adapter.</p>
<p><a href="http://razier.com/wp-content/uploads/2012/02/USBToLanFullwinFY-618SM.zip">USB to Lan Fullwin FY-618SM driver download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/221/usb-to-lan-fullwin-fy-618sm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome installation failed with error 0&#215;80040154</title>
		<link>http://razier.com/199/chrome-installation-failed-with-error-0x80040154</link>
		<comments>http://razier.com/199/chrome-installation-failed-with-error-0x80040154#comments</comments>
		<pubDate>Tue, 24 May 2011 04:19:49 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://razier.com/?p=199</guid>
		<description><![CDATA[Steps taken to resolve: Start &#62; Run &#62; Regedit Delete the key &#8220;HKEY_CURRENT_USER\Software\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}&#8221; Delete the key &#8220;HKEY_CURRENT_USER\Software\Google\Update\ClientState\{430FD4D0-B729-4F61-AA34-91526481799D}&#8221; Reinstall Chrome]]></description>
			<content:encoded><![CDATA[<p>Steps taken to resolve:</p>
<ol>
<li>Start &gt; Run &gt; Regedit</li>
<li>Delete the key &#8220;HKEY_CURRENT_USER\Software\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}&#8221;</li>
<li>Delete the key &#8220;HKEY_CURRENT_USER\Software\Google\Update\ClientState\{430FD4D0-B729-4F61-AA34-91526481799D}&#8221;</li>
<li><a href="http://www.google.com/chrome">Reinstall Chrome</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/199/chrome-installation-failed-with-error-0x80040154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yamazaki&#8217;s Anpan</title>
		<link>http://razier.com/131/yamazakis-anpan</link>
		<comments>http://razier.com/131/yamazakis-anpan#comments</comments>
		<pubDate>Sat, 14 May 2011 18:37:53 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=131</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://razier.com/wp-content/uploads/2011/05/yamazakianpan.jpg"><img class="alignnone size-full wp-image-130" title="Gintama Anpan" src="http://razier.com/wp-content/uploads/2011/05/yamazakianpan.jpg" alt="" width="500" height="2264" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/131/yamazakis-anpan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Resolution</title>
		<link>http://razier.com/116/2011-resolution</link>
		<comments>http://razier.com/116/2011-resolution#comments</comments>
		<pubDate>Fri, 31 Dec 2010 16:08:45 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=116</guid>
		<description><![CDATA[Be punctual.]]></description>
			<content:encoded><![CDATA[<p>Be punctual. <img src='http://razier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/116/2011-resolution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ALA 2010 Web Design Survey</title>
		<link>http://razier.com/99/the-ala-2010-web-design-survey</link>
		<comments>http://razier.com/99/the-ala-2010-web-design-survey#comments</comments>
		<pubDate>Wed, 01 Dec 2010 08:29:06 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=99</guid>
		<description><![CDATA[Make websites? take the ALA 2010 Web Design Survey.]]></description>
			<content:encoded><![CDATA[<p>Make websites? take the ALA 2010 Web Design Survey.<br />
<a href="http://alistapart.com/articles/survey2010"><br />
<img class="alignnone size-full wp-image-98" title="I took the ALA 2010 Web Design Survey" src="http://razier.com/wp-content/uploads/2010/12/i-took-the-2010-survey.gif" alt="i-took-the-2010-survey" width="180" height="46" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/99/the-ala-2010-web-design-survey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to query mail logs in IMSS</title>
		<link>http://razier.com/89/unable-to-query-mail-logs-from-the-message-tracking-of-the-imss-web-console</link>
		<comments>http://razier.com/89/unable-to-query-mail-logs-from-the-message-tracking-of-the-imss-web-console#comments</comments>
		<pubDate>Thu, 25 Nov 2010 05:40:42 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[IMSS]]></category>

		<guid isPermaLink="false">http://razier.com/?p=89</guid>
		<description><![CDATA[Issue Unable to query mail logs from the Message Tracking of the IMSS web console Solution 1. Backup policy_event_bookmark 2. Modify the policy_event_bookmark 0000000000000000.polevt.imss.20080401.0001 in which 20080401 is the date to start import the data from 3. Restart the Trend IMSS services Breakdown &#60;0000000000000194&#62; = database table log entry &#60;20080401&#62; = date &#60;0001&#62; = count]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong><br />
Unable to query mail logs from the Message Tracking of the IMSS web console</p>
<p><strong>Solution</strong><br />
1. Backup policy_event_bookmark<br />
2. Modify the policy_event_bookmark<br />
0000000000000000.polevt.imss.20080401.0001<br />
in which 20080401 is the date to start import the data from<br />
3. Restart the Trend IMSS services</p>
<p>Breakdown<br />
&lt;0000000000000194&gt; = database table log entry<br />
&lt;20080401&gt; = date<br />
&lt;0001&gt; = count</p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/89/unable-to-query-mail-logs-from-the-message-tracking-of-the-imss-web-console/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 Resolution</title>
		<link>http://razier.com/73/2010-resolution</link>
		<comments>http://razier.com/73/2010-resolution#comments</comments>
		<pubDate>Fri, 01 Jan 2010 16:48:45 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=73</guid>
		<description><![CDATA[Work Hard, Play Hard Find the meaning in life, find the balance in work. Commitments to be made are important, commitments to self are as important too. Work for extra hours, play for extra hours. Nothing should intervene on this. If you work more, you should play more. Don&#8217;t fear of change Access the situation, decide [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Work Hard, Play Hard</strong></p>
<ol>
<li>Find the meaning in life, find the balance in work.</li>
<li>Commitments to be made are important, commitments to self are as important too.</li>
<li>Work for extra hours, play for extra hours. Nothing should intervene on this. If you work more, you should play more.</li>
</ol>
<p><strong>Don&#8217;t fear of change</strong></p>
<ol>
<li>Access the situation, decide based on risk versus gain not comfort.</li>
<li>Changes are like a double edge sword, it may stab you or it may work for you. Take the chance.</li>
</ol>
<p><strong>Be firm on saying No</strong></p>
<ol>
<li>If it&#8217;s something that should not be done, Say No.</li>
<li>If it intervenes with your personal time/plan, Say No.</li>
<li>If it would trouble you and will not benefit you in any way, Say No.</li>
</ol>
<p><strong>Remember to have fun</strong></p>
<ol>
<li>Don&#8217;t forget that at the end of it, life is not memorable if you didn&#8217;t have fun.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/73/2010-resolution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://razier.com/70/merry-christmas</link>
		<comments>http://razier.com/70/merry-christmas#comments</comments>
		<pubDate>Fri, 25 Dec 2009 16:12:09 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=70</guid>
		<description><![CDATA[Have a Merry Christmas and a blessed New year ahead.]]></description>
			<content:encoded><![CDATA[<p>Have a Merry Christmas and a blessed New year ahead.</p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/70/merry-christmas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ねがい</title>
		<link>http://razier.com/64/negai</link>
		<comments>http://razier.com/64/negai#comments</comments>
		<pubDate>Sat, 09 May 2009 06:23:23 +0000</pubDate>
		<dc:creator>Raz</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://razier.com/?p=64</guid>
		<description><![CDATA[わたしはときどきことばがでない。 日本語はとくにです けっきょくあきらめてしまいます。 いつかへんかがあることをねがっています。]]></description>
			<content:encoded><![CDATA[<p>わたしはときどきことばがでない。</p>
<p>日本語はとくにです</p>
<p>けっきょくあきらめてしまいます。</p>
<p>いつかへんかがあることをねがっています。</p>
]]></content:encoded>
			<wfw:commentRss>http://razier.com/64/negai/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

