<?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>Reliable Web Hostings</title>
	<atom:link href="http://reliablewebhostings.net/feed" rel="self" type="application/rss+xml" />
	<link>http://reliablewebhostings.net</link>
	<description>Most Reliable Web Hostings Review</description>
	<lastBuildDate>Thu, 17 May 2012 10:07:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>inMotion Hosting</title>
		<link>http://reliablewebhostings.net/hosting-companies/inmotion-hosting</link>
		<comments>http://reliablewebhostings.net/hosting-companies/inmotion-hosting#comments</comments>
		<pubDate>Thu, 17 May 2012 08:54:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting Companies]]></category>

		<guid isPermaLink="false">http://reliablewebhostings.net/?p=1303</guid>
		<description><![CDATA[Features UNLIMITED Disk Space &#038; Bandwidth UNLIMITED Hosted Domains UNLIMITED Emails FREE Domain or FREE Transfer FREE Security Suite ($100 value) Premium Web Site Builder 24&#215;7 Phone, Chat and Email Suppor 99.9% Uptime Guarantee 90-Day Money-Back Guarantee $75 FREE Google Marketing Credits Reliability / Uptime InMotion web hosting&#8217;s network is based on the fast and [...]]]></description>
			<content:encoded><![CDATA[</p>
<h3 class="host_features">Features</h3>
<ul class="hostreview">
<li>UNLIMITED Disk Space &#038; Bandwidth</li>
<li>UNLIMITED Hosted Domains</li>
<li>UNLIMITED Emails</li>
<li>FREE Domain or FREE Transfer</li>
<li>FREE Security Suite ($100 value)</li>
<li>Premium Web Site Builder</li>
<li>24&#215;7 Phone, Chat and Email Suppor</li>
<li>99.9% Uptime Guarantee</li>
<li>90-Day Money-Back Guarantee</li>
<li>$75 FREE Google Marketing Credits</li>
</ul>
<h3 class="host_reliability">Reliability / Uptime</h3>
<p>InMotion web hosting&#8217;s network is based on the fast and reliable Linux and Unix operating systems. InMotion Hosting monitors their system 24/7 for breaches, unusual activity or any interruption in peak performance. InMotion has multiple secure data centers &#8211; meaning your hosting may be nearer to you than you think!</p>
<p>InMotion backs all its services, including its 99.9% uptime promise, with a 100% money-back guarantee.</p>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/hosting-companies/inmotion-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get recent posts from the same category in WordPress</title>
		<link>http://reliablewebhostings.net/webmasters-tips/posts-category-wordpress</link>
		<comments>http://reliablewebhostings.net/webmasters-tips/posts-category-wordpress#comments</comments>
		<pubDate>Sat, 23 Jul 2011 05:50:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://reliablewebhostings.net/?p=1199</guid>
		<description><![CDATA[&#60;&#63;php global $post; $categories = get_the_category(); $category = $categories[0]; $cat_ID = $category->cat_ID; $myposts = get_posts("numberposts=20&#038;category=$cat_ID"); ?> &#60;&#63;&#112;&#104;&#112;&#32;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#40;&#36;&#109;&#121;&#112;&#111;&#115;&#116;&#115;&#32;&#97;&#115;&#32;&#36;&#112;&#111;&#115;&#116;&#41;&#32;&#58;&#63;&#62;&#32;&#60;&#97;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#112;&#101;&#114;&#109;&#97;&#108;&#105;&#110;&#107;&#40;&#41;&#59;&#32;&#63;&#62;&#34;&#62;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#116;&#105;&#116;&#108;&#101;&#40;&#41;&#59;&#32;&#63;&#62;&#60;&#47;&#97;&#62;&#32;&#60;&#63;&#112;&#104;&#112;&#32;&#101;&#110;&#100;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#59;&#32;&#63;&#62; Just change numberposts=20 to whatever number you want to display. Add &#8220;&#038;orderby=rand&#8221; after 20 if you want the list to be random.]]></description>
			<content:encoded><![CDATA[<pre class="brush:php">&#60;&#63;php
global $post;
$categories = get_the_category();
$category = $categories[0];
$cat_ID = $category->cat_ID;

$myposts = get_posts("numberposts=20&#038;category=$cat_ID");
?>

&#60;&#63;&#112;&#104;&#112;&#32;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#40;&#36;&#109;&#121;&#112;&#111;&#115;&#116;&#115;&#32;&#97;&#115;&#32;&#36;&#112;&#111;&#115;&#116;&#41;&#32;&#58;&#63;&#62;&#32;&#60;&#97;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#112;&#101;&#114;&#109;&#97;&#108;&#105;&#110;&#107;&#40;&#41;&#59;&#32;&#63;&#62;&#34;&#62;&#60;&#63;&#112;&#104;&#112;&#32;&#116;&#104;&#101;&#95;&#116;&#105;&#116;&#108;&#101;&#40;&#41;&#59;&#32;&#63;&#62;&#60;&#47;&#97;&#62;&#32;&#60;&#63;&#112;&#104;&#112;&#32;&#101;&#110;&#100;&#102;&#111;&#114;&#101;&#97;&#99;&#104;&#59;&#32;&#63;&#62;
</pre>
<p>Just change <strong class="highlight">numberposts=20</strong> to whatever number you want to display.</p>
<p>Add &#8220;<strong class="highlight">&#038;orderby=rand</strong>&#8221; after 20 if you want the list to be random.</p>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/webmasters-tips/posts-category-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostly</title>
		<link>http://reliablewebhostings.net/hosting-companies/hostly</link>
		<comments>http://reliablewebhostings.net/hosting-companies/hostly#comments</comments>
		<pubDate>Thu, 28 Apr 2011 04:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting Companies]]></category>

		<guid isPermaLink="false">http://reliablewebhostings.net/?p=1195</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/hosting-companies/hostly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended WordPress plugins for any websites</title>
		<link>http://reliablewebhostings.net/webmasters-tips/recommended-wordpress-plugins-websites</link>
		<comments>http://reliablewebhostings.net/webmasters-tips/recommended-wordpress-plugins-websites#comments</comments>
		<pubDate>Sat, 26 Mar 2011 06:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>

		<guid isPermaLink="false">http://reliable-web-hostings.com/?p=1126</guid>
		<description><![CDATA[We&#8217;ve built lots of websites that run on WordPress and we have a ZIP package of these plugins that we load for every single one of them. Advertising Manager, Manages and rotate your Google Adsense and other ads on your WordPress blog or site. Contact Form 7, Manages multiple contact forms, plus you can customize [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve built lots of websites that run on WordPress and we have a ZIP package of these plugins that we load for every single one of them.</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/advertising-manager/" title="Manages and rotate your Google Adsense and other ads on your WordPress blog or site." target="_top">Advertising Manager</a>, Manages and rotate your Google Adsense and other ads on your WordPress blog or site.</li>
<li><a href="http://wordpress.org/extend/plugins/contact-form-7/" title="Manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on." target="_blank">Contact Form 7</a>, Manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</li>
<li><a href="http://wordpress.org/extend/plugins/custom-field-template/" title="Adds the default custom fields on the Write Post/Page." target="_top">Custom Field Template</a>, Adds the default custom fields on the Write Post/Page.</li>
<li><a href="http://wordpress.org/extend/plugins/custom-post-template/" title="The plugin makes it possible to have more than a template for different types of posts. Templates are defined similarly to page templates, and will replace single.php for the specified post." target="_top">Custom Post Template</a>, The plugin makes it possible to have more than a template for different types of posts. Templates are defined similarly to page templates, and will replace single.php for the specified post.</li>
<li><a href="http://wordpress.org/extend/plugins/exec-php/" title="Enables execution of PHP code in posts, pages and text widgets." target="_top">Exec-PHP</a>, Enables execution of PHP code in posts, pages and text widgets.</li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" title="Generates a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog." target="_top">Google XML Sitemaps</a>, Generates a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/post-editor-buttons/" title="This plugin allows you add your own buttons to the post editor&#8217;s toolbar." target="_blank">Post Editor Buttons</a>, This plugin allows you add your own buttons to the post editor&#8217;s toolbar.</li>
<li><a href="http://wordpress.org/extend/plugins/post-expirator/" title="Allows you to add an expiration date (minute) to posts which you can configure to either delete the post or change it to a draft." target="_blank">Post Expirator</a>, Allows you to add an expiration date (minute) to posts which you can configure to either delete the post or change it to a draft.</li>
<li><a href="http://wordpress.org/extend/plugins/post-plugin-library/" title="The shared code library for Similar posts, Recent Posts, Random Posts, Popular Posts and Recent Comments." target="_blank">Post Plugin Library</a>, The shared code library for Similar posts, Recent Posts, Random Posts, Popular Posts and Recent Comments.</li>
<li><a href="http://wordpress.org/extend/plugins/random-posts-plugin/" title="Displays a list of randomly chosen posts. The output can be customised in many ways." target="_top">Random Posts</a>, Displays a list of randomly chosen posts. The output can be customised in many ways.</li>
<li><a href="http://wordpress.org/extend/plugins/simple-crumbs/" title="Generates a breadcrumb trail for pages and blog entries and pages." target="_top">Simple Crumbs</a>, Generates a breadcrumb trail for pages and blog entries and pages.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-ban/" title="Bans users by IP, IP Range, host name, user agent and referer url from visiting your WordPress&#8217;s blog." target="_blank">WP-Ban</a>, Bans users by IP, IP Range, host name, user agent and referer url from visiting your WordPress&#8217;s blog.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/" title="A well designed navigational system for WordPress posts." target="_top">WP-PageNavi</a>, A well designed navigational system for WordPress posts.</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/" title="Keeps track of how many times individual posts or pages have been viewed." target="_top">WP-PostViews</a>, Keeps track of how many times individual posts or pages have been viewed.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-typography/" title="Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks." target="_blank">WP-Typography</a>, Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/webmasters-tips/recommended-wordpress-plugins-websites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple &#8220;Share on Facebook&#8221; link</title>
		<link>http://reliablewebhostings.net/webmasters-tips/simple-share-facebook-link</link>
		<comments>http://reliablewebhostings.net/webmasters-tips/simple-share-facebook-link#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>

		<guid isPermaLink="false">http://reliablewebhostings.net/?p=1065</guid>
		<description><![CDATA[A simple solution to a simple approach. This fits best for smaller sites and not blogs. See a working example at http://www.ahotpizza.ca. &#8220;http://www.facebook.com/sharer.php&#8221;, with parameters &#8220;u&#8221; and &#8220;t&#8221; The URL format is as follows (giving the example of google.com, wrapping for ease of viewing): http://www.facebook.com/sharer.php ?u=http%3A%2F%2Fwww.google.com%2F &#038;t=Google+Best+Search+Engine With wrapping removed, the above code looks like [...]]]></description>
			<content:encoded><![CDATA[<p>A simple solution to a simple approach. This fits best for smaller sites and not blogs. See a working example at <a href="http://www.ahotpizza.ca">http://www.ahotpizza.ca.</a></p>
<blockquote><p>&#8220;http://www.facebook.com/sharer.php&#8221;, with parameters &#8220;u&#8221; and &#8220;t&#8221;</p></blockquote>
<p>The URL format is as follows (giving the example of google.com, wrapping for ease of viewing):</p>
<pre class="brush:html">http://www.facebook.com/sharer.php
?u=http%3A%2F%2Fwww.google.com%2F
&#038;t=Google+Best+Search+Engine</pre>
<p>With wrapping removed, the above code looks like this:</p>
<pre class="brush:html">http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.google.com%2F&#038;t=Google+Best+Search+Engine</pre>
<p>The parameters are &#8220;u&#8221;, which gives the URL of the page (encoded, of course), and &#8220;t&#8221;, which gives the default title of the link (also encoded).  So this particular example could be used to let somebody create a &#8220;Share&#8221; on <a href="http://www.facebook.com">Facebook</a>, with the URL &#8220;http://www.google.com&#8221; and the default title &#8220;Google Best Search Engine&#8221;.</p>
<p>The &#8220;t&#8221; parameter is more for precaution because Facebook gets the title from the page and displays it. However, if Facebook is unable to reach the page, then it will use the &#8220;t&#8221; parameter instead.  So you’ll probably want to provide a &#8220;t&#8221; just in case there is a network problem when Facebook tries to connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/webmasters-tips/simple-share-facebook-link/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Website Redirections</title>
		<link>http://reliablewebhostings.net/webmasters-tips/simple-website-redirections</link>
		<comments>http://reliablewebhostings.net/webmasters-tips/simple-website-redirections#comments</comments>
		<pubDate>Fri, 12 Nov 2010 00:54:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>

		<guid isPermaLink="false">http://reliable-web-hostings.com/?p=1051</guid>
		<description><![CDATA[Redirection, or URL redirection or URL forwarding is a technique that website owners and affiliates use to make a website or a landing page available under different URLs. A site has moved to a new place, a new domain, the site owner would employ the use of redirection to take visitors of the old URL [...]]]></description>
			<content:encoded><![CDATA[<p>Redirection, or URL redirection or URL forwarding is a technique that website owners and affiliates use to make a website or a landing page available under different URLs.</p>
<p>A site has moved to a new place, a new domain, the site owner would employ the use of redirection to take visitors of the old URL to the new one.</p>
<p>An online marketer uses redirections to hide or streamline his/her online business. He/she would have a central location to house all affiliate links to which redirections would be forwarded from his/her many sites. This method yields two major advantages: a way to hide affiliate links and the ease of updating outdated links.</p>
<p>Here are two simple ways of redirecting visitors to another site, location or landing page.</p>
<h3>PHP Redirection</h3>
<p>This is the content of a PHP redirecting page. To use this, your host must be running on PHP in order to handle PHP commands.</p>
<pre class="brush:php">&#60;&#63;php
header( 'Location: http://www.URL-OF-NEW-SITE.com' ) ;
&#63;&#62;</pre>
<p>Save the above content into a PHP file, with the <strong>.php</strong> extention.</p>
<h3>HTML Redirection</h3>
<p>The following code goes in the head section of a page.</p>
<pre class="brush:html">&#60;&#77;&#69;&#84;&#65; HTTP-EQUIV="refresh" CONTENT="10; URL=http://www.URL-OF-NEW-SITE.com"> </pre>
<p><strong>10</strong> is the wait time in seconds before a browser takes visitors to the new site or a landing page. </p>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/webmasters-tips/simple-website-redirections/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Style Sheet Switcher Script</title>
		<link>http://reliablewebhostings.net/webmasters-tips/style-sheet-switcher-script</link>
		<comments>http://reliablewebhostings.net/webmasters-tips/style-sheet-switcher-script#comments</comments>
		<pubDate>Fri, 05 Nov 2010 03:20:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmasters Tips]]></category>

		<guid isPermaLink="false">http://reliable-web-hostings.com/?p=974</guid>
		<description><![CDATA[Here is a script that presents visitors different ways of looking at your site by picking a stylesheet of choice. Step One &#8211; Down load the script Save this script, styleswitch.js to your machine (right click->select &#8220;Save As&#8221;). Step Two &#8211; Head section code Add the following code to the Head section of all pages [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a script that presents visitors different ways of looking at your site by picking a stylesheet of choice.</p>
<h3>Step One &#8211; Down load the script</h3>
<p>Save this script, <a href="http://www.dynamicdrive.com/dynamicindex9/styleswitch.js" class="tips"><strong>styleswitch.js</strong></a> to your machine (right click->select &#8220;Save As&#8221;).</p>
<h3>Step Two &#8211; Head section code</h3>
<p>Add the following code to the Head section of all pages of your site. Note the name <strong>styleswitch.js</strong> here, if you gave the script a different name in Step One, make sure it&#8217;s the same name is used in this step.</p>
<pre class="brush:javascript"><script src="styleswitch.js" type="text/javascript">

/***********************************************
* Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>

<script type="text/javascript">
window.onload=function(){
var formref=document.getElementById("switchform")
indicateSelected(formref.choice)
indicateSelected(formref.switchcontrol)
}
</script>
</pre>
<h3>That&#8217;s it and here&#8217;s how it looks like in a typical page</h3>
<p>Of course, you can have as many styles as you want. Go crazy!</p>
<pre class="brush:javascript">

<html>
<head>
<link rel="stylesheet" type="text/css" href="CUSTOM_NAME.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="THEME_NAME_1" href="THEME_NAME.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="THEME_NAME_2" href="THEME_NAME.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="THEME_NAME_X" href="THEME_NAME.css" />

<script src="styleswitch.js" type="text/javascript">
/***********************************************
* Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
</head>

<body>
<form id="switchform">
<input type="radio" name="choice" value="none" onClick="chooseStyle(this.value, 60)">CUSTOM TEXT
<input type="radio" name="choice" value="THEME_NAME_1" onClick="chooseStyle(this.value, 60)">THEME_NAME_1
<input type="radio" name="choice" value="THEME_NAME_2" onClick="chooseStyle(this.value, 60)">THEME_NAME_2
<input type="radio" name="choice" value="THEME_NAME_X" onClick="chooseStyle(this.value, 60)">THEME_NAME_X
</form>

// Rest of body here
</body>
</html>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://reliablewebhostings.net/webmasters-tips/style-sheet-switcher-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

