<?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>Media Surgery</title>
	<atom:link href="http://www.mediasurgery.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mediasurgery.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FireFox 3.6 on Mac OSX has a bug with SWF Object / Flash &#8211; 1px out</title>
		<link>http://www.mediasurgery.co.uk/2010/03/17/firefox-3-6-on-mac-osx-has-a-bug-with-swf-object-flash-1px-out/</link>
		<comments>http://www.mediasurgery.co.uk/2010/03/17/firefox-3-6-on-mac-osx-has-a-bug-with-swf-object-flash-1px-out/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:10:31 +0000</pubDate>
		<dc:creator>secureAdmin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=357</guid>
		<description><![CDATA[Checking through the Media Surgery site itself has proved interesting. The site was developed on a Windows Vista machine checked in all major browsers and both main operating systems &#8211; Windows and Mac OSX 10.6. The browser bugs were sorted and the whole check list of things before going live was addressed. Firefox recently has [...]]]></description>
			<content:encoded><![CDATA[<p>Checking through the Media Surgery site itself has proved interesting.</p>
<p>The site was developed on a Windows Vista machine checked in all  major browsers and both main operating systems &#8211; Windows and Mac OSX 10.6. The browser bugs were sorted and the whole check list of things before going live was addressed.</p>
<p>Firefox recently has updated to version 3.6, so all sites were checked again on the main browsers and everything once again seemed OK.</p>
<p>However, checking on Firefox 3.6 on Mac and not PC there was a clear discrepancy. The Flash file at the top ( Windfarm) seemed to be a single  1 pixel out. After trying to debug and trying numerous different positioning methods, it turned out to be a FireFox bug. The incredibly strange thing about this bug is that its only seen in different widths. So you can manually resize the browser and it can then appear or disappear depending on width. Very, very strange and can certainly be described as &#8220;buggy&#8221;</p>
<p>Go ahead and try giving the element</p>
<p><code>#my-element-id { overflow: auto; }</code></p>
<p>Which is reported to solve it in some instances. It didn&#8217;t work in my testing however.</p>
<p>The only way this can be fixed is if Mozilla sort this properly is if they do it themselves.</p>
<p><strong>What to do?</strong></p>
<p>Please post in the comments below and also go to the <a href="http://support.mozilla.com/en-US/forum/1/562633">Mozilla Firefox bug page and leave a comment.</a> This will make them aware of the problem. The more noise people make about it, the more emphasis will be on them to take action, which will reportedly, be addressed in version 3.6.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2010/03/17/firefox-3-6-on-mac-osx-has-a-bug-with-swf-object-flash-1px-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jeremy Keith talks and web accessibility / HTML5</title>
		<link>http://www.mediasurgery.co.uk/2010/01/06/jeremy-keith-talks-and-web-accessibility-html5/</link>
		<comments>http://www.mediasurgery.co.uk/2010/01/06/jeremy-keith-talks-and-web-accessibility-html5/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:40:20 +0000</pubDate>
		<dc:creator>secureAdmin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=311</guid>
		<description><![CDATA[I first learned of Jeremy Keith after being recommended his great first book back in 2005, which seems like last year, wow! how time flies by. Since then i have been a few of his live talks and read many of his blog posts and articles. Working for Clear Left ( lovely site) in Brighton [...]]]></description>
			<content:encoded><![CDATA[<p>I first learned of Jeremy Keith after being recommended his great <a href="http://domscripting.com/">first book</a> back in 2005, which seems like last year, wow! how time flies by. Since then i have been a few of his live talks and read many of his blog posts and articles. Working for <a href="http://clearleft.com/">Clear Left ( lovely site)</a> in Brighton he is is a front end developer who specialises in accessibility.  Today i spent hour plus listening to a fantastic podcast and resource by <a href="http://webaxe.blogspot.com/">WebAxe</a> in which he was interviewed.</p>
<p>A few quotes and what i took away from the interview:</p>
<blockquote><p>We dont mention accessibility with clients</p></blockquote>
<p>Some may initially wonder about this but he is simply stating that it should be a given with any website. He explained it very well by comparing  it to </p>
<blockquote><p>The plumber asking if its ok to use that specific wrench on your sink when called out to repair a pipe.</p></blockquote>
<p>Also some clients may not have heard about web accessibility and they should be trusting you to do a competent job while doing the right thing for their audience.</p>
<blockquote><p>HTML5 is very backward compatible and with HTML4 it validates fine.</p></blockquote>
<p>There are some tags that have been deprecated in HTML4 but in a practical way most modernly built XHTML1 or HTML4 with will pass the w3c test. There are also some new tags in HTML5 that can used such as the new input types.</p>
<blockquote><p>Using a javascript library is something i do myself and it saves reinventing the wheel</p></blockquote>
<p>After initially being a little hesitant using a library due their first load ( file size), we have been using <a href="http://jquery.com/">Jquery</a> for over 2 years and love it! Its great to hear someone so experienced as Jeremy using a library and now validating our choice for Jquery when we evaluated the different options such as Django, Prototype and Moo Tools.</p>
<blockquote><p>
I think of web accessibility of not destroying accessibility rather than creating it.</p></blockquote>
<p>This is in referral to properly structured and semantic HTML being accessible, while Javascript can break that accessibility if not properly used and planned.</p>
<p>It was an hour very well spent and he was as informative as ever. I highly recommend you hear him talk in person if you get the chance. In the meantime listen to the <a href="http://webaxe.blogspot.com/2009/10/podcast-75-jeremy-keith-interview-wave.html">Webaxe episode 75 podcast in which he is interviewed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2010/01/06/jeremy-keith-talks-and-web-accessibility-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Absolute DIV not showing in IE6 / IE7 &#8211; Internet Explorer</title>
		<link>http://www.mediasurgery.co.uk/2009/06/21/absolute-div-not-showing-in-ie6-ie7-internet-explorer/</link>
		<comments>http://www.mediasurgery.co.uk/2009/06/21/absolute-div-not-showing-in-ie6-ie7-internet-explorer/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 12:10:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=149</guid>
		<description><![CDATA[Iv come across this problem a few times now and this should be of help to a few people. When placing an absolute div within a relative positioned div, in IE6 and IE7 that div disappeared. The content within the div and the div just would not show. An immediate response would be to think [...]]]></description>
			<content:encoded><![CDATA[<p>Iv come across this problem a few times now and this should be of help to a few people.</p>
<p>When placing an absolute div within a relative positioned div, in IE6 and IE7 that div disappeared. The content within the div and the div just would not show. An immediate response would be to think of the stack and z-Index but after a few tests it wasnt that.</p>
<p><strong>The Fix: </strong>Simply surround the absolute div with another empty div.</p>
<p>Did it work? Another similar problem? Leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/06/21/absolute-div-not-showing-in-ie6-ie7-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Excluding current post / url in WordPress Loop</title>
		<link>http://www.mediasurgery.co.uk/2009/05/30/excluding-current-post-url-in-wordpress-loop/</link>
		<comments>http://www.mediasurgery.co.uk/2009/05/30/excluding-current-post-url-in-wordpress-loop/#comments</comments>
		<pubDate>Sat, 30 May 2009 10:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=133</guid>
		<description><![CDATA[A very quick post today but hopefully this will help a few people. WordPress is a great tool for a small website requiring regular editing. While using the loop i wanted to find a way to exclude the current pages url from a list of links. There is no point in a page linking to [...]]]></description>
			<content:encoded><![CDATA[<p>A very quick post today but hopefully this will help a few people.</p>
<p>WordPress is a great tool for a small website requiring regular editing. While using the loop i wanted to find a way to exclude the current pages url from a list of links. There is no point in a page linking to itself!</p>
<p>By using the the post__not_in function its easy to do.</p>
<pre>&lt;?php query_posts(array('showposts'=&gt; 6,'post__not_in' =&gt; array($post-&gt;ID)));
while (have_posts()) : the_post(); ?&gt;
&lt;li&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php endwhile;?&gt;</pre>
<p>Did it work? Any problems? Post a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/05/30/excluding-current-post-url-in-wordpress-loop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coda Style JQuery Bubble &#8211; Now works in IE !</title>
		<link>http://www.mediasurgery.co.uk/2009/03/22/coda-style-jquery-bubble-now-works-in-ie/</link>
		<comments>http://www.mediasurgery.co.uk/2009/03/22/coda-style-jquery-bubble-now-works-in-ie/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 01:12:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=75</guid>
		<description><![CDATA[After finding the Coda Bubble article i was keen to implement it on my site. Its a really cool effect that can add a lot to the web page with limited room to add in all the desired content. Its also a really attractive bit of candy that gives that little extra wow factor. There [...]]]></description>
			<content:encoded><![CDATA[<p>After finding the <a href="http://jqueryfordesigners.com/coda-popup-bubbles/">Coda Bubble</a> article i was keen to implement it on my site. Its a really cool effect that can add a lot to the web page with limited room to add in all the desired content. Its also a really attractive bit of candy that gives that little extra wow factor.</p>
<p>There are a few problems to the solution however:</p>
<ul>
<li>The main being it doesnt work in any version of IE ( See image below )</li>
<li>Its riddled with inline tables and the code is a mess</li>
<li>Any text within the pop gets anti aliased by IE making it ugly</li>
</ul>
<p></p>
<p><img src="http://www.mediasurgery.co.uk/demo/bubble-ie.gif" alt="Problems in IE" /></p>
<p>I thought that it would be a shame to waste the original authors time and my own after taking a few hours to get it working. Is there a solution to get round these three problems?</p>
<p>Yes there certainly is: Very simple just use a gif image with transparency. <a href="http://www.mediasurgery.co.uk/demo/bubble-example.html">View the demo</a>. </p>
<p>While this solution isnt ideal* it works in all browsers, and the code is so much cleaner. To make the method accessible either add an &#8220;alt&#8221; or &#8220;longdesc&#8221; tag with a description of what&#8217;s in your pop up box.</p>
<p>*You are of course limited to colours with gif images but in most cases its generally text thats going to go in the pop up box anyway.</p>
<p>Did it work for you? Leave a comment&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/03/22/coda-style-jquery-bubble-now-works-in-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Shopp Review</title>
		<link>http://www.mediasurgery.co.uk/2009/03/19/wordpress-shopp-review/</link>
		<comments>http://www.mediasurgery.co.uk/2009/03/19/wordpress-shopp-review/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:12:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=69</guid>
		<description><![CDATA[Recently we developed a site in WordPress that went well. Just before the intended launch the client asked for a shopping facility to be added in to the site. Off course WordPress doesn&#8217;t have any built in e-commerce facility. The choice was either to make a sub section of the site using any one of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we developed a site in WordPress that went well. Just before the intended launch the client asked for a shopping facility to be added in to the site. Off course WordPress doesn&#8217;t have any built in e-commerce facility. The choice was either to make a sub section of the site using any one of a number of independent e-commerce systems or to find some kind of add on that we could build into the already deployed WordPress system.</p>
<p>We only looking to sell 2/3 products at one time so we didnt need the power or functionality of a full e-commerce system. A plugin we thought should be sufficient for our needs.</p>
<p>After many hours of searching and reading reviews it came down to two choices. <a href="http://www.instinct.co.nz/e-commerce/">Wp-Commerce</a> or <a href="http://www.shopplugin.net">Shopp</a>.</p>
<p>It seemed that  lot of the reviews found bugs in Wp Commerce and we found no different. While it claims to be a cutting edge e-commerce system, it seemed to have some glaring glitches with the inventory and site structure. It seemed to be a system that needs more development time, but certainly has potential. Just not for us.</p>
<p>Paying $55 for the standard install of Shopp we were quite hopeful this would work. It installed ok with no problems. In WordPress its controlled by its own section within the admin section. After looking through all the options we were a little stumped where the prices for the products were set up. After a few G searches it was no surprise that they were supposed to be in the product section. Since the admin is powered by some well thought Javascript and Ajax we thought there must be a conflict with a plugin. (Probably the biggest and most found error when it comes to functionality of WordPress or any other Website coding platform.)</p>
<p> Going through the tedious procedure of uninstalling one plugin at a time then testing the cart options we found it. <a href="http://wordpress.org/extend/plugins/wp-lightform/">Wp Lightform</a> Since the validation of that form is controlled by only Javascript it isnt the best of contact forms to use anyway. Spam can get through it quite easily!</p>
<p>To accept payments online, the easiest is Paypal Express. This method sends customers to the Paypal site to make payment either through their own Paypal account or through a credit card. The customer is then returned to your own site to confirm transaction. After inserting the details for Paypal API for the their Express shopping facility it was time to test the site out. </p>
<p>For some reason we were getting page not founds on the products. There seemed to be a problem with the permalink structure of the products. After searching through the <a href="http://forums.shopplugin.net/">Shopp Forum</a> it was suggested that we resave the cart page. That worked and seemed to reset the permalink structure to what it was meant to be.</p>
<p>Styling and setting up the layout is controlled by an over riding template system. It seemed to work well enough. Since we only had two products we simply set up featured products on the default shopping page. There were numerous options that could display categories and other options but we didn&#8217;t explore those areas.</p>
<p>There are options in the system that include taxes and delivery but we also didnt have the need to explore full functionality. It would be in these areas that the site could fail, as that&#8217;s where really complex coding is required to satisfy the functionality required. If it worked like the rest of the plugin however it should all work as its meant.</p>
<p>After thoroughly testing the cart in numerous browsers and platforms the shopping cart system was ready to use.</p>
<p><strong>Quick Summary:</strong></p>
<p>If you are looking for light e-commerce system that can take payments through the web using Paypal then give Shopp a try. There are enough options to sell successfully online just don&#8217;t expect it to have the full customisation options of a stand alone shopping cart such as Zen Cart, Magento or Cube Cart. </p>
<p><em><strong>4/5</strong></em> losing a point due to the small problems we had with other plugins ( not Shopp&#8217;s fault) and the small problem with wrongly pointed links</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/03/19/wordpress-shopp-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>3 CSS tricks / bugs in Internet Explorer 7</title>
		<link>http://www.mediasurgery.co.uk/2009/03/08/3-css-tricks-bugs-in-internet-explorer-7/</link>
		<comments>http://www.mediasurgery.co.uk/2009/03/08/3-css-tricks-bugs-in-internet-explorer-7/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=63</guid>
		<description><![CDATA[A quick post today with 3 bugs and the solutions iv found to fix them. 1.) I wanted to get rid of the border on the input fields within a form. You would naturally try input: border:none; However and strangely that didnt work. The Fix: input: border-width:0; 2.) IE7 and below were showing the scrollbar [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post today with 3 bugs and the solutions iv found to fix them.</p>
<p><strong>1.) </strong>I wanted to get rid of the border on the input fields within a form. You would naturally try <code>input: border:none;</code> However and strangely that didnt work.</p>
<p><strong>The Fix:</strong><br />
<code>input: border-width:0;</code></p>
<p><strong>2.) </strong>IE7 and below were showing the scrollbar within a textarea even with the textarea having a absolute height</p>
<p><strong>The Fix:</strong><br />
<code>overflow:auto;</code></p>
<p><strong>3.)</strong> The strangest one of the 3. I wanted to get rid of the default text in a submit button. ( There has to be text for accessibility). I tried <code>text-indent:-9999px</code> which worked perfectly in Safari and Firefox.</p>
<p><strong>The Fix:</strong><br />
<code>text-indent:-9999px; color: transparent;  text-transform: capitalize;</code></p>
<p>I hope that helps anyone coming across any of these bugs in Internet Explorer. Did it work? Leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/03/08/3-css-tricks-bugs-in-internet-explorer-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cant login after WordPress 2.7.1 upgrade??</title>
		<link>http://www.mediasurgery.co.uk/2009/02/24/cant-login-after-wordpress-271-upgrade/</link>
		<comments>http://www.mediasurgery.co.uk/2009/02/24/cant-login-after-wordpress-271-upgrade/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=44</guid>
		<description><![CDATA[After updating to Wordress 2.7.1, on one of our sites i couldnt seem to log in. The page seemed to refresh and not do anything. Here are three things to try to solve the problem. Clear your cookies Clear your cache Rename the plugin directory ( /wp-content/plugins) to something different Hopefully that will help a [...]]]></description>
			<content:encoded><![CDATA[<p>After updating to Wordress 2.7.1, on one of our sites i couldnt seem to log in. The page seemed to refresh and not do anything. Here are three things to try to solve the problem.</p>
<ol>
<li>Clear your cookies</li>
<li>Clear your cache</li>
<li>Rename the plugin directory ( /wp-content/plugins) to something different</li>
</ol>
<p>Hopefully that will help a few people out. Did it work? Leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/02/24/cant-login-after-wordpress-271-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What to do when gmail is down? Write a review of it</title>
		<link>http://www.mediasurgery.co.uk/2009/02/24/what-to-do-when-gmail-is-down-write-a-review-of-it/</link>
		<comments>http://www.mediasurgery.co.uk/2009/02/24/what-to-do-when-gmail-is-down-write-a-review-of-it/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 12:09:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=43</guid>
		<description><![CDATA[Google&#8217;s email service also known as gmail has now been down for over an hour. Its 11:49 UK time here. Here is a quick review of whats good and bad about it. Good: Can run multiple pop3 and imap accounts through it, all located in the one single interface Search facility is fantastic, find anything [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s email service also known as gmail has now been down for over an hour. Its 11:49 UK time here. Here is a quick review of whats good and bad about it.</p>
<p><strong>Good:</strong></p>
<ul>
<li>Can run multiple pop3 and imap accounts through it, all located in the one single interface</li>
<li>Search facility is fantastic, find anything in seconds</li>
<li>iPhone access- works a treat on the iPhone</li>
<li>Speed &#8211; its usually lightening quick to load and read</li>
<li>Web space &#8211; it now has 12GB of space &#8211; iv only used 12% of that with many large files</li>
<li>Its a free service</li>
<li>Even the ads can be useful, iv seen me finding some great sites and articles from the ad links</li>
</ul>
<p><strong>Bad</strong></p>
<ul>
<li>There really is only one bad thing i can say about and thats the downtime im suffering from right now. Iv used gmail for over 2 years and apart from the occasional &#8220;service is down&#8221; message its worked a treat.</li>
<li>Ill add the ads in here as well as for the good. They do take up a little bit of screen space but its a minor bad point.</li>
</ul>
<p><strong>12:13p: </strong>You can get your gmails through your mobile such as iPhone. It seems only the web interface is down for now.</p>
<p>What do you love about gmail? Is it worth it even with todays downtime?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2009/02/24/what-to-do-when-gmail-is-down-write-a-review-of-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should i use tables for layout ?</title>
		<link>http://www.mediasurgery.co.uk/2008/11/14/should-i-use-tables-for-layout/</link>
		<comments>http://www.mediasurgery.co.uk/2008/11/14/should-i-use-tables-for-layout/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 12:03:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mediasurgery.co.uk/?p=42</guid>
		<description><![CDATA[Here we are in the year 2008 and some design agencies seemingly don&#8217;t know the answer to the question! http://shouldiusetablesforlayout.com/ Benefits of CSS:: Faster loading pages Easier to update the whole site Accessible &#8211; making the site available to all Content picked up easier by search engines The list could go on&#8230; Cowboy builders use [...]]]></description>
			<content:encoded><![CDATA[<p>Here we are in the year 2008 and some design agencies seemingly don&#8217;t know the answer to the question!</p>
<p><a href="http://shouldiusetablesforlayout.com/">http://shouldiusetablesforlayout.com/</a></p>
<p>Benefits of CSS::</p>
<ul>
<li>Faster loading pages</li>
<li>Easier to update the whole site</li>
<li>Accessible &#8211; making the site available to all</li>
<li>Content picked up easier by search engines</li>
<li>The list could go on&#8230;</li>
</ul>
<p><strong>Cowboy builders use tables for building websites.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mediasurgery.co.uk/2008/11/14/should-i-use-tables-for-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
