<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>SK3TCHY</title>
	<link>http://www.sk3tchy.com</link>
	<description>Just Andey&#039;s Random Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 22:04:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Remove Multiple Spaces in String to Single Space</title>
		<description><![CDATA[It&#8217;s much easier to remove spaces in php with a simple for loop.


$array = explode(" ", $keyword);
$output = "";
for ($i=0; $i&#60;sizeof($array); $i++) {
if ($array[$i] != "") {
$output = $output." ".$array[$i];
}
}
$output = trim($output);


]]></description>
		<link>http://www.sk3tchy.com/280-remove-multiple-spaces-in-string-to-single-space.xhtml</link>
			</item>
	<item>
		<title>apt-get Reinstall Apache2 Config Files</title>
		<description><![CDATA[This Works:
After spending half a night trying the wrong way, i finally got apt-get in Ubuntu 9.10 to reinstall the apache configuration files. All you have to do is:
#sudo apt-get purge apache2.2-common
#sudo apt-get install apache2.2-common
Not Working:
I tried looking for several answers, all so close, yet all none working

http://ubuntuforums.org/showthread.php?t=1055112
http://ubuntuforums.org/showthread.php?t=296875
http://linux.derkeiler.com/Mailing-Lists/Ubuntu/2006-10/msg00759.html

and even my own thread, that no one [...]]]></description>
		<link>http://www.sk3tchy.com/276-apt-get-reinstall-apache2-config-files.xhtml</link>
			</item>
	<item>
		<title>Organization Theory &amp; Design Canadian Edition Notes</title>
		<description><![CDATA[Once again here are the notes i&#8217;ve written up from the text book, because i have no life
Organizatiuon Theory and Design First Canadian Edition
Richard L. Daft / Ann Armstrong
Nelson Education
ISBN-13: 978-0-17-644102-9
ISBN-10: 0-17-644102-6
Chapter 1: Organizations and Organizational Theory
Chapter 2: Strategy, Organizational Design, and Effectiveness
Chapter 3: Fundamentals of Organizational Structure
Chapter 4: The External Environment
Chapter 5: Interorganizational Relationships
Chapter [...]]]></description>
		<link>http://www.sk3tchy.com/263-organization-theory-design-first-canadian-edition-notes.xhtml</link>
			</item>
	<item>
		<title>How to mount a Samba Share in Ubuntu</title>
		<description><![CDATA[I keep forgetting the command for this, so I&#8217;m making this post as a reference for myself
sudo smbmount //192.168.0.100/boxee/Music /mnt/music -o username=boxee
]]></description>
		<link>http://www.sk3tchy.com/259-how-to-mount-a-samba-share-in-ubuntu.xhtml</link>
			</item>
	<item>
		<title>Adult Web Cam Marketing &#8230;. lol</title>
		<description><![CDATA[check out this random bitch (probably a guy) who added me on msn
Conversation with benitaarkema0727@hotmail.com at Sat 23 Jan 2010 08:28:01 PM EST on &#60;andey&#8217;s email&#62;@hotmail.com (msn)
(08:28:13 PM) Andey: so who are you
(08:28:22 PM) Benita Arkema: hey
(08:29:09 PM) Andey: ? yea hey&#8230;.
(08:29:11 PM) Andey: so who are you
(08:29:19 PM) Benita Arkema: i&#8217;m 21/f your a [...]]]></description>
		<link>http://www.sk3tchy.com/257-adult-web-cam-marketing-lol.xhtml</link>
			</item>
	<item>
		<title>The 3 Best rtorrent Web GUI&#8217;s</title>
		<description><![CDATA[1. ruTorrent

Pros

looks and feels like the utorrent webgui
allows you not to create a folder when adding a new torrent. Convenient when downloading collections
allows you not to immediately start the torrent when adding
alot of plugins available
very smooth scrolling even with thousands of torrents, and a slow browsing computer
various settings to configure the rutorrent user interface
only webgui that implements [...]]]></description>
		<link>http://www.sk3tchy.com/231-the-3-best-rtorrent-web-guis.xhtml</link>
			</item>
	<item>
		<title>Temp Fix Boxee Beta 0.9.20.10261 Crashing</title>
		<description><![CDATA[Boxee is my life.
Soo you can imagine, I was excited when the new Boxee came out.
However I noticed immediately that there was a problem with it crashing minutes, even seconds after I started it up. I&#8217;m running it under Ubuntu 9.04. After doing some googling, I realized Boxee indexing the content in your media folders [...]]]></description>
		<link>http://www.sk3tchy.com/250-temp-fix-boxee-beta-0-9-20-10261-crashing.xhtml</link>
			</item>
	<item>
		<title>Download XtraUpload_v2-Beta4.zip</title>
		<description><![CDATA[XtraUpload is a free file hosting script for anyone willing to create a service similar to Rapidshare.com or Megaupload.com.
It is written in PHP (CodeIgniter Framework) &#38; uses MySQL for storing data.
Free File Hosting Script
The script is also an e-commerce platform as you can offer both standard-free &#38; premium-paid plans where payments can be handled via [...]]]></description>
		<link>http://www.sk3tchy.com/245-download-xtraupload_v2-beta4-zip.xhtml</link>
			</item>
	<item>
		<title>Grow / Change mdadm 2 Drive Raid Level-1 to Level-5</title>
		<description><![CDATA[Scenario:
I had two 1tb drives raided with mdadm level 1. I finally filled up my raid, and wanted to ultimatly add another 1tb to the raid. Therefore I wanted to change my raid to level 5, and add this third drive. As a result the raid should become 2tb in usable space. However I don&#8217;t [...]]]></description>
		<link>http://www.sk3tchy.com/204-grow-change-mdadm-2-drive-raid-level-1-to-level-5.xhtml</link>
			</item>
	<item>
		<title>Human Resources Management in Canada 10th Edition Quizzes</title>
		<description><![CDATA[deleted
]]></description>
		<link>http://www.sk3tchy.com/153-human-resources-management-in-canada-10th-edition-quizzes.xhtml</link>
			</item>
</channel>
</rss>
