<?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>Web Dev Tutorials + College Humour</title>
	<atom:link href="http://kyleswebspace.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyleswebspace.com/blog</link>
	<description>Technical tutorials for Web developers with a dash of crude humour</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:47:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blue Screen During XP Install and Vista Removal (Dell Inspiron)</title>
		<link>http://kyleswebspace.com/blog/2009/11/25/blue-screen-during-xp-install-dell-inspiron/</link>
		<comments>http://kyleswebspace.com/blog/2009/11/25/blue-screen-during-xp-install-dell-inspiron/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 22:40:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kyleswebspace.com/blog/2009/11/25/blue-screen-during-xp-install-dell-inspiron/</guid>
		<description><![CDATA[




This is a guide for anyone who&#8217;s experiencing a blue screen problem that occurs when trying to install Windows XP on a PC purchased relatively recently, or might be getting hard drive errors while installing.
 
You can fix this error by going into your BIOS settings and changing the SATA mode from AHCI to ATA.
Be [...]]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense V2.58 -->
<!-- Post[count: 3] -->
<div class="ezAdsense adsense adsense-leadin" style="text-align:center;margin:12px;" ><script type="text/javascript"><!--
google_ad_client = "pub-3389719077227385";
/* 468x60, created 7/5/09 */
google_ad_slot = "4771794910";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>This is a guide for anyone who&#8217;s experiencing a blue screen problem that occurs when trying to install Windows XP on a PC purchased relatively recently, or might be getting hard drive errors while installing.</p>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/1.gif"><img class="alignnone size-medium wp-image-38" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/1-300x166.gif" alt="" width="300" height="166" /></a><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/2.gif"> <img class="alignnone size-medium wp-image-39" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/2-300x165.gif" alt="" width="300" height="165" /></a></p>
<p>You can fix this error by going into your BIOS settings and changing the SATA mode from AHCI to ATA.</p>
<p>Be sure to then save your BIOS settings, and restart the computer. This should resolve the blue screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://kyleswebspace.com/blog/2009/11/25/blue-screen-during-xp-install-dell-inspiron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install PHPMyAdmin on Linux (Slackware)</title>
		<link>http://kyleswebspace.com/blog/2009/11/24/how-to-install-phpmyadmin-on-linux-slackware/</link>
		<comments>http://kyleswebspace.com/blog/2009/11/24/how-to-install-phpmyadmin-on-linux-slackware/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kyleswebspace.com/blog/?p=24</guid>
		<description><![CDATA[First, make sure you have Apache or some other web server installed and configured correctly. You should also check to make sure you&#8217;ve installed PHP and enabled it from within your web server

Google for PHPMyAdmin, it should be the top search result.

You&#8217;re probably best off grabbing the .tar.gz if you&#8217;d like to follow along with [...]]]></description>
			<content:encoded><![CDATA[<p>First, make sure you have Apache or some other web server installed and configured correctly. You should also check to make sure you&#8217;ve installed PHP and enabled it from within your web server</p>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/14.jpg"><img class="alignnone size-medium wp-image-33" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/14-300x194.jpg" alt="" width="300" height="194" /></a></p>
<p>Google for PHPMyAdmin, it should be the top search result.</p>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/21.jpg"><img class="alignnone size-medium wp-image-19" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/21-300x194.jpg" alt="" width="300" height="194" /></a></p>
<p>You&#8217;re probably best off grabbing the .tar.gz if you&#8217;d like to follow along with this tutorial.</p>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/32.jpg"><img class="alignnone size-medium wp-image-30" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/32-300x194.jpg" alt="" width="300" height="194" /></a></p>
<p>After the download is complete, we&#8217;ll need to do the following:</p>
<ul>
<li>Open a shell</li>
<li>Move the downloaded tarball to your web server&#8217;s document root</li>
<li>Untar the tarball</li>
</ul>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/43.jpg"><img class="alignnone size-medium wp-image-35" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/43-267x300.jpg" alt="" width="267" height="300" /></a></p>
<p>There&#8217;s no installation required other than untarring. You should be able to access PHPMyAdmin from your browser. Just make sure that your url matches the folder name of your extracted PHPMyAdmin application folder.</p>
<p><a href="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/53.jpg"><img class="alignnone size-medium wp-image-36" src="http://kyleswebspace.com/blog/wp-content/uploads/2009/11/53-300x194.jpg" alt="" width="300" height="194" /></a></p>
<p>Please post any comments&#8211; if you need help, I&#8217;d be glad to get back to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://kyleswebspace.com/blog/2009/11/24/how-to-install-phpmyadmin-on-linux-slackware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP vs Java/J2EE</title>
		<link>http://kyleswebspace.com/blog/2009/11/24/php-vs-javaj2ee/</link>
		<comments>http://kyleswebspace.com/blog/2009/11/24/php-vs-javaj2ee/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 01:13:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kyleswebspace.com/blog/?p=10</guid>
		<description><![CDATA[So most of my web applications development experience this far has been with Java and the J2EE technologies. I know a great deal more about Java than I do PHP, but I&#8217;m just starting to delve into PHP and from what I&#8217;ve seen so far, it holds its own when compared with Java.
As far as [...]]]></description>
			<content:encoded><![CDATA[<p>So most of my web applications development experience this far has been with Java and the J2EE technologies. I know a great deal more about Java than I do PHP, but I&#8217;m just starting to delve into PHP and from what I&#8217;ve seen so far, it holds its own when compared with Java.</p>
<p>As far as being a platform to develop enterprise class applications in a professional, modular, scalable fashion, Java takes the cake all day in my opinion. It has countless frameworks, an enormous community, and a powerful, portable language behind it&#8211; the best language if I might say so myself: Java.</p>
<p>The biggest, and probably only, problem that I have with Java applications is the lack of affordable web hosting available. From what I&#8217;ve read, hosting Java web applications tends to be expensive because of the need to have a JVM running, opposed to just a shared web server or whatever. This is why I started looking into PHP.<br />
At first glance, PHP was just a hacker-esque, outdated scripting language&#8230; and maybe it is all by itself. The power comes with it&#8217;s frameworks. I&#8217;ve started looking into <a title="cakePHP" href="http://cakephp.org/" target="_blank">cakePHP</a>, a rapid-development PHP framework. So far, it looks really promising. I&#8217;ll try to get some tutorials posted up here once I get into some coding.</p>
<p>1</p>
]]></content:encoded>
			<wfw:commentRss>http://kyleswebspace.com/blog/2009/11/24/php-vs-javaj2ee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install 9800 Nvidia Drivers on OpenSuse 11.1</title>
		<link>http://kyleswebspace.com/blog/2009/07/05/trouble-installing-nvidia-drivers-on-opensuse/</link>
		<comments>http://kyleswebspace.com/blog/2009/07/05/trouble-installing-nvidia-drivers-on-opensuse/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kyleswebspace.com/blog/?p=5</guid>
		<description><![CDATA[I recently had a hell of a time getting my GeForce 9800 NVidia card integrated into my OpenSuse installation. I looked around and everthing in the search results that I tried didn&#8217;t seem to work, so maybe this will help some people.

From a clean installation, go to http://en.opensuse.org/NVIDIA and select the one-click install that corresponds [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a hell of a time getting my GeForce 9800 NVidia card integrated into my OpenSuse installation. I looked around and everthing in the search results that I tried didn&#8217;t seem to work, so maybe this will help some people.</p>
<ol>
<li>From a clean installation, go to http://en.opensuse.org/NVIDIA and select the one-click install that corresponds to your model of video card.</li>
<li>Your browser should ask you if you want to save or open the .ymp file, just click &#8216;open&#8217;.</li>
<li>You should then be taken through an installer that will download and install your drivers. After this, you&#8217;ll be prompted to reboot. I guess for most people, this is all you&#8217;d have to do and you&#8217;d be running your NVidia card without problems. If you&#8217;re an unfortunate bastard like I was (which you probably are because you&#8217;re reading this), then you&#8217;ll need to follow the rest of these instructions.</li>
<li>Go superuser (su).</li>
<li>Type &#8217;sax2 -r&#8217;. This should make your computer do some type of crazy shit that you don&#8217;t really need to be concerned about. All you and I need to know is that it&#8217;s probably going to result in your X server starting successfully.</li>
<li>You should be brought back to the shell. Type &#8217;startx&#8217; to load your X environment.</li>
<li>Once it loads, type &#8216;nvidia-settings&#8217; and do any additional configuration you need to do for your video card (i.e. setting up multiple monitors)</li>
<li>Restart the machine through your X server&#8217;s restart function. Sometimes, the first time you restart, your settings will be a little screwy. I don&#8217;t know why, but restarting a second time usually works.</li>
</ol>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://kyleswebspace.com/blog/2009/07/05/trouble-installing-nvidia-drivers-on-opensuse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
