<?xml version="1.0" encoding="UTF-8"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	>
	<title type="text">FARINSPACE</title>
	<subtitle type="text">Practical Real World Web Development</subtitle>

	<updated>2015-12-01T23:19:22Z</updated>

	<link rel="alternate" type="text/html" href="https://www.farinspace.com" />
	<id>https://www.farinspace.com/feed/atom/</id>
	<link rel="self" type="application/atom+xml" href="https://www.farinspace.com/feed/atom/" />

	<generator uri="https://wordpress.org/" version="6.6.2">WordPress</generator>
	<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[Old Post Slug &#8212; WordPress Removal and Cleanup]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/removing-wordpress-old-post-slug/" />

		<id>http://www.farinspace.com/?p=2596</id>
		<updated>2014-09-26T15:38:39Z</updated>
		<published>2013-08-09T19:13:30Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="mysql" /><category scheme="https://www.farinspace.com" term="permalink" /><category scheme="https://www.farinspace.com" term="slug" />
		<summary type="html"><![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;]]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/removing-wordpress-old-post-slug/#comments" thr:count="3" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/removing-wordpress-old-post-slug/feed/atom/" thr:count="3" />
			<thr:total>3</thr:total>
			</entry>
		<entry>
		<author>
			<name>exporter</name>
					</author>

		<title type="html"><![CDATA[Sidekick WordPress Plugin Release (v0.6)]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/sidekick-wordpress-plugin-release-v0-6/" />

		<id>http://www.farinspace.com/?p=1569</id>
		<updated>2011-12-30T20:56:23Z</updated>
		<published>2011-11-14T15:55:26Z</published>
		<category scheme="https://www.farinspace.com" term="Projects" /><category scheme="https://www.farinspace.com" term="Sidekick WordPress Plugin" /><category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="wordpress plugin" />
		<summary type="html"><![CDATA[Last weekend I was able to complete a new release of the Sidekick WordPress Plugin, adding enhancements to the WordPress Menus section. If you are working with some serious menus you will totally like this.]]></summary>

		
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[UTF-8 in MySQL &#8212; Solving UTF-8 Issues in MySQL]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/utf-8-in-mysql/" />

		<id>http://www.farinspace.com/?p=1558</id>
		<updated>2013-11-12T16:27:52Z</updated>
		<published>2011-10-25T17:50:10Z</published>
		<category scheme="https://www.farinspace.com" term="PHP" /><category scheme="https://www.farinspace.com" term="linux" /><category scheme="https://www.farinspace.com" term="mysql" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/utf-8-in-mysql/#comments" thr:count="3" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/utf-8-in-mysql/feed/atom/" thr:count="3" />
			<thr:total>3</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[PHP Multi Dimensional Array Combinations]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/php-array-combinations/" />

		<id>http://www.farinspace.com/?p=1480</id>
		<updated>2014-05-13T16:29:38Z</updated>
		<published>2011-08-18T14:36:32Z</published>
		<category scheme="https://www.farinspace.com" term="PHP" /><category scheme="https://www.farinspace.com" term="recursive" /><category scheme="https://www.farinspace.com" term="tips" /><category scheme="https://www.farinspace.com" term="unit testing" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/php-array-combinations/#comments" thr:count="5" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/php-array-combinations/feed/atom/" thr:count="5" />
			<thr:total>5</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[WordPress Plugin Internationalization (i18n) Localization (L10n)]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/wordpress-plugin-i18n/" />

		<id>http://www.farinspace.com/?p=1455</id>
		<updated>2015-09-30T19:20:00Z</updated>
		<published>2011-07-23T18:04:02Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="gettext" /><category scheme="https://www.farinspace.com" term="i18n" /><category scheme="https://www.farinspace.com" term="PHP" /><category scheme="https://www.farinspace.com" term="plugin" /><category scheme="https://www.farinspace.com" term="tips" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/wordpress-plugin-i18n/#comments" thr:count="3" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/wordpress-plugin-i18n/feed/atom/" thr:count="3" />
			<thr:total>3</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[How To Show/Hide WordPress Meta Boxes By Selecting Categories]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/show-hide-meta-box-by-category/" />

		<id>http://www.farinspace.com/?p=1383</id>
		<updated>2012-01-01T02:03:50Z</updated>
		<published>2011-04-15T07:08:03Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="category" /><category scheme="https://www.farinspace.com" term="meta box" /><category scheme="https://www.farinspace.com" term="taxonomy" /><category scheme="https://www.farinspace.com" term="wpalchemy" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/show-hide-meta-box-by-category/#comments" thr:count="17" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/show-hide-meta-box-by-category/feed/atom/" thr:count="17" />
			<thr:total>17</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[How To Integrate the WordPress Media Upload Box Into Your Meta Boxes]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/wordpress-media-uploader-integration/" />

		<id>http://www.farinspace.com/?p=1365</id>
		<updated>2015-12-01T23:19:22Z</updated>
		<published>2011-04-06T06:38:37Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="media upload box" /><category scheme="https://www.farinspace.com" term="meta box" /><category scheme="https://www.farinspace.com" term="wpalchemy" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/wordpress-media-uploader-integration/#comments" thr:count="95" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/wordpress-media-uploader-integration/feed/atom/" thr:count="95" />
			<thr:total>95</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[How to Setup a Firewall to Secure Your Linux Server]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/secure-firewall-linux-server/" />

		<id>http://farinspace.com/?p=1357</id>
		<updated>2015-09-30T19:20:39Z</updated>
		<published>2011-03-12T18:01:29Z</published>
		<category scheme="https://www.farinspace.com" term="Geek" /><category scheme="https://www.farinspace.com" term="firewall" /><category scheme="https://www.farinspace.com" term="iptables" /><category scheme="https://www.farinspace.com" term="linux" /><category scheme="https://www.farinspace.com" term="ssh" /><category scheme="https://www.farinspace.com" term="ubuntu" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/secure-firewall-linux-server/#comments" thr:count="2" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/secure-firewall-linux-server/feed/atom/" thr:count="2" />
			<thr:total>2</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[WordPress Migration]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/wordpress-migration/" />

		<id>http://farinspace.com/?p=1336</id>
		<updated>2015-09-30T19:21:31Z</updated>
		<published>2011-02-19T00:02:39Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="backup" /><category scheme="https://www.farinspace.com" term="moving WordPress" /><category scheme="https://www.farinspace.com" term="WordPress backup" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/wordpress-migration/#comments" thr:count="22" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/wordpress-migration/feed/atom/" thr:count="22" />
			<thr:total>22</thr:total>
			</entry>
		<entry>
		<author>
			<name>Dimas</name>
							<uri>http://www.farinspace.com</uri>
						</author>

		<title type="html"><![CDATA[Sorting WordPress Meta Box Fields]]></title>
		<link rel="alternate" type="text/html" href="https://www.farinspace.com/sorting-wordpress-meta-box-fields/" />

		<id>http://farinspace.com/?p=1327</id>
		<updated>2015-09-30T19:21:48Z</updated>
		<published>2011-02-17T20:05:08Z</published>
		<category scheme="https://www.farinspace.com" term="WordPress" /><category scheme="https://www.farinspace.com" term="meta box" /><category scheme="https://www.farinspace.com" term="sort order" /><category scheme="https://www.farinspace.com" term="sorting" /><category scheme="https://www.farinspace.com" term="video" /><category scheme="https://www.farinspace.com" term="wpalchemy" />
		<summary type="html"><![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.]]></summary>

		
					<link rel="replies" type="text/html" href="https://www.farinspace.com/sorting-wordpress-meta-box-fields/#comments" thr:count="3" />
			<link rel="replies" type="application/atom+xml" href="https://www.farinspace.com/sorting-wordpress-meta-box-fields/feed/atom/" thr:count="3" />
			<thr:total>3</thr:total>
			</entry>
	</feed>
