<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Glyn Jackson&apos;s Web Design and ColdFusion Blog - Web Design 101</title>
			<link>http://www.cfcoffee.co.uk/index.cfm</link>
			<description>Glyn Jackson&apos;s ColdFusion, Web Design and Web Development Blog. Award Winning Web Design in Staffordshire and Manchester, UK.</description>
			<language>en-gb</language>
			<pubDate>Sat, 04 Sep 2010 20:37:21 +0100</pubDate>
			<lastBuildDate>Mon, 20 Oct 2008 21:22:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>cfsparky@gmail.com</managingEditor>
			<webMaster>cfsparky@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>cfsparky@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>What is PageRank (PR)</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/20/What-is-PageRank-PR</link>
				<description>
				
				&lt;p&gt;PageRank (PR) is Google&apos;s way to measure the importance of a page. This system for weighting importance helps Google search engines to identify sites which clearly show relevance to its contents. &lt;/p&gt;

&lt;p&gt;PageRank is measured on a scale of one to ten; ten being the highest a site can be awarded (although only a hand full of sites have a ten). &lt;/p&gt;   

&lt;p&gt;To obtain PR your sites have to have casting votes, worked out on this simple formula, (simple, well not for me)&lt;/p&gt;

&lt;p&gt;Quoting from the original Google paper, PageRank is defined like this:
We assume page A has pages T1...Tn which point to it (i.e., are citations).&lt;/p&gt; 

&lt;p&gt;The parameter d is a damping factor which can be set between 0 and 1. We usually set d to 0.85. There are more details about d in the next section. Also C(A) is defined as the number of links going out of page A. The PageRank of a page A is given as follows:&lt;/p&gt; 

&lt;p&gt;PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))&lt;/p&gt;
				
				</description>
				
				
				<category>SEO 101</category>
				
				<category>Web Design 101</category>
				
				<pubDate>Mon, 20 Oct 2008 21:22:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/20/What-is-PageRank-PR</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>What is a robots.txt and how is it used?</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/20/What-is-a-robotstxt-and-how-is-it-used</link>
				<description>
				
				&lt;p&gt;The Robots Exclusion Standard or better know as robot.txt is a way to instruct search engine spiders that certain URLs on a site are off limits to them.&lt;/p&gt; 

&lt;p&gt;Sometimes it is necessary to make URLs off-limits to spiders. A webmaster may not want certain URLs indexed by a search engine; these could include URLs where sensitive information is stored like a backend admin. &lt;/p&gt;     

&lt;p&gt;Robots.txt is a standard .txt file that must named &apos;robot&apos;, and  should always be uploaded to the root domain of a site.
				 [More]
				</description>
				
				
				<category>SEO 101</category>
				
				<category>Web Design 101</category>
				
				<pubDate>Mon, 20 Oct 2008 21:15:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/20/What-is-a-robotstxt-and-how-is-it-used</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Benefits Of Developing With XHTML And CSS</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Benefits-Of-Developing-With-XHTML-And-CSS</link>
				<description>
				
				&lt;p&gt;Found some articles I wrote back in 2004 which are still relevant today so I decided to post them on my blog enjoy..&lt;/p&gt;

&lt;h2&gt;Introduction&lt;/h2&gt; 
&lt;p&gt;Every industry has standards; they are put in place to ensure easier understanding and consistency of workmanship. For example, building standards help ensure easier and cost effective home improvement. If you need to replace a door in your home, you can easily visit your local DIY store; pick up a standard door and 99% of the time it will fit straight in without any major modifications!&lt;/p&gt;
 
&lt;h2&gt;What Are Web Standards?&lt;/h2&gt; 
&lt;p&gt;The World Wide Web Consortium (W3C), setup and founded in 1994, by Tim Burners-Lee, are an international industry consortium with over 450 global member organisations. They develop common protocols to promote the evolution of the World Wide Web and ensure its interoperability. These protocols are what we know as &amp;quot;web standards&amp;quot;.&lt;/p&gt; 

&lt;p&gt;There are many different standards that have been created by the W3C however we will primarily investigate the benefits of implementing two standards, eXtensible HyperText Markup Language (XHTML) and Cascading Style Sheets (CSS).
				 [More]
				</description>
				
				
				<category>Web Design 101</category>
				
				<pubDate>Sat, 04 Oct 2008 17:58:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Benefits-Of-Developing-With-XHTML-And-CSS</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Web Design Methodology My Opinion</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Web-Design-Methodology-My-Opinion</link>
				<description>
				
				&lt;p&gt;The apparent new elements of search engine optimisation and ethical web principles are already shaping the still fairly young web development industry methods upside down. &lt;/p&gt;

&lt;p&gt;It&apos;s evidential now more than ever, web design is a task that requires many different professional skills. Fashionable web application methodologies even the ones reported on this site have obvious lack of consistency.
				 [More]
				</description>
				
				
				<category>Web Design 101</category>
				
				<pubDate>Sat, 04 Oct 2008 17:51:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Web-Design-Methodology-My-Opinion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Which Methodology?</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Which-Methodology</link>
				<description>
				
				&lt;p&gt;The most establish mythologies are normally the most widely used ones in that industry sector. Over the last 20 years a boom in software engineering methodologies has been seen particular in the &lt;strong&gt;Object Orientated (OO)&lt;/strong&gt; development.
				 [More]
				</description>
				
				
				<category>Web Design 101</category>
				
				<pubDate>Sat, 04 Oct 2008 17:43:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/Which-Methodology</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>What Is A Methodology?</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/What-Is-A-Methodology</link>
				<description>
				
				&lt;p&gt;A methodology is a philosophy, guide or blueprint which provides methods/principles for the field employing it. In the context of information systems, methodologies are strategies with strong focus on gathering information, planning, and design elements.&lt;/p&gt;

&lt;p&gt;The belief is by applying standardised methods of working they can foresee problematic areas thus reducing defects, and giving the project a faster turn around.
				 [More]
				</description>
				
				
				<category>Web Design 101</category>
				
				<pubDate>Sat, 04 Oct 2008 17:36:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/10/4/What-Is-A-Methodology</guid>
				
				
			</item>
			
		 	
			</channel></rss>