<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Web2Works Most Recently Updated Pages</title>
		<link>http://www.web2works.co.uk/home/</link>
		<atom:link href="http://www.web2works.co.uk/home/" rel="self" type="application/rss+xml" />
		<description>Shows a list of the 10 most recently updated pages.</description>

		
		<item>
			<title>Website Questionnaire</title>
			<link>http://www.web2works.co.uk/website-questionnaire/</link>
			<description>&lt;p&gt;To assist us in creating the website that you want, please take a moment to answer as many of the questions as possible. If there are any questions that you don't feel are relevant or have no answer, don't worry just leave them empty.&lt;/p&gt;</description>
			<pubDate>Thu, 09 Feb 2012 21:35:14 +0000</pubDate>
			
			<guid>http://www.web2works.co.uk/website-questionnaire/</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.web2works.co.uk/</link>
			
			<pubDate>Sat, 05 Feb 2011 10:19:42 +0000</pubDate>
			
			<guid>http://www.web2works.co.uk/</guid>
		</item>
		
		<item>
			<title>Page not found</title>
			<link>http://www.web2works.co.uk/page-not-found/</link>
			<description>&lt;div class=&quot;error_404&quot;&gt;
&lt;p&gt;It seems you were trying to access a page that doesn't exist. Don't worry...it happens to the best of us.&lt;/p&gt;
&lt;p&gt;Please check the spelling of the URL you were trying to access and try again.&lt;/p&gt;
&lt;p&gt;Here's a few links that might help you get back on track:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=1]&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=15]&quot;&gt;Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=6]&quot;&gt;Websites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=17]&quot;&gt;Hosting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=18]&quot;&gt;Mobile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.web2works.co.uk/[sitetree_link id=3]&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
			<pubDate>Sat, 05 Feb 2011 10:19:42 +0000</pubDate>
			
			<guid>http://www.web2works.co.uk/page-not-found/</guid>
		</item>
		
		<item>
			<title>PHP Upgrade: Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS</title>
			<link>http://www.web2works.co.uk/blog2works/php-upgrade-cannot-load-the-ioncube-php-loader-it-was-built-with-configuration-2-2-0-whereas-running-engine-is-api220090626-nts/</link>
			<description>&lt;h3&gt;Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS&lt;/h3&gt;
&lt;p&gt;This PHP error is being caused because IonCube is trying to load the old version. To update this on Debian:&lt;/p&gt;
&lt;p&gt;EDIT: /etc/php5/conf.d/aa_ioncube.ini&lt;br/&gt;FIND: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so&lt;br/&gt;REPLACE: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.3.so&lt;/p&gt;
&lt;p&gt;This error was caused when upgrading from PHP 5.2 to 5.3, I wanted to make sure no configuration files was overwritten. So when upgrading via apt-get, I made sure to always select the option for the local configuration files.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Sat, 04 Feb 2012 10:24:10 +0000</pubDate>
			
			<dc:creator>Ben Johnson</dc:creator>
			<guid>http://www.web2works.co.uk/blog2works/php-upgrade-cannot-load-the-ioncube-php-loader-it-was-built-with-configuration-2-2-0-whereas-running-engine-is-api220090626-nts/</guid>
		</item>
		
		<item>
			<title>How to upgrade PHP 5.2 to PHP 5.3 on Debian Lenny</title>
			<link>http://www.web2works.co.uk/blog2works/how-to-upgrade-php-5-2-to-php-5-3-on-debian-lenny/</link>
			<description>&lt;p&gt;Its very simple to upgrade PHP 5.2 to PHP 5.3 for Debian Lenny and it's easy to upgrade via a few commands with the apt-get&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Add these lines to the apt sources at /etc/apt/sources.list
&lt;pre class=&quot;prettyprint&quot;&gt;deb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable all&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;The dotdeb repositry will require you to download and import the key
&lt;pre class=&quot;prettyprint&quot;&gt;wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | sudo apt-key add -
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Now all that is left is to upgrade:
&lt;pre class=&quot;prettyprint&quot;&gt;apt-get update
apt-get dist-upgrade&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;I have to confirm a couple of files that have to be overwriten. &lt;/li&gt;
&lt;/ol&gt;</description>
			<pubDate>Thu, 03 Mar 2011 22:39:13 +0000</pubDate>
			
			<dc:creator>Ben Johnson</dc:creator>
			<guid>http://www.web2works.co.uk/blog2works/how-to-upgrade-php-5-2-to-php-5-3-on-debian-lenny/</guid>
		</item>
		
		<item>
			<title>Clear browser cache</title>
			<link>http://www.web2works.co.uk/blog2works/clear-browser-cache/</link>
			<description>&lt;p&gt;In order to speed up web browsing, modern web browsers are built to  download web pages and store them locally on your computer's hard drive. So when you visit the same page for a second time, the  browser speeds up loading time by loading the page locally from cache  instead of downloading everything again.&lt;/p&gt;
&lt;p&gt;Although storing Internet cache makes web browser faster you sometimes want to overwrite this defualt behaviour, for example to see recent changes made to a webpage you just  uploaded.&lt;/p&gt;
&lt;h2&gt;Clearing Cache Memory&lt;/h2&gt;
&lt;p&gt;This is done by doing what is called a &quot;force refresh&quot; by pressing both  control and F5 buttons simultaneously on your keyboard (depending on  your browser).&lt;/p&gt;
&lt;p&gt;Depending on your operating system all you need to do  is the  following key combination:&lt;br/&gt;&lt;br/&gt; Windows: ctrl + F5&lt;br/&gt; Mac/Apple: Apple + R or command + R&lt;br/&gt; Linux: F5&lt;/p&gt;
&lt;p&gt;If you find this does not work you can find step by  step guides for &lt;a href=&quot;http://www.refreshyourcache.com/en/chrome/&quot;&gt;Chrome&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/ff3/&quot;&gt;Firefox 3&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/ff2/&quot;&gt;Firefox 2&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/ie8/&quot;&gt;Internet Explorer 8&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/ie7/&quot;&gt;Internet Explorer 7&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/ie6/&quot;&gt;Internet Explorer 6&lt;/a&gt;, &lt;a href=&quot;http://www.refreshyourcache.com/en/safari/&quot;&gt;Safari&lt;/a&gt;.&lt;/p&gt;</description>
			<pubDate>Fri, 28 Oct 2011 12:02:43 +0100</pubDate>
			
			<dc:creator>Ben Johnson</dc:creator>
			<guid>http://www.web2works.co.uk/blog2works/clear-browser-cache/</guid>
		</item>
		
		<item>
			<title>Expressive Bikes</title>
			<link>http://www.web2works.co.uk/portfolio/expressive-bikes/</link>
			
			<pubDate>Thu, 25 Aug 2011 11:13:00 +0100</pubDate>
			
			<guid>http://www.web2works.co.uk/portfolio/expressive-bikes/</guid>
		</item>
		
		<item>
			<title>Common MySQL data types</title>
			<link>http://www.web2works.co.uk/blog2works/common-mysql-data-types/</link>
			<description>&lt;p&gt;When designing a new database, each time I have to re-think what types should be used for one or the other columns. So I decided to make my own mainly just for reference but somebody may find this useful.&lt;/p&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Column&lt;/th&gt; &lt;th&gt;Data Type&lt;/th&gt; &lt;th&gt;Comment&lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;id &lt;br/&gt;&lt;/td&gt;
&lt;td&gt;INT&lt;/td&gt;
&lt;td&gt;AUTO_INCREMENT, UNSIGNED&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;page name&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;VARCHAR(64)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;meta title&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;VARCHAR(150)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;meta description&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;VARCHAR(160)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;meta keyword&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;VARCHAR(255)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;status&lt;/td&gt;
&lt;td&gt;enum('ENABLED','DISABLED')&lt;/td&gt;
&lt;td&gt;DEFAULT &quot;DISABLED&quot;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;featured&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;TINYINT(1)&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;DEFAULT &quot;0&quot;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;content&lt;/td&gt;
&lt;td&gt;TEXT&lt;/td&gt;
&lt;td&gt;&lt;br/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;username&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(32)&lt;/td&gt;
&lt;td valign=&quot;top&quot;/&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;password&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(64)&lt;/td&gt;
&lt;td valign=&quot;top&quot;/&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;email address&lt;/td&gt;
&lt;td&gt;VARCHAR(100)&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;&lt;br/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;phone/mobile&lt;/td&gt;
&lt;td&gt;VARCHAR(20)&lt;br/&gt;&lt;/td&gt;
&lt;td&gt;&lt;br/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;firstname/company&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(32)&lt;br/&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;br/&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;address_1&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(128)&lt;/td&gt;
&lt;td valign=&quot;top&quot;/&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;postcode&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(10)&lt;/td&gt;
&lt;td valign=&quot;top&quot;/&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;file&lt;/td&gt;
&lt;td&gt;VARCHAR(255)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;price&lt;/td&gt;
&lt;td&gt;&lt;span&gt;DECIMAL (7,2)&lt;/span&gt;&lt;/td&gt;
&lt;td&gt; &lt;span&gt;UNSIGNED&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;order&lt;/td&gt;
&lt;td&gt;INT(11)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;ip&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;VARCHAR(15)&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;DEFAULT &quot;0&quot;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;modified&lt;/td&gt;
&lt;td&gt;TIMESTAMP&lt;/td&gt;
&lt;td&gt;on update CURRENT_TIMESTAMP&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;create&lt;/td&gt;
&lt;td&gt;DATETIME&lt;/td&gt;
&lt;td&gt;DEFAULT &quot;0000-00-00 00:00:00&quot;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;forien_key&lt;/td&gt;
&lt;td&gt;INT(11)&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
			<pubDate>Sun, 28 Aug 2011 09:45:46 +0100</pubDate>
			
			<dc:creator>Ben Johnson</dc:creator>
			<guid>http://www.web2works.co.uk/blog2works/common-mysql-data-types/</guid>
		</item>
		
		<item>
			<title>Email Marketing with List Mail Pro</title>
			<link>http://www.web2works.co.uk/website-design-and-development-services/email-marketing-with-list-mail-pro/</link>
			<description>&lt;p&gt;An important part of any website is to be able to capture email addresses for newsletters, articles and online marketing activities. Web2Works highly recommends List Mail Pro which enables you to manage and  publish your newsletters directly from your server with no monthly fees. List Mail Pro allows you to reach your visitors and keep them coming back; email marketing is an excellent addition to your website.&lt;/p&gt;
&lt;p&gt;The key features are listed below however; the main reason why Web2Works recommends this is that it is highly recommended software from the top email marketing experts allowing solid, robust emails that SPAM filters will struggle to identify as junk. The import and export facility are superb at trapping duplicate addresses and incorrectly formatted emails and allowing you personalise each email that is sent with custom fields fetched from the users database.&lt;/p&gt;
&lt;p&gt;List Mail Pro features include:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Unlimited lists each with their own customisable options and settings. &lt;/li&gt;
&lt;li&gt;Timed follow-up emails sent automatically in the days, weeks and years after subscription. &lt;/li&gt;
&lt;li&gt;Build your email with user information drawn from the database to help personalise each email including; formatted dates, custom text and more. &lt;/li&gt;
&lt;li&gt;Link Tracking – See who opens which link and when.&lt;/li&gt;
&lt;li&gt;Multi-part MIME messages – text and HTML email with or without file attachments.&lt;/li&gt;
&lt;li&gt;Double Opt-in – Each list can have a welcome and/or confirmation email – both optional.&lt;/li&gt;
&lt;li&gt;Custom Fields for each list to collect additional user information of your choice on sign up.&lt;/li&gt;
&lt;li&gt;Unlimited users with no limits to the amount of emails you can send.&lt;/li&gt;
&lt;li&gt;Easy add “Remove Links” to your message with a simple message code allowing users to un-subscribe. &lt;/li&gt;
&lt;li&gt;Bounce Handling automatically removes undeliverable email addresses from your lists. &lt;/li&gt;
&lt;li&gt;Scheduling system to queue your messages days, months and even years in advanced. &lt;/li&gt;
&lt;li&gt;Backup and Restore protects against unexpected server failures and helps with server migration. &lt;/li&gt;
&lt;li&gt;Import and Export users to your mailing database using a standard comma-delimited (CSV) text files.&lt;/li&gt;
&lt;li&gt;User Selection – &lt;strong&gt;send to all your users or just a selection from a search criteria. &lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Queue Protection&lt;/strong&gt; – In the event of an unexpected failure you can easily and safely resume your mailing, or do it automatically with the auto-resume script&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The main advantage being the List Mail Pro is free and has no monthly charges or cost per email.  &lt;/p&gt;
&lt;p&gt;Further reading:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.xsitepro2webtemplates.com/XSitePro-Email-Autoresponders.html&quot;&gt;&lt;em&gt;http://www.xsitepro2webtemplates.com/XSitePro-Email-Autoresponders.html&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://listmailpro.com/help/&quot;&gt;&lt;em&gt;List Mail Pro Help&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
			<pubDate>Wed, 17 Aug 2011 14:31:35 +0100</pubDate>
			
			<guid>http://www.web2works.co.uk/website-design-and-development-services/email-marketing-with-list-mail-pro/</guid>
		</item>
		
		<item>
			<title>About Us</title>
			<link>http://www.web2works.co.uk/about-us/</link>
			<description>&lt;p&gt;&lt;strong&gt;Web 2 works&lt;/strong&gt; is a website design and development company based in Leeds Yorkshire. with an  invaluable experience building websies for a range of  clients. Managed  by &lt;strong&gt;&lt;a title=&quot;Yorkshire Creative Website Developer&quot; href=&quot;http://web2works.co.uk/#ben-johnson&quot;&gt;Ben Johnson&lt;/a&gt;&lt;/strong&gt; an all round experienced website designer and  developer. Web2works  focus on improving your online presence by ensuring a  high standard of  all website that communicate quickly and elegantly.&lt;strong&gt; &lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;All our client website are fully optimised for search engines,   generating valuable visitors from day one. All of our pages comply to  the standards of the Internet set by the &lt;a href=&quot;http://www.w3.org/&quot;&gt;World Wide Web Consortium (W3C)&lt;/a&gt; and will always work in the lastest browsers. If you choose  us to  build your website we wont add on a whole bank of extra charges to   provide backwards browser compatiblity,  the code at Web2Works is of a high standard  that there is actually  very little editing need to work in 99.9% of  browsers. From the initial  consultancy, design and build right through  to the day your website goes  live our  experience and wealth of knowledge will help make your website   reach its full potential.&lt;/p&gt;
&lt;p&gt;All our websites include a Content Management System (CMS) allowing you to update your website at your own time with no  programming skills and enabling the site to grow as your organization  grows (&lt;a title=&quot;Demo CMS Contact Us&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=3]&quot;&gt;Contact Us&lt;/a&gt; for a preview of our custom CMS). Whenever  it suits you simple log into a secure admin area and without the need  to  contact Web 2 works you can manage your website, a few examples include;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Create/Edit Pages&lt;/li&gt;
&lt;li&gt;Edit Text&lt;/li&gt;
&lt;li&gt;Upload Images&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;As well as  all the Search Engine Optimisation (SEO) you would need so your website can be picked up by &lt;a title=&quot;Search Engine&quot; href=&quot;http://www.google.com/&quot;&gt;Google&lt;/a&gt; and other  search engines.&lt;/p&gt;
&lt;p&gt;Feel   free to &lt;a title=&quot;Contact Us&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=3]&quot;&gt;Contact Us&lt;/a&gt; if you have any questions, or even if you just want to say  hi. I'm   actually pretty friendly for a person who doesn't  get out of the   office much. But this is what we do, and we love what we  do!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why not get a bit more information about some of our exceptinal services:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a title=&quot;Fast UK Hosting&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=17]&quot;&gt;Fast UK Hosting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Online Shops and E-Commerce Websites&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=16]&quot;&gt;E-Commerce&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Professional Website Design and Logo&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=19]&quot;&gt;Website Design and Logo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Content Management Websites or CMS&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=21]&quot;&gt;Content Management Websites&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;if you are looking to appoint a web design agency and need to  know   that the people you choose will work beyond the fee  to produce a  truly  stunning and highly effective piece of work then &lt;a title=&quot;Contact Ben Johnson at Web2works&quot; href=&quot;http://www.web2works.co.uk/[sitetree_link id=3]&quot;&gt;get in touch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;hr/&gt;&lt;div id=&quot;ben-johnson&quot;&gt;
&lt;h2&gt;Ben Johnson&lt;/h2&gt;
&lt;p&gt;I have been studying at University on a Computing  course studying a   broad range of Computer related programming. I found  my passion in   website design and spent over a year working for Clever  Clover a well   established website solutions company. During my  experience at Clever   Clover I was given the opotuity to work with some  really big blue chip  companies. I've been a web designer and developer for more than a 5  years. I've learned many  things about web design since starting out in  this industry, and the  things I've learned have helped me develop  processes that benefit  everyone involved in the websites I work on.&lt;/p&gt;
&lt;h4&gt;Web Standards Expert&lt;/h4&gt;
&lt;p&gt;I am an expert in web standards, usability and accessibility. &lt;a href=&quot;http://www.w3.org/standards/&quot;&gt;W3C Web Standards&lt;/a&gt; go beyond just successful validation of code by providing a strong    foundation for websites that run faster, are search engine friendly,    accessible to any platform, audience or media and are more future proof.    I am proud to build all my projects to be W3C Strict Web Standards  Compliant.&lt;/p&gt;
&lt;/div&gt;</description>
			<pubDate>Sat, 05 Feb 2011 10:19:42 +0000</pubDate>
			
			<guid>http://www.web2works.co.uk/about-us/</guid>
		</item>
		

	</channel>
</rss>
