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

<channel>
	<title>[ mkhairul.com ] &#187; Uncategorized</title>
	<atom:link href="http://mkhairul.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkhairul.com</link>
	<description>Musings of a web ninja</description>
	<pubDate>Tue, 06 Jan 2009 09:57:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Joomla Updating Woes</title>
		<link>http://mkhairul.com/2006/05/18/joomla-updating-woes/</link>
		<comments>http://mkhairul.com/2006/05/18/joomla-updating-woes/#comments</comments>
		<pubDate>Thu, 18 May 2006 05:15:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=144</guid>
		<description><![CDATA[I&#8217;ve stumbled into this problem a couple of times. I solved it a couple of times too. But couldnt quite remember about it. This time I&#8217;m making sure it doesnt bother me in the future.
I went into the admin panel, tried to update a content, when  I clicked the html button on the wysiwyg, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve stumbled into this problem a couple of times. I solved it a couple of times too. But couldnt quite remember about it. This time I&#8217;m making sure it doesnt bother me in the future.</p>
<p>I went into the admin panel, tried to update a content, when  I clicked the html button on the wysiwyg, tinymce, (to view the html of the content of course), there&#8217;s a fucking blank screen. with {$lang_about_title} as its title. What the hell? Maybe an outdated version, I thought to myself. Went to tinymce <a href="http://tinymce.moxiecode.com">website</a>, downloaded and updated it. Still the friggin think appears blank.</p>
<p>This requires readings from the trusty oracle, Mr Google. Oh kind sir! Help thy humble student search thou vast wisdom for an answer to thy question! My vision starts to blur, my back starts to hurt, and there it is. The answer!</p>
<blockquote><p>the address entered at the url box must be the same as the configuration that was set in $mosConfig_live_site in configuration.php or else it&#8217;ll break the wysiwyg editor.</p></blockquote>
<p>Another journey ended with headache, backache and an empty stomach. To the BAT MOBILE, HUNT FOR FOOOD!</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/05/18/joomla-updating-woes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit DAMN IT!</title>
		<link>http://mkhairul.com/2006/05/03/submit-damn-it/</link>
		<comments>http://mkhairul.com/2006/05/03/submit-damn-it/#comments</comments>
		<pubDate>Wed, 03 May 2006 03:25:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=143</guid>
		<description><![CDATA[Well, I discovered something new (for me that is). Got it from Chovy&#8217;s Blog.
javascript:
function checkForm(){
var form = document.someform;
someform.submit();
} 
html:
form method=&#8221;post&#8221; action=&#8221;login.php&#8221; name=&#8221;someform&#8221;&#62;
input type=&#8221;text&#8221; name=&#8221;woot&#8221; value=&#8221;"&#62;
input type=&#8221;button&#8221; name=&#8221;submit&#8221; value=&#8221;login&#8221; onclick=&#8221;checkForm();&#8221;&#62;


When I clicked on the button.. an error appears someform.submit is not a function.
Apparently it collides with the button which is named &#8220;submit&#8221;. Changing the button name [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I discovered something new (for me that is). Got it from <a href="http://www.chovy.com/2005/06/21/1/javascript-error-submit-is-not-a-function/">Chovy&#8217;s Blog</a>.</p>
<p>javascript:</p>
<blockquote><p>function checkForm(){<br />
var form = document.someform;<br />
someform.submit();<br />
} </p></blockquote>
<p>html:</p>
<blockquote><p>form</b> method=&#8221;post&#8221; action=&#8221;login.php&#8221; name=&#8221;someform&#8221;&gt;<br />
input</b> type=&#8221;text&#8221; name=&#8221;woot&#8221; value=&#8221;"&gt;<br />
input</b> type=&#8221;button&#8221; name=&#8221;submit&#8221; value=&#8221;login&#8221; onclick=&#8221;checkForm();&#8221;&gt;<br />
</form>
</blockquote>
<p>When I clicked on the button.. an error appears someform.submit is not a function.<br />
Apparently it collides with the button which is named &#8220;submit&#8221;. Changing the button name solves it.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/05/03/submit-damn-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Professional</title>
		<link>http://mkhairul.com/2006/04/26/professional/</link>
		<comments>http://mkhairul.com/2006/04/26/professional/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 17:23:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=142</guid>
		<description><![CDATA[Comment response for Tony from developer.*
A professional (programmer) is someone that knows they are good without having an ego.
The number of years at a trade does not make one a professional. Experience and dedication makes one good at what they do. I could argue the kid next door is a professional Pokemon player, and he&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.developerdotstar.com/community/node/466#comment-1013">Comment response for Tony from developer.*</a><br />
A professional (programmer) is someone that knows they are good without having an ego.</p>
<p>The number of years at a trade does not make one a professional. Experience and dedication makes one good at what they do. I could argue the kid next door is a professional Pokemon player, and he&#8217;s only 8 years old. He&#8217;s a pro because he has passion about the game and that&#8217;s what he does (all day).</p>
<p>But where the kid may not be a professional is if he brags that he&#8217;s good at the game. Pros don&#8217;t brag nor boast, they don&#8217;t have to.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/04/26/professional/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Restlessness..</title>
		<link>http://mkhairul.com/2006/03/29/restlessness/</link>
		<comments>http://mkhairul.com/2006/03/29/restlessness/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 22:32:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=141</guid>
		<description><![CDATA[Argh! Problems, problems, so many problems.
On Monday, I asked for my payment which was due. He said &#8220;I&#8217;ll bank-in in 30 minutes&#8221;. Relieved to hear that answer, I asked my friend to proceed with registering a domain using his own money in advance which I should be paying the day after that. But alas, he [...]]]></description>
			<content:encoded><![CDATA[<p>Argh! Problems, problems, so many problems.</p>
<p>On Monday, I asked for my payment which was due. He said &#8220;I&#8217;ll bank-in in 30 minutes&#8221;. Relieved to hear that answer, I asked my friend to proceed with registering a domain using his own money in advance which I should be paying the day after that. But alas, he didnt bank-in the money into my account.</p>
<p>On Tuesday (yesterday), I messaged (sms) him to bank-in because I&#8217;m sick and needed the money to do so much things. He said &#8220;Ok ok, I&#8217;ll bank-in in 30 minutes&#8221; AGAIN relieved to hear it, I waited and slept for a few hours and went to the ATM and checked my account. AGAIN there&#8217;s nothing there, I thought, maybe he transferred the cash and it needed to float. I went back to the office, looked at the site I&#8217;m working on, wanted to log into the admin account AND somebody changed the GODDAMN PASSWORD! I was pissed like hell, I called my friend and told him about the password changed, I called the candidate who might change the password and he didnt answer the phone. I called my friend again, I asked him to ask his friend the password. After that he said he couldnt make it to bank-in my money.</p>
<p>I really hoped today wouldnt be the third time. Or else I would need to raise my voice (which I dont like).</p>
<p>Couldnt sleep well thinking bout this. I got no cash, rent is around the corner. So.. lets see how things turn up.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/03/29/restlessness/feed/</wfw:commentRss>
		</item>
		<item>
		<title>True Rounded Corner! Finally!</title>
		<link>http://mkhairul.com/2006/03/26/true-rounded-corner-finally/</link>
		<comments>http://mkhairul.com/2006/03/26/true-rounded-corner-finally/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 08:16:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=140</guid>
		<description><![CDATA[Found an interesting stuff at digg.com. I&#8217;ve been trying to find this for quite a while.
.sc-tagged{width:16px;height:16px;border:1px solid #999; padding:2px; margin:3px}
.sc-code {font-family:&#8221;Courier New&#8221;, Courier, mono;font-size:12px}
.sc-code b{font-weight:normal}
.sc-indent{padding-left:2em}
.sc-css1{color:#92278f}
.sc-css2{color:#197a30}
.sc-css3{color:#ec008c}
.sc-css4{color:#00008a}
.sc-css5{color:#0a67e6}
.sc-html1{color:#0000a3}
.sc-html2{color:#0000ff}
.sc-html3{color:#888888}
.groovy_code{display:block}
.groovy_code *{display:block;height:1px;overflow:hidden;background:#fafafa }
.groovy_code1{border-right:1px solid #fcfcfc;padding-right:1px;margin-right:3px;border-left:1px solid #fcfcfc;padding-left:1px;margin-left:3px;background:#fbfbfb;}
.groovy_code2{border-right:1px solid #fefefe;border-left:1px solid #fefefe;padding:0px 1px;background:#facfafa;margin:0px 1px;}
.groovy_code3{border-right:1px solid #fafafa;border-left:1px solid #fafafa;margin:0px 1px;}
.groovy_code4{border-right:1px solid #fcfcfc;border-left:1px solid #fcfcfc;}
.groovy_code5{border-right:1px solid #fbfbfb;border-left:1px solid #fbfbfb;}
.groovy_code_container {background:#fbfbfb}
.sc-clearfix:after {content: &#8220;.&#8221;;display:block;height:0;clear:both;visibility: hidden}
.sc-clearfix {display: [...]]]></description>
			<content:encoded><![CDATA[<p>Found an interesting stuff at digg.com. I&#8217;ve been trying to find this for quite a while.</p>
<p>.sc-tagged{width:16px;height:16px;border:1px solid #999; padding:2px; margin:3px}<br />
.sc-code {font-family:&#8221;Courier New&#8221;, Courier, mono;font-size:12px}<br />
.sc-code b{font-weight:normal}<br />
.sc-indent{padding-left:2em}<br />
.sc-css1{color:#92278f}<br />
.sc-css2{color:#197a30}<br />
.sc-css3{color:#ec008c}<br />
.sc-css4{color:#00008a}<br />
.sc-css5{color:#0a67e6}<br />
.sc-html1{color:#0000a3}<br />
.sc-html2{color:#0000ff}<br />
.sc-html3{color:#888888}<br />
.groovy_code{display:block}<br />
.groovy_code *{display:block;height:1px;overflow:hidden;background:#fafafa }<br />
.groovy_code1{border-right:1px solid #fcfcfc;padding-right:1px;margin-right:3px;border-left:1px solid #fcfcfc;padding-left:1px;margin-left:3px;background:#fbfbfb;}<br />
.groovy_code2{border-right:1px solid #fefefe;border-left:1px solid #fefefe;padding:0px 1px;background:#facfafa;margin:0px 1px;}<br />
.groovy_code3{border-right:1px solid #fafafa;border-left:1px solid #fafafa;margin:0px 1px;}<br />
.groovy_code4{border-right:1px solid #fcfcfc;border-left:1px solid #fcfcfc;}<br />
.groovy_code5{border-right:1px solid #fbfbfb;border-left:1px solid #fbfbfb;}<br />
.groovy_code_container {background:#fbfbfb}<br />
.sc-clearfix:after {content: &#8220;.&#8221;;display:block;height:0;clear:both;visibility: hidden}<br />
.sc-clearfix {display: inline-table;}</p>
<div>
<b><b><b></b></b><b><b></b></b><b></b><b></b><b></b></b></p>
<div>
<div>
<div>
<b>&lt;style type=</b><b>&quot;text/css&quot;</b><b>&gt;</b></p>
<p><b>.spiffy{</b></p>
<div>
<b>display</b><b>:</b><b>block</b></p>
<p><b>}</b></p>
</div>
<p><b>.spiffy *{</b></p>
<div>
<b>display</b><b>:</b><b>block</b><b>;</b></p>
<p><b>height</b><b>:</b><b>1px</b><b>;</b></p>
<p><b>overflow</b><b>:</b><b>hidden</b><b>;</b></p>
<p><b>background</b><b>:</b><b>#0a67e6</b></p>
<p><b>}</b>
</div>
<p><b>.spiffy1{</b></p>
<div>
<b>border-right</b><b>:</b><b>1px solid #95bdf4</b><b>;</b></p>
<p><b>padding-right</b><b>:</b><b>1px</b><b>;</b></p>
<p><b>margin-right</b><b>:</b><b>3px</b><b>;</b></p>
<p><b>border-left</b><b>:</b><b>1px solid #95bdf4</b><b>;</b></p>
<p><b>padding-left</b><b>:</b><b>1px</b><b>;</b></p>
<p><b>margin-left</b><b>:</b><b>3px</b><b>;</b></p>
<p><b>background</b><b>:</b><b>#478dec</b><b>;</b></p>
<p><b>}</b>
</div>
<p><b>.spiffy2{</b></p>
<div>
<b>border-right</b><b>:</b><b>1px solid #e6effc</b><b>;</b></p>
<p><b>border-left</b><b>:</b><b>1px solid #e6effc</b><b>;</b></p>
<p><b>padding</b><b>:</b><b>0px 1px</b><b>;</b></p>
<p><b>background</b><b>:</b><b>#3883ea</b><b>;</b></p>
<p><b>margin</b><b>:</b><b>0px 1px</b><b>;</b></p>
<p><b>}</b></p>
</div>
<p><b>.spiffy3{</b></p>
<div>
<b>border-right</b><b>:</b><b>1px solid #3883ea</b><b>;</b></p>
<p><b>border-left</b><b>:</b><b>1px solid #3883ea</b><b>;</b></p>
<p><b>margin</b><b>:</b><b>0px 1px</b><b>;</b></p>
<p><b>}</b>
</div>
<p><b>.spiffy4{</b></p>
<div>
<b>border-right</b><b>:</b><b>1px solid #95bdf4</b><b>;</b></p>
<p><b>border-left</b><b>:</b><b>1px solid #95bdf4</b><b>;</b></p>
<p><b>}</b></p>
</div>
<p><b>.spiffy5{</b></p>
<div>
<b>border-right</b><b>:</b><b>1px solid #478dec</b><b>;</b></p>
<p><b>border-left</b><b>:</b><b>1px solid #478dec</b><b>;</b></p>
<p><b>}</b>
</div>
<p><b>.spiffy_content{</b></p>
<div>
<b>padding</b><b>:</b><b>0px 5px</b><b>;</b></p>
<p><b>background</b><b>:</b><b>#0a67e6</b><b>;</b></p>
<p><b>}</b>
</div>
<p><b>&lt;/style&gt;</b></p>
</div>
<div>
<b>&lt;div&gt;</b></p>
<div>
<b>&lt;b class=</b><b>&quot;spiffy&quot;</b><b>&gt;</b></p>
<div>
<b>&lt;b class=</b><b>&quot;spiffy1&quot;</b><b>&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy2&quot;</b><b>&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy3&quot;</b><b>&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy4&quot;</b><b>&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy5&quot;</b><b>&gt;&lt;/b&gt;</b>
</div>
<p><b>&lt;/b&gt;</b><br />
<b>&lt;div class=</b><b>&quot;spiffy_content&quot;</b><b>&gt;</b></p>
<div>
<b>&lt;!&#8211; Your Content Goes Here &#8211;&gt;</b>
</div>
<p><b>&lt;/div&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy&quot;</b><b>&gt;</b></p>
<div>
<b>&lt;b class=</b><b>&quot;spiffy5&quot;</b><b>&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy4&quot;</b><b>&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy3&quot;</b><b>&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy2&quot;</b><b>&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;</b></p>
<p><b>&lt;b class=</b><b>&quot;spiffy1&quot;</b><b>&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;</b>
</div>
<p><b>&lt;/b&gt;</b>
</div>
<p><b>&lt;/div&gt;</b>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/03/26/true-rounded-corner-finally/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop reinventing!</title>
		<link>http://mkhairul.com/2006/03/15/stop-reinventing/</link>
		<comments>http://mkhairul.com/2006/03/15/stop-reinventing/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 20:30:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=139</guid>
		<description><![CDATA[Ah yes, i&#8217;ve read about people asking to stop reinventing the wheel and such. Well, i&#8217;ve made the same mistake a couple of times, maybe its because the feeling of creating something (even though it already exists) gives me some excitement or something. Heh.
The pain have already been done. The headache already felt.  I [...]]]></description>
			<content:encoded><![CDATA[<p>Ah yes, i&#8217;ve read about people asking to stop reinventing the wheel and such. Well, i&#8217;ve made the same mistake a couple of times, maybe its because the feeling of creating something (even though it already exists) gives me some excitement or something. Heh.</p>
<p>The pain have already been done. The headache already felt.  I hope I&#8217;ll be wiser in the future.</p>
<p>The project that i&#8217;m supposed to finish on February, got delayed, oh i dunno.. a couple of times. I&#8217;m lucky I got a patient client. If its some bigshot boss I&#8217;d be really in big trouble.</p>
<p>Rentside will be made with EZStore and Community Builder. It meets all the requirements, convenient and easy! And most important of all! No late nights thinking WTH!? WTF!?. Heh.</p>
<p>Now, my main problem is ewasiyyah and nknowledge. The former being my biggest headache. The latter will be the most troublesome. I mean, it looks like crap. I gotta get myself to fix it. Free of charge of course. Its a pride thing.</p>
<p>Thats all for now. Sore-ja!</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/03/15/stop-reinventing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unexpected turn of events..</title>
		<link>http://mkhairul.com/2006/03/12/unexpected-turn-of-events/</link>
		<comments>http://mkhairul.com/2006/03/12/unexpected-turn-of-events/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 15:35:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=138</guid>
		<description><![CDATA[Oh crap, woke up at 15:00. Felt like shit. Missed my targets for today. Hrmm..
Mai Otome 22 is released. Wohooo!  Came to the office to watch it. Local cc connection is crappy.  Couldnt stand it.  Tokiha Mai is appearing on the next episode. Couldnt wait. weeee&#8230;
Hope tomorrow will be better than today. [...]]]></description>
			<content:encoded><![CDATA[<p>Oh crap, woke up at 15:00. Felt like shit. Missed my targets for today. Hrmm..</p>
<p>Mai Otome 22 is released. Wohooo!  Came to the office to watch it. Local cc connection is crappy.  Couldnt stand it.  Tokiha Mai is appearing on the next episode. Couldnt wait. weeee&#8230;</p>
<p>Hope tomorrow will be better than today. I&#8217;ll try to clear all the jobs queing up the line. <a href="http://www.tadalist.com">Ta-da List</a> is helpful. Simple and straight to the point.</p>
<p>Liverpool vs Arsenal in 20 minutes. Hrm.. hope they&#8217;ll perform well today!</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/03/12/unexpected-turn-of-events/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It just never ends.. hope it will this month!</title>
		<link>http://mkhairul.com/2006/03/09/it-just-never-ends-hope-it-will-this-month/</link>
		<comments>http://mkhairul.com/2006/03/09/it-just-never-ends-hope-it-will-this-month/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 15:18:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=137</guid>
		<description><![CDATA[The pc setup and installing job finished. Gone all around Selangor, the farthest is Sabak Bernam. I dont know the road to go there, so far we (my friend and I) used the Sg Buloh route, Klang - Kapar route, and Rawang route. The place is bearable, but the journey isnt, for me that is.
One [...]]]></description>
			<content:encoded><![CDATA[<p>The pc setup and installing job finished. Gone all around Selangor, the farthest is Sabak Bernam. I dont know the road to go there, so far we (my friend and I) used the Sg Buloh route, Klang - Kapar route, and Rawang route. The place is bearable, but the journey isnt, for me that is.</p>
<p>One down, few more to go.  eWasiyyah,  nKnowledge,  rentside, to name a few. I&#8217;m almost there with rentside. Hope I&#8217;ll settle it this week.</p>
<p>Got to review the documents for eWasiyyah and start doing it ASAP. Dont know when. Tomorrow maybe. Yes, absolutely tomorrow. eWasiyyah and Rentside! I&#8217;ll deal with those tomorrow. :: grin :: Excellent.</p>
<p>Today didnt play any DoTA. Nice. I must contain and take control of myself. Things have become out of hand a couple of days (or maybe weeks). Been playing like crazy. Guildwars is a nice substitute for now. It doesnt take lots of time like DoTA.</p>
<p>ejai.net is UP! Thats ejai&#8217;s anime site. A project which he have talked about with me for a couple of months back. I did a few things there, tweaked a little script here and there. Docman is quite nice, but has lots of drawback. For example, you cant resume the download. Thats a pain in the ass if you have a crappy connection. I&#8217;ll see to it in the future.</p>
<p>Went back early today! There&#8217;s nobody at the office, was worried nobody will be there later to send me back so I called upon Hairi and behold! I&#8217;m saved! Few minutes after arriving home went to the local cybercafe and observe a friend playing DoTA and read about Django.</p>
<p>Django which I&#8217;m trying to get into is some kind of a Python Web-Framework like Ruby On Rails. Have to get into this to build rapid web app.</p>
<p>Hungry&#8230; need to eat. Be back later. Sore-ja!</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/03/09/it-just-never-ends-hope-it-will-this-month/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tiresome&#8230;</title>
		<link>http://mkhairul.com/2006/01/16/tiresome/</link>
		<comments>http://mkhairul.com/2006/01/16/tiresome/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 13:02:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=136</guid>
		<description><![CDATA[My back ache by the long drive from Shah Alam, the weather is gloomy, maybe its the monsoon season. I wouldnt know, I have little interest in such things (even though it will serve me well in the future to predict certain outcome).
I slaved hours in front of the HP PC dc7600 to make the [...]]]></description>
			<content:encoded><![CDATA[<p>My back ache by the long drive from Shah Alam, the weather is gloomy, maybe its the monsoon season. I wouldnt know, I have little interest in such things (even though it will serve me well in the future to predict certain outcome).</p>
<p>I slaved hours in front of the HP PC dc7600 to make the ghost image of its harddrive but to no avail. I thought I have made it and take ease of the subject but it was a mistake. It is the same mistake as doing ghost for the PC. Doing ghost took a lot of effort, which I didnt know why for its functions are simple and straightforward. Maybe its a branded PC. Installing the software manually took less effort and time (for the moment it looked as if it took little time).</p>
<p>I arrived at JPS Shah Alam at 1.30 and make my way to its SCADA Room. The network cable I took from an offline PC and put it into the new one. Google answered my ping but not SPEKS. Calmly I called Husni and asked for further guidance. The instructions were non-trivial. I didnt know whether it was me or him who doesnt understand the situation and the solution. I also called Izan (Husni&#8217;s technical person, I presume) and asked for a solution. His guidance was also vague. I took my time understanding the situation and called them a couple of times and was asked to look at the existing old system. The people with authority was absent so we waited&#8230;</p>
<p>Argh! This is frustating so I&#8217;ll skip the details, we finally decided to test the existing speks on existing PC if it works and when it does, we took the new HP PC and put it there to test the connection to SPEKS. It works. I finally figured there&#8217;s something wrong here, the network configuration is somewhat above my understanding or maybe I missed something, the pc that cant ping speks in on the same network as the other 2 pc which was able to ping SPEKS. What is the difference? There&#8217;s no fucking ISDN driver and such installed on both PCs.</p>
<p>The fatigue of the mind effects the body more. Tired. I need some rest. Sore-ja</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/01/16/tiresome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The end of a new beginning, the beginning of a new end.</title>
		<link>http://mkhairul.com/2006/01/04/the-end-of-a-new-beginning-the-beginning-of-a-new-end/</link>
		<comments>http://mkhairul.com/2006/01/04/the-end-of-a-new-beginning-the-beginning-of-a-new-end/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 18:51:00 +0000</pubDate>
		<dc:creator>Khairul</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mkhairul.com/?p=135</guid>
		<description><![CDATA[New year in gregorian calendar. I didnt celebrate it nor did i set up any resolutions for it. Well.. i did aim for 100K at the end of the year. Not in monetary amount but in assets.
I figure i shouldnt burden myself with resolutions because the drawback will be heavy indeed.
I have to think up [...]]]></description>
			<content:encoded><![CDATA[<p>New year in gregorian calendar. I didnt celebrate it nor did i set up any resolutions for it. Well.. i did aim for 100K at the end of the year. Not in monetary amount but in assets.</p>
<p>I figure i shouldnt burden myself with resolutions because the drawback will be heavy indeed.</p>
<p>I have to think up of something more. I&#8217;ve been slacking for a few days. The weather is indeed gloomy and unappealing for me to go out of the house.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2006/01/04/the-end-of-a-new-beginning-the-beginning-of-a-new-end/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
