<?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>HighEdWebTech &#187; Rackspace</title>
	<atom:link href="http://highedwebtech.com/category/rackspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://highedwebtech.com</link>
	<description>Higher Ed Web Development</description>
	<lastBuildDate>Sat, 12 May 2012 17:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Will Google Rank Your Site Higher if its Faster?</title>
		<link>http://highedwebtech.com/2009/11/23/will-google-rank-your-site-higher-if-its-faster/</link>
		<comments>http://highedwebtech.com/2009/11/23/will-google-rank-your-site-higher-if-its-faster/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:08:33 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Amazon CloudFront]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Mod_Gzip]]></category>
		<category><![CDATA[WP Super Cache]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=931</guid>
		<description><![CDATA[GigaOm reported this weekend that Google potentially may look as how fast your site loads and integrate that into its PageRank system. Matt Cutts, a software engineer and an eloquent corporate spokesman for Google, spoke at PubCon earlier this month &#8230; <a href="http://highedwebtech.com/2009/11/23/will-google-rank-your-site-higher-if-its-faster/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://t0.gstatic.com/images?q=tbn:735sH_RrC2x9ZM:http://www.pjcj.net/yapc/yapc-eu-2006-enigmatic_perl/slides/images/stopwatch.jpg" style="float:right;padding:7px;" />GigaOm <a href="http://gigaom.com/2009/11/22/should-web-page-speed-influence-google-pagerank/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+OmMalik+%28GigaOM%29">reported</a> this weekend that Google potentially may look as how fast your site loads and integrate that into its PageRank system.</p>
<blockquote><p>Matt Cutts, a software engineer and an eloquent corporate spokesman for Google, spoke at PubCon earlier this month and later gave a video interview to Web Pro News, in which he said that the speed at which web pages are available might become a factor in SEO moving into 2010. </p></blockquote>
<p>While Google hasn&#8217;t officially said this is going to happen, having as fast a website as possible is a very good thing, for your users and for you.</p>
<p>So, let&#8217;s look at a few ways you can improve the speed of your site.</p>
<p><strong>1. Compression</strong></p>
<p>Most, if not all, of the major web servers available today offer some sort of compression. What that means is they serve out the content to your browser in a certain way, much like a ZIP file, that your browser can read and deflate very quickly. Smaller files sent = faster site.</p>
<p>Now, how you set up compression differs by what web server you are using and what platform your server is.</p>
<p>In PHP, it can be as easy as adding one line of code to your site. Like this:</p>
<p><code><br />
&lt;?php<br />
    ob_start("ob_gzhandler");<br />
?><br />
</code></p>
<p>If you&#8217;re using Apache and only serving out HTML, you should look into the <a href="http://www.linux.ie/articles/tutorials/mod_gzip.php">mod_gzip</a> apache plugin. It compresses text files on the fly. Here are some <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d52ff289-94d3-4085-bc4e-24eb4f312e0e.mspx?mfr=true">instructions</a> for IIS, though there are also commercial plug-ins you can buy to achieve the same result.</p>
<p>Sometimes you may not have access to the actual server or root access to install some of these services. No worries &#8211; some CMS and blogging systems offer plug-ins to achieve some of these things.</p>
<p><img src="http://highedwebtech.com/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-9.02.26-AM.png" alt="Screen shot 2009-11-23 at 9.02.26 AM.png" border="0" width="147" height="112" style="float:right;padding:5px;" />I&#8217;m a WordPress nut, so on all of the installs I run, one of the first things I always install is <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>, created by <a href="http://ocaoimh.ie/">Donncha O Caoimh</a>. This plugin will cache pages of your site for super fast loading, it will compress HTML, if enabled. This plugin also works in MU, and I&#8217;ll blogging that later.</p>
<p>Not sure its worth it? Check for yourself. There are many sites on the web that test your site and see if you are compressing data. <a href="http://www.whatsmyip.org/http_compression/">Here&#8217;s one</a> that quick and easy to use. For this site, by using compression I&#8217;m saving almost 75% in terms of the amount of data sent. Faster sends = faster site loads for users.</p>
<div style="text-align:center;"><img src="http://highedwebtech.com/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.30.37-AM1.png" alt="Screen shot 2009-11-23 at 8.30.37 AM.png" border="0" width="332" height="134" /></div>
<p><strong>2. Cut Down On Stuff</strong></p>
<p>Compression is great, but if you site is pulling in a million assets, widgets from third-party sites, and three or four Javascript libraries, it won&#8217;t make any difference. If you can, cut down on the number of calls, <a href="http://www.minifyjs.com/">minify</a> your javascript libraries and determine something like that Facebook fan box is absolutely critical to a page.</p>
<p>I think we&#8217;re all a bit guilty in the broadband era of not worrying about how much our page weights are. It&#8217;s worth looking at, especially as more and more web surfing is done on mobile devices.</p>
<p>Want to see how much stuff your code is calling for? Check out <a href="http://getfirebug.com/">Firebug</a> for Firefox or use Safari&#8217;s built-in Web Inspector. You may be surprised what you see.</p>
<div style="text-align:center;"><img src="http://highedwebtech.com/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.57.54-AM.png" alt="Screen shot 2009-11-23 at 8.57.54 AM.png" border="0" width="479" height="77" /></div>
<p><strong>3. CDN</strong></p>
<p>Serving some of your static content (images, CSS, js) from a content delivery network will increase the speed of your site. These assets don&#8217;t change very often, so why not let a very fast network serve them out.</p>
<p>There are a ton of options out there, from very expensive to not so expensive, but the two I&#8217;d recommend are <a href="http://aws.amazon.com/cloudfront/">Amazon S3/Cloudfront</a> and Rackspace&#8217;s <a href="http://www.rackspacecloud.com/cloud_hosting_products/files">Cloud Files</a>.</p>
<p>Those two are inexpensive, easy to use and very fast. The few bucks a month you&#8217;ll pay are well worth it.</p>
<p><strong>4. Semantically Strong Code</strong></p>
<p>Last but not least, if you write clean, good code, your site will load very faster.</p>
<p>If your code is a mess, or god forbid, you&#8217;re still using a layout method like tables, your site is going to take longer to come down the pipe and also render out for the user.</p>
<p>Are there easy things I&#8217;m missing? Leave a comment and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2009/11/23/will-google-rank-your-site-higher-if-its-faster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Things Your Edu Website Can Be Doing in S3 Today</title>
		<link>http://highedwebtech.com/2009/07/24/5-things-your-edu-website-can-be-doing-in-s3-today/</link>
		<comments>http://highedwebtech.com/2009/07/24/5-things-your-edu-website-can-be-doing-in-s3-today/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:00:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[CloudFront]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=788</guid>
		<description><![CDATA[I&#8217;ve been getting a great deal of questions lately from people who are interested in how to use the cloud at their institutions but aren&#8217;t sure what sort of things they could be doing there. I&#8217;ve been thinking about this &#8230; <a href="http://highedwebtech.com/2009/07/24/5-things-your-edu-website-can-be-doing-in-s3-today/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting a great deal of questions lately from people who are interested in how to use the cloud at their institutions but aren&#8217;t sure what sort of things they could be doing there. I&#8217;ve been thinking about this and here are a few thoughts I&#8217;ve had about ways you can integrate <a href="http://aws.amazon.com/s3/">Amazon&#8217;s S3</a> or <a href="http://www.rackspacecloud.com/cloud_hosting_products/files">Rackspace&#8217;s CloudFiles</a> product into your web workflow.</p>
<h2>1. Videos and Podcasts</h2>
<p><strong>Putting your videos and podcast audio in the cloud is a no-brainer.</strong> In fact, it&#8217;s the first thing we did in S3 a few years ago. Not every video we produce is meant for YouTube, or perhaps you want to have a really nice, high definition embed on your site, that&#8217;s what sites like Amazon&#8217;s S3 were made for.</p>
<p>Why? If you&#8217;ve got a large number of video files and audio files living on the same server as your college&#8217;s website, you could be potentially taking away cycles and bandwidth from your site. What happens when one of your videos goes viral? It has the potential to slow down  your site and negatively impact the experience of your site&#8217;s visitors who are there to find out more about you.</p>
<p><a href="http://webtools.allegheny.edu/sites/annualfund/">Here&#8217;s an example</a> of a video we produced that we hosted in S3. The HD video downloads quickly and it put no strain on my campus server.</p>
<h2>2. WordPress Media</h2>
<p><img src="http://mirror.tantannoodles.com/wp-content/uploads/2007/08/screenshot1.thumbnail.png" style="float:right;padding:5px;" />I&#8217;m a huge fan of WordPress. We&#8217;re rolling it out departments across our campus. They will want to upload PDF files, images, and lots of other content to go along with their blog posts and pages. That content can pile up pretty quickly, so why not put that uploaded content into the cloud? You can do it manually or use the <a href="http://tantannoodles.com/toolkit/wordpress-s3/">Amazon S3 Plugin</a> for WordPress, which will allow you to upload media to S3 and have it be displayed in your blog. It will also create thumbnails of your images and upload them as well.</p>
<p>I&#8217;ve been using this plugin on this blog for a while and it&#8217;s worked really well.</p>
<h2>3. PDF Files</h2>
<p><img src="http://tbn3.google.com/images?q=tbn:iAYLmtnwn-fEiM:http://www2.uic.edu/stud_orgs/hon/psichi/pdf-icon.jpg" style="float:right;padding:5px;" />PDF files can get big and if your site is like mine, they are spread out all over the place. Our PDF files range in size from 50k for forms generated from Word to 11 or 12 MB for our athletics media guides.</p>
<p>I&#8217;ve been trying to put all our PDF files in a central spot in our S3 account so they are easy to find and update when needed, and during peak times of use, such as right now when students are downloading and completing forms before coming back to campus in a few weeks.</p>
<h2>4. CSS and Javascript</h2>
<p>Since your site&#8217;s CSS and javascripts will get cached after the first visit, why not serve them from S3? It&#8217;s fast, seamless to the end user, and since they are cached, you&#8217;ll barely notice they aren&#8217;t coming from  your web server.</p>
<h2>5. Images </h2>
<p>Maybe S3 isn&#8217;t the perfect spot form which to host every image on your website, but it&#8217;s a great spot to host galleries, large hi-res version of your photos or serve as a backup spot for your image collection. I keep a bunch of critical PSD files in S3 so that they&#8217;re save if my hard drives and other backups fail. Obsessive? Maybe, but having lost critical data in a hard drive crash a few years ago, I&#8217;m much more obsessive about backups and having redundant copies of things.</p>
<p>So there you go &#8211; five easy, quick things you can start to do in the cloud file storage platform of your choice, be it Amazon or Rackspace.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2009/07/24/5-things-your-edu-website-can-be-doing-in-s3-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands-On With Mosso&#039;s Cloud Servers</title>
		<link>http://highedwebtech.com/2009/04/06/hands-on-with-mossos-cloud-servers/</link>
		<comments>http://highedwebtech.com/2009/04/06/hands-on-with-mossos-cloud-servers/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:31:25 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[cloud server]]></category>
		<category><![CDATA[Cloud Servers]]></category>
		<category><![CDATA[Concord Capital Inc]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[physical server]]></category>
		<category><![CDATA[Product Release]]></category>
		<category><![CDATA[Rackspace and Mosso]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USD]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=656</guid>
		<description><![CDATA[A few weeks ago, I blogged about Rackspace and Mosso&#8217;s new Cloud Servers product. Cloud Servers will compete with Amazon&#8217;s EC2 product. Here&#8217;s a quick overview from their site: Cloud Servers will be priced per instance hour and will start &#8230; <a href="http://highedwebtech.com/2009/04/06/hands-on-with-mossos-cloud-servers/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I <a href="http://highedwebtech.com/2009/03/13/rackspace-announces-cloud-servers/">blogged</a> about Rackspace and Mosso&#8217;s new Cloud Servers product. Cloud Servers will compete with Amazon&#8217;s EC2 product. Here&#8217;s a quick  overview from their site:</p>
<blockquote><p>Cloud Servers will be priced per instance hour and will start at $0.015 per hour ($10.95 for a full month of usage). Since you only pay by the hour, it will be really easy and affordable to spin up a new instance for testing or development—and then simply remove it when you’re done.</p></blockquote>
<p>I&#8217;ve finally had a chance to log in and start up a few <a href="http://www.mosso.com/cloudservers.jsp">Cloud Servers</a> and let me tell you, I was very impressed. The administrative control panel is easy and quick to navigate around, the servers started up quickly and accessing them via SSH was a breeze.</p>
<p>Here are a few other thoughts I had from spending an evening with Cloud Servers&#8230;</p>
<p>I like the fact you can make backups and they make automatic daily, weekly and monthly backups of your data. If  you are worried about losing data, you may want to do <a href="http://www.myshopping.com.au/PT--141_Uninterruptible_Power_Supplies_power_backup__fs_41689_e__">automatic backups </a>more often.  If your Cloud Server instance happens to crash, they are able to migrate some data. They say:</p>
<blockquote><p>One of the most significant differences between Cloud Servers and EC2 is the persistence of each virtual server. Cloud Servers has access to local, RAID10 disk storage—much like you&#8217;d expect in a physical server. This is important because it means your Cloud Server has inherent protection against drive failures. If for some reason the host does fail or become degraded, we will restart and/or migrate your cloud server for you. A failure doesn’t mean that your cloud server goes away.</p></blockquote>
<p>Keep in mind &#8211; similar to EC2, if you shut off your instance, your data is lost.</p>
<p>I like the different varieties of OS available, including CentOS, Ubuntu, Debian, Gentoo and Red Hat. Because of licensing issues, if you use Red Hat, you will pay a little more for your server. Amazon does this with EC2 servers running Windows.</p>
<p>I found connecting via SSH much easier to do compared to Amazon&#8217;s system of keypairs and certificates. Cloud Servers give you a root password. I&#8217;m not saying Amazon&#8217;s way is bad or Cloud Servers are less secure, but it was easier to just grab the password and connect. This may be useful if you have multiple people working on a Cloud Server instance.</p>
<p>I very much like the fact you can run a server for $11 a month + bandwidth costs.</p>
<p>One thing I like about EC2 is the fact you can get machine images pre-configured for a multitude of uses &#8211; LAMP, ROR, video encoding and more. When you start a Cloud Server, you&#8217;re given a blank slate. When I started my first instance, I wasn&#8217;t sure how to even get Apache installed and running, though I eventually found their extensive help documents. BTW, I installed Apache on CentOS using this:</p>
<p><code>sudo yum install httpd mod_ssl</code></p>
<p>In the end, I&#8217;m sure this could all be automated but it would be great if Mosso would let you save a setup or suite of apps you&#8217;d like to have installed at startup. I&#8217;d wait a few more minutes for my server to be live if I didn&#8217;t have to manually install Apache, MySQL and PHP every time.</p>
<p>Overall, I&#8217;m very pleased with Cloud Servers. Ease-of-use coupled with Rackspace&#8217;s support makes this a strong player right out of the gate. I know I will definitely include them when planning new web apps in the future.</p>
<p>Here are a few screenshots I took while spinning up my server.</p>
<p>[nggallery id=1]</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2009/04/06/hands-on-with-mossos-cloud-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rackspace Announces Cloud Servers</title>
		<link>http://highedwebtech.com/2009/03/13/rackspace-announces-cloud-servers/</link>
		<comments>http://highedwebtech.com/2009/03/13/rackspace-announces-cloud-servers/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:04:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Rackspace]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=594</guid>
		<description><![CDATA[Last year, Rackspace, one of the largest web hosting companies going, went and bought a few smaller companies to add to its stable of cloud-based offerings, which to that point had consisted of Mosso. One of these was Jungle Disk, &#8230; <a href="http://highedwebtech.com/2009/03/13/rackspace-announces-cloud-servers/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>Last year, Rackspace, one of the largest web hosting companies going, went and bought a few smaller companies to add to its stable of cloud-based offerings, which to that point had consisted of Mosso. One of these was Jungle Disk, which I use for backups and file storage on Amazon S3. The other was Slicehost.</p>
<p><img alt="" src="http://www.mosso.com/images/cloud_hosting.png" class="alignright" width="182" height="27" />Mosso&#8217;s offerings were pretty straight-forward. For $100 a month you got a server  you could develop your application on in a variety of languages and they would automatically handle scaling your app as needed. We tried it out for a bit and it worked well and as advertised.</p>
<p>Yesterday, Rackspace announced several new offerings, but one in particular caught my eye &#8211; their Cloud Servers product.</p>
<blockquote><p>Cloud Servers will be priced per instance hour and will start at $0.015 per hour ($10.95 for a full month of usage). Since you only pay by the hour, it will be really easy and affordable to spin up a new instance for testing or development—and then simply remove it when you&#8217;re done.</p></blockquote>
<p>$11 a month for a cloud server with 256 MB of RAM and 10GB storage space? Sign me up right this second. These servers will be available starting Monday, March 16. I will try them out and report back how they are. Here are additional costs and specs. Click for a larger version.</p>
<p><a href="http://highedwebtech.com.s67666.gridserver.com/wp-content/uploads/2009/03/picture-31.png"><img src="http://highedwebtech.com/wp-content/uploads/2009/03/picture-31-300x113.png" alt="picture-31" title="picture-31" width="300" height="113" class="aligncenter size-medium wp-image-597" /></a></p>
<p>I wonder how Amazon will respond to this?</p>
<p>You can read more about their cloud servers and Rackspace&#8217;s other announcements <a href="http://blog.mosso.com/2009/03/breaking-news-mosso-the-rackspace-cloud-announces-availability-of-cloud-servers-and-more/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2009/03/13/rackspace-announces-cloud-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

