<?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>Martin Paling &#187; IT</title>
	<atom:link href="http://martinpaling.com/tag/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinpaling.com</link>
	<description>Audio Field Recording Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 08:51:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vimeo vs YouTube</title>
		<link>http://martinpaling.com/2009/07/08/vimeo-vs-youtube/</link>
		<comments>http://martinpaling.com/2009/07/08/vimeo-vs-youtube/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:22:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=537</guid>
		<description><![CDATA[With my monthly bandwidth pulling in at over 20gb a few months ago I decided to host all of my sound clips offsite in an effort to reduce costs. Originally I was going to opt for YouTube&#8230; until I discovered Vimeo. The immediate attraction for me was the cleaner look and style of its video [...]]]></description>
			<content:encoded><![CDATA[<p>With my monthly bandwidth pulling in at over 20gb a few months ago I decided to host all of my sound clips offsite in an effort to reduce costs. Originally I was going to opt for YouTube&#8230; until I discovered <a href="http://www.vimeo.com/">Vimeo</a>. The immediate attraction for me was the cleaner look and style of its video player, the Vimeo site is also a lot nicer looking than YouTube &#8211; and it doesn&#8217;t suffer from some of the idiots you&#8217;ll find on YouTube too: post a video on YouTube and more often than not you&#8217;ll get some moron leaving unfriendly and often offensive comments.<span id="more-537"></span> Vimeo however seems to want to nurture a more friendly and constructive community, in-game video footage is disallowed and the content on the site tends to be of a more artistic nature.</p>
<p><a href="http://martinpaling.com/wp-content/uploads/2009/07/Picture-2.png"><img class="aligncenter size-full wp-image-538" title="Vimeo Screenshot" src="http://martinpaling.com/wp-content/uploads/2009/07/Picture-2.png" alt="Vimeo Screenshot" width="400" height="145" /></a></p>
<p>So what are the cons? well unless you choose to upgrade to Vimeo Plus then you&#8217;ll be restricted to uploading only 500mb a month (not a problem in my case but might be a problem for others) standard members videos also get put into a &#8220;processing queue&#8221; that can take anywhere from 15 minutes to 2 hours+ (depending on the site traffic at the time of upload) however it&#8217;s worth noting that in my experience I&#8217;ve often found my videos are ready before the time given, maybe that&#8217;s because mine are so short? Unlike YouTube you can&#8217;t batch upload either.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Another con for iPhone and iPod Touch owners is that to date there is no app that plays Vimeo videos, though it&#8217;s something that Vimeo staff say they are keen to remedy in the future.</p>
<p>Overall I much prefer using Vimeo, it&#8217;s true that my sound clips won&#8217;t get the exposure and viewers they will on YouTube&#8230; but I&#8217;m not doing this to be popular, I post to this site because I want to.</p>
<p>Although Vimeo has been running for a couple of years now I suppose there is always that concern that its running on a finite amount of resources, it&#8217;s well known that YouTube with its billions of visitors and videos doesn&#8217;t make a profit, indeed Credit Suisse estimate that it makes an annual loss of $500m &#8211; <a href="http://www.guardian.co.uk/media/pda/2009/jun/17/youtube-google">though recent reports suggest that figure might be much less</a>.</p>
<p>Hopefully Vimeo will survive, it has built up a nice community and the content on offer there is very good, the Plus package should help bolster running costs&#8230; but just incase I&#8217;ve also uploaded all of my sound clips to YouTube too!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/07/08/vimeo-vs-youtube/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress and the Blank Screen of Death</title>
		<link>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/</link>
		<comments>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:21:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=426</guid>
		<description><![CDATA[I experienced my first blank screen of death in Wordpress about two months ago (not bad going considering the amount of wordpress sites I edit/administer.) when I was working on an install of WPMU, the developer I was working with figured out the issue really quickly. An empty line before or after the opening or [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced my first blank screen of death in Wordpress about two months ago (not bad going considering the amount of wordpress sites I edit/administer.) when I was working on an install of WPMU, the developer I was working with figured out the issue really quickly.<span id="more-426"></span> An empty line before or after the opening or closing php declerations:</p>
<blockquote><p>&lt;?php <em>Code Here</em>  ?&gt;</p></blockquote>
<p>And the answer was to try the following:</p>
<ul>
<li>Uninstall all plugins (No Joy!)</li>
<li>Revert to default theme (No joy)</li>
<li>Upload fresh theme (Implication being you haven&#8217;t messed with it &#8211; no joy)</li>
</ul>
<p>When none of that worked the only solution was to trawl through all of our files until we found one with an empty line &#8211; fortunately the search started and stopped with the config file which we&#8217;d recently edited.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Then a few weeks later and yet again it was my config file and this time a google search showed <a href="http://www.colinmcnulty.com/blog/2008/07/08/solution-to-wordpress-blank-screen-of-death/">I wasn&#8217;t alone in having this issue</a>.</p>
<p>Once I could put down to bad editing, but twice seemed a bit much. I figured it must be my editor WebDesign by Rage Software, so I switched to Text Wrangler.</p>
<p>Then yesterday while installing a wordpress site for a friend I got the following php error during the installation: </p>
<blockquote><p><strong>Warning</strong>: Cannot modify header information &#8211; headers already sent by (output started at /home/account/public_html/test-site/wp-config.php:153) in <strong>/home/account/public_html/test-site/wp-login.php</strong> on line <strong>255</strong></p></blockquote>
<p>A quick Google later and yet again it seems that it&#8217;s an empty space in the config file, and yes i&#8217;ve used WebDesign again to edit it!</p>
<p>So I decide to compare the code (In Text Wrangler) from my affected file to that of a healthy one, and look what turns up:</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 519px"><a href="http://martinpaling.com/wp-content/uploads/2009/06/picture-12.png"><img class="size-full wp-image-431 " title="Image grab of comments from healthy config file" src="http://martinpaling.com/wp-content/uploads/2009/06/picture-12.png" alt="Image grab of comments from healthy config file" width="509" height="186" /></a><p class="wp-caption-text">Image grab of comments from healthy config file</p></div>
<p>That&#8217;s as you would expect, now look at what WebDesign did to it:</p>
<p> </p>
<div id="attachment_430" class="wp-caption aligncenter" style="width: 535px"><a href="http://martinpaling.com/wp-content/uploads/2009/06/picture-41.png"><img class="size-full wp-image-430" title="Image grab of comments from nasty file" src="http://martinpaling.com/wp-content/uploads/2009/06/picture-41.png" alt="Image grab of comments from nasty file" width="525" height="357" /></a><p class="wp-caption-text">Image grab of comments from nasty file</p></div>
<p>Empty spaces everywhere! Either it&#8217;s adding them by default or I&#8217;ve ticked an option somewhere. From now on i&#8217;ll just have to use Text Wrangler as default &#8211; which is no hardship, I just wish I could set the text to soft wrap as default &#8211; I seem to have to enable it everytime I load up!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Hosting for Beginners</title>
		<link>http://martinpaling.com/2009/06/02/website-growing-too-big-try-cloud-hosting/</link>
		<comments>http://martinpaling.com/2009/06/02/website-growing-too-big-try-cloud-hosting/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 09:27:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=352</guid>
		<description><![CDATA[Recently the time came for Scenography the Theatre Design website to move to a new server, we were a victim of our own success, increased visitor numbers and users meant increased bandwidth and storage bills, we&#8217;ve often considered moving to a VPS or even a server of our own, but at the moment that seemed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Recently the time came for <a href="http://sceno.org">Scenography the Theatre Design website</a> to move to a new server, we were a victim of our own success, increased visitor numbers and users meant increased bandwidth and storage bills, we&#8217;ve often considered moving to a VPS or even a server of our own, but at the moment that seemed like overkill &#8211; however there is an alternative to medium to large websites needing to stretch their arms: <a href="http://www.sitehq.co.uk/cloud_hosting.php">Cloud Hosting</a>.</strong><span id="more-352"></span></p>
<p>Everyone wants their website to be a success, but often it comes at a cost: increased hosting bills. Unless you run your own server, rent a server or use VPS chances are you&#8217;re on a shared hosting package. For most of us these are just great, you pay small sum of money for a modest amount of bandwidth and storage, but what happens when you get too big for your web hosting plan? Well most hosts will allow you to upgrade or add extra storage and bandwidth, usually that&#8217;s a system that works out very well&#8230; but is it the most cost effective?</p>
<p>The way shared hosting works is that your host buys/rents a server. They then &#8220;slice&#8221; that server into chunks of storage (Packages) and sell them on to clients. When a client needs more than their package allows the host has to charge extra because the client is using storage the host could sell on to a new customer&#8230; prices sometimes seem steep because it&#8217;s not a cost effective solution and ultimately the host can only sell on space if any exists on the server.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>The introduction of Cloud Hosting from a range of hosting providers has changed things significantly. Cloud hosting benefits from utilising a number of servers to provide your hosting rather than just one, and because Cloud hosting is not based on one single server, extra storage may be added at a much lower price. For example 1GB of additional space a month on <a href="http://www.sitehq.co.uk/cloud_hosting.php">SiteHQ&#8217;s Cloud</a> will only cost you £1.</p>
<p>For us at Scenography it was an obvious and easy choice, we were eating both bandwidth and storage fast and needed a cost effective solution. We&#8217;ve been on the Cloud for two weeks now and I have to say so far we are very happy with both the performance of the site, the hosting control panel and SiteHQ&#8217;s excellent support service. The migration was relatively painless, the only real difficulty we had was that our database was too large to be uploaded via phpMyAdmin, however SiteHQ were more than happy to do this for us. Although we&#8217;re paying roughly the same amount per annum we&#8217;re actually getting a much better service, with both more storage space and bandwidth as default than we had on our shared hosting plan, and of course if we should need to pay for additional resources they come at only a fraction of the price!</p>
<p>However it&#8217;s not all about storage space and bandwidth, another great benefit to be had from hosting your site on a Cloud is that you can use multiple platforms and technologies side by side: you can use Linux and Windows 2008 on the same site, as well as PHP, ASP, PERL, PYTHON.</p>
<p>If you&#8217;re running a site that&#8217;s getting big, or setting up a site that you expect to expand rapidly or perhaps you have a site that often gets sudden spikes in traffic then Cloud Hosting may well be the ideal solution for you.</p>
<p>There are a number of Hosts offering Cloud Hosting, though I can happily recommend <a href="http://www.sitehq.co.uk/cloud_hosting.php">SiteHQ</a> with whom  i&#8217;ve hosted both a number personal and work sites off for over five years.</p>
<h2>Cheaper Cloud Hosting</h2>
<p><a href="http://www.sitehq.co.uk/blog/our-cloud-hosting-just-got-cheaper/">SiteHQ&#8217;s cloud hosting just got cheaper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/06/02/website-growing-too-big-try-cloud-hosting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Premium Wordpress Themes and Laziness</title>
		<link>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/</link>
		<comments>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/#comments</comments>
		<pubDate>Fri, 22 May 2009 23:55:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=312</guid>
		<description><![CDATA[I admit it I was far to lazy do create my own wordpress theme for this site, I seem to have spent the last 2 months working on code, wordpress themes and web site designs&#8230; the truth is I&#8217;d much rather be doing something else. So the prospect of designing and coding my own wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>I admit it I was far to lazy do create my own wordpress theme for this site, I seem to have spent the last 2 months working on code, wordpress themes and web site designs&#8230; the truth is I&#8217;d much rather be doing something else. So the prospect of designing and coding my own wordpress theme was just one step too far. I&#8217;d never bought a premium wordpress theme before and hadn&#8217;t really intended on doing so. What I needed for my site was something that dealt with video embedding nicely I first looked at the free <a href="http://www.zoomstart.com/videographer-wordpress-theme/">Videographer theme</a> by Zoomstart. It worked fairly well, but perhaps wasn&#8217;t pretty enough and would have required a bit of extra work. My hunt around the web and the wordpress theme repositories didn&#8217;t pull up anything useful or even that useable for my needs.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Then I happened across the <a href="http://www.studiopress.com/themes/tubular">Tubular theme</a> by Brian Gardner and available from <a href="http://www.studiopress.com/">Studiopress</a>. Video embedding is dealt with very well, and it&#8217;s attractive out of the box, the code is nicely laid out and the css is easy to edit &#8211; all in all it&#8217;s a very nice package and as you would expect (you hope) from a premium wordpress theme there&#8217;s good support available in the support forums.</p>
<p>I know some people would reel at the thought of paying for a premium theme when there are so many good free themes out there&#8230; but I&#8217;m just happy to have something that works and if that means spending a little money so be it.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Gallery2 to Wordpress</title>
		<link>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/</link>
		<comments>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/#comments</comments>
		<pubDate>Wed, 20 May 2009 22:20:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=290</guid>
		<description><![CDATA[After over a year using Gallery2 to display my audio recordings i&#8217;ve decided to give it the axe. Part of my decision was the need to move the audio files off of my hosting account and save myself some bandwidth but also because I&#8217;ve grown a little unhappy with Gallery2. Ultimately it is designed as [...]]]></description>
			<content:encoded><![CDATA[<p>After over a year using Gallery2 to display my audio recordings i&#8217;ve decided to give it the axe. Part of my decision was the need to move the audio files off of my hosting account and save myself some bandwidth but also because I&#8217;ve grown a little unhappy with Gallery2. Ultimately it is designed as an image gallery  - but even so I&#8217;ve found it to be a complicated, over designed resources hog. <a href="http://gallery.menalto.com/gallery_3_begins">Gallery3</a> is currently in development and maybe that will be better. But I don&#8217;t think it&#8217;s an environment that&#8217;s going to work displaying audio recordings. Also I can&#8217;t help but think that a Wordpress installation with the right plugins can produce something just as effective as Gallery2 and possibly even Gallery3.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p><a href="http://www.dsamedia.co.uk/">DSA Media</a> made us a great gallery/album system for <a href="http://sceno.org/">Scenography &#8211; The Theatre Design Website</a>, it&#8217;s simplicity is genius compared to a Gallery2 installation it&#8217;s a real dream and so easy to maintain and use.</p>
<p>I&#8217;ve now converted my audio files to movie files and hosted them on <a href="http://www.vimeo.com">Vimeo</a>. They&#8217;re all in here and you may browse through them using the categories link on the right.</p>
<p>More about using Vimeo later!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
