<?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>:: Erikson Home :: &#187; Tutorial</title>
	<atom:link href="http://erik-son.net/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://erik-son.net</link>
	<description>Programming The Life</description>
	<lastBuildDate>Mon, 05 Oct 2009 09:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unmountable Boot Volume</title>
		<link>http://erik-son.net/tutorial/unmountable-boot-volume/</link>
		<comments>http://erik-son.net/tutorial/unmountable-boot-volume/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:13:35 +0000</pubDate>
		<dc:creator>Erikson</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://erik-son.net/tutorial/unmountable-boot-volume/</guid>
		<description><![CDATA[A few days ago, one of my friend PC got trouble. When she pressed the power button to turn on the PC, Windows XP loading and a few seconds later, it restarted again and again. At first I thought it caused by some kind of virus which show similar symptoms like that. But at second [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, one of my friend PC got trouble. When she pressed the power button to turn on the PC, Windows XP loading and a few seconds later, it restarted again and again. At first I thought it caused by some kind of virus which show similar symptoms like that. But at second thought, I wasn&#8217;t sure about it since the PC has updated antivirus which automatically download the new virus database online from its manufacturer.</p>
<p>The next suspect was hardware failure. I tried to check the BIOS for some abnormalities and I could not find it. I opened the case and tried to remove some devices (RAMs,harddrive) to check whether one of them cause this. But nothing change!</p>
<p>So, what to do next? I tried to restart the PC again and watched the Windows loading process. And bingo! At the end of loading, for a second I saw the bluescreen of death (bsod) showed up quickly and the PC restarted again. I repeated that step until I could see the exact error message displayed on the bsod. Finally, the error said, <strong>STOP 0&#215;000000ED UNMOUNTABLE_BOOT_VOLUME</strong>. I googled the web and found a solution.</p>
<p>Requirement:</p>
<blockquote><p>Windows XP CD-ROM</p>
</blockquote>
<p>Step by step:</p>
<blockquote><p>1.Insert the Windows XP CD-ROM into the CD-ROM drive, and then restart the computer. (make sure your BIOS use CD-ROM as 1st boot priority)<br />2.When the &#8220;Welcome to Setup&#8221; screen appears, press R to start the <strong>Recovery Console</strong>.<br />3.At the command prompt, type chkdsk /r , and then press ENTER. <br />4.Wait until the process finish and restart your machine. </p>
</blockquote>
<p>This may takes a bit longer, but the system should boot back into Windows.</p>
<p>Reff: <a title="http://support.microsoft.com/kb/555302" href="http://support.microsoft.com/kb/555302">http://support.microsoft.com/kb/555302</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ferik-son.net%2Ftutorial%2Funmountable-boot-volume%2F&amp;t=Unmountable%20Boot%20Volume" id="facebook_share_button_345" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_345') || document.getElementById('facebook_share_icon_345') || document.getElementById('facebook_share_both_345') || document.getElementById('facebook_share_button_345');
	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_345') {
			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://erik-son.net/tutorial/unmountable-boot-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix XAMPP to Use WordPress Permalink</title>
		<link>http://erik-son.net/tutorial/fix-xampp-to-use-wordpress-permalink/</link>
		<comments>http://erik-son.net/tutorial/fix-xampp-to-use-wordpress-permalink/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 17:17:06 +0000</pubDate>
		<dc:creator>Erikson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Contest]]></category>

		<guid isPermaLink="false">http://erik-son.net/tutorial/fix-xampp-to-use-wordpress-permalink/</guid>
		<description><![CDATA[ A few days ago, I downloaded a XAMPP package to be used on my local computer. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. (Actually Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apachefriends.org/en/xampp.html"><img style="margin: 0px 10px 0px 0px" height="59" alt="xampp" src="http://erik-son.net/wp-content/uploads/2008/10/xampp.gif" width="200" align="left" /></a> A few days ago, I downloaded a <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> package to be used on my local computer. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. (Actually Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.) XAMPP is really very easy to install and to use &#8211; just download, extract and start. Installation is simple and you can do it in no time. </p>
<p>After installation, next spare some time to fix about security pointing by the main page of your local XAMPP frontpage. So now, I&#8217;ve got Apache, MySQL, PHP installed and they are ran well. (This version contains: </p>
<p>Yesterday, I installed Wordpress on that machine and dump my blog db and wp on it. After set the configuration file and setting just like my live blog, the front page of my WordPress blog came up. I try to click one post and&#8230; voila ! I got 404 error ! </p>
<p>I traced all configuration and it&#8217;s all as it should. I checked Apache httpd.conf and I suspected one of the modules there as the problem maker. Since I&#8217;m not Apache master and there were so many modules there, I decided googling the web for this cause. And exactly, I landed on <a href="http://www.mydigitallife.info/2006/03/08/wordpress-permalinks-does-not-work-in-xampp-setup/ " target="_blank">this site</a>. </p>
<p>The problem is the permalink feature on wordpress won&#8217;t work on default XAMPP installation and return 404 saying that the post is not found. By default, mod_rewrite is not enabled in XAMPP. More over, AllowOverride directive in Apache configuration file is also set to None by default, causing Apache web server to ignore any .htaccess file, which used to rewrite the permalinks to the post&#8217;s actual url. </p>
<p>Solution ? As MyDigitalLife described :</p>
<p>To use permalinks in WordPress that installed on XAMPP-based server, edit the httpd.conf that locates in \apache\conf directory. Open httpd.conf in any text editor, search for &#8220;mod_rewrite&#8221;. You should come to a line like this: </p>
<p>#LoadModule rewrite_module modules/mod_rewrite.so </p>
<p>Remove the hash sign (#) from the line. The # indicates the line is not in effect. The changed line should looks like this: </p>
<p>LoadModule rewrite_module modules/mod_rewrite.so </p>
<p>After that, search for &#8220;AllowOverride&#8221;. You will come to a line like this: </p>
<p>AllowOverride None </p>
<p>If the above line is contained within default directory (mean the directory declaration is just), then it can be left as it is. Continue searching and you would come to a second instance of AllowOverride which is contained inside your web server&#8217;s document root (default for xampp is in Windows). Change the None to All to make the line looks like this: </p>
<p>AllowOverride All </p>
<p>Restart the Apache.</p>
<p>And now, it works like a charm! <img src='http://erik-son.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ferik-son.net%2Ftutorial%2Ffix-xampp-to-use-wordpress-permalink%2F&amp;t=Fix%20XAMPP%20to%20Use%20WordPress%20Permalink" id="facebook_share_button_138" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_138') || document.getElementById('facebook_share_icon_138') || document.getElementById('facebook_share_both_138') || document.getElementById('facebook_share_button_138');
	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_138') {
			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://erik-son.net/tutorial/fix-xampp-to-use-wordpress-permalink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
