<?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>GuideCloud.com</title>
	<atom:link href="http://www.guidecloud.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guidecloud.com</link>
	<description>Step-by-step tutorials and how-tos</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:21:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Remove WordPress version from RSS and head tags</title>
		<link>http://www.guidecloud.com/2010/09/02/remove-wordpress-version-from-rss-and-head-tags/</link>
		<comments>http://www.guidecloud.com/2010/09/02/remove-wordpress-version-from-rss-and-head-tags/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:21:15 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=65</guid>
		<description><![CDATA[By default your WordPress blog is showing which version of WordPress it is running on. This information can be found on these two places: In a head tag: &#60;meta name=&#34;generator&#34; content=&#34;WordPress 2.9.2&#34; /&#62; In a &#8220;generator&#8221; tag in your RSS &#8230; <a href="http://www.guidecloud.com/2010/09/02/remove-wordpress-version-from-rss-and-head-tags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By default your WordPress blog is showing which version of WordPress it is running on. This information can be found on these two places:</p>
<p>In a head tag:</p>
<pre class="brush: xml;">&lt;meta name=&quot;generator&quot; content=&quot;WordPress 2.9.2&quot; /&gt;</pre>
<p>In a &#8220;generator&#8221; tag in your RSS feed:</p>
<pre class="brush: xml;">&lt;generator&gt;http://wordpress.org/?v=2.9.2&lt;/generator&gt;</pre>
<p>To hide this information &#8211; just add the following lines to the functions.php file in your theme directory:</p>
<pre class="brush: php;">
&lt;?php
	/* Remove WordPress version */
	remove_action('wp_head', 'wp_generator');

	function remove_feed_generator() {
	return '';
	}
	add_filter('the_generator', 'remove_feed_generator');
?&gt;
</pre>
<p>Why hide this information? Some versions of WordPress have included vulnerabilities in the past and will most probably do so in the future as well. By hiding your WordPress version you will make it a bit harder for a potential hacker to know which vulnerabilities to use.</p>
<p>Also, remember to keep both your WordPress installation and it&#8217;s plugins up-to-date!</p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F&amp;title=Remove%20WordPress%20version%20from%20GuideCloud.com%20and%20head%20tags&amp;bodytext=By%20default%20your%20WordPress%20blog%20is%20showing%20which%20version%20of%20WordPress%20it%20is%20running%20on.%20This%20information%20can%20be%20found%20on%20these%20two%20places%3A%0D%0A%0D%0AIn%20a%20head%20tag%3A%0D%0A%0D%0A%5Bhtml%5D%26lt%3Bmeta%20name%3D%26quot%3Bgenerator%26quot%3B%20content%3D%26quot%3BWordPress%202.9.2%26quot%3B%20%2F%26gt%3B%5B%2Fhtml%5D%0D" title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F&amp;title=Remove%20WordPress%20version%20from%20GuideCloud.com%20and%20head%20tags&amp;notes=By%20default%20your%20WordPress%20blog%20is%20showing%20which%20version%20of%20WordPress%20it%20is%20running%20on.%20This%20information%20can%20be%20found%20on%20these%20two%20places%3A%0D%0A%0D%0AIn%20a%20head%20tag%3A%0D%0A%0D%0A%5Bhtml%5D%26lt%3Bmeta%20name%3D%26quot%3Bgenerator%26quot%3B%20content%3D%26quot%3BWordPress%202.9.2%26quot%3B%20%2F%26gt%3B%5B%2Fhtml%5D%0D" title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F&amp;t=Remove%20WordPress%20version%20from%20GuideCloud.com%20and%20head%20tags" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F&amp;title=Remove%20WordPress%20version%20from%20GuideCloud.com%20and%20head%20tags" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F09%2F02%2Fremove-wordpress-version-from-rss-and-head-tags%2F&amp;title=Remove%20WordPress%20version%20from%20GuideCloud.com%20and%20head%20tags&amp;annotation=By%20default%20your%20WordPress%20blog%20is%20showing%20which%20version%20of%20WordPress%20it%20is%20running%20on.%20This%20information%20can%20be%20found%20on%20these%20two%20places%3A%0D%0A%0D%0AIn%20a%20head%20tag%3A%0D%0A%0D%0A%5Bhtml%5D%26lt%3Bmeta%20name%3D%26quot%3Bgenerator%26quot%3B%20content%3D%26quot%3BWordPress%202.9.2%26quot%3B%20%2F%26gt%3B%5B%2Fhtml%5D%0D" title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2010/09/02/remove-wordpress-version-from-rss-and-head-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create wireframes in Google Docs</title>
		<link>http://www.guidecloud.com/2010/07/15/create-wireframes-in-google-docs/</link>
		<comments>http://www.guidecloud.com/2010/07/15/create-wireframes-in-google-docs/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 10:50:13 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Drawings]]></category>
		<category><![CDATA[Wireframes]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=61</guid>
		<description><![CDATA[A while ago I found this awesome free wireframe templates for Google Drawings, the latest member of the Google Docs suite. A big thanks to Morten Just who shared his templates. I also recommend that you checkout the I ♥ &#8230; <a href="http://www.guidecloud.com/2010/07/15/create-wireframes-in-google-docs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://mortenjust.com/2010/04/19/a-wireframe-kit-for-google-drawings/"><img class="alignright size-medium wp-image-62" title="Wireframes in Google Drawings" src="http://www.guidecloud.com/wp-content/uploads/2010/07/Wireframe_-Front-page-Google-Docs-4-300x255.png" alt="" width="300" height="255" /></a>A while ago I found this <a title="Wireframe templates for Google Drawings" href="http://mortenjust.com/2010/04/19/a-wireframe-kit-for-google-drawings/" target="_blank">awesome free wireframe templates</a> for Google Drawings, the latest member of the Google Docs suite.</p>
<p>A big thanks to <a title="Morten Just" href="http://mortenjust.com/" target="_blank">Morten Just</a> who shared his templates.</p>
<p>I also recommend that you checkout the <a title="I ♥ wireframes" href="http://wireframes.tumblr.com/" target="_blank">I ♥ wireframes</a> blog if you need some inspiration.</p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F&amp;title=Create%20wireframes%20in%20Google%20Docs&amp;bodytext=A%20while%20ago%20I%20found%20this%20awesome%20free%20wireframe%20templates%20for%20Google%20Drawings%2C%20the%20latest%20member%20of%20the%20Google%20Docs%20suite.%0D%0A%0D%0AA%20big%20thanks%20to%20Morten%20Just%20who%20shared%20his%20templates.%0D%0A%0D%0AI%20also%20recommend%20that%20you%20checkout%20the%20I%20%E2%99%A5%20wireframes%20blog%C2%A0if%20yo" title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F&amp;title=Create%20wireframes%20in%20Google%20Docs&amp;notes=A%20while%20ago%20I%20found%20this%20awesome%20free%20wireframe%20templates%20for%20Google%20Drawings%2C%20the%20latest%20member%20of%20the%20Google%20Docs%20suite.%0D%0A%0D%0AA%20big%20thanks%20to%20Morten%20Just%20who%20shared%20his%20templates.%0D%0A%0D%0AI%20also%20recommend%20that%20you%20checkout%20the%20I%20%E2%99%A5%20wireframes%20blog%C2%A0if%20yo" title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F&amp;t=Create%20wireframes%20in%20Google%20Docs" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F&amp;title=Create%20wireframes%20in%20Google%20Docs" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F15%2Fcreate-wireframes-in-google-docs%2F&amp;title=Create%20wireframes%20in%20Google%20Docs&amp;annotation=A%20while%20ago%20I%20found%20this%20awesome%20free%20wireframe%20templates%20for%20Google%20Drawings%2C%20the%20latest%20member%20of%20the%20Google%20Docs%20suite.%0D%0A%0D%0AA%20big%20thanks%20to%20Morten%20Just%20who%20shared%20his%20templates.%0D%0A%0D%0AI%20also%20recommend%20that%20you%20checkout%20the%20I%20%E2%99%A5%20wireframes%20blog%C2%A0if%20yo" title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2010/07/15/create-wireframes-in-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing your own iframe shortcode plugin for WordPress</title>
		<link>http://www.guidecloud.com/2010/07/14/writing-your-own-iframe-shortcode-plugin-for-wordpress/</link>
		<comments>http://www.guidecloud.com/2010/07/14/writing-your-own-iframe-shortcode-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:47:19 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Plugins]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=43</guid>
		<description><![CDATA[When you want simplify publishing of specific elements or code chunks, WordPress Shortcodes might come in handy. Basically it replaces a piece of text that you insert via the editor with something else, defined in your template or in a plugin. <a href="http://www.guidecloud.com/2010/07/14/writing-your-own-iframe-shortcode-plugin-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you want simplify publishing of specific elements or code chunks, <a title="WordPress Shortcode API" href="http://codex.wordpress.org/Shortcode_API" target="_blank">WordPress Shortcodes</a> might come in handy. Basically it replaces a piece of text that you insert via the editor with something else, defined in your template or in a plugin.</p>
<p>Here&#8217;s an example on how to create a plugin that allows you to insert iframes using shortcodes. Regular iframe tags can be inserted via the HTML editor in WordPress, but the example below will give you a hint on what it can be used for.</p>
<pre class="brush: php;">
&lt;?php
/*
Plugin Name: Iframe Shortcode Plugin
Plugin URI: http://www.guidecloud.com/2010/07/14/writing-your-own-iframe-shortcode-plugin-for-wordpress/
Description: Add iframes to Posts and Pages within WordPress.
Author: GuideCloud.com
Version: 1.0
Author URI: http://www.guidecloud.com/
License: GPL2
*/

class guidecloud_iframe_shortcode {
    function shortcode($atts, $content=null) {
		extract(shortcode_atts(array(
			'url' 	=&gt; '',
			'scrolling' 	=&gt; 'no',
			'width' 	=&gt; '100%',
			'height' 	=&gt; '500',
			'frameborder' 	=&gt; '0',
			'marginheight' 	=&gt; '0',
		), $atts));

		if (empty($url)) return '&lt;!-- Iframe: You did not enter a valid URL --&gt;';

	return '&lt;iframe src=&quot;'.$url.'&quot; title=&quot;&quot; scrolling=&quot;'.$scrolling.'&quot; width=&quot;'.$width.'&quot; height=&quot;'.$height.'&quot; frameborder=&quot;'.$frameborder.'&quot; marginheight=&quot;'.$marginheight.'&quot;&gt;&lt;a href=&quot;'.$url.'&quot; target=&quot;_blank&quot;&gt;'.$url.'&lt;/a&gt;&lt;/iframe&gt;';
    }
}

add_shortcode('iframe', array('guidecloud_iframe_shortcode', 'shortcode'));
?&gt;
</pre>
<p>Create a new file called iframe-shortcode.php, paste the code above and upload it to your wp-content/plugins/ directory. Go to &#8220;Plugins&#8221; in your WordPress administration and activate the plugin.</p>
<p>Once the plugin has been activated you can place iframe shortcodes, like the example below, into your WordPress posts.</p>
<pre class="brush: php;">
[iframe url=&quot;http://www.linktoiframe.com/iframepage/&quot; height=&quot;500&quot; width=&quot;100%&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot;]
</pre>
<p>You can also download the plugin here:<br />
<a title="Download the WordPress Iframe Shortcode Plugin" href="http://www.guidecloud.com/wp-content/uploads/2010/07/iframe-shortcode.zip" target="_blank">WordPress Iframe Shortcode Plugin</a></p>
<p>More reading:</p>
<ul>
<li><a title="How to write a WordPress plugin" href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Writing a plugin &#8211; WordPress Codex</a></li>
<li><a title="More about the WordPress Shortcode API" href="http://codex.wordpress.org/Shortcode_API" target="_blank">WordPres Shortcode API</a></li>
</ul>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F&amp;title=Writing%20your%20own%20iframe%20shortcode%20plugin%20for%20WordPress&amp;bodytext=When%20you%20want%20simplify%20publishing%20of%20specific%20elements%20or%20code%20chunks%2C%20WordPress%20Shortcodes%20might%20come%20in%20handy.%20Basically%20it%20replaces%20a%20piece%20of%20text%20that%20you%20insert%20via%20the%20editor%20with%20something%20else%2C%20defined%20in%20your%20template%20or%20in%20a%20plugin." title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F&amp;title=Writing%20your%20own%20iframe%20shortcode%20plugin%20for%20WordPress&amp;notes=When%20you%20want%20simplify%20publishing%20of%20specific%20elements%20or%20code%20chunks%2C%20WordPress%20Shortcodes%20might%20come%20in%20handy.%20Basically%20it%20replaces%20a%20piece%20of%20text%20that%20you%20insert%20via%20the%20editor%20with%20something%20else%2C%20defined%20in%20your%20template%20or%20in%20a%20plugin." title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F&amp;t=Writing%20your%20own%20iframe%20shortcode%20plugin%20for%20WordPress" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F&amp;title=Writing%20your%20own%20iframe%20shortcode%20plugin%20for%20WordPress" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F07%2F14%2Fwriting-your-own-iframe-shortcode-plugin-for-wordpress%2F&amp;title=Writing%20your%20own%20iframe%20shortcode%20plugin%20for%20WordPress&amp;annotation=When%20you%20want%20simplify%20publishing%20of%20specific%20elements%20or%20code%20chunks%2C%20WordPress%20Shortcodes%20might%20come%20in%20handy.%20Basically%20it%20replaces%20a%20piece%20of%20text%20that%20you%20insert%20via%20the%20editor%20with%20something%20else%2C%20defined%20in%20your%20template%20or%20in%20a%20plugin." title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2010/07/14/writing-your-own-iframe-shortcode-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 &#8211; now available!</title>
		<link>http://www.guidecloud.com/2010/06/17/wordpress-3-0-now-available/</link>
		<comments>http://www.guidecloud.com/2010/06/17/wordpress-3-0-now-available/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:56:34 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Custom Post Types]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Thelonious]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=40</guid>
		<description><![CDATA[One of the most interesting updates of WordPress was launched this evening - WordPress 3.0. <a href="http://www.guidecloud.com/2010/06/17/wordpress-3-0-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the most interesting updates of WordPress was launched this evening &#8211; <a title="WordPress 3.0" href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">WordPress 3.0</a>.</p>
<p>Among the 1,217 bug fixes and feature enhancements you will find:</p>
<ul>
<li><a title="Custom Post Types" href="http://codex.wordpress.org/Custom_Post_Types" target="_blank">Custom Post Types</a> &#8211; no more need to hack posts or pages into something they&#8217;re not</li>
<li>Merge between WordPress MU and regular WordPress &#8211; now available within the same version. More info <a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank">here</a>.</li>
<li><a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Custom menus</a> &#8211; create your own menu</li>
<li>New default theme &#8211; <a title="Twenty Ten theme" href="http://codex.wordpress.org/Glossary#Twenty_Ten_theme" target="_blank">Twenty Ten</a></li>
</ul>
<p>Introducing WordPress 3.0 “Thelonious”</p>
<p><embed src="http://v.wordpress.com/BQtfIEY1" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></p>
<p>Thanks to everyone involved &#8211; you&#8217;ve done an amazing job!</p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F&amp;title=WordPress%203.0%20-%20now%20available%21&amp;bodytext=One%20of%20the%20most%20interesting%20updates%20of%20WordPress%20was%20launched%20this%20evening%20-%20WordPress%203.0." title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F&amp;title=WordPress%203.0%20-%20now%20available%21&amp;notes=One%20of%20the%20most%20interesting%20updates%20of%20WordPress%20was%20launched%20this%20evening%20-%20WordPress%203.0." title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F&amp;t=WordPress%203.0%20-%20now%20available%21" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F&amp;title=WordPress%203.0%20-%20now%20available%21" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2010%2F06%2F17%2Fwordpress-3-0-now-available%2F&amp;title=WordPress%203.0%20-%20now%20available%21&amp;annotation=One%20of%20the%20most%20interesting%20updates%20of%20WordPress%20was%20launched%20this%20evening%20-%20WordPress%203.0." title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2010/06/17/wordpress-3-0-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Installation failed&#8221; when upgrading WordPress? Here&#8217;s the solution</title>
		<link>http://www.guidecloud.com/2009/08/19/installation-failed-when-upgrading-wordpress-heres-the-solution/</link>
		<comments>http://www.guidecloud.com/2009/08/19/installation-failed-when-upgrading-wordpress-heres-the-solution/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:40:26 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[automatic upgrades]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=34</guid>
		<description><![CDATA[There are a number of variations on this error message, some more descriptive than others. Here's one solution... <a href="http://www.guidecloud.com/2009/08/19/installation-failed-when-upgrading-wordpress-heres-the-solution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a few hours of trying to find a solution to the &#8220;<strong>Installation failed</strong>&#8221; error message, when using the automatic upgrade feature in WordPress, I found <a title="Forum thread on wordpress.org" href="http://wordpress.org/support/topic/296758/page/2" target="_blank">this thread</a>. </p>
<p>There are a number of variations on this error message, some more descriptive than others. This solution will however only work when you just get &#8221;Installation failed&#8221; as the error &#8211; nothing more, nothing less. In this case it was tested on a WordPress 2.8 to WordPress 2.8.4 upgrade with WordPress installed in the website&#8217;s root folder.</p>
<h2>The solution</h2>
<p>The FTP account, used for the automatic upgrades, did in this case have the WordPress installation folder as it&#8217;s root folder. By moving the FTP root up one level, above the WordPress installation folder. Example:</p>
<p><strong>FTP root folder &#8211; before:</strong><br />
/home/domains/mydomain.com/public_html/</p>
<p><strong>FTP root folder - after:</strong><br />
/home/domains/mydomain.com/</p>
<p>Your web host might be able to help you out if you can&#8217;t configure this using your control panel.</p>
<p>Happy upgrading!</p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F&amp;title=%22Installation%20failed%22%20when%20upgrading%20WordPress%3F%20Here%27s%20the%20solution&amp;bodytext=There%20are%20a%20number%20of%20variations%20on%20this%20error%20message%2C%20some%20more%20descriptive%20than%20others.%20Here%27s%20one%20solution..." title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F&amp;title=%22Installation%20failed%22%20when%20upgrading%20WordPress%3F%20Here%27s%20the%20solution&amp;notes=There%20are%20a%20number%20of%20variations%20on%20this%20error%20message%2C%20some%20more%20descriptive%20than%20others.%20Here%27s%20one%20solution..." title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F&amp;t=%22Installation%20failed%22%20when%20upgrading%20WordPress%3F%20Here%27s%20the%20solution" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F&amp;title=%22Installation%20failed%22%20when%20upgrading%20WordPress%3F%20Here%27s%20the%20solution" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F08%2F19%2Finstallation-failed-when-upgrading-wordpress-heres-the-solution%2F&amp;title=%22Installation%20failed%22%20when%20upgrading%20WordPress%3F%20Here%27s%20the%20solution&amp;annotation=There%20are%20a%20number%20of%20variations%20on%20this%20error%20message%2C%20some%20more%20descriptive%20than%20others.%20Here%27s%20one%20solution..." title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2009/08/19/installation-failed-when-upgrading-wordpress-heres-the-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share code snippets and texts on Twitter via Snipt</title>
		<link>http://www.guidecloud.com/2009/03/17/share-code-snippets-easily-with-snipt/</link>
		<comments>http://www.guidecloud.com/2009/03/17/share-code-snippets-easily-with-snipt/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:59:17 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=17</guid>
		<description><![CDATA[Share code snippets and texts with this nifty little service! <a href="http://www.guidecloud.com/2009/03/17/share-code-snippets-easily-with-snipt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Go to Snipt" href="http://snipt.org/" target="_blank"><img class="alignright size-full wp-image-22" title="Snipt - Share code and texts on Twitter" src="http://www.guidecloud.com/wp-content/uploads/2009/03/snipt_logo.jpg" alt="Snipt - Share code and texts on Twitter" width="157" height="59" /></a><a title="Go to Snipt" href="http://snipt.org/" target="_blank">Snipt</a> is a great little tool that allows you to share code chunks or texts via a short URL, eg. when posting on <a title="Go to Twitter" href="http://twitter.com/" target="_blank">Twitter</a>. Just paste the text/code into the text box, click on &#8220;Snip it!&#8221; and you&#8217;ll have a short URL ready to be shared.</p>
<p>To Snipt:<br />
<a title="Go to Snipt" href="http://snipt.org/" target="_blank">http://snipt.org/</a></p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F&amp;title=Share%20code%20snippets%20and%20texts%20on%20Twitter%20via%20Snipt&amp;bodytext=Share%20code%20snippets%20and%20texts%20with%20this%20nifty%20little%20service%21" title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F&amp;title=Share%20code%20snippets%20and%20texts%20on%20Twitter%20via%20Snipt&amp;notes=Share%20code%20snippets%20and%20texts%20with%20this%20nifty%20little%20service%21" title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F&amp;t=Share%20code%20snippets%20and%20texts%20on%20Twitter%20via%20Snipt" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F&amp;title=Share%20code%20snippets%20and%20texts%20on%20Twitter%20via%20Snipt" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F17%2Fshare-code-snippets-easily-with-snipt%2F&amp;title=Share%20code%20snippets%20and%20texts%20on%20Twitter%20via%20Snipt&amp;annotation=Share%20code%20snippets%20and%20texts%20with%20this%20nifty%20little%20service%21" title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2009/03/17/share-code-snippets-easily-with-snipt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup 301 Permanent Redirect on a specific page</title>
		<link>http://www.guidecloud.com/2009/03/15/how-to-setup-301-permanent-redirects-on-a-specific-page/</link>
		<comments>http://www.guidecloud.com/2009/03/15/how-to-setup-301-permanent-redirects-on-a-specific-page/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 00:59:41 +0000</pubDate>
		<dc:creator>GuideCloud.com</dc:creator>
				<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ASP Classic]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTTP Status Codes]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Permanent Redirect]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.guidecloud.com/?p=7</guid>
		<description><![CDATA[Redirect pages or folders to a new location using "301 Permanent Redirect". Code samples and instructions for ASP.Net, PHP, ASP Classic, Apache .htaccess and Internet Information Server (IIS). <a href="http://www.guidecloud.com/2009/03/15/how-to-setup-301-permanent-redirects-on-a-specific-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The following instruction will show you how to redirect a specific file on your website to a new location.</p>
<h2>When should I use &#8220;301 Permanent Redirect&#8221;?</h2>
<p>HTTP 301 Permanent Redirects should be used when you are about to change page name on a page that has been included in any search engine index. The 301 redirect ensures that search engines and users are directed to the correct page. The <a title="&quot;HTTP" href="&quot;http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2&quot;">HTTP 301 Status Code</a> means that the page has been moved to a new location, permanently.</p>
<h2>Permanent Redirects using PHP</h2>
<p>Add the following code to your PHP page:</p>
<pre class="brush: php;">&lt;?php
// Permanent redirection
header(&quot;HTTP/1.1 301 Moved Permanently&quot;);
header(&quot;Location: http://www.newlink.com/&quot;);
exit();
?&gt;</pre>
<h2>301 Permanent Redirect using ASP.Net</h2>
<p>Add the following code to your ASP.Net page:<br />
<em> </em></p>
<pre class="brush: csharp;">&lt;script runat=&quot;server&quot;&gt;
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = &quot;301 Moved Permanently&quot;;
Response.AddHeader(&quot;Location&quot;,http://www.newurl.com/);
}
&lt;/script&gt;</pre>
<h2>Permanent Redirects in ASP Classic (VB)</h2>
<p>Add the following code to your ASP page:</p>
<pre class="brush: vb;">&lt;%@ Language=VBScript %&gt;
&lt;%
' Permanent Redirect
Response.Status = &quot;301 Moved Permanently&quot;
Response.AddHeader &quot;Location&quot;, &quot;http://www.newlink.com/&quot;
Response.End
%&gt;</pre>
<h2>Redirect a specific page using .htaccess on Apache</h2>
<p>If your website is running on an Apache server, you can add your redirects to a file named <a title="&quot;Apache" href="&quot;http://httpd.apache.org/docs/2.0/howto/htaccess.html&quot;" target="&quot;_blank&quot;">.htaccess</a> (no file extension). Add the code below using a text editor and upload fhe file to your website&#8217;s root directory.<br />
<em></em></p>
<p><em>
<pre class="brush: plain;">RewriteEngine on
Redirect 301 /oldpagename.html http://www.newlink.com/newpagename.html</pre>
<p></em></p>
<h2>Permanent Redirects in Internet Information Server (IIS)</h2>
<p>Follow these steps to redirect a specific page or folder to a new location:</p>
<ol>
<li>Open &#8220;Internet Information Services (IIS) Manager&#8221;, found under &#8220;Start &gt; Control Panel &gt; Administrative Tools&#8221;.</li>
<li>Browse to the website and file/folder you would like to redirect</li>
<li>Right click on the file/folder and choose &#8220;Properties&#8221;</li>
<li>Select the &#8220;A redirection to a URL&#8221; radiobutton (see screenshot below)</li>
<li>Enter the new URL in the &#8220;Redirect to:&#8221; field</li>
<li>Check the &#8220;A permanent redirection for this resource&#8221; checkbox</li>
<li>Click on &#8220;Apply&#8221;</li>
</ol>
<p><img class="&quot;alignnone" title="&quot;Configure" src="&quot;http://www.guidecloud.com/wp-content/uploads/2009/03/301-permanent-redirect-iis.gif&quot;" alt="&quot;Configure" width="&quot;471&quot;" height="&quot;260&quot;" /></p>
<h2>More information</h2>
<p><a title="&quot;HTTP" href="&quot;http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html&quot;" target="&quot;_blank&quot;">HTTP Status Code Definitions</a><br />
<a title="&quot;HTTP" href="&quot;http://en.wikipedia.org/wiki/HTTP_301&quot;" target="&quot;_blank&quot;">HTTP 301 on Wikipedia</a><br />
<a title="&quot;List" href="&quot;http://en.wikipedia.org/wiki/List_of_HTTP_status_codes&quot;" target="&quot;_blank&quot;">List of HTTP status codes on Wikipedia</a><br />
<a title="&quot;301" href="&quot;http://www.google.com/support/webmasters/bin/answer.py?answer=93633&quot;" target="&quot;_blank&quot;">301 redirects on Google Webmasters Help</a></p>



Share this post:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F&amp;title=How%20to%20setup%20301%20Permanent%20Redirect%20on%20a%20specific%20page&amp;bodytext=Redirect%20pages%20or%20folders%20to%20a%20new%20location%20using%20%22301%20Permanent%20Redirect%22.%20Code%20samples%20and%20instructions%20for%20ASP.Net%2C%20PHP%2C%20ASP%20Classic%2C%20Apache%20.htaccess%20and%20Internet%20Information%20Server%20%28IIS%29." title="Digg"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F" title="Sphinn"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F&amp;title=How%20to%20setup%20301%20Permanent%20Redirect%20on%20a%20specific%20page&amp;notes=Redirect%20pages%20or%20folders%20to%20a%20new%20location%20using%20%22301%20Permanent%20Redirect%22.%20Code%20samples%20and%20instructions%20for%20ASP.Net%2C%20PHP%2C%20ASP%20Classic%2C%20Apache%20.htaccess%20and%20Internet%20Information%20Server%20%28IIS%29." title="del.icio.us"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F&amp;t=How%20to%20setup%20301%20Permanent%20Redirect%20on%20a%20specific%20page" title="Facebook"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F&amp;title=How%20to%20setup%20301%20Permanent%20Redirect%20on%20a%20specific%20page" title="Mixx"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.guidecloud.com%2F2009%2F03%2F15%2Fhow-to-setup-301-permanent-redirects-on-a-specific-page%2F&amp;title=How%20to%20setup%20301%20Permanent%20Redirect%20on%20a%20specific%20page&amp;annotation=Redirect%20pages%20or%20folders%20to%20a%20new%20location%20using%20%22301%20Permanent%20Redirect%22.%20Code%20samples%20and%20instructions%20for%20ASP.Net%2C%20PHP%2C%20ASP%20Classic%2C%20Apache%20.htaccess%20and%20Internet%20Information%20Server%20%28IIS%29." title="Google Bookmarks"><img src="http://www.guidecloud.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.guidecloud.com/2009/03/15/how-to-setup-301-permanent-redirects-on-a-specific-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
