<?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>betweenGo &#187; WordPress</title>
	<atom:link href="http://betweengo.com/category/web/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://betweengo.com</link>
	<description>We make Ruby on Rails easy.  We make ATG easy.</description>
	<lastBuildDate>Tue, 06 Dec 2011 14:03:07 +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>WordPress Impressive Permalink Functionality</title>
		<link>http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/</link>
		<comments>http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:50:17 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=389</guid>
		<description><![CDATA[A long time ago I enabled the WordPress permalink functionality so that the links for my blog articles were somewhat human readable.  I used my own custom format, /%category%/%year%/%monthnum%/%day%/%postname%/. Awhile ago I began regretting that format because if I changed the category of the article then the URL would change and any bookmarks to that [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2005/10/13/fun/' rel='bookmark' title='WordPress fun'>WordPress fun</a></li>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A long time ago I enabled the WordPress permalink functionality so that the links for my blog articles were somewhat human readable.  I used my own custom format, /%category%/%year%/%monthnum%/%day%/%postname%/.</p>
<p>Awhile ago I began regretting that format because if I changed the category of the article then the URL would change and any bookmarks to that article would be broken.</p>
<p>Today I started reorganizing a lot of categories and decided it was time to bite the bullter.  I changed the permalink format to the standard /%year%/%monthnum%/%day%/%postname%/.   What was so impressive is that the old URL&#8217;s still worked, they redirected to the new URL.  WordPress rocks.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2009%2F01%2F12%2Fwordpress-impressive-permalink-functionality%2F&amp;title=WordPress%20Impressive%20Permalink%20Functionality" id="wpa2a_2"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2005/10/13/fun/' rel='bookmark' title='WordPress fun'>WordPress fun</a></li>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stats on Dreamhost with WordPress</title>
		<link>http://betweengo.com/2008/06/03/stats-on-dreamhost-with-wordpress/</link>
		<comments>http://betweengo.com/2008/06/03/stats-on-dreamhost-with-wordpress/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 16:42:57 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[HTTP Server]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=189</guid>
		<description><![CDATA[On my WordPress blogs hosted by Dreamhost to get stats I needed to add this to the .htaccess file. # BEGIN Stats &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/(stats&#124;failed_auth\.html).*$ [NC] RewriteRule . - [L] &#60;/IfModule&#62; # END Stats This is further explained in the Dreamhost Wiki page Making stats accessible with htaccess. Dreamhost [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2005/10/24/subversion-on-dreamhost/' rel='bookmark' title='Subversion on Dreamhost'>Subversion on Dreamhost</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Analog: WWW logfile analysis" href="http://www.analog.cx/"><img class="alignleft" style="border: 0pt none; float: left; margin-left: 15px; margin-right: 15px;" src="http://www.analog.cx/analogo.gif" alt="Analog: WWW logfile analysis" /></a>On my WordPress blogs hosted by Dreamhost to get stats I needed to add this to the .htaccess file.</p>
<pre># BEGIN Stats
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
RewriteRule . - [L]
&lt;/IfModule&gt;
# END Stats</pre>
<p>This is further explained in the Dreamhost Wiki page <a title="Making stats accessible with htaccess" href="http://wiki.dreamhost.com/Making_stats_accessible_with_htaccess">Making stats accessible with htaccess</a>.</p>
<p>Dreamhost uses <a title="Analog: WWW logfile analysis" href="http://www.analog.cx/">Analog</a> to generate web statistics.  Other recommended <a title="AWStats - Free log file analyzer for advanced statistics (GNU GPL)." href="http://awstats.sourceforge.net/">AWStats</a> which seems more powerful.  Maybe I&#8217;ll switch if I feel the need.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F06%2F03%2Fstats-on-dreamhost-with-wordpress%2F&amp;title=Stats%20on%20Dreamhost%20with%20WordPress" id="wpa2a_4"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2005/10/24/subversion-on-dreamhost/' rel='bookmark' title='Subversion on Dreamhost'>Subversion on Dreamhost</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/06/03/stats-on-dreamhost-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Contact E-Mail Form</title>
		<link>http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/</link>
		<comments>http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 13:12:50 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://betweengo.com/wordpress/2006/03/17/wordpress-contact-e-mail-form/</guid>
		<description><![CDATA[Naively, I put up email addresses for sales, information, and site feedback on the Contact Us page. The spam robots discovered these email addresses and have begun to spam me. Fortunately there is a WordPress plugin, PXS Mail Form, for email forms that seems quite mature and even protects against exploits. You can see how [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2006/12/15/forwarding-instead-of-redirecting-in-form-handlers/' rel='bookmark' title='Forwarding instead of Redirecting in Form Handlers'>Forwarding instead of Redirecting in Form Handlers</a></li>
<li><a href='http://betweengo.com/2007/07/20/submitting-an-atg-form-using-a-text-link/' rel='bookmark' title='Submitting an ATG Form Using a Text Link'>Submitting an ATG Form Using a Text Link</a></li>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Naively, I put up email addresses for sales, information, and site feedback on the <a href="http://betweengo.com/contact-us">Contact Us</a> page.  The spam robots discovered these email addresses and have begun to spam me.</p>
<p>Fortunately there is a WordPress plugin, <a href="http://www.phrixus.co.uk/pxsmail/">PXS Mail Form</a>, for email forms that seems quite mature and even protects against exploits.  You can see how it is used on this <a href="http://betweengo.com/contact-us/contact-form?your_subject=Test">page</a>.</p>
<p>I made only one change to this plugin that allows you to set the subject of the email form using a GET request.  Previously you could only do this using a POST request.</p>
<pre>
***************
*** 58,69 ****
              } else {
              $show_subject = 1;
              $subject = '';
!             if (empty($_POST['your_subject'])) {
              $subject = get_option('pxs_subject');
              $subject = stripslashes($subject);
              $subject_mm = '';
              } else {
!             $subject = $_POST['your_subject'];
              $subject = stripslashes($subject);
              $subject_mm =  ': '.$subject;
              }
--- 58,69 ----
              } else {
              $show_subject = 1;
              $subject = '';
!             if (empty($_REQUEST['your_subject'])) {
              $subject = get_option('pxs_subject');
              $subject = stripslashes($subject);
              $subject_mm = '';
              } else {
!             $subject = $_REQUEST['your_subject'];
              $subject = stripslashes($subject);
              $subject_mm =  ': '.$subject;
              }
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2006%2F03%2F17%2Fwordpress-contact-e-mail-form%2F&amp;title=WordPress%20Contact%20E-Mail%20Form" id="wpa2a_6"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2006/12/15/forwarding-instead-of-redirecting-in-form-handlers/' rel='bookmark' title='Forwarding instead of Redirecting in Form Handlers'>Forwarding instead of Redirecting in Form Handlers</a></li>
<li><a href='http://betweengo.com/2007/07/20/submitting-an-atg-form-using-a-text-link/' rel='bookmark' title='Submitting an ATG Form Using a Text Link'>Submitting an ATG Form Using a Text Link</a></li>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Gallery2</title>
		<link>http://betweengo.com/2005/10/17/wordpress-and-gallery2/</link>
		<comments>http://betweengo.com/2005/10/17/wordpress-and-gallery2/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 20:07:47 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://betweengo.com/uncategorized/2005/10/17/wordpress-and-gallery2/</guid>
		<description><![CDATA[I installed Gallery2 for one of my clients. I then integrated Gallery2 with WordPress using this plugin. Everything seemed to go fine except I could not get Gallery2&#8242;s URL rewrite to play nicely with the WordPress installation which resulted in thumbnail images not showing up in the sidebar. After much experimentation I finally decided just [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/13/fun/' rel='bookmark' title='WordPress fun'>WordPress fun</a></li>
<li><a href='http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/' rel='bookmark' title='WordPress Impressive Permalink Functionality'>WordPress Impressive Permalink Functionality</a></li>
<li><a href='http://betweengo.com/2008/04/16/setting-up-cygwin-users-and-groups/' rel='bookmark' title='Setting up cygwin users and groups'>Setting up cygwin users and groups</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I installed Gallery2 for one of my clients.  I then integrated Gallery2 with WordPress using this <a href="http://wpg2.ozgreg.com/index.php/Main_Page">plugin</a>.</p>
<p>Everything seemed to go fine except I could not get Gallery2&#8242;s URL rewrite to play nicely with the WordPress installation which resulted in thumbnail images not showing up in the sidebar.  After much experimentation I finally decided just to turn off Gallery2&#8242;s URL rewrite to resolve the problem.  I tried using this <a href="http://wpg2.ozgreg.com/index.php/Plug-in_Gallery_URL_Rewrites">help page</a> but it didn&#8217;t work for me.</p>
<p>I am also unsure how to make the Gallery2 pages look more integrated with the WordPress pages.  Right now it&#8217;s glaringly obvious that the Gallery2 pages are not part of the rest of the site.</p>
<p>Gallery2 is pretty cool.  It is quite improved from the original Gallery.  I like how you can set the permissions for individual photos so that certain photos only registered users can see.  It was annoying though that I had to type in the group name &#8220;Registered Users&#8221; instead of being given a choice in a drop down list of which group I want to assign a new permission.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2005%2F10%2F17%2Fwordpress-and-gallery2%2F&amp;title=WordPress%20and%20Gallery2" id="wpa2a_8"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/13/fun/' rel='bookmark' title='WordPress fun'>WordPress fun</a></li>
<li><a href='http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/' rel='bookmark' title='WordPress Impressive Permalink Functionality'>WordPress Impressive Permalink Functionality</a></li>
<li><a href='http://betweengo.com/2008/04/16/setting-up-cygwin-users-and-groups/' rel='bookmark' title='Setting up cygwin users and groups'>Setting up cygwin users and groups</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2005/10/17/wordpress-and-gallery2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress fun</title>
		<link>http://betweengo.com/2005/10/13/fun/</link>
		<comments>http://betweengo.com/2005/10/13/fun/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 18:00:34 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=37</guid>
		<description><![CDATA[Plugins WPG2 &#8211; embeds Gallery2 within WordPress to share photos, videos and any other Gallery2 content seamlessly into the WordPress Sidebar and Blog entries Croissanga &#8211; re-posts your published-status posts to your Xanga site WeatherIcon 2.0 &#8211; displays the weather for any place in the world Theme Switcher &#8211; allows your readers to switch between [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/' rel='bookmark' title='WordPress Impressive Permalink Functionality'>WordPress Impressive Permalink Functionality</a></li>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Plugins</p>
<ul>
<li><a href="http://wpg2.ozgreg.com/index.php/Main_Page">WPG2</a> &#8211; embeds Gallery2 within WordPress to share photos, videos and any other Gallery2 content seamlessly into the WordPress Sidebar and Blog entries</li>
<li><a href="http://ryanlee.org/software/wp/croissanga/">Croissanga</a> &#8211; re-posts your published-status posts to your Xanga site</li>
<li><a href="http://www.sonicpling.net/archives/2005/03/12/weathericon-20/">WeatherIcon 2.0</a> &#8211; displays the weather for any place in the world</li>
<li><a href="http://boren.nu/archives/2004/10/13/theme-switcher-plugin">Theme Switcher</a> &#8211; allows your readers to switch between your installed themes</li>
</ul>
<p>Themes</p>
<ul>
<li><a href="http://lilacpixels.com/?q=node/2">Summertime</a></li>
<li><a href="http://vanillamist.com/blog/?page_id=64">Connections</a></li>
<li><a href="http://www.tonystreet.com/archives/2005/07/28/yellow-intro/">Yellow</a></li>
<li><a href="http://phpxperts.com/hasin/?page_id=70">StoryTeller</a></li>
</ul>
<p>To see different WordPress themes try the <a href="http://themes.wordpress.net/theme-viewer.php">WordPress Theme Viewer</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2005%2F10%2F13%2Ffun%2F&amp;title=WordPress%20fun" id="wpa2a_10"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2005/10/17/wordpress-and-gallery2/' rel='bookmark' title='WordPress and Gallery2'>WordPress and Gallery2</a></li>
<li><a href='http://betweengo.com/2009/01/12/wordpress-impressive-permalink-functionality/' rel='bookmark' title='WordPress Impressive Permalink Functionality'>WordPress Impressive Permalink Functionality</a></li>
<li><a href='http://betweengo.com/2006/03/17/wordpress-contact-e-mail-form/' rel='bookmark' title='WordPress Contact E-Mail Form'>WordPress Contact E-Mail Form</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2005/10/13/fun/feed/</wfw:commentRss>
		<slash:comments>4</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! -->
