<?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>AWD Website Design Blog</title>
	<atom:link href="http://www.allderwebdesign.com/web-design-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allderwebdesign.com/web-design-blog</link>
	<description></description>
	<lastBuildDate>Thu, 06 Jan 2011 14:19:31 +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>Special Offer: Free Website!</title>
		<link>http://www.allderwebdesign.com/web-design-blog/awd-news/special-offer-free-website/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/awd-news/special-offer-free-website/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 14:19:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWD News]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=73</guid>
		<description><![CDATA[You read the title correctly, Allder Web Design are offing a free double page website, to make sure you are entitled to our free website offer, please call our head office on 01255 225464 or email head office on info@allderwebdesign.com &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/awd-news/special-offer-free-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You read the title correctly, Allder Web Design are offing a free double page website, to make sure you are entitled to our free website offer, please call our head office on 01255 225464 or email head office on info@allderwebdesign.com this offer must end soon so make sure you act on this fantastic offer today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/awd-news/special-offer-free-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posts from WordPress</title>
		<link>http://www.allderwebdesign.com/web-design-blog/awd-news/displaying-posts-outside-wordpress/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/awd-news/displaying-posts-outside-wordpress/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 19:19:57 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWD News]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=67</guid>
		<description><![CDATA[In This Web Design post we will show you how to show wordpress posts outside of your wordpress installation. You may have heard of third party RSS Aggregators like SimplePie and MagPie to fetch your latest posts from your blog’s &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/awd-news/displaying-posts-outside-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In This <a title="Web Design Essex" href="http://www.allderwebdesign.com">Web Design</a> post we will show you how to show wordpress posts outside of your wordpress installation.</p>
<p>You may have heard of third party RSS Aggregators like SimplePie and MagPie to fetch your latest posts from your blog’s RSS feed. Whilst these RSS Aggregators do the job, there’s a much easier  way you can display/promote your latest and greatest blog post to local web design pages that reside outside of your WordPress installation.</p>
<p>With a little PHP you can simply nip into WordPress and retrieve your recent posts. As you are gaining access to all of WordPress’ functions, you have full control over how many posts to fetch and from which categories amongst other things.</p>
<table border="0" cellspacing="0" cellpadding="10" width="100%">
<tbody>
<tr>
<td>&lt;ul&gt;<br />
&lt;?php require($_SERVER['DOCUMENT_ROOT'] . &#8216;/path/wp-load.php&#8217;); query_posts(&#8216;showposts=15&#8242;); if (have_posts()) : while (have_posts()) : the_post(); ?&gt;<br />
&lt;li class=&#8221;item68&#8243;&gt;<br />
&lt;div align=&#8221;left&#8221;&gt;&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221; title=&#8221;&lt;?php the_title(); ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/div&gt;<br />
&lt;/li&gt;<br />
&lt;?php endwhile; else: echo &#8220;no posts&#8221;; endif; ?&gt;<br />
&lt;?php wp_reset_query(); ?&gt;<br />
&lt;/ul&gt;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/awd-news/displaying-posts-outside-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Touch Icon</title>
		<link>http://www.allderwebdesign.com/web-design-blog/awd-news/how-to-create-an-%e2%80%98apple-touch-icon%e2%80%99-for-your-website/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/awd-news/how-to-create-an-%e2%80%98apple-touch-icon%e2%80%99-for-your-website/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 19:01:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWD News]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=64</guid>
		<description><![CDATA[Welcome to today&#8217;s web design tutorial. Were going to show you how to create an Apple Touch Icon for your website. If you’re wondering what an Apple Touch Icon is, When you are using safari on your Apple iPhone, iPod or &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/awd-news/how-to-create-an-%e2%80%98apple-touch-icon%e2%80%99-for-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to today&#8217;s <a href="http://www.allderwebdesign.com/">web design</a> tutorial. Were going to show you how to create an Apple Touch Icon for your website. If you’re wondering what an Apple Touch Icon is, When you are using safari on your Apple iPhone, iPod or iPad, you can add a website to your home screen.</p>
<p>By default, the home screen icon is a small screen shot of your website, but by using the html code below and editing the url to your PNG icon, this will now be the icon you see on your apple device.</p>
<h2>How to Embed your Apple Touch Icon</h2>
<p>If you don’t want to leave the PNG lying around on your root directly, simply embed the following code within the ‘head’ tag of your web page(s).</p>
<div id="highlighter_431891">
<div>
<div>
<table>
<tbody>
<tr>
<td>1</td>
<td>&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;/path/apple-touch-icon.png&#8221;&gt;</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>How to remove Apple’s Icon Formatting</h2>
<p>If you don’t wish for your icon to be glossed, and have its’ corners rounded, simply adjust your embedding code to the following:</p>
<div id="highlighter_395030">
<div>
<div>
<table>
<tbody>
<tr>
<td>1</td>
<td>&lt;link rel=&#8221;apple-touch-icon-precomposed&#8221; href=&#8221;/path/apple-touch-icon.png&#8221;&gt;</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/awd-news/how-to-create-an-%e2%80%98apple-touch-icon%e2%80%99-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use WordPress?</title>
		<link>http://www.allderwebdesign.com/web-design-blog/web-design/why-use-wordpress/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/web-design/why-use-wordpress/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:45:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=54</guid>
		<description><![CDATA[if your looking for reasons to use WordPress, we have some for you here. User Friendly Experience is something you do not need when using WordPress. We can provide the ability to install WordPress on your site at a single &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/web-design/why-use-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if your looking for reasons to use WordPress, we have some for you here.</p>
<p><strong>User Friendly</strong></p>
<p>Experience is something you do not need when using WordPress. We can provide the ability to   install WordPress on your site at a single click of the mouse. The   admin end is easy to use and its even easy to add   articles/content to your website.</p>
<p><strong>Themes Support</strong></p>
<p>You will never run short of templates when using WordPress. If you would prefer to use a different theme, other than the default WP Theme, just browse the Internet and you will find plenty of free themes, even some that make your site look like a normal site, not a blog.</p>
<p><strong>Standards Compliant</strong></p>
<p>WordPress is a software that follows all the Web Standards and keeps your blog or website compliant to all the rules that have to be followed when running a website.</p>
<p><strong><a href="http://www.allderwebdesign.com/search-engine-optimization/">SEO</a> Friendly</strong></p>
<p><a href="http://www.allderwebdesign.com/search-engine-optimization/">SEO</a> has to be kept in mind where <a href="http://www.allderwebdesign.com">Web Design</a> in involved. WordPress uses different functions which allow it to be search   engine friendly. For example, making   categories, tagging your posts, use of h1/h2 and &lt;strong&gt; tags etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/web-design/why-use-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Q&amp;A</title>
		<link>http://www.allderwebdesign.com/web-design-blog/web-design/quick-web-design-qa/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/web-design/quick-web-design-qa/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:30:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=47</guid>
		<description><![CDATA[Q: How Much Will My Web Design Cost? A: Allder Web Design offer Web Design From Only £149 Q: Is SEO Included? A: SEO is included in some our our web packages Q: When Will My Website Be Finished? A: &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/web-design/quick-web-design-qa/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Q: How Much Will My <a href="http://allderwebdesign.com" target="_self">Web Design</a> Cost?</p>
<p>A: Allder Web Design offer <a href="http://allderwebdesign.com">Web Design</a> From Only £149</p>
<p>Q: Is <a href="http://www.allderwebdesign.com/search-engine-optimization/" target="_self">SEO</a> Included?</p>
<p>A: SEO is included in some our our <a href="http://www.allderwebdesign.com/web-design-packages/" target="_self">web packages</a></p>
<p>Q: When Will My Website Be Finished?</p>
<p>A: Depending on your website, it could be finished and live within one week</p>
<p>Q: How Do I Get A Domain Name &amp; How Much Does It Cost?</p>
<p>A: Domain Name Costs vary depending on your domain name extension, £19.99-£39.99</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/web-design/quick-web-design-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Testing</title>
		<link>http://www.allderwebdesign.com/web-design-blog/web-design/browser-testing/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/web-design/browser-testing/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:16:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=43</guid>
		<description><![CDATA[When going through the process of web design you need to be sure that your website performs to its best in every browser possible. There are many websites out there that can check what your website looks like in many &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/web-design/browser-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When going through the process of <a title="Web Design" href="http://www.allderwebdesign.com" target="_self">web design</a> you need to be sure that your website performs to its best in every browser possible.</p>
<p>There are many websites out there that can check what your website looks like in many different browsers.</p>
<p>If someone came to your website and it looked like it wasn&#8217;t presented out correctly, it will give you a bad name, so when you get a <a href="http://www.allderwebdesign.com" target="_self">web designer</a>, or <a href="http://www.allderwebdesign.com/web-design-company/" target="_self">web design company</a>, to create your website, be sure that they are undergoing browser compatibility tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/web-design/browser-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Company Website</title>
		<link>http://www.allderwebdesign.com/web-design-blog/awd-news/new-company-website/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/awd-news/new-company-website/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 10:31:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWD News]]></category>

		<guid isPermaLink="false">http://www.allderwebdesign.com/web-design-blog/?p=38</guid>
		<description><![CDATA[Why does your company need a website? its simple, a website is a fantastic marketing tool. If you think about the big yellow book or local advertising magazines, it can cost up to £200.00 per month, that&#8217;s a total of &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/awd-news/new-company-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Why does your company need a website?</strong></p>
<p>its simple, a website is a fantastic marketing tool. If you think about the big yellow book or local advertising magazines, it can cost up to £200.00 per month, that&#8217;s a total of £2400.00 per annum on one magazine with a limited number of readers.</p>
<p>When you have a website with Allder Web Design, you simply pay the initial fee for your <strong>web design</strong>, and then a low monthly cost to keep your website online (<em>Web Hosting</em>), this works out a lot better and <strong>CHEAPER in the long term</strong>, Allder Web Design offer Web Design from only £149 (1 Time Fee), Domain Names From only £19.99 (Every 2 Years) and Web Hosting from only £95.88 (Per Annum)</p>
<p>Your website is will be viewable to more of your potential customers, Local Advertising Magazines will only deliver to a certain number of readers, but there is no limit to the number of potential customers that can visit your site with the click of a button.</p>
<p>This is why your company needs a website, Because web design in one of the best (if not <em>the </em>best) marketing tools ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/awd-news/new-company-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Names</title>
		<link>http://www.allderwebdesign.com/web-design-blog/web-design-how-to/choosing-your-domain-name/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/web-design-how-to/choosing-your-domain-name/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 23:12:57 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Design How To]]></category>

		<guid isPermaLink="false">http://allderwebdesign.com/web-design-blog/?p=33</guid>
		<description><![CDATA[When you are choosing your domain name you need to think about a few things, its all well and good having a domain name that&#8217;s rich in keywords but is long and not easily memorable, but on the other hand &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/web-design-how-to/choosing-your-domain-name/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you are choosing your domain name you need to think about a few things, its all well and good having a domain name that&#8217;s rich in keywords but is long and not easily memorable, but on the other hand having a domain name not relevant to your company name or general website topic, So what do you do when you are buying a domain name. Its simple, you ask yourself the questions below.</p>
<ul>
<li>is your domain name memorable?</li>
<li>is your domain name short and sweet?</li>
<li>is your domain name relevant to your company?</li>
<li>is your domain name keyword rich but not stuffed with keywords?</li>
</ul>
<p>if the answer is yes to the above questions, the chances are, you have picked a good domain name, now you have to work on the <a title="Web Design" href="http://www.allderwebdesign.com">web design</a> and professional SEO Campaign</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/web-design-how-to/choosing-your-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 SEO Tips</title>
		<link>http://www.allderwebdesign.com/web-design-blog/seo/10-seo-tips/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/seo/10-seo-tips/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 19:37:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://allderwebdesign.com/web-design-blog/?p=24</guid>
		<description><![CDATA[You could have the best website design in the whole wide world, but its pointless if none of your potential customers can find your website, This is why a good search engine optimization campaign is essential alongside your professional website. &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/seo/10-seo-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You could have the best website design in the whole wide world, but its pointless if none of your potential customers can find your website, This is why a good search engine optimization campaign is essential alongside your professional website.</p>
<p>In this article, we show you some simple search engine optimization tips that can help you get the search engine page results you deserve.</p>
<p>1, Always design your website with search engine optimization in mind and utilize every search engine optimization technique you know about.</p>
<p>2, W3C compliance is important, make sure your website is W3C compliant</p>
<p>3, Basic tags are a must, Title tags, Meta keywords, Meta description </p>
<p>4, Compress images and optimize ALT tags</p>
<p>5, Unique, Unique, Unique&#8230;&#8230;. Unique content is key, make sure your website is filled with relevant unique text</p>
<p>6, Make sure your title tag does not exceed 66 characters &#038; use relevant keyword rich URLs to other pages</p>
<p>7, Think about search engines when developing your website, keep your code clean and tidy</p>
<p>8, a sitemap is vital to getting all your pages indexed by major search engines, there should be a link to your sitemap on every page of your website</p>
<p>9, backlinks are a good way to get better results in search engines, unique and helpful content will earn you some backlinks</p>
<p>10, finally, fresh content is what search engines like, so try to change your website at least once a week, whether that be a new blog post, web page or simple text change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/seo/10-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Hosting</title>
		<link>http://www.allderwebdesign.com/web-design-blog/web-design/website-hosting/</link>
		<comments>http://www.allderwebdesign.com/web-design-blog/web-design/website-hosting/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:17:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://allderwebdesign.com/web-design-blog/?p=18</guid>
		<description><![CDATA[Website Hosting is crucial to every single website on the planet, but unfortunately it is often misunderstood or neglected altogether. You could spend a small fortune on a website designer or web design company and end up with a beautiful, &#8230; <a href="http://www.allderwebdesign.com/web-design-blog/web-design/website-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Website Hosting is crucial to every single website on the planet, but unfortunately it is often misunderstood or neglected altogether. You could spend a small fortune on a website designer or web design company and end up with a beautiful, professional website design, but if it takes to long to load then it’s not only unlikely that visitors will hang around to see your beautiful web design, but the chances of them becoming your customer drops, and no website wants that.</p>
<h3><strong>What&#8217;s Web Hosting?</strong></h3>
<p>Every website is physically stored on a computer (a Web Server), this is connected to the Internet, and can be accessed by any other Internet enabled computer. storing your website on a web server is called web hosting, the person or web design company that provides this service is called a web host, your web hosting decides how fast your web design will load and the amount of visitors that can view it simultaneously, this is why choosing a professional and reliable web host is so important.</p>
<p>The web hosting for your website depends on the type of website you have, and web hosting services variety is as great as the variety of types of websites, website designs, web designers and web design company, it is essential that you are aware of the different web hosting packages and web hosting types available and what package suits your needs best.</p>
<p>Most web designers and website design companies offer web hosting as part of your website design package. Whilst your website design is the being developed, your website designer could host your website on their own server for testing purposes. this is called a testing, development, or staging server.</p>
<p>When your web design company had completed your website design, your website design company will move it to its life long home, a production server. Website designers may use these industry words so it is useful to know and understand them. Once you have approved the work it can then be made ‘live’ by putting it on the production server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allderwebdesign.com/web-design-blog/web-design/website-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

