<?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>Hosting-Q Beta Blog</title>
	<atom:link href="http://hosting-q.com/wpbeta/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hosting-q.com/wpbeta</link>
	<description>Our WordPress support blog...</description>
	<lastBuildDate>Fri, 21 Jan 2011 14:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>theme customization process</title>
		<link>http://hosting-q.com/wpbeta/?p=22</link>
		<comments>http://hosting-q.com/wpbeta/?p=22#comments</comments>
		<pubDate>Fri, 21 Jan 2011 13:47:15 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[How To...]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=22</guid>
		<description><![CDATA[How did I customize this blog template? Removed the extended header Removed and changed the extended footer Made transparent the &#60;blockquote> graphic Added a &#60;blockquote> specification to CSS Added a &#60;ul li> specification to CSS Played with the header and footer graphics but only used the new footer. Removed credits from the footer and created [...]]]></description>
			<content:encoded><![CDATA[<p>How did I customize this blog template?</p>
<ul>
<li>Removed the extended header
<li>Removed and changed the extended footer
<li>Made transparent the &lt;blockquote> graphic
<li>Added a &lt;blockquote> specification to CSS
<li>Added a &lt;ul li> specification to CSS
<li>Played with the header and footer graphics but only used the new footer.
<li>Removed credits from the footer and created a separate page.
</ul>
<p>Playing with the header and footer graphics took the longest.  I also did not like the placement of the entire page&#8211; so that took a little time to adjust.  It took me about 2-3 hours to customize this template for my needs.</p>
<blockquote><p>Do you have an existing template that needs tweaking?  I am pretty good at stuff like this&#8211; send me a <a a href="http://www.qisoftware.com/contact.html" target="_blank">message</a>.</p></blockquote>
<p>I also have a great collection of templates and plugins. I do not charge for these templates.  I charge to tweak the template to your specification or research time to find the perfect template for your needs.  You already have one?  Just the tweaking.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme: FreshMint</title>
		<link>http://hosting-q.com/wpbeta/?p=12</link>
		<comments>http://hosting-q.com/wpbeta/?p=12#comments</comments>
		<pubDate>Fri, 21 Jan 2011 00:31:09 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=12</guid>
		<description><![CDATA[I like this new theme&#8211; FreshMint. Think I am going to keep it for awhile and play with some of the settings.]]></description>
			<content:encoded><![CDATA[<p>I like this new theme&#8211; FreshMint.  Think I am going to keep it for awhile and play with some of the settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed WordPress CodeColorer Plugin</title>
		<link>http://hosting-q.com/wpbeta/?p=10</link>
		<comments>http://hosting-q.com/wpbeta/?p=10#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:28:45 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=10</guid>
		<description><![CDATA[Testing a new WordPress plugin which allows for the display of code within a blog post. The java &#8220;Hello World&#8221;&#8230; 123456789/** &#160;* The HelloWorldApp class implements an application that &#160;* simply prints &#34;Hello World!&#34; to standard output. &#160;*/ class HelloWorldApp &#123;&#160; &#160; public static void main&#40;String&#91;&#93; args&#41; &#123; &#160; &#160; &#160; &#160; System.out.println&#40;&#34;Hello World!&#34;&#41;; // [...]]]></description>
			<content:encoded><![CDATA[<p>Testing a new WordPress plugin which allows for the display of code within a blog post.  The java &#8220;Hello World&#8221;&#8230;</p>
<div class="codecolorer-container java mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #008000; font-style: italic; font-weight: bold;">/**</span><br />
<span style="color: #008000; font-style: italic; font-weight: bold;">&nbsp;* The HelloWorldApp class implements an application that</span><br />
<span style="color: #008000; font-style: italic; font-weight: bold;">&nbsp;* simply prints &quot;Hello World!&quot; to standard output.</span><br />
<span style="color: #008000; font-style: italic; font-weight: bold;">&nbsp;*/</span><br />
<span style="display:block;background-color:#ffff66"><span style="color: #000000; font-weight: bold;">class</span> HelloWorldApp <span style="color: #009900;">&#123;</span><br /></span>&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000066; font-weight: bold;">void</span> main<span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Astring+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">String</span></a><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> args<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Hello World!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Display the string.</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
<p>Hosting-Q plans offer WordPress.  We provide support for installation of plugins and platform upgrades.  cPanel and Fantastico Deluxe other offerings.</p>
<p><center><a href="http://www.hosting-q.com/" target="_blank"><img src="http://blog.qisoftware.com/wp_hosting-q_ad.jpg"></a></center></p>
<p><span style="font-size:80%">Technorati Tags:  <a href="http://technorati.com/tag/WordPress+Plugin" rel="tag" target="_blank"WordPressPlugin</a>, <a href="http://technorati.com/tag/Hosting-Q" rel="tag" target="_blank">Hosting-Q</a>, <a href="http://technorati.com/tag/QiSoftware" rel="tag" target="_blank">QiSoftware</a>, <a href="http://technorati.com/tag/Q%27s+Wire" rel="tag" target="_blank">Q&#8217;s Wire&#8230;</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test</title>
		<link>http://hosting-q.com/wpbeta/?p=8</link>
		<comments>http://hosting-q.com/wpbeta/?p=8#comments</comments>
		<pubDate>Wed, 30 Dec 2009 11:19:26 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=8</guid>
		<description><![CDATA[test 1 test 2 test 3 test test 4 test 5]]></description>
			<content:encoded><![CDATA[<ol>
<li>test 1
<li>test 2
<li>test 3<br/><br />
test</p>
<li>test 4
<li>test 5
</ol>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Installed</title>
		<link>http://hosting-q.com/wpbeta/?p=7</link>
		<comments>http://hosting-q.com/wpbeta/?p=7#comments</comments>
		<pubDate>Sat, 27 Dec 2008 18:52:03 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=7</guid>
		<description><![CDATA[I have updated this blog to WordPress 2.7.]]></description>
			<content:encoded><![CDATA[<p>I have updated this blog to WordPress 2.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.6.5</title>
		<link>http://hosting-q.com/wpbeta/?p=5</link>
		<comments>http://hosting-q.com/wpbeta/?p=5#comments</comments>
		<pubDate>Tue, 09 Dec 2008 14:45:12 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=5</guid>
		<description><![CDATA[This blog has been upgraded to WordPress 2.6.5.]]></description>
			<content:encoded><![CDATA[<p>This blog has been upgraded to WordPress 2.6.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Now Installed</title>
		<link>http://hosting-q.com/wpbeta/?p=4</link>
		<comments>http://hosting-q.com/wpbeta/?p=4#comments</comments>
		<pubDate>Fri, 11 Apr 2008 03:52:25 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=4</guid>
		<description><![CDATA[I have upgraded this Hosting-Q support blog to WordPress 2.5. Happy to confirm&#8211; all went well. Will upgrade other QiSoftware WordPress blogs in the near future.]]></description>
			<content:encoded><![CDATA[<p>I have upgraded this Hosting-Q support blog to WordPress 2.5.  Happy to confirm&#8211; all went well.  Will upgrade other <a href="http://www.qisoftware.com/">QiSoftware</a> WordPress blogs in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peter&#8217;s Anti Spam Plugin</title>
		<link>http://hosting-q.com/wpbeta/?p=3</link>
		<comments>http://hosting-q.com/wpbeta/?p=3#comments</comments>
		<pubDate>Sat, 31 Mar 2007 20:50:21 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://hosting-q.com/wpbeta/?p=3</guid>
		<description><![CDATA[I found a WordPress spam comment plugin that seems to work&#8211; right out of the box. It is installed on this blog&#8211; see this link for a demo. See this link to read more or download. I found this plugin on this page. Another popular spam plugin TrencaSpammers. My preliminary tests indicate TrencaSpammers only works [...]]]></description>
			<content:encoded><![CDATA[<p>I found a WordPress spam comment plugin that seems to work&#8211; right out of the box.  It is installed on this blog&#8211; see this <a href="http://hosting-q.com/wpbeta/?p=1#comments" target="_blank">link</a> for a demo.  See this <a href="http://www.theblog.ca/?p=21" target="_blank">link</a> to read more or download.  I found this plugin on this <a href="http://codex.wordpress.org/Plugins/Spam_Tools" target="_blank">page</a>.  </p>
<p>Another popular spam plugin <a href="http://coffeliuswiki.bloggear.net/trencaspammers" target="_blank">TrencaSpammers</a>. My preliminary tests indicate TrencaSpammers only works with WordPress 1.5.  </p>
<p>Instructions for installing Peter&#8217;s plugin are on his page and not within the zip file.  Easy&#8211; create a new directory under wp-content/plugins/custom-anti-spam/ and then upload the 5 files that come with the package.  Go into the WordPress Plugins tab and activate the plugin.  That&#8217;s all.  If problems occur, deactivate the plugin. Should not affect anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting-Q WordPress Support</title>
		<link>http://hosting-q.com/wpbeta/?p=1</link>
		<comments>http://hosting-q.com/wpbeta/?p=1#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Q...</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hosting-Q supports WordPress users. This blog was setup to test plugins and show clients various options in setting up a generic [default] WordPress blogging environment. As many of you know&#8211; the official Hosting-Q blog has a custom template. Q&#8217;s Wire&#8230; the personal blog of Hosting-Q&#8217;s owner&#8211; is also a WordPress blog and uses a custom [...]]]></description>
			<content:encoded><![CDATA[<p>Hosting-Q supports WordPress users.  This blog was setup to test plugins and show clients various options in setting up a generic [default] WordPress blogging environment. </p>
<p>As many of you know&#8211; the official <a href="http://blog.hosting-q.com/" target="_blank">Hosting-Q blog</a> has a custom template.  <a href="http://qisoftware.com/qblog/" target="_blank">Q&#8217;s Wire&#8230;</a> the personal blog of Hosting-Q&#8217;s owner&#8211; is also a WordPress blog and uses a custom template. </p>
<p>The template used with this blog is the default template.</p>
]]></content:encoded>
			<wfw:commentRss>http://hosting-q.com/wpbeta/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

