<?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>Cloud Hosting Mag &#187; Featured</title>
	<atom:link href="http://www.cloudhostingmag.com/tag/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudhostingmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 May 2011 02:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>10 Best Practices to Speed Up Your Site &#8211; Part I</title>
		<link>http://www.cloudhostingmag.com/2010/03/10-speed-website/</link>
		<comments>http://www.cloudhostingmag.com/2010/03/10-speed-website/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:50:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Peformance]]></category>

		<guid isPermaLink="false">http://www.cloudhostingmag.com/?p=66</guid>
		<description><![CDATA[A sluggish website not only reduces your site&#8217;s ability to attract and retain visitors it also looks unprofessional and will not be attractive to advertisers. If your site is hosted on the cloud it is also an indication that the &#8230; <a href="http://www.cloudhostingmag.com/2010/03/10-speed-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A sluggish website not only reduces your site&#8217;s ability to attract and retain visitors it also looks unprofessional and will not be attractive to advertisers. If your site is hosted on the cloud it is also an indication that the site is not properly optimized and will be consuming too many system resources which increases your hosting bill.</p>
<p>These 10 best practices will ensure that your site is running at full speed.</p>
<h3>1. Caching</h3>
<p>If someone put a gun to my head and gave me one way to improve a site&#8217;s performance it would be caching. Caching buffers your pages in the server&#8217;s memory and so avoids database/server roundtrips, resulting in faster response times and reduced server loads (and thus reduced hosting charges). If your site gets less than 1000 pageviews per day you probably wont see much speed improvement from caching. Your CMS should support caching (if not you should move on ASAP) and you should turn it on. For WordPress, WP Super Cache is the standard and still the best caching plugin.<br />
Still not convinced? Take a look at the response times for a site where I was turning caching on and off, all the spikes in the graph are when I had caching turned off.<br />
<img class="alignnone size-medium wp-image-70" title="ScreenHunter_08 Mar. 07 13.48" src="http://www.cloudhostingmag.com/wp-content/uploads/2010/03/ScreenHunter_08-Mar.-07-13.48-300x146.gif" alt="" width="300" height="146" /></p>
<h3>2.Use a Content Delivery Network (CDN)</h3>
<p>CDN&#8217;s were previously very expensive to use with high monthly minimum&#8217;s but several new entrants (notably AWS CloudFront and RackSpace Cloud Files) have made it affordable for smaller sites to use CDNs. CDN&#8217;s work by caching files at different geographical (&#8216;edge&#8217;) locations and therefore reducing the lag users who are geographically far away from the server experience. The larger the files, the greater the benefit of using a CDN, video files are a must but you should also consider hosting images and even css/js files on a CDN.</p>
<h3>3. Place Scripts at The Bottom of the Page</h3>
<p>Html pages load sequentially, so a reference to an external javascript files placed above the body tag will need to be loaded before the page&#8217;s content. This can make the page loading appear sluggish.<br />
Even scripts such as javascript files for AJAX operations used on the page can be placed below the content. This will mean users cannot interact with the site content when it is first displayed, but research by Facebook showed that users prefer to see content as soon as possible even if it cannot be interacted with.<br />
Scripts such as Google Analytics code should <em>always </em>be placed at the bottom of pages.</p>
<h3>4. Use External CSS Files</h3>
<p>Pages which are heavy with Html load a lot slower than pages which reference CSS for styles, positioning etc. For starters CSS is more compact than Html for positioning and styling page elements, furthermore if it is placed in an external file it will be cached on the user&#8217;s browser so that it will not need to be loaded for subsequent page loads in the same session.<br />
You should always review the outputted source code (ie view the rendered page and then look at the source code by right clicking and selecting View Source or similar command) to look for Html which can be replaced by CSS.</p>
<h3>5. Host Files on a Separate Domain</h3>
<p>A quirk of most browsers is that they can only make a two simultaneous requests to a domain. If your page has several images and external files (such as CSS or javascript files) these must be queued and requested two at a time. Hosting images or files on a separate domain (or a subdomain) allows the browser to make most simultaneous requests and render the page quicker. This is also an additional reason to use a CDN as the files will always be on a separate domain.</p>
<p>Next, <a href="http://www.cloudhostingmag.com/2010/03/10-best-practices-to-speed-up-your-site-part-ii/">Part II of Best Practices to Speed Up Your Site</a><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudhostingmag.com/2010/03/10-speed-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Cloud Hosting</title>
		<link>http://www.cloudhostingmag.com/2010/03/windows-cloud-hosting/</link>
		<comments>http://www.cloudhostingmag.com/2010/03/windows-cloud-hosting/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 12:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cloudhostingmag.com/?p=20</guid>
		<description><![CDATA[Initial cloud hosting offerings focused on the LAMP stack, however in the past 6 months several viable Windows cloud hosting options have become available. Both Rackspace and Amazon now have Windows cloud offerings and most notably Microsoft has just launched &#8230; <a href="http://www.cloudhostingmag.com/2010/03/windows-cloud-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Initial cloud hosting offerings focused on the LAMP stack, however in the past 6 months several viable Windows cloud hosting options have become available. Both Rackspace and Amazon now have Windows cloud offerings and most notably Microsoft has just launched Windows Azure which is actually a new cloud operating system and not fully compatible with existing Windows applications.</p>
<p>Provided your web site/application is running on the Windows stack now (Windows Server/IIS/ASP.NET) it should be compatible with the cloud offerings from Rackspace Cloud, Amazon, GoGrid and others. In this article I will focus on the big two cloud providers (Rackspace and AWS) as well as the new Windows Azure service which could be consider as worthy rivals to  traditional <a href="http://www.winserverhelp.com/hosting">Windows Hosting</a>.</p>
<p><strong>Rackspace Cloud </strong>provides two Windows cloud hosting offerings, <strong>Cloud Sites </strong>and <strong>Cloud Servers</strong>. Cloud Sites is a standardised product which provisions a website with a fixed windows setup &#8211;  Windows Server 2008/IIS 7 and ASP.NET (2.0 and 3.5 both supported). If you run a website powered by a Windows based content management system (CMS), or customer relationship management system the Rackspace Cloud Sites will probably be the best option. Cloud Sites only provides FTP access to the server and no Remote Desktop access to the server is possible. Cloud Sites basic package starts at $150 per month plus $10 per month for a 100MB SQL Server database.<br />
If the application setup is more complicated and operating system access is required, Rackspace Windows Servers will be the best option which starts at about $112 per month for 2 GB RAM /  80 GB Hard Drive server (smaller instances are also available). This service is currently in beta and a major weakness is that this does not come with a SQL Server installation and users are required to make their own arrangements.</p>
<p><strong>Amazon AWS </strong>has been offering Windows cloud hosting options since early 2009.  1.7 GB of memory / 160 GB (1 core) EC2 instance are priced at $80 per month. SQL Server is available, however it does get expensive as a lease on SQL Server standard edition starts at $750 per month.</p>
<p>The new entrant to Windows cloud hosting is Microsoft with its new <strong>Windows Azure </strong>service. As noted above, all Windows applications will need at least some modification to run on Azure. The biggest change is probably with SQL Server, where  the cloud variant (SQL Azure) has numerous incompatibilities making migration a challenge at best. SQL Azure databases are priced at $10 per month for 1GB and $100 per month for 10GB.<br />
Windows Azure pricing is slightly different from Rackspace and AWS which bundle a the RAM/CPU/Drive space in a virtual server package. Windows Azure is broken out between compute ($84 per month), storage ($0.15 per GB per month), storage transactions ($0.01 for 10,000 transactions) and data transfer at $0.10 in / $0.15 out per GB. This makes comparisons difficult in pricing, however Azure looks to be slightly more expensive than AWS and cheaper than Rackspace (the $10 per month SQL Azure instances can make Azure a lot cheaper as n0 equivalent exists on the other providers).<br />
For an overview of Windows Azure see <a href="http://www.azuresupport.com/2009/12/windows-azure-first-impressions-blog/">Windows Azure First Impressions</a> , or <a href="http://www.azuresupport.com/2010/02/who-will-use-azure-blog/">Who Will Use Azure</a></p>
<h3>Summary</h3>
<p>Which of the providers is best really depends on your needs. If it is a simple website then Rackspace Cloud Sites is definitely the way to go. If you have a more complex application (which for example runs windows services or requires access to the OS) then AWS is probably the best bet. Azure promises to be the ultimate windows cloud with features such as SQL Azure databases which can be scaled up on demand, although it does have compatibility issues with existing windows apps and is still in its infancy (having just been released in February 2010).</p>
<p><em>(note &#8211; I have used monthly charges to compare pricing although all the above providers bill the services hourly)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudhostingmag.com/2010/03/windows-cloud-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rackspace Cloud Sites Review</title>
		<link>http://www.cloudhostingmag.com/2010/02/rackspace-cloud-sites-review/</link>
		<comments>http://www.cloudhostingmag.com/2010/02/rackspace-cloud-sites-review/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:59:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Cloud Hosting Reviews]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rackspace]]></category>

		<guid isPermaLink="false">http://www.cloudhostingmag.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been using Rackspace Cloud Sites for around six months now and decided it was time to do a full Cloud Sites review. I run about 10 sites with varying amounts of traffic &#8211; from 2000 uniques/ 4000 pagesviews per &#8230; <a href="http://www.cloudhostingmag.com/2010/02/rackspace-cloud-sites-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Rackspace Cloud Sites for around six months now and decided it was time to do a full Cloud Sites review. I run about 10 sites with varying amounts of traffic &#8211; from 2000 uniques/ 4000 pagesviews per month to 500,000 uniques/ 1.2 million pageviews per month. The sites mainly serve text and images but with the occasional video tutorial.</p>
<p>I&#8217;ve had a good chance to try out the Cloud Sites service and my experiences are below:</p>
<h3>Gettting Started</h3>
<p>Signup is very easy and I was up and running with 15 minutes. The main control panel is very clean and easy to navigate, performance is good and there are no slow loading pages.</p>
<h3>Site Setup</h3>
<p>Rackspace Cloud Sites supports both Windows Server/IIS/ASP.NET  and Linux/Apache/PHP . You can mix Windows Server and Linux sites on a single account although you are not able to configure the setup such as the version of PHP etc (if you need to configure the setup you should consider Rackspace Servers).</p>
<p>Adding a site is relatively easy although it isn&#8217;t quite a clean as it could be since the interface caters for users setting up their own sites and for resellers setting up sites for clients (if you are setting up your own site just ignore the different &#8216;plans&#8217; you are presented with as each site&#8217;s resources comes out of a single pool and there is no throttling of sites which breach their plan limits).<br />
It only takes about 5 minutes to have the site up and provisioned and ready to go.</p>
<h3>Databases</h3>
<p>Rackspace Cloud Sites supports MySQL and SQL Server. There is no control over the version or setup of the databases, at time of writing MySQL 5 and SQL Server 2008 (Web version) are being offered.</p>
<p>MySQL databases are free whereas SQL Server databases cost $5 per 100MB and $10 for 200MB. The SQL Server pricing is definitely on the high side and the size is quite limiting.</p>
<p>Adding a database is a snap, once again the interface is clean and intuitive and the database should be ready within a couple of minutes. Databases are closely associated with sites so you will first have to select a site and then add a database in the &#8216;Features&#8217; tab.<br />
Once setup, databases can be administered using phpMyAdmin , Rackspace Cloud Sites provides a link to the phpMyAdmin although you will have to enter your login details to access phpMyAdmin. If you prefer using MySQL administration sorftware on your local PC (such as MySQL Administrator or MySQL Query Browser) you can connect to your database. If you are using SQL Server you will need to connect via SSMS.</p>
<h3>Monitoring / Reporting</h3>
<p>The monitoring and reporting is quite limited. Only a single page of data is provided which provides data on the Bandwidth DiskSpace and Compute Cycles and gives a breakdown per site. However there is no costing information or a breakdown by date/time. Also no information on downtime, response time etc.<br />
You will definitely need to monitor your sites by yourself and should subscribe to third party services such as Pingdom.</p>
<h3>Tools</h3>
<p>Tooling is very limited and you will need to write your own routines or utilize third-party tools (Rackspace Cloud has a listing of third-party tools on the site).<br />
Backup is a major omission, the files are backed up and available on FTP for download. There are several backups made per day and they are available for a month, however the timing of the backups cannot be configured. Importantly there is no backup for databases and you will need to backup up your databases by writing a cron (crons are supported) or using a third party tool.</p>
<h3>Performance</h3>
<p>Looking at the response times of my sites (previously they were hosted on mid-spec&#8217;d dedicated box at Server Beach) they are very comparable at approx 500ms load time. I noticed some timeout issues when I first migrated to Rackspace Cloud Sites , I contacted support and they informed me that another account was running some long running queries which slowed down the cluster (really thought they would be implementing more rigorous resource throttling) but this got sorted out very quickly.</p>
<h3>Support</h3>
<p>Email and live support is free (unlike with Amazon) and the quality and responsiveness was excellent. Live support was available within 5 minutes and emails were normally turned around within 2-6 hours. All problems were dealt with (although in truth I didnt have many complex requests).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudhostingmag.com/2010/02/rackspace-cloud-sites-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

