<?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> &#187; Tutorial &amp; How-To&#8217;s</title>
	<atom:link href="http://www.oojahtech.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Change Default Background and GTK for GDM</title>
		<link>http://www.oojahtech.com/2010/07/08/change-default-background-and-gtk-for-gdm/</link>
		<comments>http://www.oojahtech.com/2010/07/08/change-default-background-and-gtk-for-gdm/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:16:46 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[General Linux]]></category>
		<category><![CDATA[Other Distrobutions]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=519</guid>
		<description><![CDATA[GDM2Setup is a tool that allows one to change the background image and GTK engine of the new GDM for GNOME 2.30. In Linux Mint 9/Ubuntu 10.4, open terminal and type: sudo add-apt-repository ppa:gdm2setup/gdm2setup sudo apt-get update sudo apt-get install python-gdm2setup Once done there will be a second Login Screen in your menus indicated with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://launchpad.net/gdm2setup" target="_blank">GDM2Setup</a> is a tool that allows one to change the background image and GTK engine of the new GDM for GNOME 2.30. In Linux Mint 9/Ubuntu 10.4, open terminal and type:</p>
<blockquote><p>sudo add-apt-repository ppa:gdm2setup/gdm2setup<br />
sudo apt-get update<br />
sudo apt-get install python-gdm2setup</p></blockquote>
<p>Once done there will be a second Login Screen in your menus indicated with <em>(GDM2Setup)</em>. From there one can change general options, wallpaper, decoration, and theme of GDM.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/07/08/change-default-background-and-gtk-for-gdm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint or Ubuntu and Logitech Webcams for Skype</title>
		<link>http://www.oojahtech.com/2010/06/02/linux-mint-or-ubuntu-and-logitech-webcams-for-skype/</link>
		<comments>http://www.oojahtech.com/2010/06/02/linux-mint-or-ubuntu-and-logitech-webcams-for-skype/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:34:31 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Other Distrobutions]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=500</guid>
		<description><![CDATA[I have been giving the new Linux Mint (based on the latest Ubuntu) a spin and encountered a problem with my webcam and Skype. The webcam is found and works well within cheese and other applications; however, Skype sees the web-cam but cannot render the incoming image.  I found the solution on the Linux Mint [...]]]></description>
			<content:encoded><![CDATA[<p>I have been giving the new Linux Mint (based on the latest Ubuntu) a spin and encountered a problem with my webcam and Skype. The webcam is found and works well within cheese and other applications; however, Skype sees the web-cam but cannot render the incoming image.  I found the solution on the <a href="http://forums.linuxmint.com/viewtopic.php?f=49&amp;t=40681&amp;p=235446" target="_blank">Linux Mint forums</a>. To quote<em> veanidon</em>:</p>
<blockquote><p>1) Rename /usr/bin/skype to /usr/bin/skype.real<br />
2) Create a batch file called &#8216;/usr/bin/skype&#8217; owned by root as follows:-</p>
<p>#!/bin/sh<br />
export XLIB_SKIP_ARGB_VISUALS=1<br />
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype.real &#8220;$@&#8221; 2&gt;/dev/null<br />
exit 0</p>
<p>3) Make the newly created /usr/bin/skype executable</p></blockquote>
<p>After following these instructions the problem was solved.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/06/02/linux-mint-or-ubuntu-and-logitech-webcams-for-skype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub2/Grub-PC monitor resolution for Debian Squeeze</title>
		<link>http://www.oojahtech.com/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/</link>
		<comments>http://www.oojahtech.com/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:10:35 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[monitor resolution]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=497</guid>
		<description><![CDATA[As some people have noticed, Debian has switched from the old Grub 0.9x series to the new Grub2 and where some things look like business as usual on the surface you quickly learn they are not. Case in point, changing the resolution of the grub menu and the terminal. This used to be accomplished by [...]]]></description>
			<content:encoded><![CDATA[<p>As some people have noticed, Debian has switched from the old Grub 0.9x series to the new Grub2 and where some things look like business as usual on the surface you quickly learn they are not. Case in point, changing the resolution of the grub menu and the terminal. This used to be accomplished by editing the /boot/grub/menu.lst file and amending VGA=791. However, trying this with the new Grub2 does nothing. It took me a while to find a descent explanation and tutorial on how to do this in Grub2. <a href="http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.html" target="_blank">I found one from Harrison3001&#8242;s blog. </a>I will summarize the steps I had taken to get the desired effect; however, I highly recommend reading the post to get a better understanding of what is different between Grub2 and Grub Legacy.</p>
<p>first as root edit /etc/default/grub and uncomment (remove the # before) and change the value to look like this:</p>
<blockquote><p>GRUB_GFXMODE=1280&#215;800</p></blockquote>
<p>Then as root edit /etc/grub.d/00_header and find this line:</p>
<blockquote><p>set gfxmode=${GRUB_GFXMODE}</p></blockquote>
<p>insert below it this line:</p>
<blockquote><p>set gfxpayload=keep</p></blockquote>
<p>Once that is done run as root:</p>
<blockquote><p>update-grub</p></blockquote>
<p>Now reboot and you should have the Grub2 menu and the terminal set to the new monitor resolution.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Firefox IPv6 Problems in Debian: Switching to IcedTea</title>
		<link>http://www.oojahtech.com/2010/04/17/java-icedtea/</link>
		<comments>http://www.oojahtech.com/2010/04/17/java-icedtea/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:41:23 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IcedTea]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=491</guid>
		<description><![CDATA[I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for [...]]]></description>
			<content:encoded><![CDATA[<p>I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for me because I prefer the more streamlined and up to date packages available for <a href="http://getswiftfox.com/" target="_blank">Swiftfox</a> and really do not want to have to have both on my system. the second problem is when I created the simlink manually and point to a <a href="http://www.javatester.org/" target="_blank">java test page</a> I get an error loading java. I did some reading and found out there are network issues with ipv6 and java which seems to be a common problem. I found <a href="http://forums.debian.net/viewtopic.php?f=10&amp;t=50063&amp;start=0" target="_blank">this post</a> and followed its suggestion. Everything seemed to look okay at the test page. When i tried to login to this WordPress blog (which uses <a href="http://deanjrobinson.com/projects/fluency-admin/" target="_blank">WordPress Fluency</a>) the browser crashes with a segmentation fault. At that point I am absolutely frustrated with the whole nonsenses and simply remove java from my system and install the open source <a title="http://icedtea.classpath.org/wiki/Main_Page" href="http://" target="_blank">IcedTea</a> by installing it with apt:</p>
<blockquote><p>sudo aptitude install icedtea6-plugin</p></blockquote>
<p>which will remove Sun Java 6 and install the appropriate IcedTea packages. Now that is done Java applets and Java powered web applications seem to work just fine.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/04/17/java-icedtea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Proprietary Drivers on Debian Squeeze</title>
		<link>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/</link>
		<comments>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:09:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=482</guid>
		<description><![CDATA[There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to enable nVidia drivers. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not [...]]]></description>
			<content:encoded><![CDATA[<p>There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to <a href="http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/">enable nVidia drivers</a>. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not always worked for me. The easy way is installing the driver provided by ATI themselves.</p>
<p>THE HARD WAY</p>
<p>The first thing to do is to enable the unstable repositories to your /etc/apt/source.list:</p>
<blockquote><p># UNSTABLE<br />
deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib  non-free</p></blockquote>
<p>Now run <em>aptitude update</em> then you need to set the priorities of your repositories so that apt-get upgrade does not default to unstable by editing /etc/apt/prefernces:</p>
<blockquote><p>Package: *<br />
Pin: release o=Debian,a=testing<br />
Pin-Priority: 900</p>
<p>Package: *<br />
Pin: release o=Debian,a=unstable<br />
Pin-Priority: 300</p>
<p>Package: *<br />
Pin: release o=Debian<br />
Pin-Priority: -1</p></blockquote>
<p>Now it is time to install the components needed for fglrx (ATI Driver) from unstable (as root):</p>
<blockquote><p>aptitude -t unstable install fglrx-source</p></blockquote>
<p>The next step is to make sure module assistant is installed from testing/squeeze and create the module(as root):</p>
<p>aptitude install module-assistant</p>
<p>m-a a-i fglrx</p>
<p>Once that is completed configure Xorg. Assuming you are in X, switch to a new terminal by pressing ALT-CTL FX (where FX represents f1 &#8211; f12) and implement the new driver.</p>
<p>Login as root:</p>
<blockquote><p>invoke-rc.d gdm stop</p></blockquote>
<p>once that is done create the xorg.conf file</p>
<p>Xorg -config</p>
<p>now edit /root/new.config.org and replace the display device from radeonhd to fglrx. As mentioned above I have had mixed resolts with this method. Sometimes it seems to work sometimes it doesnt. However, downloading directly from ATI seems to always do the trick.</p>
<p><strong>THE EASY WAY</strong></p>
<p>download the appropriate file from <a href="http://ati.amd.com/support/driver.HTML" target="_blank">here</a>. Then you need to make sure it is exacutible and install from terminal:</p>
<blockquote><p>chmod +x (filenamehere)</p></blockquote>
<p>as root:</p>
<blockquote><p>./(filenamehere)</p></blockquote>
<p>this will pop up an automated install script to follow and once dead you should simply need to reboot you computer.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech QuickCam c500 in Debian</title>
		<link>http://www.oojahtech.com/2010/02/12/logitech-quickcam-c500-in-debian/</link>
		<comments>http://www.oojahtech.com/2010/02/12/logitech-quickcam-c500-in-debian/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:03:37 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[c500]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=438</guid>
		<description><![CDATA[The QuickCam c500 is supported out of the box in Debian Squeeze by the UVC driver. However, one issue I have encountered is the built in microphone is auto detected by alas and overrides my sound card, forcing me to issue the command (as root): alsa force-reload to solve this problem edit /etc/modprobe.d/sound.conf and add: [...]]]></description>
			<content:encoded><![CDATA[<p>The QuickCam c500 is supported out of the box in Debian Squeeze by the UVC driver. However, one issue I have encountered is the built in microphone is auto detected by alas and overrides my sound card, forcing me to issue the command (as root):</p>
<blockquote><p>alsa force-reload</p></blockquote>
<p>to solve this problem edit /etc/modprobe.d/sound.conf and add:</p>
<blockquote><p>options snd_usb_audio index=1</p></blockquote>
<p>Reboot and hopefully all is well.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/02/12/logitech-quickcam-c500-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show file extentions in Windows 7</title>
		<link>http://www.oojahtech.com/2010/02/08/show-file-extentions-in-windows-7/</link>
		<comments>http://www.oojahtech.com/2010/02/08/show-file-extentions-in-windows-7/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:21:02 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=436</guid>
		<description><![CDATA[there are a few things that bug me about Windows 7, and one of them is that it no longer is obvious how to show my file extensions. I hate how the default on windows installs has been to hide file extensions. I like to know what it is I am looking at. Is it [...]]]></description>
			<content:encoded><![CDATA[<p>there are a few things that bug me about Windows 7, and one of them is that it no longer is obvious how to show my file extensions. I hate how the default on windows installs has been to hide file extensions. I like to know what it is I am looking at. Is it an executable, is it ogg or mp3, maybe avi or mpeg? Before I simply would change my preferences from the tool bar. Whell the simple tool bar I have become so accustome to is no longer the same. So, what to do?</p>
<p>Open Windows Explorer and click <em>Organize</em> at the top left and then select <em>Folder Options</em>. Now go to the <em>View</em> tab and there it is, looking much like it did in Windows XP. For whatever reason this was not readily evident to me and it might not be for others.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/02/08/show-file-extentions-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox Generic</title>
		<link>http://www.oojahtech.com/2010/02/05/dropbox-generic/</link>
		<comments>http://www.oojahtech.com/2010/02/05/dropbox-generic/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:21:49 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[General Linux]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=276</guid>
		<description><![CDATA[In the past I have described how to make Dropbox work with Thunar for XFCE users, now I am going to see If I can achieve the same goal for KDE. Dropbox is a great utility which remotely stores documents and other files, and can sync them across multiple computers over the Internet. what I [...]]]></description>
			<content:encoded><![CDATA[<p>In the past I have described how to make <a href="http://www.oojahtech.com/2009/08/05/dropbox-with-thunar-in-debian/">Dropbox work with Thunar for XFCE</a> users, now I am going to see If I can achieve the same goal for KDE. Dropbox is a great utility which remotely stores documents and other files, and can sync them across multiple computers over the Internet. what I did was to follow the instructions provided by <a href="http://dreadknight666.com/2009/07/dropbox-in-kde-linux/" target="_blank">Dread Knight</a>. Afterwards, I figured out that this method could be used for any Linux desktop environment or windows manager and is preferable to the Thunar method mentioned above. If you need, <a href="https://www.getdropbox.com/referrals/NTE2NTc2MzU5" target="_blank">create a Dropbox account here</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/02/05/dropbox-generic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amaricanize Setting for KDE4</title>
		<link>http://www.oojahtech.com/2010/02/03/amaricanize-setting-for-kde4/</link>
		<comments>http://www.oojahtech.com/2010/02/03/amaricanize-setting-for-kde4/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:04:22 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[General Linux]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=272</guid>
		<description><![CDATA[Upon a fresh install of KDE on Debian Squeeze I found that all of my readings where in metric units and 24 hour unites. Which is fine, however I am a lazy American who likes things in the obscure and outdated imperial units and despite my time in the military, I prefer my clock in [...]]]></description>
			<content:encoded><![CDATA[<p>Upon a fresh install of KDE on Debian Squeeze I found that all of my readings where in metric units and 24 hour unites. Which is fine, however I am a lazy American who likes things in the obscure and outdated imperial units and despite my time in the military, I prefer my clock in 12 hour time.</p>
<p>In the <em>System Settings </em>go to <em>Regional &amp; Language </em>under the <em>Locale</em> I add <em>US English</em>. Under <em>Time &amp; Date</em> I change <em>Time format:</em> to pH:MM:SS AMPM. Then I hope over to the <em>Other</em> tab and set <em>Measure</em> system: to Imperial.</p>
<p>Restart KDE.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/02/03/amaricanize-setting-for-kde4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP redirect</title>
		<link>http://www.oojahtech.com/2010/01/20/php-redirect/</link>
		<comments>http://www.oojahtech.com/2010/01/20/php-redirect/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:04:37 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=237</guid>
		<description><![CDATA[If you want to redirect a page with PHP simple create a blank PHP file (example.php) and only include the following line: &#60;?php header( &#8216;Location: http://www.example.com/new_page.html&#8217; ) ; ?&#62; If you want to redirect an entire directory simply name this file index.php NOTE: If you want a permanent redirect because you have moved your website [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to redirect a page with PHP simple create a blank PHP file (example.php) and only include the following line:</p>
<blockquote><p>&lt;?php<br />
header( &#8216;Location: http://www.example.com/new_page.html&#8217; ) ;<br />
?&gt;</p></blockquote>
<p>If you want to redirect an entire directory simply name this file index.php</p>
<p><em><strong>NOTE: </strong>If you want a permanent redirect because you have moved your website and wish to keep your linkbacks from google and other search-engines and sites, follow the directions <a href="http://www.oojahtech.com/2009/08/15/perminant-redirect-with-htaccess/">here</a></em>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/01/20/php-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
