<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Gift Colony Online</title>
	<atom:link href="http://www.giftcolony.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giftcolony.com</link>
	<description>Photography, Graphics, Logo and Web Design Services</description>
	<lastBuildDate>Tue, 20 Oct 2009 21:50:24 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Child Theme Fundamentals</title>
		<link>http://www.giftcolony.com/2009/10/wordpress-child-theme-fundamentals/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/wordpress-child-theme-fundamentals/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:46:28 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=241</guid>
		<description><![CDATA[This lesson will cover the very fundamentals of what a Wordpress child theme is and how the basic structure looks like. In a future lesson I will go into how to create an actual child theme and the coding process.
So what is a child theme?
 To begin we must first talk about what a regular [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-242" title="source_php" src="http://www.giftcolony.com/wp-content/uploads/2009/10/source_php.png" alt="source_php" width="128" height="128" />This lesson will cover the very fundamentals of what a Wordpress child theme is and how the basic structure looks like. In a future lesson I will go into how to create an actual child theme and the coding process.</p>
<p><strong>So what is a child theme?</strong></p>
<p><strong></strong> To begin we must first talk about what a regular theme in Wordpress is. A theme is any design that you create and place in the Wordpress theme folder. Of course there is a specific structure to have and a specific style sheet code that must be in place in order for your theme to be recognized by Wordpress.</p>
<p><span id="more-241"></span></p>
<p>With that in mind, a Wordpress theme generally contains a core set of files and a style sheet that provides the rules of the design. There are times when you search online for themes and find one that you like. Then you proceed to modify it to your needs. But what if there was a better way to modify a theme you liked without touching the core files?</p>
<p><strong>The child theme</strong></p>
<p>Here is where child themes come into a play. A child theme is a theme that inherits everything from your main theme, but only contains a style sheet and a functions file. This allows you to edit your favorite theme without touching the core files. To better illustrate this we have an example pictured.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-243" title="folders" src="http://www.giftcolony.com/wp-content/uploads/2009/10/folders.png" alt="folders" width="218" height="125" /></p>
<p style="text-align: left;">You core theme or favorite theme or even your blank theme sits in your Wordpress theme folder. You then create a child theme folder with your two files and start designing. This allows you to create multiple child themes relying on one core theme as the framework. You don&#8217;t have to touch your core files ever again.</p>
<p style="text-align: left;">This concept may sound abstract but once your start building your own child theme, this concept may turn into an epiphany.</p>
<p style="text-align: left;"><strong>Core files in a child theme:</strong></p>
<ul>
<li>style.css (your style sheet)</li>
<li>functions.php (extra code to help modify your theme)</li>
</ul>
<p>A traditional them will contain ten or more files that make up the core, the child theme borrows those files from another folder but relies only on the style sheet and the functions file for the main design. If you have read tutorials on how to create a theme, you should realize what the benefits are of having a child theme. In a future lesson I&#8217;ll go into the details on how to create your first child theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/wordpress-child-theme-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an Amazon aStore to Wordpress</title>
		<link>http://www.giftcolony.com/2009/10/add-an-amazon-astore-to-wordpress/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/add-an-amazon-astore-to-wordpress/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:16:45 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=234</guid>
		<description><![CDATA[Adding streams of income to your blog can come in many forms, but one of the popular and easy ways to do this is to get an Amazon aStore. Once you have an aStore, you may one to integrate it into your Wordpress blog. This tutorial builds upon the previous tutorial on how to build [...]]]></description>
			<content:encoded><![CDATA[<p>Adding streams of income to your blog can come in many forms, but one of the popular and easy ways to do this is to get an Amazon aStore. Once you have an aStore, you may one to integrate it into your Wordpress blog. This tutorial builds upon the previous tutorial on how to build a custom page in Wordpress.</p>
<p><a href="http://www.giftcolony.com/2009/10/create-a-custom-wordpress-page/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Click here for the previous tutorial</a>.</p>
<p><a href="http://www.giftcolony.com/wp-content/uploads/2009/10/astore.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-medium wp-image-235" style="border: 1px solid #666666; padding: 2px;" title="astore" src="http://www.giftcolony.com/wp-content/uploads/2009/10/astore-300x186.jpg" alt="astore" width="300" height="186" /></a>If you followed the instructions of the previous tutorial, then you have already created a custom page with no sidebar. What we need to make sure of is that this custom page we create has a blank space of at least 800px.</p>
<p>Once your custom page is created with no sidebar, then all you do is create a new page in your admin section and paste your Amazon aStore code into the post. Make sure that you have selected the &#8220;HTML&#8221; view instead of &#8220;Visual&#8221;. Otherwise it won&#8217;t work properly. You can adjust your iframe settings in the code to fit your page the best and then publish your page. And that is all there is to it. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/add-an-amazon-astore-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Custom Wordpress Page</title>
		<link>http://www.giftcolony.com/2009/10/create-a-custom-wordpress-page/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/create-a-custom-wordpress-page/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 19:20:00 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=231</guid>
		<description><![CDATA[Custom pages are useful when creating new themes or modifying existing ones. To create a custom page is very easy, however, designing one is another matter.
In this example we are going to create a simple custom page with no sidebar.
Step 1 (The most important code of the custom page)

The part that matters the most is [...]]]></description>
			<content:encoded><![CDATA[<p>Custom pages are useful when creating new themes or modifying existing ones. To create a custom page is very easy, however, designing one is another matter.</p>
<p>In this example we are going to create a simple custom page with no sidebar.</p>
<p><strong>Step 1 (The most important code of the custom page)<br />
</strong><br />
The part that matters the most is the &#8220;Template Name&#8221;. This can be anything you want. Once you name it, it will be listed as a template under your page templates.</p>

<div class="wp_codebox"><table><tr id="p2313"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code" id="p231code3"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/**
 * @package WordPress
 * @subpackage Default_Theme
 */</span>
<span style="color: #666666; font-style: italic;">/*
Template Name: Your Custom Page Name
*/</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>Step 2 (Your custom code)</strong></p>
<p><span id="more-231"></span></p>
<p>In this example we have taken the original code from the default Wordpress page.php file and made 2 changes. First we removed the sidebar code at the bottom and secondly we renamed the class to &#8220;widecolumn&#8221;.</p>

<div class="wp_codebox"><table><tr id="p2314"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code" id="p231code4"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;content&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;widecolumn&quot;</span> role<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;main&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post-&lt;?php the_ID(); ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>h2<span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>h2<span style="color: #339933;">&gt;</span>
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;entry&quot;</span><span style="color: #339933;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;p class=&quot;serif&quot;&gt;Read the rest of this page &amp;raquo;&lt;/p&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_link_pages<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'before'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'after'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'next_or_number'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'number'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> edit_post_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Edit this entry.'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> get_footer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>Step 3 (Add your CSS)</strong></p>
<p>Here you basically create your css code to take advantage of your current theme. The main code you create will use the class &#8220;widecolumn&#8221; to set the rules for the page. This will all depend on your theme specifics.</p>
<p><strong>Step 4 (Apply the Template to a Page)</strong></p>
<p>This final step is very simple. Once you create your new page in Wordpress, you simply apply the Template from the template&#8217;s drop down menu.</p>
<p><strong>Summary</strong></p>
<p>This demonstrates a simple way to create a wide page with no sidebar. However, you don&#8217;t have to be limited to just this. You can also create a regular HTML page with some CSS and have it display as a custom page. It&#8217;s all limited by your imagination. All you have to do now is experiment and design. Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/create-a-custom-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Wordpress Themes</title>
		<link>http://www.giftcolony.com/2009/10/new-wordpress-themes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/new-wordpress-themes/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:51:18 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=226</guid>
		<description><![CDATA[Just a minor update. I&#8217;ve been working with a couple of clients to get their websites coded. Here I&#8217;m sharing a preview of one of the themes I&#8217;m currently working on. Hopefully within the next week I&#8217;ll be able to bring it up live. For now enjoy the thumbnail preview.

]]></description>
			<content:encoded><![CDATA[<p>Just a minor update. I&#8217;ve been working with a couple of clients to get their websites coded. Here I&#8217;m sharing a preview of one of the themes I&#8217;m currently working on. Hopefully within the next week I&#8217;ll be able to bring it up live. For now enjoy the thumbnail preview.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-227" style="border: 1px solid #666666; padding: 2px;" title="theme-preview" src="http://www.giftcolony.com/wp-content/uploads/2009/10/theme-preview.jpg" alt="theme-preview" width="400" height="423" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/new-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Blank Wordpress Theme</title>
		<link>http://www.giftcolony.com/2009/10/how-to-make-a-blank-wordpress-theme/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/how-to-make-a-blank-wordpress-theme/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:04:36 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=201</guid>
		<description><![CDATA[There are many places online where you can download blank Wordpress themes including on Wordpress.org. This is convenient if you like to build your own themes and want to use a blank pre-made theme. However, if you want to build your own specific blank theme, then here is an easy way to do it.
This tutorial [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-202" title="php-icon" src="http://www.giftcolony.com/wp-content/uploads/2009/10/php-icon.jpg" alt="php-icon" width="150" height="149" />There are many places online where you can download blank Wordpress themes including on Wordpress.org. This is convenient if you like to build your own themes and want to use a blank pre-made theme. However, if you want to build your own specific blank theme, then here is an easy way to do it.</p>
<p>This tutorial is based on Wordpress 2.8.4 core files.</p>
<p><strong>Core php files to have</strong></p>
<p>The required core files that will allow you to build a bare bones minimum blank theme are as follows:</p>
<ul>
<li>404.php</li>
<li>archive.php</li>
<li>comments.php</li>
<li>footer.php</li>
<li>functions.php</li>
<li>header.php</li>
<li>index.php (this is the main file)</li>
<li>page.php</li>
<li>search.php</li>
<li>sidebar.php</li>
<li>single.php</li>
</ul>
<p><strong>Additional useful php files</strong></p>
<ul>
<li>archives.php (note this is different from archive.php)</li>
<li>yourcustom.php (your own custom pages)</li>
<li>searchform.php (your custom search form)</li>
</ul>
<p><span id="more-201"></span><br />
<strong>Building your blank theme</strong></p>
<ol>
<li>Create a new folder and call it &#8220;blank-theme&#8221;. Remember don&#8217;t use spaces when naming your folders, this can cause undesired results if you upload the folder.</li>
<li>Copy over the core files from theme &#8220;classic&#8221;.</li>
<li>Edit header.php and functions.php as shown below.</li>
<li>Create your style.css file</li>
</ol>
<p><strong>Why edit header.php and functions.php?</strong></p>
<p>With theme &#8220;classic&#8221; there are extra features built into the theme. What we need to do is strip theme extra features to get a bare bones theme.</p>
<p><strong>Edit header.php</strong></p>
<p>Original code:</p>

<div class="wp_codebox"><table><tr id="p20110"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
</pre></td><td class="code" id="p201code10"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/**
 * @package WordPress
 * @subpackage Default_Theme
 */</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;!</span>DOCTYPE html <span style="color: #000000; font-weight: bold;">PUBLIC</span> <span style="color: #0000ff;">&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</span> <span style="color: #0000ff;">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>html xmlns<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.w3.org/1999/xhtml&quot;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> language_attributes<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>head profile<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://gmpg.org/xfn/11&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>meta http<span style="color: #339933;">-</span>equiv<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Content-Type&quot;</span> content<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('html_type'); ?&gt;; charset=&lt;?php bloginfo('charset'); ?&gt;&quot;</span> <span style="color: #339933;">/&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&amp;laquo;'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;stylesheet&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> media<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;screen&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pingback&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('pingback_url'); ?&gt;&quot;</span> <span style="color: #339933;">/&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>style type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> media<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;screen&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// Checks to see whether it needs a sidebar or not</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <a href="http://www.php.net/empty"><span style="color: #990000;">empty</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$withcomments</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #339933;">!</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #666666; font-style: italic;">#page { background: url(&quot;&lt;?php bloginfo('stylesheet_directory'); </span><span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">/</span>images<span style="color: #339933;">/</span>kubrickbg<span style="color: #339933;">-</span><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'text_direction'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">.</span>jpg<span style="color: #0000ff;">&quot;) repeat-y top; border: none; }
&lt;?php } else { // No sidebar ?&gt;
	#page { background: url(&quot;</span><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">/</span>images<span style="color: #339933;">/</span>kubrickbgwide<span style="color: #339933;">.</span>jpg<span style="color: #0000ff;">&quot;) repeat-y top; border: none; }
&lt;?php } ?&gt;
&nbsp;
&lt;/style&gt;
&nbsp;
&lt;?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?&gt;
&nbsp;
&lt;?php wp_head(); ?&gt;
&lt;/head&gt;
&lt;body &lt;?php body_class(); ?&gt;&gt;
&lt;div id=&quot;</span>page<span style="color: #0000ff;">&quot;&gt;
&nbsp;
&nbsp;
&lt;div id=&quot;</span><a href="http://www.php.net/header"><span style="color: #990000;">header</span></a><span style="color: #0000ff;">&quot; role=&quot;</span>banner<span style="color: #0000ff;">&quot;&gt;
	&lt;div id=&quot;</span>headerimg<span style="color: #0000ff;">&quot;&gt;
		&lt;h1&gt;&lt;a href=&quot;</span><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">/</span><span style="color: #0000ff;">&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
		&lt;div class=&quot;</span>description<span style="color: #0000ff;">&quot;&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;hr /&gt;</span></pre></td></tr></table></div>

<p>Remove:</p>

<div class="wp_codebox"><table><tr id="p20111"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code" id="p201code11"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> media<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #00AA00;">&gt;</span>
&nbsp;
&lt;?php
// Checks to see whether it needs a sidebar or not
if <span style="color: #00AA00;">&#40;</span> empty<span style="color: #00AA00;">&#40;</span>$withcomments<span style="color: #00AA00;">&#41;</span> &amp;&amp; !is_single<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#123;</span>
?<span style="color: #00AA00;">&gt;</span>
	<span style="color: #cc00cc;">#page</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/images/kubrickbg-&lt;?php bloginfo('text_direction'); ?&gt;.jpg&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-y</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&lt;?php <span style="color: #00AA00;">&#125;</span> else <span style="color: #00AA00;">&#123;</span> // No sidebar ?<span style="color: #00AA00;">&gt;</span>
	<span style="color: #cc00cc;">#page</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/images/kubrickbgwide.jpg&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-y</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&lt;?php <span style="color: #00AA00;">&#125;</span> ?<span style="color: #00AA00;">&gt;</span>
&nbsp;
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p>New code:</p>

<div class="wp_codebox"><table><tr id="p20112"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre></td><td class="code" id="p201code12"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/**
 * @package WordPress
 * @subpackage Default_Theme
 */</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;!</span>DOCTYPE html <span style="color: #000000; font-weight: bold;">PUBLIC</span> <span style="color: #0000ff;">&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</span> <span style="color: #0000ff;">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>html xmlns<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.w3.org/1999/xhtml&quot;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> language_attributes<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>head profile<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://gmpg.org/xfn/11&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>meta http<span style="color: #339933;">-</span>equiv<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Content-Type&quot;</span> content<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('html_type'); ?&gt;; charset=&lt;?php bloginfo('charset'); ?&gt;&quot;</span> <span style="color: #339933;">/&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&amp;laquo;'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'right'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;stylesheet&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> media<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;screen&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pingback&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('pingback_url'); ?&gt;&quot;</span> <span style="color: #339933;">/&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_singular<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> wp_enqueue_script<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'comment-reply'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_head<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body <span style="color: #000000; font-weight: bold;">&lt;?php</span> body_class<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;page&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;header&quot;</span> role<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;banner&quot;</span><span style="color: #339933;">&gt;</span>
	<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;headerimg&quot;</span><span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>h1<span style="color: #339933;">&gt;&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php echo get_option('home'); ?&gt;/&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;/</span>h1<span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;description&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'description'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>hr <span style="color: #339933;">/&gt;</span></pre></td></tr></table></div>

<p><strong>Edit functions.php</strong></p>
<p>Only code you need:</p>

<div class="wp_codebox"><table><tr id="p20113"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code" id="p201code13"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/**
 * @package WordPress
 * @subpackage Default_Theme
 */</span>
&nbsp;
automatic_feed_links<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <a href="http://www.php.net/function_exists"><span style="color: #990000;">function_exists</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'register_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	register_sidebar<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span>
		<span style="color: #0000ff;">'before_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;li id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'after_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'before_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;h2 class=&quot;widgettitle&quot;&gt;'</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'after_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/h2&gt;'</span><span style="color: #339933;">,</span>
	<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>Creating your style sheet</strong></p>
<p>In order to create your blank theme you need to supply some important details in this file. This will define your theme.</p>
<p><strong>Important Style Sheet Information</strong></p>

<div class="wp_codebox"><table><tr id="p20114"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code" id="p201code14"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
Theme Name: Make up any name here
Theme URI: http://yoursite.com/
Description: Type some description here.
Version: 1 (or any number you want to type here)
Author: Your name
Author URI: http://yoursite.com/
Tags: your, custom, tags, here
*/</span></pre></td></tr></table></div>

<p>Once you have this information supplied, you can go into your admin section and activate your theme. Once activated, you can start to fill in your CSS code to style your blank theme the way you want it. Then you can just re-use your blank theme to build future themes based on this bare bones theme.</p>
<p>If you want to download the bare bones core Wordpress files, go to the &#8220;Freebies section&#8221; of my website and download them there. Alternately, you can <a href="http://www.giftcolony.com/freebies/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">click here</a>.</p>
<p>Finally if you want to have a screen shot of your bare bones theme, just do a screen capture or make your own image and save it as &#8220;screenshot.jpg&#8221;. The extension could be .jpg, .gif, or .png. It really doesn&#8217;t matter as long as you name it &#8220;screenshot&#8221;. Ideally your dimensions should be 300 x 225. After that, you can start enjoying your new blank theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/how-to-make-a-blank-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Educational &#8220;History of the Internet&#8221;</title>
		<link>http://www.giftcolony.com/2009/10/educational-history-of-the-internet/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/educational-history-of-the-internet/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:59:19 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[History]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=196</guid>
		<description><![CDATA[While I was doing some research on some css and php I came upon an interesting video about the &#8220;History of the Internet&#8221;. It&#8217;s a very good video and I thought I&#8217;d share it. I&#8217;m sure you&#8217;ll enjoy the video as much as I did.

History of the Internet from PICOL on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>While I was doing some research on some css and php I came upon an interesting video about the &#8220;History of the Internet&#8221;. It&#8217;s a very good video and I thought I&#8217;d share it. I&#8217;m sure you&#8217;ll enjoy the video as much as I did.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2696386&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=2696386&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><a href="http://vimeo.com/2696386">History of the Internet</a> from <a href="http://vimeo.com/picol">PICOL</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/educational-history-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Wordpress on your Home Computer</title>
		<link>http://www.giftcolony.com/2009/10/install-wordpress-on-your-home-computer/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/install-wordpress-on-your-home-computer/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:05:59 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=190</guid>
		<description><![CDATA[When developing websites it&#8217;s always good to have access to a server to test your site. If you don&#8217;t have access to a server, then the next best thing to use is your home computer.
In this tutorial I&#8217;ll go through the steps on how to turn your home computer into a server and then how [...]]]></description>
			<content:encoded><![CDATA[<p>When developing websites it&#8217;s always good to have access to a server to test your site. If you don&#8217;t have access to a server, then the next best thing to use is your home computer.</p>
<p>In this tutorial I&#8217;ll go through the steps on how to turn your home computer into a server and then how to setup Wordpress on it. Keep in mind that this is a Windows based tutorial.</p>
<p><strong>Requirements:</strong></p>
<ul>
<li>Fresh copy of Wordpress (you can <a href="http://wordpress.org/" target="_blank">download here</a>)</li>
<li>Copy of wampserver (you can <a href="http://www.wampserver.com/en/">download here</a>)</li>
</ul>
<p>I know there are various open source and built in programs that will turn your home computer into a server, however, as a personal preference this tutorial will be based on Wampserver. I have tried other programs out there, but this is just a personal favorite. You are free to use any program you prefer.<span id="more-190"></span></p>
<p><strong>Step One (Server Install)</strong></p>
<p>The first thing to do is download wampserver and then execute it. The setup is self explanatory and it should setup in about a minute or two. Once installed run the server program by double clicking the wampserver icon.</p>
<p><strong>Step Two (Server Configuration)</strong></p>
<p><img class="alignleft size-full wp-image-191" title="image_menu_wamp" src="http://www.giftcolony.com/wp-content/uploads/2009/10/image_menu_wamp.gif" alt="image_menu_wamp" width="281" height="289" />Since the installation is on your home computer, I&#8217;m assuming this is for testing purposes only, we will leave the default settings enabled. This means that the user name will remain as &#8220;root&#8221; and the password will be left blank. If you plan on using wampserver for web hosting, then I recommend you go in and change the default user name and password.</p>
<p>For now we are going to use these default settings to setup the MySQL database. This preparation is required in order to install your Wordpress site to the database. Clicking on the server icon in the system tray will bring up a menu like the one displayed here.</p>
<p>Click on &#8220;phpMyAdmin&#8221;. This brings up the phpMyAdmin interface. You will see an empty box titled &#8220;Create new database&#8221;. Type a name for your database. Any name will do. In this example we can call it &#8220;wordpress&#8221;.</p>
<p>Once that is done you can exit phpMyAdmin. No further action is required in the database.</p>
<p><strong>Step Three (Wordpress Installation)</strong></p>
<p>Here is the easy part. Download a copy of Wordpress, extract the files and place them in your &#8220;www&#8221; directory. The way you get to it is by clicking on the &#8220;Wamp&#8221; icon in the system tray and selecting &#8220;www directory&#8221;.</p>
<p>Once the folder opens, just paste your wordpress files in it. Next click the &#8220;Wamp&#8221; icon again and select &#8220;localhost&#8221;. This will bring up the main Wampserver index page. Scroll down the page to see &#8220;Your Projects&#8221;. There you&#8217;ll see &#8220;wordpress&#8221;.</p>
<p><strong>Click on &#8220;wordpress&#8221; and then it will walk you through its famous 5 minute installation. Here is the information you will need to complete this setup:</strong></p>
<p><strong>database name:</strong> wordpress (this is the name we typed in phpMyAdmin)<br />
<strong>username:</strong> root (this is the default MySQL username)<br />
<strong>password:</strong> (leave this blank, the default server setup doesn&#8217;t have one unless you create one)<br />
<strong>host:</strong> localhost (this is the address where your database is hosted)</p>
<p>And that should be it. Once this information is filled in, then you can complete the installation with your own personal testing details. Finally you open your browser and enjoy your new setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/install-wordpress-on-your-home-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Open Source Web Development Tools</title>
		<link>http://www.giftcolony.com/2009/10/free-open-source-web-development-tools/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/10/free-open-source-web-development-tools/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 12:39:04 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=186</guid>
		<description><![CDATA[Every web developer needs a set of tools that will help him or her develop websites. So in order to make web development much easier to do, I have complied a short list of the tools that I use when development websites and themes.
Browsers
When developing a website, it&#8217;s always good to maintain a set of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-187" title="FireFTP" src="http://www.giftcolony.com/wp-content/uploads/2009/10/logo64.png" alt="FireFTP" width="64" height="64" />Every web developer needs a set of tools that will help him or her develop websites. So in order to make web development much easier to do, I have complied a short list of the tools that I use when development websites and themes.</p>
<p><strong>Browsers</strong></p>
<p>When developing a website, it&#8217;s always good to maintain a set of browsers for testing purposes. The following are some recommended browsers:</p>
<ul>
<li><a href="http://www.mozilla.org/" target="_blank">Firefox</a> (good for plugin installs and extending capabilities)</li>
<li><a href="http://www.apple.com" target="_blank">Safari</a></li>
<li>Internet Explorer (some form of it, best to have 6, 7, or 8)usually built into Windows<span id="more-186"></span></li>
</ul>
<p><strong>CSS Tools</strong></p>
<p>Both of the tools listed below are great for CSS development. I currently favour Firebug, but I recommend trying both and seeing which one you prefer. A quick view at their websites will display some of their great features.</p>
<ul>
<li><a href="http://getfirebug.com/" target="_blank">Firebug</a></li>
<li><a href="http://chrispederick.com/work/web-developer/" target="_blank">Web Developer tool bar</a></li>
</ul>
<p><strong>FTP and Server</strong></p>
<p>I highly recommend both of the tools below for web transfers and website testing, mainly because they are free and good quality products.</p>
<ul>
<li><a href="http://fireftp.mozdev.org/" target="_blank">FireFTP</a> (This is an extension of firefox and is cross-platform compatible, should work on any OS with Firefox)</li>
<li><a href="http://www.wampserver.com/en/">Wampserver</a> (This is mainly a Windows based server)</li>
</ul>
<p>And finally, what program can you use for creating the XHTML and CSS? The easiest program to use in Windows is notepad, however there are many text editors online which will add extra bells and whisels. The only recommendation I will make here is for Mac OS X: <a href="http://www.barebones.com/products/TextWrangler/" target="_blank">Textwrangler</a>. It used to be BBedit, but this is now the new free version which does a good job. These should be enough to get any web develop up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/10/free-open-source-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Wordpress Theme Stylesheet</title>
		<link>http://www.giftcolony.com/2009/09/build-a-wordpress-theme-stylesheet/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/09/build-a-wordpress-theme-stylesheet/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 20:47:56 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=183</guid>
		<description><![CDATA[To build a Wordpress theme you have to define your style sheet. This is a fundamental step in order to activate it in the back end of your Wordpress installation. We assume that you have all of your basic structure files in place. This simple tutorial is designed specifically for your custom style sheet.
Before you [...]]]></description>
			<content:encoded><![CDATA[<p>To build a Wordpress theme you have to define your style sheet. This is a fundamental step in order to activate it in the back end of your Wordpress installation. We assume that you have all of your basic structure files in place. This simple tutorial is designed specifically for your custom style sheet.</p>
<p>Before you begin coding your style sheet you must supply the following information at the top of your sheet. You can just copy and paste the code, then modify it with your own information.</p>

<div class="wp_codebox"><table><tr id="p18317"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code" id="p183code17"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
Theme Name: Your theme name goes here
Theme URI: http://www.yourthemewebsite.com
Description: Some description about your theme goes here
Author: Your name or the author name
Author URI: http://www.yourthemewebsite.com/
Version: 1.0
Tags: Some tags go here
*/</span></pre></td></tr></table></div>

<p>Once you have entered the above details you can then begin styling your new theme. Here are some quick tips for novices wanting to write their own. You could always copy and paste the default style sheet from the themes folder or you can create your own.</p>
<p>Some fundamentals would be to reset the browser settings in order to give you full control of all padding and margins of the browsers. You do this with the following code:</p>

<div class="wp_codebox"><table><tr id="p18318"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p183code18"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>What this rule does is sets all margin and padding settings to zero. After that you can then start to take control of your headings, paragraphs, forms and every element of your theme.</p>
<p>If this is too much to begin with, then you can always start off with some pre-made themes and style sheets. Here are some useful links to begin with:</p>
<ul>
<li><a href="http://www.refueled.net/blank-wordpress-themes/" target="_blank">Blank Wordpress themes</a> by Refueled (I recommend this one for novice beginners who just want to modify a theme to their own liking)</li>
<li><a href="http://designm.ag/resources/blank-themes-templates/" target="_blank">Additional Blank themes</a> by various authors (These themes are probably for those developers who want to do a little more.)</li>
<li><a href="http://codex.wordpress.org/Main_Page" target="_blank">Wordpress Codex Page</a> (Always a good starting point to learn more about Wordpress structures and templates.)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/09/build-a-wordpress-theme-stylesheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme update based on Thematic</title>
		<link>http://www.giftcolony.com/2009/09/theme-update-based-on-thematic/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.giftcolony.com/2009/09/theme-update-based-on-thematic/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 01:52:48 +0000</pubDate>
		<dc:creator>Jose Guerra</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.giftcolony.com/?p=165</guid>
		<description><![CDATA[So for the past couple of weeks I&#8217;ve been learning about child themes, frameworks and more about wordpress. I&#8217;ve been very impressed with the concept of child themes. Overall it cuts down the work of making new themes significantly. I&#8217;m not going to go indepth here about what I&#8217;ve done. For now, I&#8217;ve updated the [...]]]></description>
			<content:encoded><![CDATA[<p>So for the past couple of weeks I&#8217;ve been learning about child themes, frameworks and more about wordpress. I&#8217;ve been very impressed with the concept of child themes. Overall it cuts down the work of making new themes significantly. I&#8217;m not going to go indepth here about what I&#8217;ve done. For now, I&#8217;ve updated the site to the framework of Thematic and I&#8217;ve created a child theme that uses Thematic as a framework. In a later article I&#8217;ll go indepth on how I did this and why I did this in the first place. For the moment, feel free to browse the site which is still being developed and comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giftcolony.com/2009/09/theme-update-based-on-thematic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
