<?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>Andrew Kelly - Web Design &#38; Development</title>
	<atom:link href="http://andrewkelly.ca/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://andrewkelly.ca/blog</link>
	<description></description>
	<lastBuildDate>Sat, 14 Aug 2010 20:53:48 +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>An SEO Friendly PHP Include Alternative</title>
		<link>http://andrewkelly.ca/blog/?p=8</link>
		<comments>http://andrewkelly.ca/blog/?p=8#comments</comments>
		<pubDate>Tue, 29 Jun 2010 18:51:47 +0000</pubDate>
		<dc:creator>andrewkelly</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://andrewkelly.ca/?p=8</guid>
		<description><![CDATA[For years now I've been using a technique that  most programmers rely on for bringing content to their website. The PHP  include functions. You simply add an include function to your site when you need to introduce a new element that would be  present in several locations. 

For years this technique served me well,  and made it quick to add in headers. All of the information was the same  across the board, and for much larger sites, made little updates  easier. I remember one of my first jobs in the industry required a link  needing to be removed from the main menu. I ended up going into the site  and changing over 50 pages and thinking to myself "There must be an  easier way". Shortly thereafter, I learned the power of the PHP include.  Fast forward a few years later, and I get a call from one of my  clients. The PHP include was great, but the SEO team he'd taken his  website to had an issue with the way my site had been built. They wanted  each page to have custom keywords, descriptions, and titles to each  individual page.  My client informed me he'd still pay me for my  services, and that he'd still work with me in the future but I'd need to  find a solution for this issue. <a href="http://andrewkelly.ca/blog/?p=8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://andrewkelly.ca/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
		"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
	
	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
		
		<link href="css/reset.css" rel="Stylesheet" type="text/css" />
		<link href="css/style.css" rel="Stylesheet" type="text/css" />
		
		
	
		<link href="webkit/stylesheet.css" rel="Stylesheet" type="text/css" />
		
		
		<!--Will only be read by IE versions less then IE7-->
		<!--[if lte IE 6 ]>
		<link rel="stylesheet" type="text/css" href="css/styleIE6.css" />
		<![endif]-->
		<!--Will only be read by IE 7-->
		<!--[if IE 7 ]>
		<link rel="stylesheet" type="text/css" href="css/styleIE7.css" />
		<![endif]-->
		
		<script src="/mint/?js" type="text/javascript"></script>
		<title>Andrew Kelly - Web Design &amp; Development</title>
		
	</head>
	
	<body id="home">
	
		<div id="container">
		
			<div id="header">
				<div id="logo"></div>
			
				<ul>
					<li><a href="index.php" id="btnHome">Home</a></li>
					<li><a href="portfolio.php" id="btnPortfolio">Portfolio</a></li>
					<li><a href="blog/" id="btnBlog">Blog</a></li>
					<li><a href="aboutMe.php" id="btnAboutMe">About Me</a></li>
					<li><a href="contactMe.php" id="btnContactMe">Contact Me</a></li>
				</ul>
				
			</div>
			
			<div id="contentWrapper">		
			<div id="featuredArticle">
							
				
				<h1>Featured Article</h1>
				
				<h2><a href="http://andrewkelly.ca/blog/?p=8" title="Read full post">An SEO Friendly PHP Include Alternative</a></h2>
				<p class="date">Posted on 29th June</p>
				
				<p>For years now I&#8217;ve been using a technique that  most programmers rely on for bringing content to their website. The PHP  include functions. You simply add an include function to your site when you need to introduce a new element that would be  present in several locations. </p>
<p>For years this technique served me well,  and made it quick to add in headers. All of the information was the same  across the board, and for much larger sites, made little updates  easier. I remember one of my first jobs in the industry required a link  needing to be removed from the main menu. I ended up going into the site  and changing over 50 pages and thinking to myself &#8220;There must be an  easier way&#8221;. Shortly thereafter, I learned the power of the PHP include.  Fast forward a few years later, and I get a call from one of my  clients. The PHP include was great, but the SEO team he&#8217;d taken his  website to had an issue with the way my site had been built. They wanted  each page to have custom keywords, descriptions, and titles to each  individual page.  My client informed me he&#8217;d still pay me for my  services, and that he&#8217;d still work with me in the future but I&#8217;d need to  find a solution for this issue. <a href="http://andrewkelly.ca/blog/?p=8">Continue reading <span class="meta-nav">&rarr;</span></a></p>
								
				<h2 class="pastArticles">Past Articles</h2>
			
				<ul id="pastArticleLinks">
					<li><a href="http://andrewkelly.ca/?p=8" title="An SEO Friendly PHP Include Alternative">An SEO Friendly PHP Include Alternative</a></li>				</ul>
				
			</div>
			
			
			<div id="projectAboutMe">
			<div id="featuredProject">
				<h1>Featured Project</h1>
				
				<p><img src="images/featuredProject.jpg" width="396px" height="102px" class="portfolioImg" alt="Featured Project - Howell Fleming" /></p>
				
				<h3>Howell Fleming</h3>
				<p class="link"><a href="http://www.howellfleming.com" title="Howell Fleming">http://www.howellfleming.com/</a></p>
				
				<p>Front end development and a custom content management system developed to showcase job postings and the current news at the law firm.</p>
				
			</div><div id="aboutMe">
				<h1>Web Design &amp; Development</h1>
				
				<p class="image"><img src="images/andrew_picture.jpg" width="396px" height="102px" class="portfolioImg" alt="Picture of Andrew Kelly" /></p>
								
				<p>My name is Andrew Kelly, and I’m a web developer out of the Toronto, Ontario area. Graduating from Durham College’s Web Developer program in 2006, I’ve been fortunate to work with a variety of clients such as Chrysler, Roots, Mazda and Astral.</p>
				
				<p>I specialize in creating custom content management systems with PHP and front end development. Visit the <a href="#" title="About Me">About Me</a> page to learn more.</p>
				
			</div>			</div>
			
			
			
			
		
		
</div>
			</div>
			<div id="footer">
				
				<div id="footerContainer">
				
					<div id="contactInfo">
						<h2>Contact Details</h2>
						
						<ul>
							<li>Andrew Kelly</li>
							<li>705.718.5270</li>
							<li><a href="mailto:contactme@andrewkelly.ca?subject=Looking for Information">contactme@andrewkelly.ca</a></li>
						</ul>
					</div>
					
					<div id="connectInfo">
						<h2>Connect</h2>
						
						<ul>
							<li><a href="http://twitter.com/andrewkelly" title="Follow me on Twitter">Follow me on Twitter</a></li>
							<li><a href="http://ca.linkedin.com/in/pristinepixels" title="View my linkedin profile">View my linkedin profile</a></li>
							<li><a href="http://facebook.com/andrewkelly" title="Find me on Facebook">Find me on Facebook</a></li>
						</ul>
					</div>
					
					<div id="navigationCopy">
						<h2>Navigation</h2>
						
						<ul>
							<li><a href="index.php">Home</a></li>
							<li><a href="portfolio.php">Portfolio</a></li>
							<li><a href="blog/">Blog</a></li>
							<li><a href="aboutMe.php">About Me</a></li>
							<li><a href="contactMe.php">Contact Me</a></li>
						</ul>
						
						<h2 id="copyHeader">Copyright Information</h2>
						<p>&copy; Copyright 2010 Andrew Kelly. All Rights Reserved. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fandrewkelly.ca%2F;verbose=1">W3C Valid</a></p>
						
						
					</div>
					
					<div class="clear"></div>
					
				</div>
				
			</div>
		
		</body>
		</html>	