<?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>Big Red Design &#187; Big Red Design</title>
	<atom:link href="http://bigreddesign.com/category/big-red-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigreddesign.com</link>
	<description>Accessible Web Development</description>
	<lastBuildDate>Wed, 02 Mar 2011 18:45:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backup policy</title>
		<link>http://bigreddesign.com/2009/02/backup-policy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-policy</link>
		<comments>http://bigreddesign.com/2009/02/backup-policy/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 19:08:34 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Big Red Design]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.bigreddesign.co.uk/?p=146</guid>
		<description><![CDATA[Following some recent high profile incidents, we outline the steps we take to protect your website.]]></description>
			<content:encoded><![CDATA[<p>With a couple of recent incidents of high-profile sites (<a href="http://blog.wired.com/business/2009/01/magnolia-suffer.html" target="_blank">ma.gnolia</a> and <a href="http://www.techcrunch.com/2009/01/03/journalspace-drama-all-data-lost-without-backup-company-deadpooled/" target="_blank">Journalspace</a>) failing due to the lack of a rigorous enough backup policy, now seems a good time to reassure customers about Big Red Design&#8217;s own policy.</p>
<p>A nightly dump of all MySQL and PostgreSQL databases is performed and the files from these, along with all website files go into two independent automatic backup systems. In the first, weekly full and nightly incremental backups are taken and stored on the Big Red Design web server, hosted in Germany. These are in <acronym title="Tape ARchive"><a href="http://en.wikipedia.org/wiki/Tar_(file_format)" target="_blank">tar</a></acronym> format, compressed using <a href="http://www.bzip.org/" target="_blank">bzip2</a>.</p>
<p>The second method involves a nightly <a href="http://en.wikipedia.org/wiki/Rsync" target="_blank">rsync</a> of the databases, website files and server configuration files to the server in the Big Red Design office in the UK. This machine retains all files uncompressed using hard links to unchanged files from the previous backup in exactly the same way as is used by Apple&#8217;s <a href="http://www.apple.com/macosx/features/timemachine.html" target="_blank">Time Machine</a> backup system. Once a month, a copy of the most recent version of this backup is taken to <abbr title="Digital Versatile Disc">DVD</abbr> and stored in a safe.</p>
<p>However, we encourage customers not just to take our word for it, but to make their own backups too. If you would like assistance in doing this, we&#8217;d be glad to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigreddesign.com/2009/02/backup-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Redesign</title>
		<link>http://bigreddesign.com/2009/02/big-redesign/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=big-redesign</link>
		<comments>http://bigreddesign.com/2009/02/big-redesign/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:00:55 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Big Red Design]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://new.bigreddesign.co.uk/?p=50</guid>
		<description><![CDATA[This redesign of the Big Red Design website brings with it a number of new features.]]></description>
			<content:encoded><![CDATA[<p>This redesign of the Big Red Design website brings with it a number of new features:</p>
<ul>
<li>The <a href="http://bigreddesign.com/support/">Customer Support</a> section has been made available to non-customers and is due to be expanded soon.</li>
<li>Recent Big Red Design-related <a href="http://twitter.com/deniswalker" target="_blank">Twitter posts</a> are included on the site.</li>
<li>The site now includes a <a href="http://bigreddesign.com/blog/">Blog</a>, which will be used to discuss issues relevant to the business. Visitors to the site are encouraged to comment on the blog posts.</li>
</ul>
<p>The aim of introducing these features is to make Big Red Design a far more active participant in the web development community.</p>
<h3>Staying at the cutting edge</h3>
<p>The website continues to use <a href="http://www.w3.org/TR/xhtml11/"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr> 1.1</a> but has moved from <a href="http://www.w3.org/TR/CSS21/" target="_blank"><abbr title="Cascading Style Sheets">CSS</abbr> level 2.1</a> to <a href="http://www.w3.org/Style/CSS/current-work" target="_blank"><abbr title="Cascading Style Sheets">CSS</abbr> level 3</a>. This standard is still very much in development &#8211; it is not yet complete and not all of the features that it describes have yet been implemented in web browsers. Some of the features, such as support for rounded corners and shadows, have only been implemented in one or two browsers as proprietary properties. These are not recognised by the <a href="http://jigsaw.w3.org/css-validator/"><abbr title="Cascading Style Sheets">CSS</abbr> Validator</a> and result in errors, which unfortunately prevent the site&#8217;s CSS from validating. However, these properties are limited to one file - <var>proprietary.css</var>. All other <abbr title="Cascading Style Sheets">CSS</abbr> files used by this site validate as <abbr title="Cascading Style Sheets level 3">CSS3</abbr> and as browsers ignore properties they don&#8217;t know about, they have no effect on accessibility.</p>
<p>The site also uses <a href="http://microformats.org/" target="_blank">Microformats</a> to give more semantic meaning to information presented on the site. For example, if your browser supports Microformats, it will allow you to add our electronic business card directly to your address book.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigreddesign.com/2009/02/big-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

