<?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>Denver SEO Blog &#187; QuickTip</title>
	<atom:link href="http://www.seodenver.com/category/quicktip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:53:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Passing parameters from PHP to Javascripts in plugins » Otto on WordPress</title>
		<link>http://www.seodenver.com/passing-parameters-php-javascripts-plugins-otto-onwordpress/</link>
		<comments>http://www.seodenver.com/passing-parameters-php-javascripts-plugins-otto-onwordpress/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 10:46:33 +0000</pubDate>
		<dc:creator>Zack Katz</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[WordPress Plugin Development]]></category>

		<guid isPermaLink="false">http://www.seodenver.com/?p=1834</guid>
		<description><![CDATA[Much cleaner. One static and unchanging JS file to cache. Parameters get put into your HTML itself as a one-liner. You can deal with the parameters using a normal PHP array before passing them over. No need to screw around &#8230; <a href="http://www.seodenver.com/passing-parameters-php-javascripts-plugins-otto-onwordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://www.seodenver.com/storing-data-wordpress/' rel='bookmark' title='Storing Data in WordPress Plugins &#8211; A Quick Rundown'>Storing Data in WordPress Plugins &#8211; A Quick Rundown</a></li>
<li><a href='http://www.seodenver.com/how-to-tell-if-your-wordpress-widget-is-activated/' rel='bookmark' title='How to tell if your WordPress Plugin or Widget is Activated in WordPress'>How to tell if your WordPress Plugin or Widget is Activated in WordPress</a></li>
<li><a href='http://www.seodenver.com/auto-optimize-wordpress-database/' rel='bookmark' title='Auto-Optimize WordPress Database without a Plugin'>Auto-Optimize WordPress Database without a Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Much cleaner. One static and unchanging JS file to cache. Parameters get put into your HTML itself as a one-liner. You can deal with the parameters using a normal PHP array before passing them over. No need to screw around with generating Javascript from PHP or looking for wp-load or even messing with tricky actions.</p>
<p>via <a href="http://ottopress.com/2010/passing-parameters-from-php-to-javascripts-in-plugins/">Passing parameters from PHP to Javascripts in plugins » Otto on WordPress</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.seodenver.com/storing-data-wordpress/' rel='bookmark' title='Storing Data in WordPress Plugins &#8211; A Quick Rundown'>Storing Data in WordPress Plugins &#8211; A Quick Rundown</a></li>
<li><a href='http://www.seodenver.com/how-to-tell-if-your-wordpress-widget-is-activated/' rel='bookmark' title='How to tell if your WordPress Plugin or Widget is Activated in WordPress'>How to tell if your WordPress Plugin or Widget is Activated in WordPress</a></li>
<li><a href='http://www.seodenver.com/auto-optimize-wordpress-database/' rel='bookmark' title='Auto-Optimize WordPress Database without a Plugin'>Auto-Optimize WordPress Database without a Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seodenver.com/passing-parameters-php-javascripts-plugins-otto-onwordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Add www. &#8211; or Remove www. &#8211; From Your URL</title>
		<link>http://www.seodenver.com/add-www-remove-www-url/</link>
		<comments>http://www.seodenver.com/add-www-remove-www-url/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:38:47 +0000</pubDate>
		<dc:creator>Zack Katz</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Canonical Tag]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[SEO Steps]]></category>
		<category><![CDATA[SEO Tutorial]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.seodenver.com/?p=1467</guid>
		<description><![CDATA[This has been done many times by others, but just a quick tip on how to add or remove www. from your website&#8217;s address. This is helpful for URL canonicalization and user experience consistency. You can also achieve SEO-friendly canonicalization &#8230; <a href="http://www.seodenver.com/add-www-remove-www-url/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://www.seodenver.com/coldfusion-redirects/' rel='bookmark' title='Redirect a Website in ColdFusion &#8211; Add www. or Move to New Domain'>Redirect a Website in ColdFusion &#8211; Add www. or Move to New Domain</a></li>
<li><a href='http://www.seodenver.com/yourls-url-shortener/' rel='bookmark' title='YOURLS URL Shortener'>YOURLS URL Shortener</a></li>
<li><a href='http://www.seodenver.com/add-canonical-tags-shopp-plugin-seo/' rel='bookmark' title='Add Canonical Tags to Shopp Plugin for SEO'>Add Canonical Tags to Shopp Plugin for SEO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img class="post_image aligncenter" src="http://www.seodenver.com/wp-content/uploads/2010/02/1213666_10835722-e1266860260538.jpg" width="500" height="116" alt="Add or remove .www from your site's address" /><p>This has been done many times by others, but just a quick tip on how to add or remove <code>www.</code> from your website&#8217;s address. <strong>This is helpful for <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=139066">URL canonicalization</a></strong> and user experience consistency. You can also achieve SEO-friendly canonicalization using <code>rel="canonical"</code>. Oh boy, I&#8217;m getting too technical <img src='http://www.seodenver.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>Here&#8217;s the juicy part:</h2>
<p>Add the following to the <code>.htaccess</code> file in your website&#8217;s root folder (often named <code>public_html</code> or <code>www</code>). If there&#8217;s not a file named <code>.htaccess</code>, you may create it. If you are creating the <code>.htaccess</code> file, set the permissions to <code>644</code>. For security reasons, you don&#8217;t want others to be able to write to this file.<span id="more-1467"></span></p>
<p><strong>Note:</strong> These snippets are for <code>http://</code> only, not secure <code>https://</code> URLs.</p>
<h3>Add <code>www.</code></h3>
<pre>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com/?(.+)?$
RewriteRule ^(.*)$ "http\:\/\/www\.example\.com/$1" [R=301,L]
</IfModule>
</pre>
<h3>Remove <code>www.</code></h3>
<pre>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,NC,L]
</IfModule>
</pre>
<p>This will work with the majority of web hosts in my experience, but not all.</p>
<h4>Additional resources</h4>
<p>For more <code>.htaccess</code> information, and great follow-up reading on <code>.htaccess</code>, check out <a href="http://corz.org/serv/tricks/htaccess.php">corz.org&#8217;s tutorial</a> and <a href="http://corz.org/serv/tricks/htaccess2.php">second tutorial</a> on some of the most-used <code>.htaccess</code> tricks.</p>
<p>Related posts:<ol>
<li><a href='http://www.seodenver.com/coldfusion-redirects/' rel='bookmark' title='Redirect a Website in ColdFusion &#8211; Add www. or Move to New Domain'>Redirect a Website in ColdFusion &#8211; Add www. or Move to New Domain</a></li>
<li><a href='http://www.seodenver.com/yourls-url-shortener/' rel='bookmark' title='YOURLS URL Shortener'>YOURLS URL Shortener</a></li>
<li><a href='http://www.seodenver.com/add-canonical-tags-shopp-plugin-seo/' rel='bookmark' title='Add Canonical Tags to Shopp Plugin for SEO'>Add Canonical Tags to Shopp Plugin for SEO</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seodenver.com/add-www-remove-www-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Prevent Loading WP-DownloadManager&#8217;s CSS File</title>
		<link>http://www.seodenver.com/prevent-loading-wpdownloadmanagers-css-file/</link>
		<comments>http://www.seodenver.com/prevent-loading-wpdownloadmanagers-css-file/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 18:25:24 +0000</pubDate>
		<dc:creator>Zack Katz</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[load time]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WP-DownloadManager]]></category>

		<guid isPermaLink="false">http://www.seodenver.com/?p=1183</guid>
		<description><![CDATA[If you want to disable the WordPress plugin WP-DownloadManager&#8216;s download-css.css file from being loaded, add the following code to your functions.php file: remove_action('wp_print_styles', 'downloads_stylesheets'); Alternatively, if you would just like to use your own stylesheet, you can add a file &#8230; <a href="http://www.seodenver.com/prevent-loading-wpdownloadmanagers-css-file/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://www.seodenver.com/prevent-google-background-image-fading-slowly/' rel='bookmark' title='How to prevent your Google background image from fading in slowly.'>How to prevent your Google background image from fading in slowly.</a></li>
<li><a href='http://www.seodenver.com/disable-gravity-forms-css-stylesheet/' rel='bookmark' title='5 Easy Ways to Disable the Gravity Forms CSS Stylesheet'>5 Easy Ways to Disable the Gravity Forms CSS Stylesheet</a></li>
<li><a href='http://www.seodenver.com/setting-far-futures-expires-in-asp-using-asp-as-css/' rel='bookmark' title='Setting Far Futures Expires in ASP, Using ASP as CSS'>Setting Far Futures Expires in ASP, Using ASP as CSS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.seodenver.com/wp-content/uploads/2009/11/200984_8974-150x150.jpg" alt="Stop loading WP-Downloads CSS File" title="Stop loading WP-Downloads CSS File" width="150" height="150" class="alignright size-thumbnail wp-image-1187" />
<p>If you want to disable the WordPress plugin <a href="http://lesterchan.net/wordpress/readme/wp-downloadmanager.html">WP-DownloadManager</a>&#8216;s <code>download-css.css</code> file from being loaded, add the following code to your <code>functions.php</code> file:</p>
<pre>remove_action('wp_print_styles', 'downloads_stylesheets');</pre>
<p>Alternatively, if you would just like to use your own stylesheet, you can add a file named <code>download-css.css</code> to your theme&#8217;s directory, and the plugin will automatically load your stylesheet instead.</p>
<p>Related posts:<ol>
<li><a href='http://www.seodenver.com/prevent-google-background-image-fading-slowly/' rel='bookmark' title='How to prevent your Google background image from fading in slowly.'>How to prevent your Google background image from fading in slowly.</a></li>
<li><a href='http://www.seodenver.com/disable-gravity-forms-css-stylesheet/' rel='bookmark' title='5 Easy Ways to Disable the Gravity Forms CSS Stylesheet'>5 Easy Ways to Disable the Gravity Forms CSS Stylesheet</a></li>
<li><a href='http://www.seodenver.com/setting-far-futures-expires-in-asp-using-asp-as-css/' rel='bookmark' title='Setting Far Futures Expires in ASP, Using ASP as CSS'>Setting Far Futures Expires in ASP, Using ASP as CSS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seodenver.com/prevent-loading-wpdownloadmanagers-css-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: www.seodenver.com @ 2012-02-11 07:50:12 -->
