<?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>possumstew.com</title>
	<atom:link href="http://www.possumstew.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.possumstew.com</link>
	<description>Web &#38; Android Application Development • Linux Administration • SEO • Tech Blog</description>
	<lastBuildDate>Mon, 14 Nov 2011 04:23:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding an external library to your Android project in Eclipse</title>
		<link>http://www.possumstew.com/adding-an-external-library-to-your-android-project-in-eclipse/</link>
		<comments>http://www.possumstew.com/adding-an-external-library-to-your-android-project-in-eclipse/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 15:56:29 +0000</pubDate>
		<dc:creator>karl</dc:creator>
				<category><![CDATA[Android Development]]></category>

		<guid isPermaLink="false">http://www.possumstew.com/?p=150</guid>
		<description><![CDATA[Adding an external library (.jar file) to an Android project in Eclipse is accomplished by adding the external jars to the Java build path.  Here is the step-by-step procedure to do this (in the screenshots for this example I am adding the ZXing core.jar). 1. Open your Android project in Eclipse. 2. Select Project -&#62;<a href="http://www.possumstew.com/adding-an-external-library-to-your-android-project-in-eclipse/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Adding an external library (.jar file) to an Android project in Eclipse is accomplished by adding the external jars to the Java build path.  Here is the step-by-step procedure to do this (in the screenshots for this example I am adding the ZXing core.jar).</p>
<p><span id="more-150"></span></p>
<p>1. Open your Android project in Eclipse.</p>
<p>2. Select Project -&gt; Properties</p>
<p>3. You are now in the Properties window.  Select Java Build Path in the left pane and then select the Libraries tab.  Now click Add External Jars&#8230;.</p>
<p><img class="alignnone size-full wp-image-165" title="2-refprop2" src="http://www.possumstew.com/wp-content/uploads/2011/10/2-refprop2.png" alt="" width="500" height="398" /></p>
<p>&nbsp;</p>
<p>4. You are now in the Jar Selection window.  Navigate to select the .jar file you want to add and click Open.</p>
<p><img class="alignnone size-full wp-image-166" title="3-refjarsel" src="http://www.possumstew.com/wp-content/uploads/2011/10/3-refjarsel.png" alt="" width="500" height="353" /></p>
<p>&nbsp;</p>
<p>5. You are now back in the Properties window and the path to the .jar file you selected in Step 4 is now displayed under the Libraries tab.  Click OK.</p>
<p><img class="alignnone size-full wp-image-167" title="4-refprop3" src="http://www.possumstew.com/wp-content/uploads/2011/10/4-refprop3.png" alt="" width="500" height="397" /></p>
<p>&nbsp;</p>
<p>Done!  Open your Android project in the Project Explorer and you will now see the external .jar file listed in your project.</p>
<p><img class="alignnone size-full wp-image-168" title="9-refproj" src="http://www.possumstew.com/wp-content/uploads/2011/10/9-refproj.png" alt="" width="361" height="207" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.possumstew.com/adding-an-external-library-to-your-android-project-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and replace multiple files</title>
		<link>http://www.possumstew.com/search-and-replace-multiple-files/</link>
		<comments>http://www.possumstew.com/search-and-replace-multiple-files/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 23:23:42 +0000</pubDate>
		<dc:creator>karl</dc:creator>
				<category><![CDATA[Linux Systems Administration]]></category>

		<guid isPermaLink="false">http://www.possumstew.com/?p=137</guid>
		<description><![CDATA[Here is a very handy little perl command for making a simple edit to multiple files in a directory: perl -pi -e 's/search/replace/g;' .]]></description>
			<content:encoded><![CDATA[<p>Here is a very handy little perl command for making a simple edit to multiple files in a directory:</p>
<p style="padding-left: 30px;"><code>perl -pi -e 's/search/replace/g;' .</code><code></code></p>
<p><code><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.possumstew.com/search-and-replace-multiple-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks not working</title>
		<link>http://www.possumstew.com/wordpress-permalinks-not-working/</link>
		<comments>http://www.possumstew.com/wordpress-permalinks-not-working/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:49:29 +0000</pubDate>
		<dc:creator>karl</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.possumstew.com/?p=1</guid>
		<description><![CDATA[I&#8217;ve had several instances where Permalinks (SEO links) have not immediately worked on new WordPress installations, resulting in &#8220;Page Not Found&#8221; errors.  This is due to a configuration issue in the webserver (Apache, IIS, etc&#8230;).  The fix is simple but might not be obvious if you aren&#8217;t familiar with webserver configuration. First, let&#8217;s review what<a href="http://www.possumstew.com/wordpress-permalinks-not-working/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had several instances where Permalinks (SEO links) have not immediately worked on new WordPress installations, resulting in &#8220;Page Not Found&#8221; errors.  This is due to a configuration issue in the webserver (Apache, IIS, etc&#8230;).  The fix is simple but might not be obvious if you aren&#8217;t familiar with webserver configuration.</p>
<p><span id="more-1"></span></p>
<p>First, let&#8217;s review what Permalinks are.  Permalinks provide an &#8220;SEO friendly&#8221; URI  for WordPress Pages and Posts.</p>
<p>So instead of the default format URI:</p>
<pre style="padding-left: 30px;">http://www.possumstew.com/?page=2</pre>
<p>&nbsp;</p>
<p>We get the nicer:</p>
<pre style="padding-left: 30px;">http://www.possumstew.com/wordpress-permalinks-not-working/</pre>
<p>&nbsp;</p>
<p>Now let&#8217;s look at how Permalinks are configured in WordPress.  Click on &#8220;Settings&#8221; -&gt; &#8220;Permalinks&#8221; in the WordPress admin menu and you will see a page similar to this:</p>
<p><a href="http://www.possumstew.com/wp-content/uploads/2011/10/permalinks1.png"><img class="alignnone size-full wp-image-118" title="permalinks" src="http://www.possumstew.com/wp-content/uploads/2011/10/permalinks1.png" alt="" width="500" height="404" /></a></p>
<p>&nbsp;</p>
<p>Select one of the Permalink configuration options and click Save.  WordPress will attempt to add the following code to the .htaccess file located in the the root directory of your installation:</p>
<p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
# END WordPress</p>
<p><span style="color: #ff0000;">*IMPORTANT!</span>  WordPress must have permission to write to the .htaccess file.  Contact your site administrator if this is not the case and you are unable to set the permission yourself.</p>
<p>If everything has gone as planned you should now be able to click on any link to your Pages or Posts and be taken the the Permalink URI.  However if your webserver is not configured correctly you may get a &#8220;Not Found&#8221; error instead.</p>
<p>They key to solving this problem is your webserver&#8217;s <strong>AllowOverride</strong> directive (Apache, IIS, etc).  <strong>AllowOverride</strong> is set in the webserver configuration file and must be located within a <strong>Directory</strong> section.  For example:</p>
<p>&lt;Directory ABSOLUTE_PATH_TO_YOUR_WORDPRESS INSTALLATION&gt;<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
<p>Save this in your webserver configuration file and restart the webserver.  Your Permalinks should now work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.possumstew.com/wordpress-permalinks-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

