<?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>Aaron&#039;s Driving School</title>
	<atom:link href="http://aarons-drivingschool.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://aarons-drivingschool.co.uk</link>
	<description>Varied Web Emporium</description>
	<lastBuildDate>Mon, 19 Dec 2011 08:19:19 +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>How to Implement a Sitewide Sidebar</title>
		<link>http://aarons-drivingschool.co.uk/2011/12/19/how-to-implement-a-sitewide-sidebar/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/12/19/how-to-implement-a-sitewide-sidebar/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 08:16:01 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=36</guid>
		<description><![CDATA[In most cases, should you choose to have a sidebar on your site, this will contain links or navigation which is intended to be sitewide ie. on every page of your website. Especially in the case of a navbar, if something about your site should change, you will want to update this on your side<a href="http://aarons-drivingschool.co.uk/2011/12/19/how-to-implement-a-sitewide-sidebar/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>In most cases, should you choose to have a sidebar on your site, this will contain links or navigation which is intended to be sitewide ie. on every page of your website. Especially in the case of a navbar, if something about your site should change, you will want to update this on your side links. However, it can be time-consuming and can require concentration to go through every single page and update it. Consequently, there&#8217;s something you can do which removes this problem and makes your code overall cleaner.</p>
<p>The way to do this is with a PHP include function. Now before you quail at the mention of PHP, don&#8217;t worry; you don&#8217;t actually need to know any of the language in order to pull this off. The first and perhaps most important thing to do when considering PHP is that you should rename any file containing PHP code to have the extension .php, as opposed to .html.</p>
<p><img src="http://i46.photobucket.com/albums/f126/yanidodo/ciplogo2.gif" alt="" /></p>
<p>With the sidebar, make sure you have it designed exactly as you like, but also so it is not dependent on the rest of the HTML code. Once you&#8217;ve done that, cut and paste it into a separate document and name this &#8216;sidebar.html&#8217; or &#8216;sidebar.php&#8217;. Now comes the trick. In all your other site pages, now named something.php, where the sidebar should be, include this code:</p>
<p>&lt;?php include(&#8220;sidebar.html&#8221;); ?&gt;</p>
<p>and change the filename as appropriate. This then includes whatever code you have in the seperate document, so when you make a change to the sidebar file, it shows up on all the pages that have the include function. It also reduces all the sidebar code that was previously in every document into a manageable, one-line chunk.</p>
<p>There you have it &#8211; simple! You can do the same with headers, footers and any other parts of the site you want to be universal and readily changeable. Get coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/12/19/how-to-implement-a-sitewide-sidebar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Images</title>
		<link>http://aarons-drivingschool.co.uk/2011/12/08/using-images/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/12/08/using-images/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:38:19 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=25</guid>
		<description><![CDATA[It&#8217;s not common these days to come across a website without at least one or two images scattered here and there, and in many cases they are integral parts of quality websites, serving as banners, backgrounds, or augmenting the content. So how exactly can you go about buffing up your site with some visual flair?<a href="http://aarons-drivingschool.co.uk/2011/12/08/using-images/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not common these days to come across a website without at least one or two images scattered here and there, and in many cases they are integral parts of quality websites, serving as banners, backgrounds, or augmenting the content. So how exactly can you go about buffing up your site with some visual flair?</p>
<p>Perhaps the best way is to start with the don&#8217;ts, before we move on to the dos. If you&#8217;re going to have a background image, make it relatively plain, or at least set a solid colour in front of it &#8211; there&#8217;s nothing worse than hideous swirls of black and white in the background and black text on the front, as it is completely unreadable and offputting. Equally be sure to avoid rainbow or similarly lurid, multicoloured ideas&#8230; unless, again, you&#8217;re going to put a solid background colour behind the text. Photographs can work, but again, adhere to readable contrasts as we talked about in the earlier instalments.</p>
<p>One of the best places for a nice, inviting image is the header &#8211; you can have a decorated textual banner with your website&#8217;s name or otherwise, or just a nice banner-sized photo to adron the top of your page. Again, don&#8217;t go for anything too big &#8211; it can be as wide as it likes, but should not be so tall that viewers have to start scrolling to read your content (and keep it in proportion as well!) Something like this works:</p>
<p><img src="http://i596.photobucket.com/albums/tt50/boonsom/sky.jpg" alt="" /></p>
<p>As for images in your content, it&#8217;s always wise to have just one smallish image in your articles, to break up the text. After all, one important thing about writing for the internet you should consider is that you&#8217;re not writing a novel (unless of course you have a fiction site!), but rather something easily informative and straight to the point. Use moderation at all times though, and nothing that contrasts too much with your design colours, otherwise you will be repelling rather than enticing readers!</p>
<p>Should you use images? Absolutely! Just be careful when you do &#8211; terrible use of images can ruin a website&#8217;s visual appeal. However, apply a bit of common sense and you should be flying.</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/12/08/using-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Secrets of Good Web Design #2</title>
		<link>http://aarons-drivingschool.co.uk/2011/11/29/the-secrets-of-good-web-design-2/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/11/29/the-secrets-of-good-web-design-2/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 11:17:26 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=17</guid>
		<description><![CDATA[Following on from our last instalment, let&#8217;s have a look at how a simple layout can be so much more effective and aesthetic than many more complicated ideas. So, continuing with the idea of clarity being key, try not to work with too many items of content. Modern web design typically separates different items of<a href="http://aarons-drivingschool.co.uk/2011/11/29/the-secrets-of-good-web-design-2/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Following on from our last instalment, let&#8217;s have a look at how a simple layout can be so much more effective and aesthetic than many more complicated ideas.</p>
<p>So, continuing with the idea of clarity being key, try not to work with too many items of content. Modern web design typically separates different items of content with &lt;div&gt; tags, so you&#8217;ll have, for example, &lt;div id=&#8221;header&#8221;&gt;This is the header&lt;/div&gt; for the header section. The id is important because we then use the <a title="CSS" href="http://www.w3schools.com/css/">CSS</a> to format it into a readable, aesthetic layout. If you don&#8217;t understand too much HTML, read the basics and then come back to the explanation here, because none of this is too difficult so don&#8217;t worry!</p>
<p>Last time we talked about a simple yet super-effective layout of header, three content blocks, then footer. You don&#8217;t have to follow this at all to have a good layout, but its ubiquity in many web designs says a lot for its effectiveness. Here is a stripped down example:</p>
<p><a href="http://aarons-drivingschool.co.uk/wp-content/uploads/2011/11/examplehtml.jpg"><img class="alignnone size-medium wp-image-18" title="examplehtml" src="http://aarons-drivingschool.co.uk/wp-content/uploads/2011/11/examplehtml-300x190.jpg" alt="" width="458" height="290" /></a></p>
<p>It&#8217;s nothing too special or particularly good to look at, but it&#8217;s clear where everything is and the important stuff is easily readable.<br />
As said above, this is all done with the &lt;div&gt; block, which essentially creates a virtual &#8216;block&#8217; that you define entirely with the stylesheet! For the header, it doesn&#8217;t really matter what we do (maybe set margin:0px to remove the automatic buffering around the edges). The important things are the content blocks.</p>
<p>In this example we have three; a left sidebar, a main content area, and a right sidebar. The important thing here is to set the float attribute in CSS. So, if we set up the main areas as &lt;div id=&#8221;leftside&#8221;&gt;&lt;/div&gt;, &lt;div id=&#8221;main&#8221;&gt;&lt;/div&gt; and &lt;div id=&#8221;rightside&#8221;&gt;&lt;/div&gt;, we do the following in CSS:</p>
<p>#leftside {<br />
float: left;<br />
}</p>
<p>#main {<br />
float: left;<br />
}</p>
<p>#rightside {<br />
float:right;<br />
}</p>
<p>This means that the elements will all &#8216;float&#8217; next to each other. To make it look good and effective, you should specify widths; unless you&#8217;re working with images, it&#8217;s generally best to use percentages. Make the sidebars about 15% each and then you have between 60 and 70% to set as the main, depending on the borders.</p>
<p>Then you&#8217;ll have a basic layout you can start adding content to! The real trick here comes in the footer, however. If you just set up a &lt;div id=&#8221;footer&#8221;&gt;This is a footer&lt;/div&gt;, it will try to follow on after the last float and cut up your webpage. This can be fixed easily in the CSS when we use the clear attribute:</p>
<p>#footer {<br />
clear:both;<br />
}</p>
<p>This means that the footer will follow on after all the content, and we are left with a nice layout in the sense of the example!</p>
<p>There are of course plenty of variants you can employ (such as two columns), but this broadly speaking an effective, simple way to display content in an aesthetic way &#8211; and it&#8217;s a lot simpler than most might imagine!</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/11/29/the-secrets-of-good-web-design-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Secrets of Good Web Design</title>
		<link>http://aarons-drivingschool.co.uk/2011/11/28/the-secrets-of-good-web-design/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/11/28/the-secrets-of-good-web-design/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 16:24:00 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=14</guid>
		<description><![CDATA[So here&#8217;s a big topic, you might think, something that takes years to learn&#8230; but it&#8217;s really not, and it really doesn&#8217;t. The secrets of a well-designed website are basic and perhaps deceptively obvious. The most important? Clarity is absolutely key! No matter how fancy you want to make your site, if it&#8217;s not clear<a href="http://aarons-drivingschool.co.uk/2011/11/28/the-secrets-of-good-web-design/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>So here&#8217;s a big topic, you might think, something that takes years to learn&#8230; but it&#8217;s really not, and it really doesn&#8217;t. The secrets of a well-designed website are basic and perhaps deceptively obvious.</p>
<p>The most important? Clarity is absolutely key! No matter how fancy you want to make your site, if it&#8217;s not clear where everything is then people won&#8217;t want to stay on it. Your site has to be <em>readable</em>; this means that black text on a white background, however overused and simple, is in many cases a better idea than an elaborate colour scheme. You need content that stands out and doesn&#8217;t put any strain on the eyes.</p>
<p>But by all means don&#8217;t feel restricted to the most basic of shades, as kinds of colours look good in moderation. Just be sure to follow the rule of thumb that light backgrounds should be accompanied with dark text, and vice versa. Many webmasters prefer greys and blues, but if you&#8217;re feeling that your site needs to seem particularly dynamic, reds, yellows and oranges can work &#8211; just don&#8217;t overdo it. If you&#8217;re unsure, load up the page and just have a look at it. Does the text stand out? Can you read it easily? If so, you should be alright.</p>
<p>To this end, looking at contrasts can be quite good, but don&#8217;t go for lurid; bright greens and yellows altogether never work, nor does a random red in a blue and green colour scheme, for example. If you&#8217;re having difficulty finding colours, Google a HEX colo(u)r generator where you will be able to select the exact colours you want, and have the HTML/CSS code made for you!</p>
<p>The next thing you should consider is layout itself. Most basic sites will choose to align text in the centre (&lt;p style=&#8221;text-align:center&#8221;&gt;, for example), and this can work; but many professional sites employ left align or even justify, and then take a column-based approach. I&#8217;ll teach you how to create a simple but effective, up-to-date column website in the next instalment; but for general reference, the most typical and effective site layout has a header that fills the top of the page from left to right, followed by three columns of content aligned next to each other going left to right, and then a footer which concludes the page from left to right.</p>
<p>Stay tuned for the next instalment!</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/11/28/the-secrets-of-good-web-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Driving People to your Website</title>
		<link>http://aarons-drivingschool.co.uk/2011/11/25/driving-people-to-your-website/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/11/25/driving-people-to-your-website/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 14:02:17 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=9</guid>
		<description><![CDATA[So I&#8217;ll kick things off with part one of a series of tips on how to increase (good) traffic to your website: Nowadays a simple Google search yields all kinds of results regarding ideas on how to improve website traffic, from very practical, effective and free tips to purchaseable schemes &#8211; and even to misinformation.<a href="http://aarons-drivingschool.co.uk/2011/11/25/driving-people-to-your-website/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ll kick things off with part one of a series of tips on how to increase (good) traffic to your website:</p>
<p>Nowadays a simple Google search yields all kinds of results regarding ideas on how to improve website traffic, from very practical, effective and free tips to purchaseable schemes &#8211; and even to misinformation. If you want to build a site that reels in browsers in their masses, there is one fundamental tenet you must adhere to:</p>
<p>Write and host quality content! The simple fact of the matter is that without quality content, all your efforts will cumulate in very little, even if you go to every effort to promote the site. So just make sure that your site deals with a topic or topics that you actually have an interest in or are actually in some way qualified to write about (or someone else is writing something worth reading!)</p>
<p><img class="alignnone" title="Traffic" src="http://i621.photobucket.com/albums/tt300/sasqtch/IMG_1335.jpg" alt="Traffic" width="473" height="316" /></p>
<p>Furthermore, you want at least a few articles or items of content before you start properly promoting your site. One of the most important things that Google Panda (Google&#8217;s tool which sweeps the internet and decides how to rank sites for its searches) now looks at is each individual user&#8217;s time spent on the site. So if all you&#8217;ve got is basic &#8216;introduction&#8217; and &#8216;about me&#8217; pages, it&#8217;s unlikely prospective readers are going to linger long; however, with only a few items of content, at least they have something to glance at for a little longer before making up their mind!</p>
<p>Herein lies the benefit of a few well-written posts as well &#8211; you can grab people&#8217;s attention and then keep it as well. This is all an important step in promoting your site via the Google bots. To conclude then, good quality content is precisely what you should be aiming for &#8211; it seems an obvious point to make, but it is one that is surprisingly often overlooked! Of course, one additional avenue you can look at for high quality content is <a href="http://www.weknowonlinemarketing.com/website-design-development.php" title="Get your Custom Web Design Services">custom web design services</a> &#8211; even if you don&#8217;t want to have your website built for you entirely, you can still draft in assistance to really give your site that winning touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/11/25/driving-people-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the School!</title>
		<link>http://aarons-drivingschool.co.uk/2011/11/03/hello-world/</link>
		<comments>http://aarons-drivingschool.co.uk/2011/11/03/hello-world/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 11:17:52 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aarons-drivingschool.co.uk/?p=1</guid>
		<description><![CDATA[Welcome to Aaron&#8217;s Driving School! &#160; Alright, so we&#8217;re not going to teach you how to drive&#8230; at least in the traditional sense! &#160; Rather, this blog will take a metaphorical approach and we&#8217;ll be looking at all kinds of figurative driving&#8230; be it SEO ways to drive more customers to your site, website motivation,<a href="http://aarons-drivingschool.co.uk/2011/11/03/hello-world/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to Aaron&#8217;s Driving School!</p>
<p>&nbsp;</p>
<p>Alright, so we&#8217;re not going to teach you how to drive&#8230; at least in the traditional sense!</p>
<p>&nbsp;</p>
<p>Rather, this blog will take a metaphorical approach and we&#8217;ll be looking at all kinds of figurative driving&#8230; be it SEO ways to drive more customers to your site, website motivation, or just generally how to use the web to your own ends.</p>
<p>&nbsp;</p>
<p>But as this might suggest, this is in fact a blog that&#8217;s all about sharing&#8230; If you want to get in on the action, then let us know and the team will hopefully be able to sort something out!</p>
]]></content:encoded>
			<wfw:commentRss>http://aarons-drivingschool.co.uk/2011/11/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

