<?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/"
	>

<channel>
	<title>Web App Solution Blog &#187; wordpress</title>
	<atom:link href="http://www.webappsolution.com/wordpress/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Thu, 05 Apr 2012 19:39:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Plugin SyntaxHighlighter Test On ActionScript 3</title>
		<link>http://www.webappsolution.com/wordpress/2009/06/29/wordpress-plugin-syntaxhighlighter-test-on-actionscript-3/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/06/29/wordpress-plugin-syntaxhighlighter-test-on-actionscript-3/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 20:35:33 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[syntaxhighlighter]]></category>

		<category><![CDATA[wordpress-plugin]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=413</guid>
		<description><![CDATA[This is a test post to determine if I like SyntaxHighlighter as a source code plugin for Wordpress. Here&#8217;s two ActionScript 3 examples:
private var foo:Bar = new Bar();
/**
 * Web App Solution Confidential Information
 * Copyright 2009, Web App Solution, Inc.
 *
 * @author Brian Riley
 * @date June, 29, 2009
 */
package com.wasi.test
{
	import com.wasi.test.interfaces.IFooBar;

	/**
	 * [...]]]></description>
			<content:encoded><![CDATA[<p>This is a test post to determine if I like <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/installation/" target="_blank">SyntaxHighlighter</a> as a source code plugin for Wordpress. Here&#8217;s two ActionScript 3 examples:</p>
<pre class="brush: as3;">private var foo:Bar = new Bar();</pre>
<pre class="brush: actionscript3;">/**
 * Web App Solution Confidential Information
 * Copyright 2009, Web App Solution, Inc.
 *
 * @author Brian Riley
 * @date June, 29, 2009
 */
package com.wasi.test
{
	import com.wasi.test.interfaces.IFooBar;

	/**
	 * This class rocks my world.
	 */
	public class Foo extends Bar implements IFooBar
	{
		/**
		 * Constant happy value.
		 */
		public var myLongString:String = &quot;this is a really, really long string to illustrate what happens when one line of code is tooooo long&quot;;

		/**
		 * Constant happy value.
		 */
		private static const MY_CONST:String = &quot;myPrivateStaticConstant&quot;;

		/**
		 * Constructor.
		 *
		 * param myFoo	A String vlaue that's happy.
		 * param myBar	A Number vlaue that's sad.
		 */
		public function Foo(myFoo:String, myFoo:Number)
		{
			// TODO
		}

	}
}</pre>
<p>Just wrap your source code in the following syntax:</p>
<p>[<strong>sourceCodeAlias</strong>]</p>
<p>my source code</p>
<p>[/<strong>sourceCodeAlias</strong>]</p>
<p>where <strong>sourceCodeAlias</strong> = as3 or actionscript3. <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes" target="_blank">Here&#8217;s the full list of possible code syntax highlighters at your disposal</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Wordpress+Plugin+SyntaxHighlighter+Test+On+ActionScript+3+http://c4f6p.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.webappsolution.com/wordpress/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Wordpress+Plugin+SyntaxHighlighter+Test+On+ActionScript+3+http://c4f6p.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/06/29/wordpress-plugin-syntaxhighlighter-test-on-actionscript-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling Different Permalinks to Work</title>
		<link>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:28:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=26</guid>
		<description><![CDATA[We recently made some changes to the layout of our blog. In doing so, we chose to enable something other than the default permalink structure and suddenly we couldn&#8217;t see any pages. After a bit of searching, I stumbled across the fact that it was this change that was making things go awry.
But why could [...]]]></description>
			<content:encoded><![CDATA[<p>We recently made some changes to the layout of our blog. In doing so, we chose to enable something other than the default permalink structure and suddenly we couldn&#8217;t see any pages. After a bit of searching, I stumbled across the fact that it was this change that was making things go awry.</p>
<p>But why could I get the other settings to work?</p>
<p>A few things that need to be in place when you want to use a different setting:</p>
<ul>
<li>Ensure that mod_rewrite is enabled. This will be in your httpd.conf file</li>
<li>Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)</li>
<li>Inside the httpd.conf file uncomment the line <em>LoadModule rewrite_module modules/mod_rewrite.so</em> (remove the pound &#8216;#&#8217; sign from in front of the line)</li>
<li>Also find the line <em>ClearModuleList</em> is uncommented then find and make sure that the line <em>AddModule mod_rewrite.c</em> is not commented out.</li>
<li>Also, need to check that the individual .htaccess files you have out there are enabled. If AllowOverride is None then they won&#8217;t get picked up<br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All</li>
<li>Should also enabled in the web directory specifically<br />
&lt;Directory /var/www/html&gt;<br />
AllowOverride All<br />
&lt;/Directory&gt;</li>
</ul>
<p>Your mileage may vary based upon the server/host/etc you use but this should get you most of the way there.</p>
<p>In order for wordpress to use the permalinks capabilities, you also need to make sure you have a .htaccess file in your /wordpress root. If there isn&#8217;t one there, log in via shell to that root and do &#8216;touch .htacess&#8217;. Ther perms should be 755 at least. When you go to the Settings-&gt;Permalinks page on your WP Admin, hitting the Save Changes button will cause the mods to get written to this file.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Enabling+Different+Permalinks+to+Work+http://f6nxa.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.webappsolution.com/wordpress/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Enabling+Different+Permalinks+to+Work+http://f6nxa.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

