<?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>Attack of the web</title>
	<atom:link href="http://www.attackoftheweb.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackoftheweb.co.uk</link>
	<description>Freelance web development based in Norwich, UK</description>
	<lastBuildDate>Mon, 15 Aug 2011 20:59:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Photo manipulation: Alien woman</title>
		<link>http://www.attackoftheweb.co.uk/2011/08/13/alien-woman/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/08/13/alien-woman/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 00:04:46 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Photoshop Work]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=369</guid>
		<description><![CDATA[A photo manipulation created in Photoshop. <a href="http://www.attackoftheweb.co.uk/2011/08/13/alien-woman/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>A photo manipulation created in Photoshop, original image can be seen <a href="http://browse.deviantart.com/resources/?q=woman&amp;order=9&amp;offset=72#/dguavd" target="_blank">here</a>.</p>
<p style="text-align: center;"><a href="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/08/alien-woman.jpg" class="lightbox" ><img class="size-full wp-image-370 aligncenter" title="Alien woman" src="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/08/alien-woman.jpg" alt="Alien woman" width="379" height="605" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/08/13/alien-woman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>College Project: Public Infomation film about nuclear war</title>
		<link>http://www.attackoftheweb.co.uk/2011/08/12/college-project-public-infomation-film-nuclear-war/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/08/12/college-project-public-infomation-film-nuclear-war/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 23:34:35 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[College Projects]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=367</guid>
		<description><![CDATA[Whilst looking through YouTube recently I came across an old college project that I created in 2006. Although it&#8217;s now over five years old I still feel the video holds up well, there are a few things that I would &#8230; <a href="http://www.attackoftheweb.co.uk/2011/08/12/college-project-public-infomation-film-nuclear-war/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Whilst looking through YouTube recently I came across an old college project that I created in 2006. Although it&#8217;s now over five years old I still feel the video holds up well, there are a few things that I would change such as the American narrator to a British one with a &#8220;BBC voice&#8221; as it was created to parody the old British &#8220;Public Information&#8221; films. I used Adobe Illustrator to create my crude drawings and animated them using Macromedia Flash. I also rather embarrassingly used Windows Movie Maker to edit the project and add film grain to the video.</p>
<p><iframe src="http://www.youtube.com/embed/tOAtHVOPEQA" frameborder="0" width="425" height="349"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/08/12/college-project-public-infomation-film-nuclear-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress page excerpt</title>
		<link>http://www.attackoftheweb.co.uk/2011/08/07/wordpress-page-excerpt/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/08/07/wordpress-page-excerpt/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 09:00:30 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=348</guid>
		<description><![CDATA[How to add the functionality to create excerpts for pages in the WP admin, for WordPress 3.0 and above. <a href="http://www.attackoftheweb.co.uk/2011/08/07/wordpress-page-excerpt/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>WordPress out of the box allows you to create excerpts for posts but not pages, to add a excerpt meta field to your pages, all you need is to add the following code to your functions.php file:</p>
<p>
<pre class=""php"">
add_post_type_support('page', 'excerpt');
</pre>
</p>
<p>The above code work with WordPress 3.0 and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/08/07/wordpress-page-excerpt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Coding Tips: IE6 max-width</title>
		<link>http://www.attackoftheweb.co.uk/2011/08/06/ie6-max-width/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/08/06/ie6-max-width/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 22:29:23 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=322</guid>
		<description><![CDATA[How to use the max-width CSS attribute in IE6. <a href="http://www.attackoftheweb.co.uk/2011/08/06/ie6-max-width/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately IE6 doesn’t support the CSS property max-width, however you can make it behave using the following CSS:</p>
<pre class="css">
<span class="cssSelector">img {</span> <span class="cssProperty">width</span><span class="cssRest">:</span><span class="cssValue"> expression(document. body.clientWidth &#038;lt</span><span class="cssRest">;</span> 100? “100%” : document.body.clientWidth &gt; 100? “100%” : “auto”); <span class="cssSelector">}</span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/08/06/ie6-max-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Coding Tips: Rounded corners</title>
		<link>http://www.attackoftheweb.co.uk/2011/07/12/quick-coding-tips-rounded-corners/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/07/12/quick-coding-tips-rounded-corners/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 22:03:05 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=314</guid>
		<description><![CDATA[CSS for cross browser rounded corners, with the exception of IE8 and below. <a href="http://www.attackoftheweb.co.uk/2011/07/12/quick-coding-tips-rounded-corners/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>The following CSS added to an element will give it rounded corners:</p>
<pre class="css">
<span class="cssProperty">-moz-border-radius</span><span class="cssRest">:</span><span class="cssValue">1px</span><span class="cssRest">;</span> <span class="cssComment">/* For Firefox */</span>
<span class="cssProperty">-webkit-border-radius</span><span class="cssRest">:</span><span class="cssValue">1px</span><span class="cssRest">;</span> <span class="cssComment">/* For Chrome &amp; Safari */</span>
<span class="cssProperty">border-radius</span><span class="cssRest">:</span><span class="cssValue">1px</span><span class="cssRest">;</span> <span class="cssComment">/* CSS3 property, for FireFox 4, IE9 and Opera */</span>
</pre>
<p>Unfortunately IE8 and below have no CSS support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/07/12/quick-coding-tips-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sivioco goes live</title>
		<link>http://www.attackoftheweb.co.uk/2011/01/23/sivioco-goes-live/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/01/23/sivioco-goes-live/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 12:47:59 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=251</guid>
		<description><![CDATA[The website for Sivioco, a blog/portfolio site for Stoke-on-Trent based designer Sam Jones has just gone live. Sam approached me in November of last year to take his design and convert it into a WordPress theme. <a href="http://www.attackoftheweb.co.uk/2011/01/23/sivioco-goes-live/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-258" title="Lines of code" src="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/01/line-of-code-150x150.jpg" alt="Lines of code" width="150" height="150" />The website for Sivioco, a blog/portfolio site for Stoke-on-Trent based designer Sam Jones has just gone live. Sam approached me in November of last year to take his design and convert it into a WordPress theme.</p>
<p>And I&#8217;m pleased to say three months later, the site is completed, and up and running, it can be view here:</p>
<p><a href="http://www.sivioco.com/" target="_blank">http://www.sivioco.com/</a></p>
<h2>Client testimonial</h2>
<p><em>&#8220;When the time came to hire someone to develop my new website I couldn&#8217;t have chosen a better man to do the job. Gary was a pleasure to work with throughout the project, he kept me informed of his progress, made prompt amendments when needed, offered excellent advice, and delivered a great final product. Not only will I be working with him again in the future but I&#8217;d recommend him to anyone in need of web design and development services.&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/01/23/sivioco-goes-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Coding Tips: Remove the scroll bar from a textarea in IE</title>
		<link>http://www.attackoftheweb.co.uk/2011/01/08/quick-coding-tips-remove-the-scroll-bar-from-a-textarea-in-ie/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/01/08/quick-coding-tips-remove-the-scroll-bar-from-a-textarea-in-ie/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 19:33:32 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=275</guid>
		<description><![CDATA[To remove the scroll bar which IE automatically places in a textarea, you add the following to your CSS... <a href="http://www.attackoftheweb.co.uk/2011/01/08/quick-coding-tips-remove-the-scroll-bar-from-a-textarea-in-ie/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>To remove the scroll bar which IE automatically places in a textarea, you add the following to your CSS:</p>
<pre class="css">
<span class="cssSelector">textarea {</span> <span class="cssProperty">overflow</span><span class="cssRest">:</span><span class="cssValue">auto</span><span class="cssRest">;</span> <span class="cssSelector">}</span>
</pre>
<p>This will remove the scroll bar from the textarea, put place it back in when the user enters more text than the area&#8217;s height (as with other browsers).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/01/08/quick-coding-tips-remove-the-scroll-bar-from-a-textarea-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Dreamweaver to give you better CSS</title>
		<link>http://www.attackoftheweb.co.uk/2011/01/02/how-to-get-dreamweaver-to-give-you-better-css/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/01/02/how-to-get-dreamweaver-to-give-you-better-css/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 21:26:59 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/blog/?p=157</guid>
		<description><![CDATA[Dreamweaver is often criticised for creating unnecessary long handed CSS, when a user is using the in built CSS editor. For example using the default settings Dreamweaver would create the following when you want a div with a right hand &#8230; <a href="http://www.attackoftheweb.co.uk/2011/01/02/how-to-get-dreamweaver-to-give-you-better-css/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/01/Untitled-1.jpg" class="lightbox" ><img class="alignright size-thumbnail wp-image-236" title="Dreamweaver" src="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/01/Untitled-1-150x150.jpg" alt="Dreamweaver" width="150" height="150" /></a>Dreamweaver is often criticised for creating unnecessary long handed CSS, when a user is using the in built CSS editor. For example using the default settings Dreamweaver would create the following when you want a div with a right hand border:</p>
<pre><code>
div {
 border-right:solid;
 border-color:#00000;
 border-width:1px;
}
</code>
</pre>
<p>When the following would suffice:</p>
<pre><code>
div {
 border-right:1px solid #000;
}
</code>
</pre>
<p>To change the default Dreamweaver CSS settings you can do the following:</p>
<p><strong>Mac</strong><br />
From the top menu select Dreamweaver &gt; Preferences &gt; Category &#8211; CSS &gt; You&#8217;ll see &#8220;shorthand&#8221; selection boxes select all of the boxes and make sure that the radial buttons for &#8220;According to the settings above&#8221; and &#8220;Edit using CSS dialog&#8221; are also selected and click ok. This will make Dreamweaver use shorthand for the following rules:</p>
<ul>
<li>Font</li>
<li>Background</li>
<li>Margin</li>
<li>Padding</li>
<li>Border and border width</li>
<li>List style</li>
</ul>
<p><strong>Windows</strong><br />
Follow the above however to access the preferences you have to do the following:</p>
<p>From the top menu select Edit &gt; Preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/01/02/how-to-get-dreamweaver-to-give-you-better-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year, new look Attack of the web</title>
		<link>http://www.attackoftheweb.co.uk/2011/01/01/new-year-new-look-attack-of-the-web/</link>
		<comments>http://www.attackoftheweb.co.uk/2011/01/01/new-year-new-look-attack-of-the-web/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 21:54:25 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=239</guid>
		<description><![CDATA[Happy new year! It&#8217;s the start of a new year, and a new Attack of the web, I have updated the source code behind the website, added a few things that should have always of been there such as a &#8230; <a href="http://www.attackoftheweb.co.uk/2011/01/01/new-year-new-look-attack-of-the-web/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Happy new year!</strong></p>
<p>It&#8217;s the start of a new year, and a new Attack of the web, I have updated the source code behind the website, added a few things that should have always of been there such as a 404 page. As well as a Cufon to allow for the use of non web safe fonts as titles and navigation. Any comments or criticisms are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2011/01/01/new-year-new-look-attack-of-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFT navigation update</title>
		<link>http://www.attackoftheweb.co.uk/2010/11/10/cft-navigation-update/</link>
		<comments>http://www.attackoftheweb.co.uk/2010/11/10/cft-navigation-update/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 18:24:33 +0000</pubDate>
		<dc:creator>Gary Davison</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.attackoftheweb.co.uk/?p=253</guid>
		<description><![CDATA[This work was done in partnership with Turton Middleton. I was approached by Turton Middleton to improved the navigation on the client&#8217;s website, previously the navigation had been done through a series of images coded into the HTML. It featured &#8230; <a href="http://www.attackoftheweb.co.uk/2010/11/10/cft-navigation-update/" class="readmore">Read More</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-258" title="Lines of code" src="http://www.attackoftheweb.co.uk/wp-content/uploads/2011/01/line-of-code.jpg" alt="Lines of code" width="169" height="169" />This work was done in partnership with Turton Middleton.</p>
<p>I was approached by Turton Middleton to improved the navigation on the client&#8217;s website, previously the navigation had been done through a series of images coded into the HTML. It featured no live text, making it hard for the client to update, this is also a big SEO (Search engine optimisation) and accessibility &#8220;no no&#8221;. As it is difficult for search engines and screen readers to understand the content of an image, it&#8217;s a lot easier for them to understand live text.</p>
<p>I created a CSS led solution to the problem, which uses a mixture of  live text and two background images. The work can be seen here:</p>
<p><a href="http://www.cftech.co.uk" target="_blank">http://www.cftech.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackoftheweb.co.uk/2010/11/10/cft-navigation-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.attackoftheweb.co.uk @ 2012-05-17 17:32:16 -->
