<?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>Dimas &#8211; FARINSPACE</title>
	<atom:link href="https://www.farinspace.com/author/dimas/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Tue, 01 Dec 2015 23:19:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>
	<item>
		<title>Old Post Slug &#8212; WordPress Removal and Cleanup</title>
		<link>https://www.farinspace.com/removing-wordpress-old-post-slug/</link>
					<comments>https://www.farinspace.com/removing-wordpress-old-post-slug/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Fri, 09 Aug 2013 19:13:30 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[slug]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=2596</guid>

					<description><![CDATA[When you make a change to a post slug permalink after its been published, WordPress will automatically redirect it to the new post slug (doing a 301 redirect). This works well, but sometimes you want no existence of the old post slug. These SQL statements will help you cleanup your old post slugs. Viewing All [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/removing-wordpress-old-post-slug/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>UTF-8 in MySQL &#8212; Solving UTF-8 Issues in MySQL</title>
		<link>https://www.farinspace.com/utf-8-in-mysql/</link>
					<comments>https://www.farinspace.com/utf-8-in-mysql/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:50:10 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1558</guid>

					<description><![CDATA[UTF-8 and MySQL can be tricky. Sometimes the problem isn't noticed right away. Here is how I solved my recent encounter with UTF-8 issues and MySQL.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/utf-8-in-mysql/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Multi Dimensional Array Combinations</title>
		<link>https://www.farinspace.com/php-array-combinations/</link>
					<comments>https://www.farinspace.com/php-array-combinations/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:36:32 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1480</guid>

					<description><![CDATA[This PHP function will take a multi dimensional array and create all its possible combinations (not permutations). I used this function in debug code, but I can see its use in many other cases.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/php-array-combinations/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Plugin Internationalization (i18n) Localization (L10n)</title>
		<link>https://www.farinspace.com/wordpress-plugin-i18n/</link>
					<comments>https://www.farinspace.com/wordpress-plugin-i18n/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 18:04:02 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1455</guid>

					<description><![CDATA[Internationalizing your plugin is not difficult. All the information you need is out there and the WordPress Codex is very good resource, but I thought I'd sum it up for those who need the quick skinny on the matter.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/wordpress-plugin-i18n/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How To Show/Hide WordPress Meta Boxes By Selecting Categories</title>
		<link>https://www.farinspace.com/show-hide-meta-box-by-category/</link>
					<comments>https://www.farinspace.com/show-hide-meta-box-by-category/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Fri, 15 Apr 2011 07:08:03 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[meta box]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[wpalchemy]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1383</guid>

					<description><![CDATA[This quick how to will show you how to show and/or hide a WordPress meta box by selecting a specific taxonomy/category. This solution uses a little CSS and Javascript to accomplish the goal, and it also works when editing a post or creating a new one.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/show-hide-meta-box-by-category/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>How To Integrate the WordPress Media Upload Box Into Your Meta Boxes</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/</link>
					<comments>https://www.farinspace.com/wordpress-media-uploader-integration/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 06 Apr 2011 06:38:37 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[media upload box]]></category>
		<category><![CDATA[meta box]]></category>
		<category><![CDATA[wpalchemy]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365</guid>

					<description><![CDATA[This video is quick and dirty talk about the <strong>WPAlchemy_MediaAccess</strong> helper class which will help you integrate the WordPress Media Uploader with your custom meta boxes.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/wordpress-media-uploader-integration/feed/</wfw:commentRss>
			<slash:comments>95</slash:comments>
		
		
			</item>
		<item>
		<title>How to Setup a Firewall to Secure Your Linux Server</title>
		<link>https://www.farinspace.com/secure-firewall-linux-server/</link>
					<comments>https://www.farinspace.com/secure-firewall-linux-server/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Sat, 12 Mar 2011 18:01:29 +0000</pubDate>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=1357</guid>

					<description><![CDATA[Setting up a firewall is the second thing you should do immediately following the setup of your linux server (the first should be to <a href="/secure-login-linux-server/">Secure SSH Login</a>). Learn how to do both.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/secure-firewall-linux-server/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Migration</title>
		<link>https://www.farinspace.com/wordpress-migration/</link>
					<comments>https://www.farinspace.com/wordpress-migration/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Sat, 19 Feb 2011 00:02:39 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[moving WordPress]]></category>
		<category><![CDATA[WordPress backup]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=1336</guid>

					<description><![CDATA[Moving WordPress sites from host to host isn't as difficult as you may think. Following these simple steps will help guide you through the entire process: copy/move site files, copy/move the database, and most importantly update your database/table values with this special MySQL query.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/wordpress-migration/feed/</wfw:commentRss>
			<slash:comments>22</slash:comments>
		
		
			</item>
		<item>
		<title>Sorting WordPress Meta Box Fields</title>
		<link>https://www.farinspace.com/sorting-wordpress-meta-box-fields/</link>
					<comments>https://www.farinspace.com/sorting-wordpress-meta-box-fields/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:05:08 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[meta box]]></category>
		<category><![CDATA[sort order]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wpalchemy]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=1327</guid>

					<description><![CDATA[Allowing end-users to sort meta box fields is pretty straight forward. These two screencasts will show you how to quickly setup sorting as well as how to setup a simple notification message to alert users to "Update" the post/page.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/sorting-wordpress-meta-box-fields/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Apache PHP FastCGI Setup</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/</link>
					<comments>https://www.farinspace.com/windows-apache-php-fastcgi/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 08:00:00 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[virtual host]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=1253</guid>

					<description><![CDATA[If you're like me, you prefer installing Apache and PHP on your own without the use of WAMPServer. The goal is to setup the latest Apache server with PHP 5 and PHP 4 using FastCGI.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/windows-apache-php-fastcgi/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
