<?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>Ryan &#34;Fantikerz&#34; Hamilton &#187; Tech</title>
	<atom:link href="http://fantikerz.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://fantikerz.com</link>
	<description>blurbs on design, music, and games.</description>
	<lastBuildDate>Sat, 22 Oct 2011 16:00:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Redirect WordPress Posts from an Old Domain</title>
		<link>http://fantikerz.com/redirect-wordpress-posts-from-an-old-domain/</link>
		<comments>http://fantikerz.com/redirect-wordpress-posts-from-an-old-domain/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:13:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Extras]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Refirection]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://fantikerz.com/?p=617</guid>
		<description><![CDATA[Recently I had a problem when I moved my blog from blog.fantikerz.com to fantikerz.com. I had far too many links on other sites that still looked like http://blog.fantikerz.com/?p=261, and wouldn’t redirect to the new blog’s location. I wouldn’t even know &#8230; <a href="http://fantikerz.com/redirect-wordpress-posts-from-an-old-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-659 alignright" style="float: right;" title="Simple Code" src="http://fantikerz.com/wp-content/uploads/2009/08/2009-08-21_1015.png" alt="Simple Code" width="180" height="107" /></p>
<p>Recently I had a problem when I moved my blog from blog.fantikerz.com to fantikerz.com. I had far too many links on other sites that still looked like <span class="emp">http://blog.fantikerz.com/?p=261</span>, and wouldn’t redirect to the new blog’s location. I wouldn’t even know where to start if I had to change all of those.</p>
<p>Instead, I threw together a simple redirection script that I thought I’d just share in case anyone needed it. It’s nothing fancy at all, and stupid easy to set up. There are many ways of doing this, and in my opinion, this is the easiest.</p>
<p><span id="more-617"></span></p>
<p>This is explained in a way that even common folk who just want to move their blog will understand. Sorry if I insult your intelligence.</p>
<h3>1. Create a file called index.php</h3>
<p>Pop <strong>open notepad</strong>, go to <strong>File &gt; Save As…</strong>, set the <strong>filename as index.php</strong>, and then go directly below that and make sure to <strong>set Save As Type to All Files</strong>.</p>
<h3>2. Copy the script into the text editor</h3>
<pre><code>&lt;?php
	$post = $_GET["p"];
	$new = "http://newbloglocation.com";
	$string = $new . "?p=" . $post;

	echo "Redirecting to " . $string;
	header("Location: $string");
?&gt;
</code></pre>
<h3>3. Plug in your information</h3>
<p>This is easy. Just plug in your blog’s new address where <span class="emp">http://newbloglocation.com</span> is. Make sure to include the <span class="emp">http://</span>. If your blog was located in another directory, you’re also able to include it like so: <span class="emp">http://newbloglocation.com/blog/</span>. Otherwise, omit anything after the domain name.</p>
<h3>4. Presto, now save it and upload it to your server</h3>
<p>Do a quick <strong>CTRL+S</strong> to save and <strong>upload it via FTP</strong> to the root of where your old blog used to reside.</p>
<p>Now you’re done. That was easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://fantikerz.com/redirect-wordpress-posts-from-an-old-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free, Open Source Alternatives to Expensive Programs</title>
		<link>http://fantikerz.com/free-open-source-alternative-to-expensive-programs/</link>
		<comments>http://fantikerz.com/free-open-source-alternative-to-expensive-programs/#comments</comments>
		<pubDate>Mon, 05 May 2008 04:40:23 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Adobe Premiere]]></category>
		<category><![CDATA[Alternative]]></category>
		<category><![CDATA[Autodesk 3ds Max]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Frets on Fire]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Guitar Hero]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[Jahshaka]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[phpBB3]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Sauerbraten]]></category>
		<category><![CDATA[Sony Vegas]]></category>
		<category><![CDATA[TechSmith]]></category>
		<category><![CDATA[Trillian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vBullerin]]></category>

		<guid isPermaLink="false">http://blog.fantikerz.com/?p=102</guid>
		<description><![CDATA[Wish you could create vector art in Adobe Illustrator, edit videos in Sony Vegas, or just play a game of Halo 2 on your PC, but can’t afford the programs? We’ve all been there, and it sucks, honestly. Thankfully, there’s &#8230; <a href="http://fantikerz.com/free-open-source-alternative-to-expensive-programs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Wish you could create vector art in Adobe Illustrator, edit videos in Sony Vegas, or just play a game of Halo <a href="http://fantikerz.com/wp-content/uploads/2008/05/open-source.gif"><img class="alignright size-medium wp-image-103" style="float: right;" title="open-source" src="http://fantikerz.com/wp-content/uploads/2008/05/open-source-300x259.gif" alt="" width="283" height="244" /></a>2 on your PC, but can’t afford the programs? We’ve all been there, and it sucks, honestly.</p>
<p style="text-align: justify;">Thankfully, there’s a whole genre of software comprised of free solutions to the otherwise costly mainstream alternatives. This magical genre is called Open Source.</p>
<p style="text-align: justify;">After the break are a few programs that you may find useful, with often just as many features as the costly alternative.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;"><span id="more-102"></span></p>
<p><strong>Microsoft Office » <a href="http://www.openoffice.org/" target="_blank">OpenOffice</a></strong></p>
<p><em>The free and open productivity suite.</em></p>
<p><strong>Autodesk 3ds Max » <a href="http://www.blender.org/" target="_blank">Blender</a></strong></p>
<p><em>The open source, cross platform suite of tools for 3D creation.</em></p>
<p><strong>Adobe Photoshop » <a href="http://www.gimp.org/" target="_blank">GIMP</a></strong></p>
<p><em>The GNU Image Manipulation Program, for X Windows systems.</em></p>
<p><strong>Adobe Illustrator » <a href="http://www.inkscape.org/" target="_blank">Inkscape</a></strong><a href="http://fantikerz.com/wp-content/uploads/2008/05/inkscape.jpg"><img class="alignright size-medium wp-image-105" style="float: right;" title="inkscape" src="http://fantikerz.com/wp-content/uploads/2008/05/inkscape-300x233.jpg" alt="" width="300" height="233" /></a></p>
<p><em>The vector graphics editor.</em></p>
<p><strong>Techsmith Camtasia/HyperCam 2 » <a href="http://camstudio.org/" target="_blank">Camstudio</a></strong></p>
<p><em>The free alternative for recording on-screen video.</em></p>
<p><strong>Sony Vegas/Adobe Premiere » <a href="http://jahshaka.org/" target="_blank">Jahshaka</a></strong></p>
<p style="text-align: justify;"><em>The world’s first OpenSource Realtime Media Playback and Visu</em><em>al Effects System.</em></p>
<p><strong>Trillian Pro » <a href="http://www.pidgin.im/" target="_blank">Pidgin</a></strong></p>
<p><em>The multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.</em></p>
<p><strong>Halo 2 » <a href="http://sauerbraten.org/" target="_blank">Sauerbraten</a></strong></p>
<p style="text-align: justify;"><em>The singleplayer (2 game modes, savegames) and multiplayer (12 game modes) first person shooter.</em><a href="http://fantikerz.com/wp-content/uploads/2008/05/sauerbraten.jpg"><img class="alignright size-medium wp-image-104" style="float: right;" title="sauerbraten" src="http://fantikerz.com/wp-content/uploads/2008/05/sauerbraten-300x223.jpg" alt="" width="300" height="223" /></a></p>
<p><strong>Guitar Hero » <a href="http://fretsonfire.sourceforge.net/" target="_blank">Frets on Fire</a></strong></p>
<p style="text-align: justify;"><em>The open source Guitar Hero alternative.</em></p>
<p><strong>vBulletin » <a href="http://www.phpbb.com/" target="_blank">phpBB3</a></strong></p>
<p><em>The most widely used Open Source forum solution.</em></p>
<p><strong>Microsoft Windows » <a href="http://www.ubuntu.com/">Ubuntu</a></strong></p>
<p style="text-align: justify;"><em>The free, Debian derived, Linux-based operating system, available with both community and professional support.</em></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">By far, the best resource for Open Source applications is <a href="http://sourceforge.net/" target="_blank">SourceForge.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fantikerz.com/free-open-source-alternative-to-expensive-programs/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Yet ANOTHER Site Re-Design</title>
		<link>http://fantikerz.com/yet-another-site-re-design/</link>
		<comments>http://fantikerz.com/yet-another-site-re-design/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 14:53:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Brown]]></category>
		<category><![CDATA[Colorful]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://fantikerz.com/blog/?p=49</guid>
		<description><![CDATA[    I know, I’ve already completely re-vamped the site this week, but I was really hating that black and gray theme I had going on, so I came up with a new one. Some things still don’t fit (the navigation &#8230; <a href="http://fantikerz.com/yet-another-site-re-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="justify">    I know, I’ve already completely re-vamped the site this week, but I was really hating that<a href="http://fantikerz.com/?attachment_id=48" rel="attachment wp-att-48" title="Header"><img src="http://fantikerz.com/wp-content/uploads/2008/03/header.png" alt="Header" align="right" height="40" width="272" /></a> black and gray theme I had going on, so I came up with a new one. Some things still don’t fit (the navigation buttons and the links at the bottom of the page for example), but I’ll change those down the road… I’ll promise you this time that this design will last at least a week this time…</p>
]]></content:encoded>
			<wfw:commentRss>http://fantikerz.com/yet-another-site-re-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Love Duals</title>
		<link>http://fantikerz.com/i-love-duals/</link>
		<comments>http://fantikerz.com/i-love-duals/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 03:09:10 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Dual]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Multitask]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Vegas]]></category>

		<guid isPermaLink="false">http://fantikerz.com/blog/?p=29</guid>
		<description><![CDATA[Yea, I love my dual monitors… If you have the ability to hook up another monitor to your computer, I suggest you do… It was only recently that I got around to hooking another 15 inch LCD up to my &#8230; <a href="http://fantikerz.com/i-love-duals/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yea, I love my dual monitors… If you have the ability to hook up another monitor to your computer, I suggest you do… It was only recently that I got around to hooking another 15 inch LCD up to my laptop, making 30 inches of available screen real estate. This makes it really easy to multi task.. For instance, right now I’m writing this on one screen, while watching the movie Alive, on my other screen. Alive is a good movie btw…</p>
<p>Hit the Continue Reading link to see some screenshots…</p>
<p><span id="more-77"></span></p>
<p align="center"><a href="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen.PNG" title="Desktop"><img src="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen.thumbnail.PNG" alt="Desktop" /></a><a href="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen-3.PNG" title="Vegas"><img src="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen-3.thumbnail.PNG" alt="Vegas" /></a><a href="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen-2.PNG" title="Photoshop"><img src="http://fantikerz.com/blog/wp-content/uploads/2008/03/screen-2.thumbnail.PNG" alt="Photoshop" /></a></p>
<p align="center"><strong>[Note: The images are la</strong><strong>rge]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://fantikerz.com/i-love-duals/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
