<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Let&#039;s Know about Web Designing</title>
	<atom:link href="http://letsknowweb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://letsknowweb.wordpress.com</link>
	<description>Let&#039;s Know about Web Designing</description>
	<lastBuildDate>Wed, 21 Apr 2010 07:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='letsknowweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Let&#039;s Know about Web Designing</title>
		<link>http://letsknowweb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://letsknowweb.wordpress.com/osd.xml" title="Let&#039;s Know about Web Designing" />
	<atom:link rel='hub' href='http://letsknowweb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Create a PHP Website Template from Scratch</title>
		<link>http://letsknowweb.wordpress.com/2010/04/21/how-to-create-a-php-website-template-from-scratch/</link>
		<comments>http://letsknowweb.wordpress.com/2010/04/21/how-to-create-a-php-website-template-from-scratch/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:37:11 +0000</pubDate>
		<dc:creator>Afser</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://letsknowweb.wordpress.com/?p=13</guid>
		<description><![CDATA[This is a tutorial on creating a PHP website template starting with HTML and CSS. We will start with the basics and you can also download the final product. Please remember that I am using very basic CSS styling in this example just for you to get the idea, and not so much to make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=13&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial on creating a PHP website template starting with  HTML and CSS. We will start with the basics and you can also download  the final product. Please remember that I am using very basic CSS  styling in this example just for you to get the idea, and not so much to  make it look pretty. The download will contain both the styled example  as well as a complete blank template that you can use for your own  starting point for any project personal or commercial. The demo files  are released under GPL V2.</p>
<p>This tutorial assumes you have basic understanding of html and css.  At the end of this tutorial you should have a basic understanding of  using php and converting an html site to php.You can also download the  demo files <a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/Download.zip">here</a>.</p>
<p>The actual template will be created in 10 easy steps. I will then  take it a step further to show you how to add variables to your  template.</p>
<h2>Setting up the File structure and Folders</h2>
<h3>Step One</h3>
<p>Let’s start by creating a new folder. I have named this folder  php_site</p>
<p>Inside of this folder we are now going to create two new files. One  is index.html and the other file is going to be named style.css</p>
<h3>Step Two</h3>
<p>Now we are going to create two more folders inside of our main  folder. The first folder is going to be named includes, and the second  folder will be named variables.</p>
<p>We should now have a setup that looks like the following:</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_start.png"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_start.png" alt="" width="570" height="401" /></a></p>
<h3>Step Three</h3>
<p>Now, using your favorite html editor open the index.html file. We are  going to to create a basic html website document. This is the code I am  using:</p>
<div id="highlighter_750530">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>27</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #header  --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>28</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>29</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"nav"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>30</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>31</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #nav --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>32</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>33</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>34</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>35</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #content  --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>36</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>37</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>38</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>39</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #sidebar  --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>40</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>41</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>42</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>43</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>44</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>45</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>46</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>47</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>48</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>49</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Four</h3>
<p>Now I am going to open up the style.css file and add the divs we will  be using. I have added very basic styling so you can see the site and  get the idea of what we are doing. Remember that you can use your own  styling when creating your website to suit your needs.</p>
<p>This is the CSS I am adding to the stylesheet:</p>
<div id="highlighter_581178">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>body {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>background-color</code><code>:</code><code>#f1f1f1</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>font-family</code><code>: georgia,</code><code>sans-serif</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code>color</code><code>:</code><code>#333</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>margin</code><code>:</code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code>padding</code><code>:</code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>#wrapper {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>width</code><code>:</code><code>960px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>background-color</code><code>:</code><code>#f8f8f8</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code>margin</code><code>:</code><code>0</code> <code>auto</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code>border-left</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code>border-right</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>#header {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code>width</code><code>:</code><code>960px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code>height</code><code>:</code><code>135px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code>margin</code><code>:</code><code>0</code> <code>auto</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code>margin-bottom</code><code>:</code><code>25px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code>border-top</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td><code>#header h</code><code>2</code> <code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>27</code></td>
<td><code>padding</code><code>:</code><code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>28</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>29</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>30</code></td>
<td><code>#nav {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>31</code></td>
<td><code>width</code><code>:</code><code>960px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>32</code></td>
<td><code>height</code><code>:</code><code>40px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>33</code></td>
<td><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>34</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>35</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>36</code></td>
<td><code>#nav a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>37</code></td>
<td><code>display</code><code>:</code><code>inline</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>38</code></td>
<td><code>padding</code><code>:</code><code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>39</code></td>
<td><code>text-decoration</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>40</code></td>
<td><code>background-color</code><code>:</code><code>#f1f1f1</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>41</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>42</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>43</code></td>
<td><code>#nav a:hover {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>44</code></td>
<td><code>background-color</code><code>:</code><code>#bababa</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>45</code></td>
<td><code>height</code><code>:</code><code>80px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>46</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>47</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>48</code></td>
<td><code>#content {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>49</code></td>
<td><code>width</code><code>:</code><code>675px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>50</code></td>
<td><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>51</code></td>
<td><code>padding</code><code>:</code><code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>52</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>53</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>54</code></td>
<td><code>#sidebar {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>55</code></td>
<td><code>width</code><code>:</code><code>200px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>56</code></td>
<td><code>float</code><code>:</code><code>right</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>57</code></td>
<td><code>margin-bottom</code><code>:</code><code>25px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>58</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>59</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>60</code></td>
<td><code>#sidebar a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>61</code></td>
<td><code>text-decoration</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>62</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>63</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>64</code></td>
<td><code>#sidebar li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>65</code></td>
<td><code>list-style</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>66</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>67</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>68</code></td>
<td><code>#footer {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>69</code></td>
<td><code>clear</code><code>:</code><code>both</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>70</code></td>
<td><code>width</code><code>:</code><code>960px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>71</code></td>
<td><code>height</code><code>:</code><code>135px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>72</code></td>
<td><code>border-top</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>73</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>74</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>75</code></td>
<td><code>#footer p {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>76</code></td>
<td><code>padding</code><code>:</code><code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>77</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Five</h3>
<p>Next we will create some more files that we will be using when we  start converting our template to php.</p>
<p>Open up the folder we created inside of our main folder called  variables. Next, create a blank file called variables.php</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_variables.png"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_variables.png" alt="" width="570" height="402" /></a></p>
<p>Then go into the other folder we created called includes and create  the following files:</p>
<p>header.php<br />
nav.php<br />
sidebar.php<br />
footer.php</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_includes.png"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_includes.png" alt="" width="570" height="401" /></a></p>
<h3>Step Six</h3>
<p>Now we will need to add some content to our index.html file. I have  filled in the header area with an H2 tag for the website header title. I  will also be adding the links in the nav area, as well as some text in  the content area, sidebar, and footer. The final index.html file now  looks like this:</p>
<div id="highlighter_768174">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>001</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>002</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>003</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>004</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>005</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>006</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>007</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>008</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>009</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>010</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>011</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>012</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>013</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>014</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>015</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>016</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>017</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>018</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>019</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>020</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>021</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>022</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>023</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>024</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>025</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>026</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>027</code></td>
<td><code> </code><code>&lt;</code><code>h2</code><code>&gt;1stWebDesigner  PHP Template&lt;/</code><code>h2</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>028</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>029</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #header --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>030</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>031</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"nav"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>032</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>033</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>034</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>035</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Portfolio&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>036</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Contact&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>037</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>038</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #nav --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>039</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>040</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>041</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>042</code></td>
<td><code>&lt;</code><code>h1</code><code>&gt;Heading1&lt;/</code><code>h1</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>043</code></td>
<td><code>&lt;</code><code>h2</code><code>&gt;Heading2&lt;/</code><code>h2</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>044</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Heading3&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>045</code></td>
<td><code>&lt;</code><code>h4</code><code>&gt;Heading4&lt;/</code><code>h4</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>046</code></td>
<td><code>&lt;</code><code>h5</code><code>&gt;Heading5&lt;/</code><code>h5</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>047</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>048</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Paragraph Element&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>049</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>050</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>051</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>052</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>053</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>054</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>055</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>056</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>057</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>058</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>059</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>060</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>061</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>062</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>063</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>064</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>065</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>066</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>067</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>068</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>069</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>070</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>071</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>072</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>073</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>074</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>075</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>076</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #content --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>077</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>078</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>079</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>080</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Navigation&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>081</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>082</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About Us&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>083</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Links&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>084</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Portfolio&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>085</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Contact&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>086</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>087</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Two&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>088</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>089</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>090</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>091</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>092</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>093</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>094</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Three&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>095</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>096</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>097</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>098</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>099</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>100</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>101</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #sidebar --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>102</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>103</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>104</code></td>
<td><code> </code><code>&lt;</code><code>p</code><code>&gt;Copyright  &amp;copy 2010 &lt;</code><code>a</code> <code>href</code><code>=</code><code>"<a href="http://www.1stwebdesigner.com/">http://www.1stwebdesigner.com</a>"</code><code>&gt;1stWebDesigner.com PHP Template&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>105</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>106</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>107</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>108</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>109</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>110</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>111</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Seven</h3>
<p>Now we will start converting our template to PHP. We will need to  take a brief look at the html code we have and decide which areas will  be sliced. We will be removing specific areas from the index.html file  and placing them into the php files we have created inside the includes  folder.</p>
<p>Let’s start with the top of the html document on the header. Copy the  header div and cut it from the document. Then open your includes  folder, and the header.php file we created and add the code to the  header.php</p>
<h4>header.php</h4>
<div id="highlighter_399016">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>&lt;h2&gt;1stWebDesigner  PHP Template&lt;/h2&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#header --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Make sure this area has now been removed completely from the  index.html file and placed into the header.php file. In place of this  code, we will now add the following to the index.html file.</p>
<div id="highlighter_166506">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php </code><code>include</code><code>(</code><code>'includes/header.php'</code><code>); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now our index.html should look like this: (Make a note that the  header area has now been replaced with our php include function that is  calling our external header.php file)</p>
<div id="highlighter_98905">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>001</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>002</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>003</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>004</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>005</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>006</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>007</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>008</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>009</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>010</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>011</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>012</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>013</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>014</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>015</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>016</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>017</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>018</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>019</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>020</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>021</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>022</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>023</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>024</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>025</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/header.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>026</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>027</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"nav"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>028</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>029</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>030</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>031</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Portfolio&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>032</code></td>
<td><code> </code><code>&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Contact&lt;/</code><code>a</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>033</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>034</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #nav --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>035</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>036</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>037</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>038</code></td>
<td><code>&lt;</code><code>h1</code><code>&gt;Heading1&lt;/</code><code>h1</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>039</code></td>
<td><code>&lt;</code><code>h2</code><code>&gt;Heading2&lt;/</code><code>h2</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>040</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Heading3&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>041</code></td>
<td><code>&lt;</code><code>h4</code><code>&gt;Heading4&lt;/</code><code>h4</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>042</code></td>
<td><code>&lt;</code><code>h5</code><code>&gt;Heading5&lt;/</code><code>h5</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>043</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>044</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Paragraph Element&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>045</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>046</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>047</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>048</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>049</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>050</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>051</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>052</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>053</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>054</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>055</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>056</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>057</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>058</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>059</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>060</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>061</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>062</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>063</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>064</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>065</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>066</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>067</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>068</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>069</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>070</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>071</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>072</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #content --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>073</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>074</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>075</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>076</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Navigation&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>077</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>078</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About Us&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>079</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Links&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>080</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Portfolio&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>081</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Contact&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>082</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>083</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Two&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>084</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>085</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>086</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>087</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>088</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>089</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>090</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Three&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>091</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>092</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>093</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>094</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>095</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>096</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>097</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #sidebar --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>098</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>099</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>100</code></td>
<td><code> </code><code>&lt;</code><code>p</code><code>&gt;Copyright  &amp;copy 2010 &lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Website  Name&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>101</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>102</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>103</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>104</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>105</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>106</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>107</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Eight</h3>
<p>Now we will continue to slice the html document and place the code in  the proper php files we made.</p>
<p>Next let’s move to the nav div. The same as above, we are going to  copy and cut that piece of code and place it into our nav.php file that  is located inside of the includes folder.</p>
<p>This is what we are adding to the nav.php file:</p>
<div id="highlighter_928650">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"nav"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>&lt;a href=</code><code>"#"</code><code>&gt;Home&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"#"</code><code>&gt;About&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"#"</code><code>&gt;Portfolio&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"#"</code><code>&gt;Contact&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>8</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#nav --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Again we will replace the code removed from the html document with  the following:</p>
<div id="highlighter_290406">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php </code><code>include</code><code>(includes/nav.php); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now our index.html document will look like this: (Again note that  both the header, and the nav area are now replaced with php includes)</p>
<div id="highlighter_747722">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>001</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>002</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>003</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>004</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>005</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>006</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>007</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>008</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>009</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>010</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>011</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>012</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>013</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>014</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>015</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>016</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>017</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>018</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>019</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>020</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>021</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>022</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>023</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>024</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>025</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/header.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>026</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>027</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/nav.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>028</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>029</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>030</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>031</code></td>
<td><code>&lt;</code><code>h1</code><code>&gt;Heading1&lt;/</code><code>h1</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>032</code></td>
<td><code>&lt;</code><code>h2</code><code>&gt;Heading2&lt;/</code><code>h2</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>033</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Heading3&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>034</code></td>
<td><code>&lt;</code><code>h4</code><code>&gt;Heading4&lt;/</code><code>h4</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>035</code></td>
<td><code>&lt;</code><code>h5</code><code>&gt;Heading5&lt;/</code><code>h5</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>036</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>037</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Paragraph Element&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>038</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>039</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>040</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>041</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>042</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>043</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>044</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>045</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>046</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>047</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>048</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>049</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>050</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>051</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>052</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>053</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>054</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>055</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>056</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>057</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>058</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>059</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>060</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>061</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis  neque eget arcu egestas non ultrices neque volutpat. Nam at nunc lectus,  id vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed  elit a purus ultrices iaculis eget sit amet dolor. Praesent ac libero  dolor, id viverra libero. Mauris aliquam nibh vitae eros sodales  fermentum. Fusce cursus est varius ante vehicula eget ultrices felis  eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi vitae venenatis  velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>062</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>063</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>064</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>065</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #content --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>066</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>067</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>068</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>069</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Navigation&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>070</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>071</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About Us&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>072</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Links&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>073</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Portfolio&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>074</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Contact&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>075</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>076</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Two&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>077</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>078</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>079</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>080</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>081</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>082</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>083</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Box Three&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>084</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>085</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>086</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>087</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>088</code></td>
<td><code> </code><code>&lt;</code><code>li</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Link Here&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>089</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>090</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end  #sidebar --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>091</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>092</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>093</code></td>
<td><code> </code><code>&lt;</code><code>p</code><code>&gt;Copyright  &amp;copy 2010 &lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Website  Name&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>094</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>095</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>096</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>097</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>098</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>099</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>100</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Nine</h3>
<p>Now it is time to do the sidebar. Copy and cut the sidebar div and  place it into the sidebar.php file we created that is located inside the  includes folder.</p>
<p>This is the code we are adding:</p>
<h4>sidebar.php</h4>
<div id="highlighter_625242">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;div id=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>&lt;h3&gt;Navigation&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Home&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;About  Us&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Links&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Portfolio&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Contact&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>&lt;h3&gt;Box Two&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>&lt;h3&gt;Box Three&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#sidebar --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>We will again do the same thing for the footer area. Copy and cut the  footer div and place it into the footer.php file we created in the same  includes folder.</p>
<p>Here is the footer.php code:</p>
<div id="highlighter_242573">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>&lt;p&gt;Copyright  &amp;</code><code>copy</code> <code>2010 &lt;a href=</code><code>"#"</code><code>&gt;Website Name&lt;/a&gt;&lt;/p&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now with all of our elements taken from the index.html file and added  to the different php files, the final index.html should look like this:</p>
<div id="highlighter_62080">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/header.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>27</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/nav.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>28</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>29</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>30</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>31</code></td>
<td><code>&lt;</code><code>h1</code><code>&gt;Heading1&lt;/</code><code>h1</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>32</code></td>
<td><code>&lt;</code><code>h2</code><code>&gt;Heading2&lt;/</code><code>h2</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>33</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Heading3&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>34</code></td>
<td><code>&lt;</code><code>h4</code><code>&gt;Heading4&lt;/</code><code>h4</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>35</code></td>
<td><code>&lt;</code><code>h5</code><code>&gt;Heading5&lt;/</code><code>h5</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>36</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>37</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Paragraph Element&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>38</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>39</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>40</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>41</code></td>
<td><code>Quisque pellentesque sodales  aliquam. Morbi mollis neque eget arcu egestas non ultrices neque  volutpat. Nam at nunc lectus, id vulputate purus. In et turpis ac mauris  viverra iaculis. Cras sed elit a purus ultrices iaculis eget sit amet  dolor. Praesent ac libero dolor, id viverra libero. Mauris aliquam nibh  vitae eros sodales fermentum. Fusce cursus est varius ante vehicula eget  ultrices felis eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi  vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>42</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>43</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>44</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>45</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>46</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>47</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>48</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>49</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>50</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>51</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting  Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>52</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>53</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>54</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>55</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>56</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>57</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>58</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>59</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>60</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>61</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>62</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>63</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>64</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>65</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #content --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>66</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>67</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/sidebar.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>68</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>69</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/footer.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>70</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>71</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>72</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>73</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>74</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>75</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>Step Ten</h3>
<p>Now that our index.html is properly sliced, we can rename the  index.html file to index.php</p>
<p>Now that we have created this template, as long as the php includes  are on any page we only have to modify the one single file to make it  visible accross your entire website. This again is good for anyone with a  lot of content and pages. Instead of having to edit the sidebar on  every page of your site you can now just edit the sidebar.php file and  it will reflect on all of your pages. This makes it a lot easier to keep  up with large portions of website material.</p>
<p>Our folder should now look like this:</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_final.png"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_final.png" alt="" width="570" height="395" /></a></p>
<h1>Creating PHP Variables for the template</h1>
<p>Now we will make it a little more dynamic and even easier to be able  to modify when needed. Lets take a look at the header.php file inside  the includes folder.</p>
<div id="highlighter_371850">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>&lt;h2&gt;1stWebDesigner  PHP Template&lt;/h2&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#header --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>We are going to modify this a little bit to change the H2 heading  from a different file using a variable. Creating a variable is good for  areas on your website that may change more than others. It may also be a  good way to allow clients to edit a single file to change certain items  on their website.</p>
<p>Now let’s replace the text within the H2 heading to this:</p>
<div id="highlighter_974466">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;h2&gt;&lt;?php </code><code>echo</code> <code>$heading</code> <code>?&gt;&lt;/h2&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now our header.php file will look like this: Notice we placed the  echo php command within the H2 brackets. This will give our variable  output the H2 heading we want.</p>
<div id="highlighter_972541">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>&lt;h2&gt;&lt;?php </code><code>echo</code> <code>$heading</code> <code>?&gt;&lt;/h2&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#header --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Next we are going to open up the file inside of the variables folder  that we created named variables.php</p>
<p>We will add the variable that we are going to echo on the website  heading. I have named this variable heading.</p>
<h4>variables.php</h4>
<div id="highlighter_871959">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>$heading</code><code>=</code><code>'1stWebDesigner PHP Template'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now, at any time we want to change what is titled on the heading of  our template, we can simply open our variables.php file and modify what  is between the quotes. This will always be the output on our header.php  file where we placed the echo command.</p>
<h3>One step Further</h3>
<p>Now we will do the same thing to our footer.php file. Open the  footer.php that we have in our includes folder and let’s take a look at  it:</p>
<div id="highlighter_56199">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>&lt;p&gt;Copyright  &amp;</code><code>copy</code> <code>2010 &lt;a href=</code><code>"#"</code><code>&gt;Website Name&lt;/a&gt;&lt;/p&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Let’s change this like we did the header file, and add a variable to  use.</p>
<p>We will place our echo command within the paragraph brackets. You  should now have the following in your footer.php:</p>
<div id="highlighter_671612">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>&lt;p&gt;&lt;?php </code><code>echo</code> <code>$footer</code> <code>?&gt;&lt;/p&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>And again we will visit our variables.php file located in the  variables folder we made and we will now update it with our new  variable. The final should now look like this:</p>
<h4>variables.php</h4>
<div id="highlighter_865693">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>$heading</code><code>=</code><code>'1stWebDesigner PHP Template'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>$footer</code><code>=</code><code>'Copyright &amp;copy;  2010 1stWebDesigner PHP Template'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Make note of the above. When using PHP variables we cannot use a  regular quote. They should be replaced as you see above directly after  the a href=</p>
<p>This is to ensure the code is read properly by browsers. If you use a  regular quote it will not work.</p>
<h3>Making it all work</h3>
<p>The last thing we need to do in order to make our variables work is  to do one last php include within our template to call the variables  file.</p>
<p>Let’s open up our header.php file and add the following:</p>
<div id="highlighter_609469">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php </code><code>include</code><code>(</code><code>'variables/variables.php'</code><code>); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>This will tell our template to use the variables file we have  created.</p>
<p>The header.php file should now look like this:</p>
<div id="highlighter_189561">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php </code><code>include</code><code>(</code><code>'variables/variables.php'</code><code>); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;div id=</code><code>"header"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code> </code><code>&lt;h2&gt;&lt;?php </code><code>echo</code> <code>$heading</code> <code>?&gt;&lt;/h2&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#header --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Next we will need to do the same to our footer.php file. Add the same  include at the top. The footer.php should now look like this:</p>
<div id="highlighter_20694">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;?php </code><code>include</code><code>(</code><code>'variables/variables.php'</code><code>); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;div id=</code><code>"footer"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code> </code><code>&lt;p&gt;&lt;?php </code><code>echo</code> <code>$footer</code> <code>?&gt;&lt;/p&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#footer --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now that these two files are calling the variables, you will see the  reflected results in the final template. You can always create new  variables, and create any type of php files you want. You can even  change the folder directory in any way you wish as long as your php  include function displays the correct path to the files.</p>
<h3>Playing with the PHP template</h3>
<p>To test it a bit further let’s duplicate the index.html file and make  a second page that will also call the external php files. This way we  will be able to see more exactly how this works.</p>
<p>Make a copy of your index.php file and rename the new file to  about.php</p>
<p>Inside of this file you can change anything you want within the  #content div inside of the website #wrapper</p>
<p>I have created the following for testing purposes:</p>
<div id="highlighter_652407">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>&lt;</code><code>html</code> <code>xmlns</code><code>=</code><code>"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code> <code>xml:lang</code><code>=</code><code>"en"</code> <code>lang</code><code>=</code><code>"en"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>&lt;</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"content-type"</code> <code>content</code><code>=</code><code>"text/html;  charset=utf-8"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"description"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"keywords"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code>&lt;</code><code>meta</code> <code>name</code><code>=</code><code>"author"</code> <code>content</code><code>=</code><code>""</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>&lt;</code><code>link</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code> <code>href</code><code>=</code><code>"style.css"</code> <code>media</code><code>=</code><code>"screen"</code> <code>/&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>&lt;</code><code>title</code><code>&gt;1stWebDesigner PHP Template About Page&lt;/</code><code>title</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code>&lt;/</code><code>head</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>&lt;</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code> </code><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"wrapper"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/header.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>27</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/nav.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>28</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>29</code></td>
<td><code>&lt;</code><code>div</code> <code>id</code><code>=</code><code>"content"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>30</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>31</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;About Me Page&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>32</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>33</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>34</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>35</code></td>
<td><code>Quisque pellentesque sodales  aliquam. Morbi mollis neque eget arcu egestas non ultrices neque  volutpat. Nam at nunc lectus, id vulputate purus. In et turpis ac mauris  viverra iaculis. Cras sed elit a purus ultrices iaculis eget sit amet  dolor. Praesent ac libero dolor, id viverra libero. Mauris aliquam nibh  vitae eros sodales fermentum. Fusce cursus est varius ante vehicula eget  ultrices felis eleifend. Nunc pharetra rutrum nibh et lobortis. Morbi  vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>36</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>37</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>38</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>39</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>40</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>41</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>42</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>43</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>44</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>45</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting  Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>46</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>47</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>48</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>49</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>50</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>51</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>52</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>53</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>54</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>55</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>56</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>57</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>58</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>59</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Notice The Include  Files&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>60</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>61</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>62</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>63</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>64</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>65</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>66</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>67</code></td>
<td><code>&lt;</code><code>h3</code><code>&gt;Another Heading Starting  Point&lt;/</code><code>h3</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>68</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>69</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>70</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>71</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>72</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>73</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>74</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>75</code></td>
<td><code>&lt;</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>76</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>77</code></td>
<td><code>Quisque pellentesque sodales aliquam. Morbi mollis neque eget  arcu egestas non ultrices neque volutpat. Nam at nunc lectus, id  vulputate purus. In et turpis ac mauris viverra iaculis. Cras sed elit a  purus ultrices iaculis eget sit amet dolor. Praesent ac libero dolor,  id viverra libero. Mauris aliquam nibh vitae eros sodales fermentum.  Fusce cursus est varius ante vehicula eget ultrices felis eleifend. Nunc  pharetra rutrum nibh et lobortis. Morbi vitae venenatis velit.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>78</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>79</code></td>
<td><code>&lt;/</code><code>p</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>80</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>81</code></td>
<td><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- end #content --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>82</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>83</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/sidebar.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>84</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>85</code></td>
<td><code>&lt;?</code><code>php</code> <code>include('includes/footer.php'); ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>86</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>87</code></td>
<td><code> </code><code>&lt;/</code><code>div</code><code>&gt; </code><code>&lt;!-- End #wrapper --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>88</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>89</code></td>
<td><code> </code><code>&lt;/</code><code>body</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>90</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>91</code></td>
<td><code>&lt;/</code><code>html</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now make sure that we go inside of our nav.php file as well as the  sidebar.php file and link the new page we have just created. Again using  your html editor of choice, first open up your nav.php file.</p>
<p>Updating the links should make your file now look like this example  below:</p>
<h4>nav.php</h4>
<div id="highlighter_108829">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;div id=</code><code>"nav"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>&lt;a href=</code><code>"index.php"</code><code>&gt;Home&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"about.php"</code><code>&gt;About&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"#"</code><code>&gt;Portfolio&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code> </code><code>&lt;a  href=</code><code>"#"</code><code>&gt;Contact&lt;/a&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>8</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#nav --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Next we will need to do the same thing to our sidebar.php file to  make sure the links now work.</p>
<h4>sidebar.php</h4>
<div id="highlighter_641391">
<div>
<div><a title="view source" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#viewSource">view  source</a></p>
<div></div>
<p><a title="print" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#printSource">print</a><a title="?" href="http://www.1stwebdesigner.com/tutorials/how-to-create-php-website-template/#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;div id=</code><code>"sidebar"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>&lt;h3&gt;Navigation&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"index.php"</code><code>&gt;Home&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"about.php"</code><code>&gt;About Us&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Links&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Portfolio&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Contact&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>&lt;h3&gt;Box Two&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>&lt;h3&gt;Box Three&lt;/h3&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code> </code><code>&lt;li&gt;&lt;a  href=</code><code>"#"</code><code>&gt;Link  Here&lt;/a&gt;&lt;/li&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td><code>&lt;/div&gt; &lt;!-- </code><code>end</code> <code>#sidebar --&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Now we are complete. We have created a two page PHP website template  that we can expand on more to make a completed project. We have learned  how to use basic php includes and variables to be able to edit content  accross many different pages at one time. I really hope you have enjoyed  this post and learned something from it as well.</p>
<p>Just to take a final look at the new file structure with the added  page you can view the image below for reference:</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_finalabout.png"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_finalabout.png" alt="" width="570" height="392" /></a></p>
<p>This tutorial was created to give you some basic knowledge on php and  creating a php website template.</p>
<p>If you have any questions I will do my best to answer them in the  comments below.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letsknowweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letsknowweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letsknowweb.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=13&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letsknowweb.wordpress.com/2010/04/21/how-to-create-a-php-website-template-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/977ff78517477a11337f73a6c4f9d59c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">connexafser</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_start.png" medium="image" />

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_variables.png" medium="image" />

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_includes.png" medium="image" />

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_final.png" medium="image" />

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/php_template_finalabout.png" medium="image" />
	</item>
		<item>
		<title>31 Free Clean Icon Sets For Minimal Web Design</title>
		<link>http://letsknowweb.wordpress.com/2010/04/21/31-free-clean-icon-sets-for-minimal-web-design/</link>
		<comments>http://letsknowweb.wordpress.com/2010/04/21/31-free-clean-icon-sets-for-minimal-web-design/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:23:55 +0000</pubDate>
		<dc:creator>Afser</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://letsknowweb.wordpress.com/?p=9</guid>
		<description><![CDATA[All clever things are usually very simple. Sometimes you just want to stay with the old valuables and keep it subtle. These icons will look great with clean and minimal web designs and also notice since almost all of them are monochromatic you can put different colors, create your own letterpress and different effects without spending time to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=9&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a name="fb_share" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.1stwebdesigner.com%2Fresources%2Ffree-clean-icon-sets-minimal-web-design%2F&amp;t=31%20Free%20Clean%20Icon%20Sets%20For%20Minimal%20Web%20Design%20%7C%20Graphic%20and%20Web%20Design%20Blog&amp;src=sp"></a></p>
<p><a href="http://www.1stwebdesigner.com/resources/free-clean-icon-sets-minimal-web-design/" target="_self"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/preview-icons-for-minimal-style-web-designs.jpg" border="0" alt="Preview-icons-for-minimal-style-web-designs" /></a>All  clever things are usually very simple. Sometimes you just want to stay  with the old valuables and keep it subtle. These icons will look great  with clean and minimal web designs and also notice since almost all of  them are monochromatic you can put different colors, create your own  letterpress and different effects without spending time to create your  own actual icon.</p>
<p>I think minimal and letterpress effects currently are very popular in  webdesigns and many designers will find this collection useful and  worth bookmarking!</p>
<h2>1. <a href="http://www.behance.net/Gallery/Free-Minimal-Icon-Set-FREE-PSD/252148" target="_blank">Free Minimal Icon Set</a></h2>
<p>Editable PSD file with Illustrator vectors.</p>
<p><a href="http://www.behance.net/Gallery/Free-Minimal-Icon-Set-FREE-PSD/252148"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-set-icons-for-minimal-style-web-designs.jpg" border="0" alt="Free-set-icons-for-minimal-style-web-designs" /></a></p>
<h2>2. <a href="http://www.famfamfam.com/lab/icons/mini/" target="_blank">Mini Icons</a></h2>
<p>Free icon set from <a href="http://www.famfamfam.com/">http://www.famfamfam.com/</a>.  16×16 GIF.</p>
<p><a href="http://www.famfamfam.com/lab/icons/mini/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/famfamfam-mini-icons-for-minimal-style-web-designs.jpg" border="0" alt="Famfamfam-mini-icons-for-minimal-style-web-designs" /></a></p>
<h2>3. <a href="http://www.tutorial9.net/resources/108-mono-icons-huge-set-of-minimal-icons/" target="_blank">Mono Icons</a></h2>
<p>108 gray 32×32 PNG icons. You can customize the color. Also free for  commercial use.</p>
<p><a href="http://www.tutorial9.net/resources/108-mono-icons-huge-set-of-minimal-icons/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mono-icons-for-minimal-style-web-designs.jpg" border="0" alt="Mono-icons-for-minimal-style-web-designs" /></a></p>
<h2>4. <a href="http://somerandomdude.com/projects/iconic/" target="_blank">Iconic</a></h2>
<p>Iconic is a minimal set of icons consisting of 114 marks in raster  and vector formats. 5 different sizes up to 32×32, nice flexibility.  Creative Commons 3.0 license.</p>
<p><a href="http://somerandomdude.com/projects/iconic/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/iconic-icons-for-minimal-style-web-designs.jpg" border="0" alt="Iconic-icons-for-minimal-style-web-designs" /></a></p>
<h2>5. <a href="http://www.noupe.com/freebie/pictodeck-icon-set-over-700-free-pictograms-for-keynote.html" target="_blank">Pictodeck</a></h2>
<p>Pictodeck is a set of over 700 pictograms in vector format designed  specifically for Keynote. That means you can scale them to any size you  desire without any loss in quality. All of the icons also support  transparency. The set was created by <a href="http://www.bigspaceship.com/">Aaron Richard</a>. All are licensed  slightly differently under Creative Commons.</p>
<p><a href="http://www.noupe.com/freebie/pictodeck-icon-set-over-700-free-pictograms-for-keynote.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pictodeck-icons-for-minimal-style-web-designs.jpg" border="0" alt="Pictodeck-icons-for-minimal-style-web-designs" /></a></p>
<h2>6. <a href="http://chrfb.deviantart.com/art/quot-ecqlipse-2-quot-PNG-59941546" target="_blank">Ecqlipse 2</a></h2>
<p>100+ icons in various resolution up to 128×128. Also available as <a href="http://chrfb.deviantart.com/art/ecqlipse-2-quot-ico-quot-66339090" target="_blank">.ico</a>.</p>
<p><a href="http://chrfb.deviantart.com/art/quot-ecqlipse-2-quot-PNG-59941546"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/ecqlipse-2-icons-for-minimal-style-web-designs.jpg" border="0" alt="Ecqlipse-2-icons-for-minimal-style-web-designs" /></a></p>
<h2>7. <a href="http://creativenerds.co.uk/freebies/330-free-letter-pressed-icons/" target="_blank">Letter Pressed Icons</a></h2>
<p>collection of over a 100 letter pressed icons, in various letter  pressed styles. The icons include three PSD files which are full of  icons which you can drag and drop into your designs. Creative Commons  license.</p>
<p><a href="http://creativenerds.co.uk/freebies/330-free-letter-pressed-icons/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/letter-pressed-icons-for-minimal-style-web-designs.jpg" border="0" alt="Letter-pressed-icons-for-minimal-style-web-designs" /></a></p>
<h2>8. <a href="http://bs-markup.de/iconsets" target="_blank">Kostenlose  Icons</a></h2>
<p>9 GIF icon sets. Creative Commons license.</p>
<p><a href="http://bs-markup.de/iconsets"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/kostenlose-icons-for-minimal-style-web-designs.jpg" border="0" alt="Kostenlose-icons-for-minimal-style-web-designs" /></a></p>
<h2>9. <a href="http://brsev.deviantart.com/art/Token-128429570" target="_blank">Token</a></h2>
<p>128 icons in light and dark versions. Available as 128×128 PNG or ICO  up to 256×256.</p>
<p><a href="http://brsev.deviantart.com/art/Token-128429570"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/token-icons-for-minimal-style-web-designs.jpg" border="0" alt="Token-icons-for-minimal-style-web-designs" /></a></p>
<h2>10. <a href="http://unr3al.deviantart.com/art/EUSMIS-minimal-icon-set-1458506" target="_blank">Eusmis</a></h2>
<p>99 16×16 ICO files.</p>
<p><a href="http://unr3al.deviantart.com/art/EUSMIS-minimal-icon-set-1458506"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/eusmis-icons-for-minimal-style-web-designs.jpg" border="0" alt="Eusmis-icons-for-minimal-style-web-designs" /></a></p>
<h2>11. <a href="http://pictoico.com/" target="_blank">Pictoico</a></h2>
<p>100 fully scalable pictograms/icons. Comes as a AI, SVG, XAR.</p>
<p><a href="http://pictoico.com/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pictoico-icons-for-minimal-style-web-designs.jpg" border="0" alt="Pictoico-icons-for-minimal-style-web-designs" /></a></p>
<h2>12. <a href="http://www.arsgrafik.com/minimal-social-media-icons-pack/" target="_blank">Social Media Icon Pack</a></h2>
<p>22 500×500 PNGs. Free to use in commercial and personal works.</p>
<p><a href="http://www.arsgrafik.com/minimal-social-media-icons-pack/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/social-icons-for-minimal-style-web-designs.jpg" border="0" alt="Social-icons-for-minimal-style-web-designs" /></a></p>
<h2>13. <a href="http://gentleface.com/free_icon_set.html" target="_blank">Wireframe Mono</a></h2>
<p>244 (8 cursors) icons optimized for 16×16, 32×32, 48×48. Available as  PNG, ICO, GIF. Creative Commons Attribution-NonCommercial license is  free.</p>
<p><a href="http://gentleface.com/free_icon_set.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/wireframe-mono-icons-for-minimal-style-web-designs.jpg" border="0" alt="Wireframe-mono-icons-for-minimal-style-web-designs" /></a></p>
<h2>14. <a href="http://www.picol.org/" target="_blank">Picol</a></h2>
<p>Massive set of about 500 icons. Available as 16×16, 32×32 PNG or SVG.</p>
<p><a href="http://www.picol.org/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/picol-icons-for-minimal-style-web-designs.jpg" border="0" alt="Picol-icons-for-minimal-style-web-designs" /></a></p>
<h2>15. <a href="http://findicons.com/pack/2219/dot_pictograms" target="_blank">DOT Pictograms</a></h2>
<p>68 free icons up to 256×256 PNG.</p>
<p><a href="http://findicons.com/pack/2219/dot_pictograms"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/dot-pictograms-icons-for-minimal-style-web-designs.jpg" border="0" alt="Dot-pictograms-icons-for-minimal-style-web-designs" /></a></p>
<h2>16. <a href="http://iconblock.com/goodies/icons/" target="_blank">Snow  Icon Pack</a></h2>
<p>102 royalty free website &amp; GUI icons that can be used for both  personal and commercial purposes. Royalty free license. TIFF, ICNS, ICO,  ICON, PNG. 32×32</p>
<p><a href="http://iconblock.com/goodies/icons/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/snow-pack-icons-for-minimal-style-web-designs.jpg" border="0" alt="Snow-pack-icons-for-minimal-style-web-designs" /></a></p>
<h2>17. <a href="http://findicons.com/pack/2139/uidesign" target="_blank">UIDesign Icon Pack</a></h2>
<p>51 free icons. PNG, ICO, ICNS. Designed by <a href="http://burlesck.livejournal.com/" target="_blank">Alexey Egorov</a>.</p>
<p><a href="http://findicons.com/pack/2139/uidesign"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/ui-design-icons-for-minimal-style-web-designs.jpg" border="0" alt="Ui-design-icons-for-minimal-style-web-designs" /></a></p>
<h2>18. <a href="http://findicons.com/pack/1961/pixeley" target="_blank">Pixeley</a></h2>
<p>30 16×16 icons. PNG, ICO, ICNS. Created by <a href="http://el73.be/" target="_blank">el73.be</a></p>
<p><a href="http://findicons.com/pack/1961/pixeley"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pixeley-icons-for-minimal-style-web-designs.jpg" border="0" alt="Pixeley-icons-for-minimal-style-web-designs" /></a></p>
<h2>19. <a href="http://icondock.com/free/mini-pixel-icons" target="_blank">Mini Pixel Icons</a></h2>
<p>320 icons available in various color themes. 14×14 GIF.</p>
<p><a href="http://icondock.com/free/mini-pixel-icons"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mini-pixel-icons-for-minimal-style-web-designs.jpg" border="0" alt="Mini-pixel-icons-for-minimal-style-web-designs" /></a></p>
<h2>20. <a href="http://plainbeta.com/downloads/pixelated-a-lightweight-iconkit/" target="_blank">Pixelated</a></h2>
<p>21 icon in light and dark version. Transparent GIFs.</p>
<p><a href="http://plainbeta.com/downloads/pixelated-a-lightweight-iconkit/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pixelated-icons-for-minimal-style-web-designs.jpg" border="0" alt="Pixelated-icons-for-minimal-style-web-designs" /></a></p>
<h2>21. <a href="http://www.gosquared.com/liquidicity/archives/70" target="_blank">165 Lovely Free Vector Icons</a></h2>
<p>AI, SVG, JPEG.</p>
<p><a href="http://www.gosquared.com/liquidicity/archives/70"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/lovely-free-vector-icons-for-minimal-style-web-designs.jpg" border="0" alt="Lovely-free-vector-icons-for-minimal-style-web-designs" /></a></p>
<h2>22. <a href="http://garcya.us/135-free-vector-icons/" target="_blank">135 Free Vector Icons</a></h2>
<p>AI files.</p>
<p><a href="http://garcya.us/135-free-vector-icons/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-vector-icons-for-minimal-style-web-designs.jpg" border="0" alt="Free-vector-icons-for-minimal-style-web-designs" /></a></p>
<h2>23. <a href="http://www.brandspankingnew.net/archive/2006/12/hohoho.html" target="_blank">Mini Icons</a></h2>
<p>113 10×10 GIFs. Creative Commons Attribution-ShareAlike license.</p>
<p><a href="http://www.brandspankingnew.net/archive/2006/12/hohoho.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mini-icons-for-minimal-style-web-designs.jpg" border="0" alt="Mini-icons-for-minimal-style-web-designs" /></a></p>
<h2>24. <a href="http://www.brandspankingnew.net/archive/2006/06/doctype_icons_2.html" target="_blank">Doctype Icons</a></h2>
<p>42 16×16 GIFs</p>
<p><a href="http://www.brandspankingnew.net/archive/2006/06/doctype_icons_2.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/doctypes-icons-for-minimal-style-web-designs.jpg" border="0" alt="Doctypes-icons-for-minimal-style-web-designs" /></a></p>
<h2>25. <a href="http://paularmstrongdesigns.com/projects/bwpx-icns/" target="_blank">BWPX.ICNS</a></h2>
<p>A free set of over 250 18×18 pixel icons. Each icon was carefully  created one pixel at a time using only whole value hexadecimal shades of  grey. Creative Commons license.</p>
<p><a href="http://paularmstrongdesigns.com/projects/bwpx-icns/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/bwpx-icns-icons-for-minimal-style-web-designs.jpg" border="0" alt="Bwpx-icns-icons-for-minimal-style-web-designs" /></a></p>
<h2>26. <a href="http://splashyfish.com/icons/" target="_blank">Splashy  Fish Icons</a></h2>
<p>450+ 16×16 PNG icons.</p>
<p><a href="http://splashyfish.com/icons/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/splashy-fish-icons-for-minimal-style-web-designs.jpg" border="0" alt="Splashy-fish-icons-for-minimal-style-web-designs" /></a></p>
<h2>27. <a href="http://www.icojoy.com/articles/39/" target="_blank">Hand  Pointer Icons </a></h2>
<p>36 icons, 6 different types, 6 color variants.</p>
<p><a href="http://www.icojoy.com/articles/39/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/hand-pointer-icons-for-minimal-style-web-designs.jpg" border="0" alt="Hand-pointer-icons-for-minimal-style-web-designs" /></a></p>
<h2>28. <a href="http://damieng.com/creative/icons/silk-companion-1-icons" target="_blank">Silk Companion</a></h2>
<p>450+ 16×16 PNG icons.</p>
<p><a href="http://damieng.com/creative/icons/silk-companion-1-icons"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/silk-compilation-icons-for-minimal-style-web-designs.jpg" border="0" alt="Silk-compilation-icons-for-minimal-style-web-designs" /></a></p>
<h2>29. <a href="http://www.designworkplan.com/design/symbol-signs.htm" target="_blank">Symbol Signs collection</a></h2>
<p>Available in OpenType font format.</p>
<p><a href="http://www.designworkplan.com/design/symbol-signs.htm"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/symbol-signs-collection-icons-for-minimal-style-web-designs.jpg" border="0" alt="Symbol-signs-collection-icons-for-minimal-style-web-designs" /></a></p>
<h2>30. <a href="http://www.vectorss.com/icons/diagona-icons.html" target="_blank">Diagona Icons</a></h2>
<p>200 PNG icons. 10×10, 16×16.</p>
<p><a href="http://www.vectorss.com/icons/diagona-icons.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/diagona-icons-for-minimal-style-web-designs.jpg" border="0" alt="Diagona-icons-for-minimal-style-web-designs" /></a></p>
<h2>31. <a href="http://www.dezinerfolio.com/freebie/30-free-vector-icons" target="_blank">30 Free Vector Icons</a></h2>
<p>Icons with apple touch. PSD file.</p>
<p><a href="http://www.dezinerfolio.com/freebie/30-free-vector-icons"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-vector-2-icons-for-minimal-style-web-designs.jpg" border="0" alt="Free-vector-2-icons-for-minimal-style-web-designs" /></a></p>
<p>Do you know some more free minimal icon sets? Let us know!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letsknowweb.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letsknowweb.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letsknowweb.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=9&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letsknowweb.wordpress.com/2010/04/21/31-free-clean-icon-sets-for-minimal-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/977ff78517477a11337f73a6c4f9d59c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">connexafser</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/preview-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Preview-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-set-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Free-set-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/famfamfam-mini-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Famfamfam-mini-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mono-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Mono-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/iconic-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Iconic-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pictodeck-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Pictodeck-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/ecqlipse-2-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Ecqlipse-2-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/letter-pressed-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Letter-pressed-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/kostenlose-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Kostenlose-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/token-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Token-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/eusmis-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Eusmis-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pictoico-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Pictoico-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/social-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Social-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/wireframe-mono-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Wireframe-mono-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/picol-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Picol-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/dot-pictograms-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Dot-pictograms-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/snow-pack-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Snow-pack-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/ui-design-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Ui-design-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pixeley-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Pixeley-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mini-pixel-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Mini-pixel-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/pixelated-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Pixelated-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/lovely-free-vector-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Lovely-free-vector-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-vector-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Free-vector-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/mini-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Mini-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/doctypes-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Doctypes-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/bwpx-icns-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Bwpx-icns-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/splashy-fish-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Splashy-fish-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/hand-pointer-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Hand-pointer-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/silk-compilation-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Silk-compilation-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/symbol-signs-collection-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Symbol-signs-collection-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/diagona-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Diagona-icons-for-minimal-style-web-designs</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/minimal-free-icons/free-vector-2-icons-for-minimal-style-web-designs.jpg" medium="image">
			<media:title type="html">Free-vector-2-icons-for-minimal-style-web-designs</media:title>
		</media:content>
	</item>
		<item>
		<title>35 Tutorials To Get Your Awesome Design Print-Ready</title>
		<link>http://letsknowweb.wordpress.com/2010/04/21/35-tutorials-to-get-your-awesome-design-print-ready/</link>
		<comments>http://letsknowweb.wordpress.com/2010/04/21/35-tutorials-to-get-your-awesome-design-print-ready/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:21:15 +0000</pubDate>
		<dc:creator>Afser</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://letsknowweb.wordpress.com/?p=7</guid>
		<description><![CDATA[Print design is everywhere around us. You can see it everyday on newspapers, advertisements, brochures, business cards, T-shirt designs, posters. But you need some skills to create good looking, catchy print design and usually it’s not an easy task. In this article you’re going to find some useful tutorials working with print products on Photoshop, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=7&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Print design is everywhere around us. You can see it everyday on  newspapers, advertisements, brochures, business cards, T-shirt designs,  posters. But you need some skills to create good looking, catchy print  design and usually it’s not an easy task.</p>
<p>In this article you’re going to find some useful tutorials working  with print products on Photoshop, Illustrator, InDesign, Acrobat Reader –  print designing will not cause any more pain for you!</p>
<h2>1. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/design-a-ready-to-print-brochure-in-photoshop/" target="_blank">Design a Ready to Print Brochure in Photoshop</a></h2>
<p>In this tutorial you’re going to learn how to create a ready to print  three-fold brochure from scratch using only Photoshop. This tutorial is  ideal for beginners and for people who want to know more about print  design.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/design-a-ready-to-print-brochure-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-brochure-in-photoshop-print-design-tutorials.jpg" border="0" alt="Ready-brochure-in-photoshop-print-design-tutorials" /></a></p>
<h2>2. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/making-a-print-ready-business-card-using-only-photoshop/" target="_blank">Making a Print-Ready Business Card Using Only Photoshop</a></h2>
<p>In this tutorial, we are going to design up a simple business card in  Photoshop and get it ready for print with crop marks and bleed.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/making-a-print-ready-business-card-using-only-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/making-ready-business-card-using-only-photoshop-print-design-tutorials.jpg" border="0" alt="Making-ready-business-card-using-only-photoshop-print-design-tutorials" /></a></p>
<h2>3. <a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-design-a-print-ready-flier-with-photoshop-and-illustrator/" target="_blank">How to Design a Print-Ready Flier with Photoshop and  Illustrator</a></h2>
<p>In this tutorial we are going to create 3D text and integrate it in a  natural environment. We will not use any 3D programs, so all you need  is Adobe Illustrator and Photoshop to create this effect.</p>
<p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-design-a-print-ready-flier-with-photoshop-and-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-design-ready-flier-with-photoshop-illustrator-print-design-tutorials.jpg" border="0" alt="How-to-design-ready-flier-with-photoshop-illustrator-print-design-tutorials" /></a></p>
<h2>4. <a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-fun-print-ready-doodled-business-card-design" target="_blank">Create a Fun Print-Ready Doodled Business Card Design</a></h2>
<p>In this tutorial you’re going to  create unique doodle and sketch business card design. You’ll be drawing  our doodles directly in Illustrator, and using the application’s print  abilities to set up your business card document with the correct margins  and bleed to build a complete print-ready PDF document.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-fun-print-ready-doodled-business-card-design"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-fun-ready-doodled-business-card-print-design-tutorials.jpg" border="0" alt="Create-fun-ready-doodled-business-card-print-design-tutorials" /></a></p>
<h2>5. <a href="http://www.blog.spoongraphics.co.uk/tutorials/business-card-design-project-walkthrough" target="_blank">Business Card Design Project Walkthrough</a></h2>
<p>You’re going to look look back at Chris process for creating the  final concept of James Clarksons business card, resulting in the  finished printed product.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/business-card-design-project-walkthrough"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/business-card-project-walkthrough-print-design-tutorials.jpg" border="0" alt="Business-card-project-walkthrough-print-design-tutorials" /></a></p>
<h2>6. <a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-beer-label-in-adobe-illustrator/" target="_blank">Design a Print-Ready Beer Label in Adobe Illustrator</a></h2>
<p>This tutorial takes you from setup to production of a really cool  beer label, although this could be useful for any bottled concoction of  your choosing.</p>
<p><a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-beer-label-in-adobe-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-beer-label-in-adobe-illustrator-print-design-tutorials.jpg" border="0" alt="Ready-beer-label-in-adobe-illustrator-print-design-tutorials" /></a></p>
<h2>7. <a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-ad-in-adobe-indesign/" target="_blank">Design a Print-ready Ad in Adobe InDesign </a></h2>
<p>Want to learn how to make an ad that could go into a magazine? This  tutorial is perfect for you if you’re familiar with Adobe Illustrator  and want to get started with a layout program suited toward publication  design.</p>
<p><a href="http://vector.tutsplus.com/tutorials/designing/design-a-print-ready-ad-in-adobe-indesign/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-ad-in-adobe-indesign%20-print-design-tutorials.jpg" border="0" alt="Ready-ad-in-adobe-indesign -print-design-tutorials" /></a></p>
<h2>8. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-and-print-a-brochure-with-photoshop-indesign-and-uprintingcom-part-1/" target="_blank">Create and Print a Brochure with Photoshop, Indesign  and UPrinting.com</a></h2>
<p>This is a 2 part complete walktrough teaching you complete process of  designing a simple brochure, getting it ready for print and then  actually uploading it to a commercial online printer, checking the proof  and seeing the finished product.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-and-print-a-brochure-with-photoshop-indesign-and-uprintingcom-part-1/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-brochure-with-photoshop-indesign-uprinting-print-design-tutorials.jpg" border="0" alt="Create-brochure-with-photoshop-indesign-uprinting-print-design-tutorials" /></a></p>
<h2>9. <a href="http://blog.boxedart.com/tutorials/make-a-print-ready-easter-greeting-card-from-scratch/" target="_blank">Make a Print Ready Easter Greeting Card from Scratch</a></h2>
<p>This ir really simple tutorial, which will help you create nice,  simple greeting card for friends or family.</p>
<p><a href="http://blog.boxedart.com/tutorials/make-a-print-ready-easter-greeting-card-from-scratch/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/make-ready-easter-greeting-card%20from%20Scratch-print-design-tutorials.jpg" border="0" alt="Make-ready-easter-greeting-card from  Scratch-print-design-tutorials" /></a></p>
<h2>10. <a href="http://webexpedition18.com/articles/design-slick-print-ready-business-card-using-photoshop/" target="_blank">Design Slick Print Ready Business Card Using Photoshop</a></h2>
<p>In this tutorial you’re going to see how to design your own double  sided business card in Photoshop and get it ready for print.</p>
<p><a href="http://webexpedition18.com/articles/design-slick-print-ready-business-card-using-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/slick-ready-business-card-using-photoshop-print-design-tutorials.jpg" border="0" alt="Slick-ready-business-card-using-photoshop-print-design-tutorials" /></a></p>
<h2>11. <a href="http://forcg.com/tutorials/design/create-a-grunge-print-ready-business-card/" target="_blank">Create a Grunge Print-Ready Business Card</a></h2>
<p>In this tutorial you’re going to be guided through the process of  creating a grunge print-ready business card using Photoshop. You’re also  going to find some information on how should a good business card look  like.</p>
<p><a href="http://forcg.com/tutorials/design/create-a-grunge-print-ready-business-card/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-grunget-ready-business-card-print-design-tutorials.jpg" border="0" alt="Create-grunget-ready-business-card-print-design-tutorials" /></a></p>
<h2>12. <a href="http://pcandweb.com/tutorials/how-to-create-old-grudge-style-print-ready-business-card.html" target="_blank">How To Create Old Grunge Style Print Ready Business  Card</a></h2>
<p>This tutorial will guide you and help you to create a cool old  grunged business card in photoshop which is fully print ready with full  bleed.</p>
<p><a href="http://pcandweb.com/tutorials/how-to-create-old-grudge-style-print-ready-business-card.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-old-grunge-style-ready-business-card-print-design-tutorials.jpg" border="0" alt="How-to-create-old-grunge-style-ready-business-card-print-design-tutorials" /></a></p>
<h2>13. <a href="http://theprodesigner.com/how-to-make-a-great-print-ready-business-card-in-photoshop/" target="_blank">How to Make a Great Print Ready Business Card in  Photoshop</a></h2>
<p>In this tutorial you will learn  how to get your business card print ready with crop marks and bleed.</p>
<p><a href="http://theprodesigner.com/how-to-make-a-great-print-ready-business-card-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-make-great-ready-business-card-in-photoshop-print-design-tutorials.jpg" border="0" alt="How-to-make-great-ready-business-card-in-photoshop-print-design-tutorials" /></a></p>
<h2>14. <a href="http://www.tutoriallounge.com/2009/10/creative-brochure-design-tutorial-in-adobe-photoshop/" target="_blank">Creative Brochure Design Tutorial in Adobe Photoshop</a></h2>
<p>Learn how to create simple 2 page brochure for technology and design  company.</p>
<p><a href="http://www.tutoriallounge.com/2009/10/creative-brochure-design-tutorial-in-adobe-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/creative-brochure-in-adobe-photoshop-print-design-tutorials.jpg" border="0" alt="Creative-brochure-in-adobe-photoshop-print-design-tutorials" /></a></p>
<h2>15. <a href="http://vector.tutsplus.com/tutorials/designing/put-together-and-print-a-business-card-with-uprinting/" target="_blank">Create a Business Card in Illustrator and Print it with  UPrinting </a></h2>
<p>In this tutorial we’ll take the Rockable Press brand tutorials and  apply it to create and print business cards with <a href="http://uprinting.com/" target="_blank">UPrinting</a>.</p>
<p><a href="http://vector.tutsplus.com/tutorials/designing/put-together-and-print-a-business-card-with-uprinting/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-business-card-in-illustrator-it-with-uprinting%20-print-design-tutorials.jpg" border="0" alt="Create-business-card-in-illustrator-it-with-uprinting  -print-design-tutorials" /></a></p>
<h2>16. <a href="http://www.blog.spoongraphics.co.uk/tutorials/design-a-print-ready-business-card-for-designers" target="_blank">Design a Print Ready Business Card for Designers</a></h2>
<p>Follow this walkthrough in Adobe  Photoshop, Adobe Illustrator and Adobe InDesign to create your own  double sided business card design, resulting in a print-ready file to  send to your favoured print firm.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/design-a-print-ready-business-card-for-designers"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-business-card-for-designers-print-design-tutorials.jpg" border="0" alt="Ready-business-card-for-designers-print-design-tutorials" /></a></p>
<h2>17. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-five-color-magazine-cover-using-a-spot-metallic/" target="_blank">Create a Five-color Magazine Cover using a Spot  Metallic</a></h2>
<p>This as an advanced tutorial where first you’ll be exporting InDesgn  template in Photoshop and then creating the print with CMYK and spot  metalic color layer.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-five-color-magazine-cover-using-a-spot-metallic/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-five-color-magazine-cover-using-spot-metallic-print-design-tutorials.jpg" border="0" alt="Create-five-color-magazine-cover-using-spot-metallic-print-design-tutorials" /></a></p>
<h2>18. <a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-grid-based-resume-layout-in-indesign" target="_blank">Create a Grid Based Resume/CV Layout in InDesign</a></h2>
<p>Use the power of grid based designs to create a structured and  professional page layout in InDesign, which can then be populated with a  range of information to produce a polished CV or Resume.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-grid-based-resume-layout-in-indesign"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-grid-based-resume-cv-layout-in-indesign-print-design-tutorials.jpg" border="0" alt="Create-grid-based-resume-cv-layout-in-indesign-print-design-tutorials" /></a></p>
<h2>19. <a href="http://circleboxblog.com/2009/tutorials/how-to-design-an-abstract-business-card-in-photoshop/" target="_blank">How to Design an Abstract Business Card in Photoshop</a></h2>
<p>In this tutorial you will see how to design an abstract business card  using a combination of Adobe Illustrator and Photoshop. You will be  using Photoshop as a base for our business card, all whilst using  Illustrator to create some clean, abstract shapes to use in our abstract  business cards.</p>
<p><a href="http://circleboxblog.com/2009/tutorials/how-to-design-an-abstract-business-card-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-abstract-business-card-in-photoshop-print-design-tutorials.jpg" border="0" alt="How-to-abstract-business-card-in-photoshop-print-design-tutorials" /></a></p>
<h2>20. <a href="http://creativeoverflow.net/creating-a-colorful-vibrant-business-card/" target="_blank">Creating a Colorful Vibrant Business Card</a></h2>
<p>Design a vibrant business card for  designer. You have already been given a template with bleed lines.</p>
<p><a href="http://creativeoverflow.net/creating-a-colorful-vibrant-business-card/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/creating-colorful-vibrant-business-card-print-design-tutorials.jpg" border="0" alt="Creating-colorful-vibrant-business-card-print-design-tutorials" /></a></p>
<h2>21. <a href="http://becreativemagazine.com/2010/02/tutorial-how-to-create-print-ready-standard-size-business-cards/" target="_blank">How To Create Print Ready Standard Size Business Cards</a></h2>
<p>In this tutorial you’re going to be creating a simple and  easy, not hard to follow business card design. You’re also goig to find  out what are bleeds and what to take in account designing a business  card.</p>
<p><a href="http://becreativemagazine.com/2010/02/tutorial-how-to-create-print-ready-standard-size-business-cards/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-ready-standard-size-business-cards-print-design-tutorials.jpg" border="0" alt="How-to-create-ready-standard-size-business-cards-print-design-tutorials" /></a></p>
<h2>22. <a href="http://www.blog.spoongraphics.co.uk/tutorials/designing-for-print-setting-up-crops-and-bleed" target="_blank">Designing for Print – Setting Up Crops and Bleed</a></h2>
<p>Learn how to set up crops and bleeds for any kind of print works.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/designing-for-print-setting-up-crops-and-bleed"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/designing-for-setting-up-crops-bleed-print-design-tutorials.jpg" border="0" alt="Designing-for-setting-up-crops-bleed-print-design-tutorials" /></a></p>
<h2>23. <a href="http://www.davidairey.com/what-makes-a-good-business-card/" target="_blank">What Makes a Good Business Card?</a></h2>
<p>This isn’t a tutorial, but if you’re creating a business card with  intension to really use it, you should consider reading this article by  David Airey.</p>
<p><a href="http://www.davidairey.com/what-makes-a-good-business-card/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/what-makes-good-business-card-print-design-tutorials.jpg" border="0" alt="What-makes-good-business-card-print-design-tutorials" /></a></p>
<h2>24. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-and-then-shatter-a-grid-while-making-a-typographic-poster/" target="_blank">Create and Then Shatter a Grid, while Making a  Typographic Poster </a></h2>
<p>Break the grid to create a dynamic and exciting layout. So grab the  usual tools of the trade, Photoshop and Illustrator, and  follow tutorials steps into creating your own solution.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-and-then-shatter-a-grid-while-making-a-typographic-poster/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-then-shatter-grid-while-making-typographic-poster-print-design-tutorials.jpg" border="0" alt="Create-then-shatter-grid-while-making-typographic-poster-print-design-tutorials" /></a></p>
<h2>25. <a href="http://www.gomediazine.com/tutorials/design-a-6-panel-cd-package-tutorial/" target="_blank">Design a 6 Panel CD Package Tutorial</a></h2>
<p>In this tutorial the artist will talk you through his workflow and  decision-making process rather than focus too much on specific graphical  techniques and he’ll also explain how to use printers’ templates to  make sure your design comes up to their specs.</p>
<p><a href="http://www.gomediazine.com/tutorials/design-a-6-panel-cd-package-tutorial/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/6-six-panel-cd-packagel-print-design-tutorials.jpg" border="0" alt="6-six-panel-cd-package-print-design-tutorials" /></a></p>
<h2>26. <a href="http://justcreativedesign.com/2008/05/13/how-to-design-a-movie-poster-with-an-example/" target="_blank">How To Design A Movie Poster – With An Example</a></h2>
<p>This is very detailed tutorial  teaching you how to research materials for your project, creating  various outcomes and the message your poster should send.</p>
<p><a href="http://justcreativedesign.com/2008/05/13/how-to-design-a-movie-poster-with-an-example/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-movie-poster-with-examplel-print-design-tutorials.jpg" border="0" alt="How-to-movie-poster-with-examplel-print-design-tutorials" /></a></p>
<h2>27. <a href="http://psd.tutsplus.com/tutorials/designing-tutorials/how-to-create-a-retro-boxing-poster-in-photoshop/" target="_blank">How to Create a Retro Boxing Poster in Photoshop</a></h2>
<p>You’ll be drawing inspiration from Poster Design from the 1960s,  particularly Boxing Posters from that era. You’ll learn some things to  keep an eye out for when mimicking graphic design from any decades past.</p>
<p><a href="http://psd.tutsplus.com/tutorials/designing-tutorials/how-to-create-a-retro-boxing-poster-in-photoshop/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-retro-boxing-poster-in-photoshop-print-design-tutorials.jpg" border="0" alt="How-to-create-retro-boxing-poster-in-photoshop-print-design-tutorials" /></a></p>
<h2>28. <a href="http://www.layersmagazine.com/magazine-cover-design-in-indesign.html" target="_blank">Magazine Cover Design in InDesign</a></h2>
<p>In this tutorial, we’ll not only take you through the process of  creating a cover, but also reveal techniques that designers use to make  their covers stand out.</p>
<p><a href="http://www.layersmagazine.com/magazine-cover-design-in-indesign.html"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/magazine-cover-in-indesign-print-design-tutorials.jpg" border="0" alt="Magazine-cover-in-indesign-print-design-tutorials" /></a></p>
<h2>29. <a href="http://vector.tutsplus.com/tutorials/tools-tips/create-numbered-tickets-the-easy-way-in-indesign/" target="_blank">Create Numbered Tickets the Easy Way in InDesign </a></h2>
<p>In this tutorial, we’ll explain how to do an easy setup in InDesign  for automatically numbered tickets. We will look at the handy “Data  Merge Tool,” which is a great time-saver.</p>
<p><a href="http://vector.tutsplus.com/tutorials/tools-tips/create-numbered-tickets-the-easy-way-in-indesign/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-numbered-tickets-easy-way-in-indesign-print-design-tutorials.jpg" border="0" alt="Create-numbered-tickets-easy-way-in-indesign-print-design-tutorials" /></a></p>
<h2>30. <a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-music-magazine-cover-in-indesign/" target="_blank">How to Create a Music Magazine Cover in InDesign</a></h2>
<p>In this tutorial, we’ll look at how to create a magazine cover in  InDesign. You’ll learn how to set up a page layout and add text. This is  an introduction to InDesign and no previous knowledge is required.</p>
<p><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-music-magazine-cover-in-indesign/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-music-magazine-cover-in-indesign-print-design-tutorials.jpg" border="0" alt="How-to-create-music-magazine-cover-in-indesign-print-design-tutorials" /></a></p>
<h2>31. <a href="http://vector.tutsplus.com/designing/publishing-a-multiple-paged-pdf-document-using-illustrator/" target="_blank">Publishing a Multiple Paged PDF Document Using  Illustrator </a></h2>
<p>One of Illustrator’s lesser-known functions is it’s ability to  produce and publish multiple paged documents in PDF format. This  tutorial will explain how it’s done, while discussing some grid layout  theory to produce an Annual Report.</p>
<p><a href="http://vector.tutsplus.com/designing/publishing-a-multiple-paged-pdf-document-using-illustrator/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/publishing-multiple-paged-pdf-document-using-illustrator%20-print-design-tutorials.jpg" border="0" alt="Publishing-multiple-paged-pdf-document-using-illustrator  -print-design-tutorials" /></a></p>
<h2>32. <a href="http://www.dreaminfinity.com/nocturne/tutorials/illustrator-tutorials/getting-illustrator-files-print-ready/" target="_blank">Getting Illustrator files Print Ready</a></h2>
<p>Quick check list to do before getting file ready for printing.</p>
<p><a href="http://www.dreaminfinity.com/nocturne/tutorials/illustrator-tutorials/getting-illustrator-files-print-ready/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/getting-illustrator-files-ready-print-design-tutorials.jpg" border="0" alt="Getting-illustrator-files-ready-print-design-tutorials" /></a></p>
<h2>33. <a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-coupon-in-indesign/" target="_blank">How to Create a Coupon in InDesign</a></h2>
<p>In this tutorial, we’ll explain  how to create a coupon, double-sided in InDesign. This is a beginner  level tutorial and by no means meant for print. It gives you a small  intro into tabs, style sheets and glyphs.</p>
<p><a href="http://vector.tutsplus.com/tutorials/designing/how-to-create-a-coupon-in-indesign/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-coupon-in-indesign-print-design-tutorials.jpg" border="0" alt="How-to-create-coupon-in-indesign-print-design-tutorials" /></a></p>
<h2>34. <a href="http://www.wearepixel8.com/blog/2008/09/02/create-an-adobe-illustrator-template-for-a-tri-fold-brochure/" target="_blank">Create an Adobe Illustrator Template for a Tri-Fold  Brochure</a></h2>
<p>This tutorial will help you understand how to set crops and bleed for  tri-fold brochure. You can also download template.</p>
<p><a href="http://www.wearepixel8.com/blog/2008/09/02/create-an-adobe-illustrator-template-for-a-tri-fold-brochure/"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-adobe-illustrator-template-for-tri-fold-brochure-print-design-tutorials.jpg" border="0" alt="Create-adobe-illustrator-template-for-tri-fold-brochure-print-design-tutorials" /></a></p>
<h2>35. <a href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1920&amp;pn=2" target="_blank">Design Artworks for Screen-Printing</a></h2>
<p>In this tutorial you’ll learn how to colour up a four-colour design  for screen-printing using Photoshop and Illustrator.</p>
<p><a href="http://www.digitalartsonline.co.uk/tutorials/index.cfm?featureID=1920&amp;pn=2"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/artworks-for-screen-printing-print-design-tutorials.jpg" border="0" alt="Artworks-for-screen-printing-print-design-tutorials" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letsknowweb.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letsknowweb.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letsknowweb.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=7&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letsknowweb.wordpress.com/2010/04/21/35-tutorials-to-get-your-awesome-design-print-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/977ff78517477a11337f73a6c4f9d59c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">connexafser</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-brochure-in-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Ready-brochure-in-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/making-ready-business-card-using-only-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Making-ready-business-card-using-only-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-design-ready-flier-with-photoshop-illustrator-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-design-ready-flier-with-photoshop-illustrator-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-fun-ready-doodled-business-card-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-fun-ready-doodled-business-card-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/business-card-project-walkthrough-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Business-card-project-walkthrough-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-beer-label-in-adobe-illustrator-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Ready-beer-label-in-adobe-illustrator-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-ad-in-adobe-indesign%20-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Ready-ad-in-adobe-indesign -print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-brochure-with-photoshop-indesign-uprinting-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-brochure-with-photoshop-indesign-uprinting-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/make-ready-easter-greeting-card%20from%20Scratch-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Make-ready-easter-greeting-card from  Scratch-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/slick-ready-business-card-using-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Slick-ready-business-card-using-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-grunget-ready-business-card-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-grunget-ready-business-card-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-old-grunge-style-ready-business-card-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-create-old-grunge-style-ready-business-card-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-make-great-ready-business-card-in-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-make-great-ready-business-card-in-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/creative-brochure-in-adobe-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Creative-brochure-in-adobe-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-business-card-in-illustrator-it-with-uprinting%20-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-business-card-in-illustrator-it-with-uprinting  -print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/ready-business-card-for-designers-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Ready-business-card-for-designers-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-five-color-magazine-cover-using-spot-metallic-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-five-color-magazine-cover-using-spot-metallic-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-grid-based-resume-cv-layout-in-indesign-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-grid-based-resume-cv-layout-in-indesign-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-abstract-business-card-in-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-abstract-business-card-in-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/creating-colorful-vibrant-business-card-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Creating-colorful-vibrant-business-card-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-ready-standard-size-business-cards-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-create-ready-standard-size-business-cards-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/designing-for-setting-up-crops-bleed-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Designing-for-setting-up-crops-bleed-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/what-makes-good-business-card-print-design-tutorials.jpg" medium="image">
			<media:title type="html">What-makes-good-business-card-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-then-shatter-grid-while-making-typographic-poster-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-then-shatter-grid-while-making-typographic-poster-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/6-six-panel-cd-packagel-print-design-tutorials.jpg" medium="image">
			<media:title type="html">6-six-panel-cd-package-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-movie-poster-with-examplel-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-movie-poster-with-examplel-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-retro-boxing-poster-in-photoshop-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-create-retro-boxing-poster-in-photoshop-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/magazine-cover-in-indesign-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Magazine-cover-in-indesign-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-numbered-tickets-easy-way-in-indesign-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-numbered-tickets-easy-way-in-indesign-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-music-magazine-cover-in-indesign-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-create-music-magazine-cover-in-indesign-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/publishing-multiple-paged-pdf-document-using-illustrator%20-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Publishing-multiple-paged-pdf-document-using-illustrator  -print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/getting-illustrator-files-ready-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Getting-illustrator-files-ready-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/how-to-create-coupon-in-indesign-print-design-tutorials.jpg" medium="image">
			<media:title type="html">How-to-create-coupon-in-indesign-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/create-adobe-illustrator-template-for-tri-fold-brochure-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Create-adobe-illustrator-template-for-tri-fold-brochure-print-design-tutorials</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/print-design-tutorials/artworks-for-screen-printing-print-design-tutorials.jpg" medium="image">
			<media:title type="html">Artworks-for-screen-printing-print-design-tutorials</media:title>
		</media:content>
	</item>
		<item>
		<title>20 Most Valuable SEO Plugins For WordPress</title>
		<link>http://letsknowweb.wordpress.com/2010/04/21/20-most-valuable-seo-plugins-for-wordpress/</link>
		<comments>http://letsknowweb.wordpress.com/2010/04/21/20-most-valuable-seo-plugins-for-wordpress/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:19:23 +0000</pubDate>
		<dc:creator>Afser</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://letsknowweb.wordpress.com/?p=5</guid>
		<description><![CDATA[WordPress is one among the popular weblog publishing platforms available on the web. There are millions of blogs based on WordPress. Search engines are the best way to promote, publicize and help people discover your content. Thus, it is very important to optimize your blog or web site so that search engines can discover your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=5&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/category/wordpress/" target="_blank">WordPress</a> is one among the popular weblog publishing  platforms available on the web. There are millions of <a href="http://www.1stwebdesigner.com/tag/blog/" target="_blank">blogs</a> based on WordPress.</p>
<p>Search engines are the best way to promote, publicize and help people  discover your content. Thus, it is very important to optimize your blog  or web site so that search engines can discover your content and  understand how relevant it is to specific search queries.</p>
<p>WordPress, in addition to providing you with the state-of-the-art  publishing platform, also provides plethora of <a href="http://www.1stwebdesigner.com/tag/plugins/" target="_blank">plugins</a> for <a href="http://www.1stwebdesigner.com/wordpress/wordpress-seo-tips-tricks-plugins/" target="_blank">Search Engine Optimization</a>(SEO). Some plugins are  really effective whereas some are not. To help you find the right plugin  for your web site, we have composed some of the best <a href="http://www.1stwebdesigner.com/wordpress/important-tips-optimize-wordpress-search-engines/" target="_blank">SEO</a> plugins.</p>
<h2><a title="All-In-One SEO" rel="homepage" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">1. All  in one SEO Pack</a></h2>
<p>One among the most popular and widely  discussed plugins for WordPress. This plugin is easy to use and is  compatible with most WordPress plugins. It works as an overall SEO  plugin – automatically generating <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=79812" target="_blank">META tags</a> and optimizes your titles for search  engines and helps you in avoiding duplicate content. This plugin also  enables you to manually include META tags (title, description and  keywords) for each page and post in your web site.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/all-in-one-seo-screenshot3.png" alt="" /></p>
<h2><a title="HeadSpace2" rel="homepage" href="http://urbangiraffe.com/plugins/headspace2/">2. HeadSpace2</a></h2>
<p>A powerful all-in-one plugin to manage  meta-data and handle a wide range of SEO tasks. It allows you to tag  your posts, create custom titles and descriptions, thereby improves your  page ranking and relevance on search engines. You can also change the  theme or load plugins on specific pages and much more. This plugin is  available in multiple languages.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/headspace-2-page-settings4.png" alt="headspace-2-page-settings" /></p>
<h2><a title="Platinum SEO" href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">3. Platinum SEO plugin</a></h2>
<p>An all-in-one SEO plugin with a host of  features like automatic 301 redirects for permalink changes, auto  generation of META tags, avoid duplicate content, SEO optimized post and  page titles and a whole lot of other features.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/platinum-seo-options-page6.png" alt="platinum-seo-options-page" /></p>
<h2><a title="TGFI.net SEO" href="http://wordpress.org/extend/plugins/tgfinet-seo/" target="_blank">4.  TGFI.net SEO WordPress Plugin</a></h2>
<p>This plugin is a fairly modified version of the all-in-one SEO Pack.  The unique feature of this plugin is that, it’s directed at people who  use WordPress as a CMS. It can auto generate titles, descriptions and  keywords when overrides are not present and also avoids duplicate  content.</p>
<h2><a title="Google XML Sitemaps" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">5. Google XML Sitemaps</a></h2>
<p>Generates an <a href="http://www.xml-sitemaps.com/" target="_blank">XML sitemap</a> supported by <a href="http://google.com/" target="_blank">Google</a>, <a href="http://bing.com/" target="_blank">Bing</a>, <a href="http://yahoo.com/" target="_blank">Yahoo</a> and <a href="http://ask.com/" target="_blank">Ask</a>. Sitemaps make it much  easier for crawlers to see the complete structure of your web site and  retrieve more efficiently. It also notifies all major search engines  every time you create a new post. You can either choose to write a  normal XML file or a zipped file. In case of any errors, you can rebuild  the sitemap manually. As a remark, <a href="http://pingomatic.com/" target="_blank">Pingomatic</a> can be used to ping your blog to multiple  search engines and other specialized services.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/google-xml-sitemap-generator2.png" alt="google-xml-sitemap-generator" /></p>
<h2><a title="Dagon Design Sitemap Generator" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank">6. Sitemap Generator</a></h2>
<p>Creates a highly customizable sitemap for  your WordPress powered web site. It enables you to choose what to show  and what not to including – what order to list the items in. It supports  multi-level categories, pages and permalinks.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/dd-sitemap-generator.jpg" alt="dd-sitemap-generator" /></p>
<h2><a title="SEO Slugs" href="http://wordpress.org/extend/plugins/seo-slugs/" target="_blank">7.  SEO Slugs</a></h2>
<p>Slugs are long filenames assigned to your posts. Ex:  http://yourblog.com/what-you-can-do-immediately-for-higher-rankings.  This plugin <a href="http://searchenginewatch.com/2156061" target="_blank">removes common words</a> like ‘a’,  ‘the’,&#8217;in’,&#8217;what’,&#8217;you’ etc. from the automatically assigned post slug  to make it more Search Engine friendly.</p>
<h2><a title="SEO Post Links" href="http://www.maxblogpress.com/plugins/spl/" target="_blank">8. SEO  Post Links</a></h2>
<p>This plugin works similar to SEO slugs. It  shortens the post slug and retains only the necessary keywords making it  Search Engine friendly.  It allows you to choose the longest number of  characters in your post slug and also remove unnecessary words.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-post-link-options.jpg" alt="seo-post-link-options" /></p>
<h2><a title="Automatic SEO links" href="http://wordpress.org/extend/plugins/automatic-seo-links/" target="_blank">9. Automatic SEO links</a></h2>
<p>Just choose a word or a phrase for automatic linking and this plugin  will replace all matches in the posts of your weblog. It allows you to  set the title, target and rel. for each link. You can also set the <a href="http://googlewebmastercentral.blogspot.com/2007/03/get-more-complete-picture-about-how.html" target="_blank">anchor text</a> and choose if it should be no-follow or  not. If there are repeated words, only the first matched word in the  post will be replaced.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/automatic-seo-links-new-link.jpg" alt="automatic-seo-links-new-link" /></p>
<h2><a title="SEO Smart Links" href="http://wordpress.org/extend/plugins/seo-automatic-links/" target="_blank">10. SEO Smart links</a></h2>
<p>Automatically links keywords and phrases on your blog with  corresponding posts, pages, categories or tags on your blog. It allows  you to set up your own <a href="http://www.ibm.com/developerworks/web/library/wa-seo2/" target="_blank">keywords</a> and a list of matching URLs and also set  the <a href="http://microformats.org/wiki/rel-nofollow" target="_blank">no-follow  attribute</a>. You can customize it according to your needs through the  <a href="http://codex.wordpress.org/Administration_Panels" target="_blank">Administration Settings Panel</a>.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-smart-links-options-page.jpg" alt="seo-smart-links-options-page" /></p>
<h2><a title="WP Backlinks" href="http://www.linksback.org/wordpress/wordpress-plugins/wp-backlinks-wordpress-plugin/" target="_blank">11. WP Backlinks</a></h2>
<p>This plugin helps in making the task of link exchange very simple.  Once installed, it puts a small form on the sidebar of your blog that  allows webmasters and other bloggers to quickly submit a link for link  exchange. The plugin will spider the webmasters site for a reciprocal  link and if everything is successful you will have made a successful  link exchange. It also has the option of displaying different links on  different pages.</p>
<h2><a title="SEO Title Tag" href="http://wordpress.org/extend/plugins/seo-title-tag/" target="_blank">12. SEO Title Tag</a></h2>
<p>SEO Title Tag makes it easy to optimize the  title tags across your WordPress powered blog. It allows you to  override a page’s title tag with a custom one, mass editing of <a href="http://www.w3.org/TR/REC-html40/struct/links.html" target="_blank">title  tags</a>, title tags for 404 error pages and much more.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-title-tag-options.jpg" alt="seo-title-tag-options" /></p>
<h2><a title="404 SEO" href="http://wordpress.org/extend/plugins/404-plugin/" target="_blank">13.  404 SEO plugin</a></h2>
<p>Gives you a smart, customized ‘Page Not Found(404)’ error message and  automatically displays links to relevant pages on your site, based on  the words in the URL that was not found.</p>
<h2><a title="Redirection" href="http://wordpress.org/extend/plugins/redirection/" target="_blank">14.  Redirection</a></h2>
<p>This plugin helps you to manage 301  redirections, to keep track of <a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/" target="_blank">404 errors</a> and also correct them. It also allows  you to monitor your redirects by giving you full logs of all redirected  URLs and also RSS feed for 404 errors. Automatically adds a redirection  when a posts URL changes.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/redirection-plugin.jpg" alt="redirection-plugin" /></p>
<h2><a title="Simple Submit" href="http://wordpress.org/extend/plugins/simple-submit/" target="_blank">15. Simple Submit SEO/Social Bookmarking Plugin</a></h2>
<p>This plugin adds submission links for Digg, Delicious, Buzz, and  Stumble to pages and posts. It allows you to choose whether to display  it on home page, post page, all pages etc.</p>
<h2><a title="AntiSocial" href="http://courtneytuttle.com/2007/06/21/antisocial-wordpress-plugin-reviewed-install-guide/" target="_blank">16. AntiSocial</a></h2>
<p>Adding this plugin on your blog allows readers to submit your posts  to Digg, Reddit, Del.Icio.Us, StumbleUpon and other <a href="http://www.1stwebdesigner.com/freebies/amazing-free-social-media-icon-packs/" target="_blank">social bookmarking</a> sites. It adds a row of buttons  with links to the sites and also adds a nofollow to the links. It is  actually a hacked version of the famous plugin Socialable.</p>
<h2><a title="AddToAny : Share/Bookmark/Email Buttons" href="http://wordpress.org/extend/plugins/add-to-any/" target="_blank">17.  AddToAny</a></h2>
<p>Helps your readers share,save,email and also bookmark your posts and  pages. It supports over hundred social bookmarking and sharing sites. It  comes with a smart menu that places the services that visitors use  a  lot  at the top of the menu based on their browsing and usage history.</p>
<p><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/add-to-any-screenshot1.png" alt="add-to-any-screenshot" /></p>
<h2><a title="SEO Friendly Images" href="http://wordpress.org/extend/plugins/seo-image/" target="_blank">18.  SEO Friendly Images</a></h2>
<p>This plugin helps in making your images SEO  friendly. It automatically updates all images with a proper <a href="http://www.labnol.org/internet/using-alt-img-attributes-in-image-tags/5450/" target="_blank">ALT and TITLE.</a> ALT acts as a description for your  image and TITLE is the tooltip text displayed when the mouse is over the  image. These attributes are one of the important part of SEO.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-friendly-images-plugin.jpg" alt="seo-friendly-images-plugin" /></p>
<h2><a title="Robots Meta" href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank">19.  Robots Meta</a></h2>
<p>A very easy solution to add <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156449" target="_blank">robot</a> tags to your WordPress pages. It allows you  to add meta tags to individual posts and pages, prevent indexing of your  comments, login and admin pages.<br />
<img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/robots-meta-configuration1.jpg" alt="robots-meta-configuration" /></p>
<h2><a title="Nofollow Case by Case" href="http://wordpress.org/extend/plugins/nofollow-case-by-case/" target="_blank">20. Nofollow Case by Case</a></h2>
<p>Allows you to selectively apply or remove nofollow attributes to  comment links, comment author links, pingbacks and <a href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/" target="_blank">trackbacks</a> and also open the comment links in a new  window. If not configured it automatically strips nofollow attributes  from all your comment links and comment author links.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letsknowweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letsknowweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letsknowweb.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=5&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letsknowweb.wordpress.com/2010/04/21/20-most-valuable-seo-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/977ff78517477a11337f73a6c4f9d59c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">connexafser</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/all-in-one-seo-screenshot3.png" medium="image" />

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/headspace-2-page-settings4.png" medium="image">
			<media:title type="html">headspace-2-page-settings</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/platinum-seo-options-page6.png" medium="image">
			<media:title type="html">platinum-seo-options-page</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/google-xml-sitemap-generator2.png" medium="image">
			<media:title type="html">google-xml-sitemap-generator</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/dd-sitemap-generator.jpg" medium="image">
			<media:title type="html">dd-sitemap-generator</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-post-link-options.jpg" medium="image">
			<media:title type="html">seo-post-link-options</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/automatic-seo-links-new-link.jpg" medium="image">
			<media:title type="html">automatic-seo-links-new-link</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-smart-links-options-page.jpg" medium="image">
			<media:title type="html">seo-smart-links-options-page</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-title-tag-options.jpg" medium="image">
			<media:title type="html">seo-title-tag-options</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/redirection-plugin.jpg" medium="image">
			<media:title type="html">redirection-plugin</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/add-to-any-screenshot1.png" medium="image">
			<media:title type="html">add-to-any-screenshot</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/seo-friendly-images-plugin.jpg" medium="image">
			<media:title type="html">seo-friendly-images-plugin</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2010/04/robots-meta-configuration1.jpg" medium="image">
			<media:title type="html">robots-meta-configuration</media:title>
		</media:content>
	</item>
		<item>
		<title>50 Free Social Twitter Resources and Icon Sets: Huge List</title>
		<link>http://letsknowweb.wordpress.com/2010/04/21/hello-world/</link>
		<comments>http://letsknowweb.wordpress.com/2010/04/21/hello-world/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 06:55:27 +0000</pubDate>
		<dc:creator>Afser</dc:creator>
				<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This article is created for every Twitter addict, who enjoys to tweet, wants to be noticed – such beautiful Twitter icons are very eye-catchy, standing out from the crowd. No matter what you are blogger, web designer, graphic designer, you cannot ignore Twitter trend. I believe this is the most complete Twitter icon list for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=1&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is created for every Twitter addict, who enjoys to  tweet, wants to be noticed – such beautiful Twitter icons are very  eye-catchy, standing out from the crowd. No matter what you are blogger,  web designer, graphic designer, you cannot ignore Twitter trend. I  believe this is the most complete Twitter icon list for now, I tried to  get all freebies and shares available and feature them here, so You can  get everything in one place.</p>
<p>Official Twitter badges are boring, let’s put something fresh in your  design!</p>
<h2><a href="http://www.smashingmagazine.com/2009/06/24/birdies-cute-free-twitter-icons-for-your-blog/" target="_blank">Birdies: Cute Free Twitter Icons For Your Blog</a></h2>
<h2><a href="http://www.smashingmagazine.com/2009/06/24/birdies-cute-free-twitter-icons-for-your-blog/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/birdies-cute-free-twitter-icons.png" alt="birdies-cute-free-twitter-icons" width="500" height="500" /></a></h2>
<h2><a href="http://vector.tutsplus.com/illustration/create-a-twitter-style-bird-mascot/" target="_blank">Create a Twitter Style Bird Mascot</a></h2>
<p>Using some basic shapes, effects, and gradients this tutorial will  show you how to create a Twitter mascot for your blog or website.</p>
<p><a href="http://vector.tutsplus.com/illustration/create-a-twitter-style-bird-mascot/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/vectortuts-twitter-mascot-tutorial-free.jpg" alt="vectortuts-twitter-mascot-tutorial-free" width="570" height="465" /></a></p>
<h2><a href="http://limeshot.com/2008/follow-me-on-twitter-badges" target="_blank">Follow me on Twitter badges / logos / buttons</a></h2>
<p><a href="http://limeshot.com/2008/follow-me-on-twitter-badges" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/follow-me-twitter-badges.jpg" alt="follow-me-twitter-badges" width="570" height="531" /></a></p>
<h2><a href="http://siahdesign.com/archives/491" target="_blank">30 Free  Vector Twitter Buttons Download</a><a href="http://siahdesign.com/archives/491" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/30-free-vector-twitter-buttons-download.jpg" alt="30-free-vector-twitter-buttons-download" width="570" height="438" /></a></h2>
<h2><a href="http://inaliblast.deviantart.com/art/Twitter-Birds-117712134" target="_blank">Twitter Birds</a> by <a href="http://inaliblast.deviantart.com/" target="_blank">InaliBlast</a></h2>
<p><a href="http://inaliblast.deviantart.com/art/Twitter-Birds-117712134" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/inaliblist-twitter-birds.jpg" alt="inaliblist-twitter-birds" width="570" height="441" /></a></p>
<h2><a href="http://thedesignsuperhero.com/2009/03/tweet-tweet-cute-tweet-another-free-twitter-icon/" target="_blank">Tweet Tweet Cute Tweet: Another Free Twitter Bird Icon</a></h2>
<p><a href="http://thedesignsuperhero.com/2009/03/tweet-tweet-cute-tweet-another-free-twitter-icon/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweet-tweet-cute-twitter-bird.jpg" alt="tweet-tweet-cute-twitter-bird" width="570" height="392" /></a></p>
<h2><a href="http://www.productivedreams.com/free-twitter-bird-icon-set/" target="_blank">Free Twitter Bird Icon Set</a><a href="http://www.productivedreams.com/free-twitter-bird-icon-set/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-icon-set-productive.jpg" alt="free-twitter-bird-icon-set-productive" width="570" height="712" /></a></h2>
<h2><a href="http://www.blog.spoongraphics.co.uk/freebies/8-free-cute-and-simple-twitter-bird-vector-graphics" target="_blank">8 Free Cute &amp; Simple Twitter Bird Vector Graphics</a><a href="http://www.blog.spoongraphics.co.uk/freebies/8-free-cute-and-simple-twitter-bird-vector-graphics" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-cute-simple-twitter-icons.jpg" alt="free-cute-simple-twitter-icons" width="570" height="352" /></a></h2>
<h2><a href="http://www.vincentabry.com/31-logos-et-boutons-pour-twitter-2480" target="_blank">31 Twitter buttons and icons</a></h2>
<p>Commercial Use is forbidden.</p>
<p><a href="http://www.vincentabry.com/31-logos-et-boutons-pour-twitter-2480" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/31-twitter-logo-buttons-free.jpg" alt="31-twitter-logo-buttons-free" width="570" height="700" /></a></p>
<h2><a href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/" target="_blank">6 Free New Social Icons – Digg, Twitter, Stumble, RSS,  Delicious &amp; Reddit</a><a href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/designreviver-free-twitter-social-icon.jpg" alt="designreviver-free-twitter-social-icon" width="570" height="507" /></a></h2>
<h2><a href="http://wefunction.com/2008/07/freebie-twitter-icons-illustration/" target="_blank">The Cutest Freebies: Twitter Bird Icons &amp;  Illustration</a><a href="http://wefunction.com/2008/07/freebie-twitter-icons-illustration/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-illustration-icons.jpg" alt="free-twitter-bird-illustration-icons" width="570" height="401" /></a></h2>
<h2><a href="http://www.webdesign-in.de/mts/10-twitter-buttons-for-free/" target="_blank">10 Twitter Buttons for free </a><a href="http://www.webdesign-in.de/mts/10-twitter-buttons-for-free/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/10-twitter-buttons-for-free.jpg" alt="10-twitter-buttons-for-free" width="400" height="253" /></a></h2>
<h2><a href="http://randaclay.com/freebies/free-twitter-graphics/" target="_blank">Free Twitter Graphics</a><a href="http://randaclay.com/freebies/free-twitter-graphics/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-graphics-buttons-icons.jpg" alt="free-twitter-graphics-buttons-icons" width="570" height="570" /></a></h2>
<h2><a href="http://kailoon.com/free-vector-icons-set-twitter-birdy-icon/" target="_blank">Free Vector Icons Set + Twitter Birdy Icon</a><a href="http://kailoon.com/free-vector-icons-set-twitter-birdy-icon/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-vector-icon-set-twitter-birdie.jpg" alt="free-vector-icon-set-twitter-birdie" width="570" height="259" /></a></h2>
<h2><a href="http://icontexto.blogspot.com/2008/09/icontexto-webdev-social-bookmark-bonus.html" target="_blank">IconTexto WebDev Social Bookmark Icon</a><a href="http://icontexto.blogspot.com/2008/09/icontexto-webdev-social-bookmark-bonus.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/icontexto-free-webdev-social-twitter.jpg" alt="icontexto-free-webdev-social-twitter" width="570" height="390" /></a></h2>
<h2><a href="http://www.productivedreams.com/its-twitter-time-free-vector-icon-set/" target="_blank">It’s Twitter Time! Free vector icon set</a><a href="http://www.productivedreams.com/its-twitter-time-free-vector-icon-set/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-free-icon-set.jpg" alt="twitter-free-icon-set" width="570" height="399" /></a></h2>
<h2><a href="http://monkeyworks.wordpress.com/2008/11/12/twitter-icons-with-attitude/" target="_blank">Twitter Icons with Attitude</a><a href="http://monkeyworks.wordpress.com/2008/11/12/twitter-icons-with-attitude/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-icons-with-attitude.jpg" alt="free-twitter-icons-with-attitude" width="570" height="292" /></a></h2>
<h2><a href="http://monkeyworks.wordpress.com/2009/02/10/follow-metwitter-icon/" target="_blank">Follow Me…Twitter Icon</a><a href="http://monkeyworks.wordpress.com/2009/02/10/follow-metwitter-icon/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/follow-me-twitter-icon-free.jpg" alt="follow-me-twitter-icon-free" width="570" height="385" /></a></h2>
<h2><a href="http://monkeyworks.wordpress.com/free-twitter-icons/" target="_blank">Free Twitter Icon</a><a href="http://monkeyworks.wordpress.com/free-twitter-icons/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-free-350-px-png-icon.jpg" alt="twitter-free-350-px-png-icon" width="570" height="300" /></a></h2>
<h2><a href="http://www.smashingmagazine.com/2008/09/23/practika-a-free-icon-set/" target="_blank">Practika: A Free Icon Set</a><a href="http://www.smashingmagazine.com/2008/09/23/practika-a-free-icon-set/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/practika-a-free-icon-set.jpg" alt="practika-a-free-icon-set" width="570" height="385" /></a></h2>
<h2><a href="http://www.flickr.com/photos/maustuff/3174449299/" target="_blank">Twitter bird vector icon set</a><a href="http://www.flickr.com/photos/maustuff/3174449299/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/flickr-twitter-bird-icon-set.jpg" alt="flickr-twitter-bird-icon-set" width="570" height="303" /></a></h2>
<h2><a href="http://www.jankoatwarpspeed.com/post/2009/01/26/Free-Fat-twitters-icon-pack.aspx" target="_blank">Free Fat Twitters icon pack </a><a href="http://www.jankoatwarpspeed.com/post/2009/01/26/Free-Fat-twitters-icon-pack.aspx" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/janko-free-twitter-icons.jpg" alt="janko-free-twitter-icons" width="498" height="228" /></a></h2>
<h2><a href="http://www.webfruits.it/freebies.htm#maxIconsSet3" target="_blank">(max)Icone Blog – Set #3</a><a href="http://www.webfruits.it/freebies.htm#maxIconsSet3" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/max-icon-set-twitter-social.jpg" alt="max-icon-set-twitter-social" width="570" height="166" /></a></h2>
<h2><a href="http://monkeyworks.wordpress.com/2008/09/30/tweeter-icon/" target="_blank">Twitter Icon</a><a href="http://monkeyworks.wordpress.com/2008/09/30/tweeter-icon/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/beautiful-twitter-bird-icon.jpg" alt="beautiful-twitter-bird-icon" width="245" height="355" /></a></h2>
<h2><a href="http://milomark.deviantart.com/art/Twitter-103084309" target="_blank">2 Twitter Icons</a><a href="http://milomark.deviantart.com/art/Twitter-103084309" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/milomark-free-twitter-icons-png.jpg" alt="milomark-free-twitter-icons-png" width="570" height="254" /></a></h2>
<h2><a href="http://juliusx.deviantart.com/art/Twitter-Icons-PSD-117644880" target="_blank">Twitter Icons .PSD</a> by <a href="http://juliusx.deviantart.com/" target="_blank">JuliusX</a><a href="http://juliusx.deviantart.com/art/Twitter-Icons-PSD-117644880" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/beautiful-twitter-icons-psd.jpg" alt="beautiful-twitter-icons-psd" width="570" height="527" /></a></h2>
<h2><a href="http://www.chris-wallace.com/2009/01/02/tweeties-a-free-twitter-icon-set/" target="_blank">Tweeties: A free icon set</a></h2>
<h2><a href="http://www.chris-wallace.com/2009/01/02/tweeties-a-free-twitter-icon-set/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweeties-free-icon-set.jpg" alt="tweeties-free-icon-set" width="570" height="329" /></a></h2>
<h2><a href="http://blog.iampaddy.com/2008/11/12/web-20rigami/" target="_blank">Web 2.0 0rigami</a><a href="http://blog.iampaddy.com/2008/11/12/web-20rigami/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/web-2.0-origami-social-icon-set.jpg" alt="web-2" width="570" height="300" /></a></h2>
<h2><a href="http://fasticon.com/freeware/index.php/twitter-block-icons/" target="_blank">Twitter Block Icons</a></h2>
<h2><a href="http://fasticon.com/freeware/index.php/twitter-block-icons/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-block-icons-for-free.jpg" alt="twitter-block-icons-for-free" width="570" height="345" /></a></h2>
<h2><a href="http://chethstudios.blogspot.com/2009/04/kweet-free-twitter-bird-icon.html" target="_blank">Kweet- A Free Twitter Bird Icon</a><a href="http://chethstudios.blogspot.com/2009/04/kweet-free-twitter-bird-icon.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/kweet-twitter-bird-icons.jpg" alt="kweet-twitter-bird-icons" width="570" height="320" /></a></h2>
<h2><a href="http://thedesignsuperhero.com/2008/10/free-psds-give-away-high-resolution-twitter-bird-icons/" target="_blank">Free PSD’s Give Away: High Resolution Twitter Bird  Icons</a></h2>
<h2><a href="http://thedesignsuperhero.com/2008/10/free-psds-give-away-high-resolution-twitter-bird-icons/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/high-resolution-twitter-icons.jpg" alt="high-resolution-twitter-icons" width="570" height="418" /></a></h2>
<h2><a href="http://graphicleftovers.com/graphic/Twitter-Eggs/" target="_blank">Twitter Eggs</a></h2>
<h2><a href="http://graphicleftovers.com/graphic/Twitter-Eggs/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-eggs-free-by-graphic-lovers.jpg" alt="twitter-eggs-free-by-graphic-lovers" width="570" height="600" /></a><a href="http://graphicleftovers.com/graphic/Twitter-Bottle-Caps/" target="_blank">Free Twitter Caps</a></p>
<p><a href="http://graphicleftovers.com/graphic/Twitter-Bottle-Caps/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-caps-graphic-lovers.jpg" alt="free-twitter-caps-graphic-lovers" width="570" height="394" /></a></h2>
<h2><a href="http://www.iconspedia.com/icon/twitter-bird-5-63.html" target="_blank">Twitter bird icon</a></h2>
<h2><a href="http://www.iconspedia.com/icon/twitter-bird-5-63.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-icon.jpg" alt="free-twitter-bird-icon" width="570" height="292" /></a></h2>
<h2><a href="http://www.iconspedia.com/search/twitter/" target="_blank">IconsPedia  Search: Twitter</a></h2>
<p>This website has listed and featured many lovely twitter icons, now  there are 46 Twitter related icons.</p>
<p><a href="http://www.iconspedia.com/search/twitter/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/iconspedia-twitter-search-free.jpg" alt="iconspedia-twitter-search-free" width="570" height="463" /></a></p>
<h2><a href="http://siahdesign.com/archives/150" target="_blank">FREE  TWITTER BUTTONS (Includes Animated GIFs) ( nearly 30 buttons)</a><a href="http://siahdesign.com/archives/150" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-buttons-animated.jpg" alt="free-twitter-buttons-animated" width="570" height="200" /></a></h2>
<h2><a href="http://www.flickr.com/photos/darkmotion/2691565773/" target="_blank">Lisa’s twitter bird</a></h2>
<h2><a href="http://www.flickr.com/photos/darkmotion/2691565773/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/lisas-twitter-bird-free.jpg" alt="lisas-twitter-bird-free" width="570" height="311" /></a></h2>
<h2><a href="http://wefunction.com/2009/05/40-free-twitter-badges/" target="_blank">40 Cute Free Twitter Graphics: Badges, Icons &amp;  Buttons…</a><a href="http://wefunction.com/2009/05/40-free-twitter-badges/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/wefunction-twitter_badges_icons.jpg" alt="wefunction-twitter badges icons" width="570" height="296" /></a></h2>
<h2><a href="http://labs.creazy.net/twignature/" target="_blank">Twignature</a></h2>
<p>This webpage is Japanese creation that asks you to enter your Twitter  account name and rapidly have personalized Twitter button with you name  on it, several sizes and icons available there.</p>
<p><a href="http://labs.creazy.net/twignature/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twignature-free-icons.jpg" alt="twignature-free-icons" width="570" height="419" /></a></p>
<h2><a href="http://tylersticka.deviantart.com/art/TweetDeck-Replacement-Icons-105464224" target="_blank">TweetDeck Replacement Icons</a> by <a href="http://tylersticka.deviantart.com/" target="_blank">tylersticka</a><a href="http://tylersticka.deviantart.com/art/TweetDeck-Replacement-Icons-105464224" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/6-tweetdeck-replacement-icons.jpg" alt="6-tweetdeck-replacement-icons" width="570" height="406" /></a></h2>
<h2><a href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/" target="_blank">Cute Tweeters Icon Set</a><a href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/cute-twitters-release.jpg" alt="cute-twitters-release" width="450" height="450" /></a></h2>
<h2><a href="http://www.webdesign.fm/free-twitter-icons-happy-birds/" target="_blank">Free Twitter Icons – Happy Birds</a><a href="http://www.webdesign.fm/free-twitter-icons-happy-birds/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/happy-free-twitter-bird-icons.jpg" alt="happy-free-twitter-bird-icons" width="570" height="426" /></a></h2>
<h2><a href="http://jasonh1234.deviantart.com/art/Twitter-4-104692811" target="_blank">Twitter 4</a> by <a href="http://jasonh1234.deviantart.com/" target="_blank">jasonh1234</a><a href="http://jasonh1234.deviantart.com/art/Twitter-4-104692811" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-4-book.jpg" alt="twitter-4-book" width="570" height="427" /></a></h2>
<h2><a href="http://web-kreation.com/index.php/articles/freebies-2-awesome-twitter-icons/" target="_blank">Freebies: 2 Awesome Twitter Icons</a><a href="http://web-kreation.com/index.php/articles/freebies-2-awesome-twitter-icons/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/awesome-freebiestwitter_icon_set.jpg" alt="awesome-freebiestwitter icon set" width="537" height="256" /></a></h2>
<h2><a href="http://twittericon.com/" target="_blank">TweeterIcon</a></h2>
<p>Just enter your Twitter ID, copy the code and you can use linked  twitter icon right away, wide variety of different Twitter icons.</p>
<p><a href="http://twittericon.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweetericon-twitter-icon-website.jpg" alt="tweetericon-twitter-icon-website" width="570" height="147" /></a></p>
<h2><a href="http://www.webdesignerdepot.com/2009/07/50-free-and-exclusive-twitter-icons/" target="_blank">50 Free and Exclusive Twitter Icons</a></h2>
<p>Huge giveaway from WebDesignerDepot.</p>
<p><a href="http://www.webdesignerdepot.com/2009/07/50-free-and-exclusive-twitter-icons/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/50-free-exclusive-twitter-icons.jpg" alt="50-free-exclusive-twitter-icons" width="570" height="441" /></a></p>
<h2><a href="http://ithemes.com/free-rockin-twitter-icons-for-your-blog/" target="_blank">Free Rockin’ Twitter Icon for Your Blog</a><a href="http://ithemes.com/free-rockin-twitter-icons-for-your-blog/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/rocking-twitter-icon.jpg" alt="rocking-twitter-icon" width="356" height="210" /></a></h2>
<h2><a href="http://antonist.deviantart.com/art/twitter-icon-117679205" target="_blank">Twitter Icon – Follow me</a></h2>
<p><a href="http://antonist.deviantart.com/art/twitter-icon-117679205" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/antonist-follow-me-twitter-icon.jpg" alt="antonist-follow-me-twitter-icon" width="570" height="510" /></a></p>
<h2><a href="http://freakyframes.deviantart.com/art/Twitter-Bird-127757230" target="_blank">Alternate Icon For Twitter</a></h2>
<p><a href="http://freakyframes.deviantart.com/art/Twitter-Bird-127757230" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/alternate-twitter-icon.jpg" alt="alternate-twitter-icon" width="570" height="342" /></a><br />
<a href="http://www.flickr.com/groups/twitterbirds/pool/" target="_blank"><br />
</a></p>
<h2><a href="http://www.flickr.com/groups/twitterbirds/pool/" target="_blank">Flickr Twitter Bird Pool</a></h2>
<p>This is also nice Flickr group trying to get featured many birdies!</p>
<p>As always feel free to add your links! Maybe there are something I  didn’t listed here?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/letsknowweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/letsknowweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/letsknowweb.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=letsknowweb.wordpress.com&amp;blog=13246216&amp;post=1&amp;subd=letsknowweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://letsknowweb.wordpress.com/2010/04/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/977ff78517477a11337f73a6c4f9d59c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">connexafser</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/birdies-cute-free-twitter-icons.png" medium="image">
			<media:title type="html">birdies-cute-free-twitter-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/vectortuts-twitter-mascot-tutorial-free.jpg" medium="image">
			<media:title type="html">vectortuts-twitter-mascot-tutorial-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/follow-me-twitter-badges.jpg" medium="image">
			<media:title type="html">follow-me-twitter-badges</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/30-free-vector-twitter-buttons-download.jpg" medium="image">
			<media:title type="html">30-free-vector-twitter-buttons-download</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/inaliblist-twitter-birds.jpg" medium="image">
			<media:title type="html">inaliblist-twitter-birds</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweet-tweet-cute-twitter-bird.jpg" medium="image">
			<media:title type="html">tweet-tweet-cute-twitter-bird</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-icon-set-productive.jpg" medium="image">
			<media:title type="html">free-twitter-bird-icon-set-productive</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-cute-simple-twitter-icons.jpg" medium="image">
			<media:title type="html">free-cute-simple-twitter-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/31-twitter-logo-buttons-free.jpg" medium="image">
			<media:title type="html">31-twitter-logo-buttons-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/designreviver-free-twitter-social-icon.jpg" medium="image">
			<media:title type="html">designreviver-free-twitter-social-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-illustration-icons.jpg" medium="image">
			<media:title type="html">free-twitter-bird-illustration-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/10-twitter-buttons-for-free.jpg" medium="image">
			<media:title type="html">10-twitter-buttons-for-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-graphics-buttons-icons.jpg" medium="image">
			<media:title type="html">free-twitter-graphics-buttons-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-vector-icon-set-twitter-birdie.jpg" medium="image">
			<media:title type="html">free-vector-icon-set-twitter-birdie</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/icontexto-free-webdev-social-twitter.jpg" medium="image">
			<media:title type="html">icontexto-free-webdev-social-twitter</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-free-icon-set.jpg" medium="image">
			<media:title type="html">twitter-free-icon-set</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-icons-with-attitude.jpg" medium="image">
			<media:title type="html">free-twitter-icons-with-attitude</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/follow-me-twitter-icon-free.jpg" medium="image">
			<media:title type="html">follow-me-twitter-icon-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-free-350-px-png-icon.jpg" medium="image">
			<media:title type="html">twitter-free-350-px-png-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/practika-a-free-icon-set.jpg" medium="image">
			<media:title type="html">practika-a-free-icon-set</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/flickr-twitter-bird-icon-set.jpg" medium="image">
			<media:title type="html">flickr-twitter-bird-icon-set</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/janko-free-twitter-icons.jpg" medium="image">
			<media:title type="html">janko-free-twitter-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/max-icon-set-twitter-social.jpg" medium="image">
			<media:title type="html">max-icon-set-twitter-social</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/beautiful-twitter-bird-icon.jpg" medium="image">
			<media:title type="html">beautiful-twitter-bird-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/milomark-free-twitter-icons-png.jpg" medium="image">
			<media:title type="html">milomark-free-twitter-icons-png</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/beautiful-twitter-icons-psd.jpg" medium="image">
			<media:title type="html">beautiful-twitter-icons-psd</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweeties-free-icon-set.jpg" medium="image">
			<media:title type="html">tweeties-free-icon-set</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/web-2.0-origami-social-icon-set.jpg" medium="image">
			<media:title type="html">web-2</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-block-icons-for-free.jpg" medium="image">
			<media:title type="html">twitter-block-icons-for-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/kweet-twitter-bird-icons.jpg" medium="image">
			<media:title type="html">kweet-twitter-bird-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/high-resolution-twitter-icons.jpg" medium="image">
			<media:title type="html">high-resolution-twitter-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-eggs-free-by-graphic-lovers.jpg" medium="image">
			<media:title type="html">twitter-eggs-free-by-graphic-lovers</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-caps-graphic-lovers.jpg" medium="image">
			<media:title type="html">free-twitter-caps-graphic-lovers</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-bird-icon.jpg" medium="image">
			<media:title type="html">free-twitter-bird-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/iconspedia-twitter-search-free.jpg" medium="image">
			<media:title type="html">iconspedia-twitter-search-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/free-twitter-buttons-animated.jpg" medium="image">
			<media:title type="html">free-twitter-buttons-animated</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/lisas-twitter-bird-free.jpg" medium="image">
			<media:title type="html">lisas-twitter-bird-free</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/wefunction-twitter_badges_icons.jpg" medium="image">
			<media:title type="html">wefunction-twitter badges icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twignature-free-icons.jpg" medium="image">
			<media:title type="html">twignature-free-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/6-tweetdeck-replacement-icons.jpg" medium="image">
			<media:title type="html">6-tweetdeck-replacement-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/cute-twitters-release.jpg" medium="image">
			<media:title type="html">cute-twitters-release</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/happy-free-twitter-bird-icons.jpg" medium="image">
			<media:title type="html">happy-free-twitter-bird-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/twitter-4-book.jpg" medium="image">
			<media:title type="html">twitter-4-book</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/awesome-freebiestwitter_icon_set.jpg" medium="image">
			<media:title type="html">awesome-freebiestwitter icon set</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/tweetericon-twitter-icon-website.jpg" medium="image">
			<media:title type="html">tweetericon-twitter-icon-website</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/50-free-exclusive-twitter-icons.jpg" medium="image">
			<media:title type="html">50-free-exclusive-twitter-icons</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/rocking-twitter-icon.jpg" medium="image">
			<media:title type="html">rocking-twitter-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/antonist-follow-me-twitter-icon.jpg" medium="image">
			<media:title type="html">antonist-follow-me-twitter-icon</media:title>
		</media:content>

		<media:content url="http://www.1stwebdesigner.com/wp-content/uploads/2009/07/free-twitter-icons/alternate-twitter-icon.jpg" medium="image">
			<media:title type="html">alternate-twitter-icon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
