<?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>devdisko{dot}comBuilding Your Own Website</title>
	<atom:link href="http://devdisko.com/category/tutorials/building-your-own-website-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://devdisko.com</link>
	<description>shake your fake tan thru aerosol land</description>
	<lastBuildDate>Tue, 11 Jan 2011 03:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Building Your Own Website &#8211; The Basics</title>
		<link>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-the-basics/</link>
		<comments>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-the-basics/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 00:03:07 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[Building Your Own Website]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=42</guid>
		<description><![CDATA[This is the first part of a ten part series called; Building Your Own Website...]]></description>
			<content:encoded><![CDATA[<p>This is the first part of a ten part series called; Building Your Own Website. This part will detail some of the tools that, at a minimum, you will need to build a website. The focus will be on simplicity and cost efficiency.</p>
<p><a href="http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-preface/">Please see the Preface</a> for the directory.</p>
<p><strong>The Basics</strong></p>
<p>So you want to build your own website? Great! Here is a rundown of what you will need. A lot of these points will be elaborated upon in further posts but this should give you a good idea of what you&#8217;ll be getting into.</p>
<p>1. Your own computer with internet access! This isn&#8217;t a deal breaker but it will make your life a lot easier. Also, keep in mind that for security reasons having a secure internet connection is very important.</p>
<p>2. You will have to decide whether you want to use a hosted service (your site is hosted on their server &#8211; but usually with limitations to you) or a self hosted service (you purchase server space and a domain address from a host but have essentially unlimited freedom).</p>
<p>There are dozens of popular hosted services. Some require that their domain be appended to yours (yoursite.wordpress.com) while some make their money from ad revenue on your site.</p>
<p>A couple examples of hosted services are:</p>
<ul>
<li><a href="http://wordpress.com/">WordPress.com</a></li>
<li><a href="https://www.blogger.com/start">Blogger.com</a></li>
</ul>
<p>Hosted services, on the other hand, allow you to work within the limits of the particular service you use. Most are infinitely flexible and use a plug-in system to extent a light weight core. There are also dozens for you to choose from. In fact, the bar has been set so high by the free packages that I will rule out any that charge.</p>
<p>Here are a few examples of self hosted services:</p>
<ul>
<li><a href="http://wordpress.org/">WordPress.org</a></li>
<li><a href="http://www.joomla.org/">Joomla!</a></li>
<li><a href="http://www.movabletype.org/">Movable Type</a></li>
<li><a href="http://drupal.org/">Drupal</a></li>
</ul>
<p>The package you choose will ultimately depend on your needs. It&#8217;s perhaps one of the most important decisions you&#8217;re going to make, so take your time and review all of the links above and any that you come across elsewhere. I will go into greater detail on the subject in the next couple of posts.</p>
<p>I should also mention that Devtronik is powered by <a href="http://wordpress.org/">WordPress.org</a> and hosted by <a href="http://www.bluehost.com/">Bluehost</a>.</p>
<p>3. Once you&#8217;ve decided upon a service (we should probably be using the term CMS &#8211; although it might not apply to the most basic blogging software) you will have to choose a template, or theme. Chose a theme that fits your needs the closest as you will have to make the least amount of customizations. There are some fantastic themes out there. Generally, each <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a> will have a theme directory to help you select a theme that works with their product.</p>
<p>4. You will need some kind of editing program. I use <a href="http://macrabbit.com/cssedit/">CSSEdit</a> for CSS (I&#8217;ll elaborate upon this later) and <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a> for HTML and PHP code.</p>
<p>5. Some kind of image editing software if you plan to include custom images on your site. You can go with Photoshop on the high end or any of the free packages, such as <a href="http://www.gimp.org/">Gimp</a>. A lot of great websites don&#8217;t use any image editing software at all. Things like font color and size, header color can all be changes using CSS.</p>
<p>6. Most of all, you will need patience and persistence. Stalk the forums for information. Use Google. If you are stumped on something and can&#8217;t find a solution ask on the forums.</p>
<p>So, in summary, to begin building a website you will need&#8230;</p>
<ul>
<li>a computer with internet</li>
<li>a CMS and perhaps a host</li>
<li>some style and code editing software</li>
<li>some graphic editing software</li>
<li>patience!</li>
</ul>
<p>Please feel free to post any questions or comments below! The next installment will be about choosing a Host.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Your Own Website &#8211; Preface</title>
		<link>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-preface/</link>
		<comments>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-preface/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:50:55 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[Building Your Own Website]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=34</guid>
		<description><![CDATA[This is the preface of a ten part series called; Building Your Own Website…
]]></description>
			<content:encoded><![CDATA[<p>This is the preface to a ten part series of articles on building your own website.</p>
<p>Each of the posts will be linked to from this page and posted when I&#8217;ve finished writing it. So, if you see the post title, but no link, check back soon as I&#8217;ve just not completed it yet.</p>
<p>All of the articles will take into consideration cost, time and technical ability.</p>
<p><a href="http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-the-basics/">1. The Basics &#8211; the minimum that you will need to start a website</a><br />
<a href="http://devdisko.com/tutorials/hosts/building-your-own-website-hosts/">2. Choosing a Host</a><br />
3. Choosing a CMS and Theme<br />
4. CSS, PHP &amp; HTML<br />
5. Customizing your theme<br />
6. SEO and all things Google<br />
7. Increasing your traffic<br />
8. Monetizing your site<br />
9. Protecting your site<br />
10. Additional resources</p>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-preface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Your Own Website &#8211; Hosts</title>
		<link>http://devdisko.com/tutorials/hosts/building-your-own-website-hosts/</link>
		<comments>http://devdisko.com/tutorials/hosts/building-your-own-website-hosts/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:04:33 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[Building Your Own Website]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[building your own website]]></category>
		<category><![CDATA[cost efficiency]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Green Hosts]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[hosting services]]></category>
		<category><![CDATA[hosting your own website]]></category>
		<category><![CDATA[mysql databases]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=32</guid>
		<description><![CDATA[This is the second part of a ten part series called; Building Your Own Website...]]></description>
			<content:encoded><![CDATA[<p>This is the second part of a ten part series called; Building Your Own Website. This part will detail the options that are available to you in terms of hosting your own website. As always the focus will be on simplicity and cost efficiency.</p>
<p><a href="../wordpress/building-your-own-website-preface/">Please see the Preface</a> for the directory.</p>
<p>So you&#8217;ve made it unscathed through the previous summary of tools needed to build a website and you&#8217;re ready to look into hosting? Great!</p>
<p>As I mentioned before hosting your website yourself (and by this I mean using one of many paid hosting services) is an alternative to the kind of service offered by WordPress.com (not to be confused with WordPress.org), Blogger, Type Pad and others. The benefits include unlimited gain from ad revenue and maximum flexibility. Your host literally does just that: hosts your website on their server. Let&#8217;s get you set up in a few easy steps.</p>
<p><span style="font-size: medium;"><span style="color: #ff0000;">Choosing your host</span></span></p>
<p>I spent quite a while on this step when I was starting out. There are a tonne of hosts out there. If you ask 5 webmasters who they use you will most likely get 5 different answers. Massive websites either use dedicated servers or host themselves but you shouldn&#8217;t have to worry about that for a while.</p>
<p>In an attempt to be fair I&#8217;m going to outline some of the criteria that you should keep in mind, provide you with a list of hosts that I generally recommend and tell you who I use.</p>
<ul>
<li>By far the most important feature to me is free and toll free 24/7 customer service.  This is non-negotiable.</li>
<li>A lot of hosts advertise that they host unlimited domains but cap your MySQL databases. Since you will most likely create a new database for each subsequent site and perhaps for each forum or gallery you add the amount of sites you host is essentially restricted by the number of MySQL databases you can create. They are right to say that you can host unlimited domains though &#8211; if all you are doing is hosting them.</li>
<li>Make sure you have unlimited or very high gigs of site transfer. If someone Diggs you, you don&#8217;t want the whole thing to come crashing down!</li>
<li>Some hosts throw in some amount (usually $50) of Google Adwords, or Yahoo Search cash. This can be a great way to promote your new site.</li>
<li>Look for a number of add-on domains that is high or unlimited.</li>
<li>Low domain registration fee. $10 is about right.</li>
</ul>
<p>Keeping the above points in mind it&#8217;s time to shop around for a host. Here is a list of 5 hosts that are considered to be leaders in the industry.</p>
<p><a href="http://www.bluehost.com/track/phauxshow/1234/" target="_blank"><span style="font-size: small;">BlueHost</span></a> &#8211; I run 6 websites from a single BlueHost account. I think the yearly fee breaks down to a total of $6.99 a month if you commit to 36 months and slightly more if you commit to 24 or 12 months. You can see a full table of the pricing <a href="http://helpdesk.bluehost.com/kb/index.php?x=&amp;mod_id=2&amp;id=162">here</a>. I&#8217;ve never had a problem with BlueHost and recommend it fully.</p>
<p><a href="http://www.dreamhost.com/r.cgi?496700">DreamHost</a> &#8211; They claim to be a &#8220;green&#8221; host. They are very popular and offer essentially the same features and prices as BlueHost.</p>
<p><a onmouseover="window.status='http://www.godaddy.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.jdoqocy.com/ke104ar-xrzEIIJJNGLEGFIMNJOJ" target="_blank">GoDaddy</a> <img src="http://www.awltovhc.com/24106y7B-53PTTUUYRWPRQTXYUZU" border="0" alt="" width="1" height="1" />- Again, another one of the most recognized hosts.</p>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/hosts/building-your-own-website-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Your Own Website &#8211; CMS</title>
		<link>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-cms/</link>
		<comments>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-cms/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:02:08 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[Building Your Own Website]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=30</guid>
		<description><![CDATA[This is the third part of a ten part series called; Building Your Own Website...
]]></description>
			<content:encoded><![CDATA[<div>
<p>This is the third part of a ten part series called; Building Your Own Website. This part will deal with CMS &#8211; Content Management Systems. As always the focus will be on simplicity and cost efficiency.</p>
<p><a href="../tutorials/hosts/wordpress/building-your-own-website-preface/">Please see the Preface</a> for the directory.</p>
<p>The most important thing you need to keep in mind when choosing a CMS is that depending on your choice you may need to be self-hosted (<a href="http://devdisko.com/tutorials/hosts/building-your-own-website-hosts/">see my tutorial on hosts</a>). You will also want to have some idea of the size and scale of your planned website as certain CMS&#8217;s better suit larger sites.</p>
<p>I will focus only on free and self-hosted software.</p>
<p><span style="font-size: medium;"><span style="color: #ff0000;">Choosing a CMS</span></span></p>
<p>Let&#8217;s have a look at some of the better known CMS&#8217;s.</p>
<p><a href="http://wordpress.org/">WordPress</a> &#8211; Started as blogging software, WordPress has exploded into a full on CMS in recent years. I very happily use it for all of my sites. I the case of <a href="http://phauxshow.com/">my art gallery site</a> I use WordPress along with bbPress (forum software by the same folks as WordPress and ZenPhoto gallery software. WordPress has an extremely helpful support forum and well established community. Recently it has introduced an instant upgrade feature that has saved me a lot of headaches. More than anything, though, I get the sense that the folks behind it are very dedicated to it&#8217;s continual improvment.</p>
<p><a href="http://www.joomla.org/">Joomla!<br />
</a></p>
<p>No matter which of these you choose you will not go wrong. Most people who swear by their CMS have never tried another. The most important thing is to spend a little time getting a feel for each system and to go with the one that best suits your criteria.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/building-your-own-website-tutorials/building-your-own-website-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Your Own Website &#8211; PHP &amp; HTML</title>
		<link>http://devdisko.com/tutorials/html-php/building-your-own-website-php-html/</link>
		<comments>http://devdisko.com/tutorials/html-php/building-your-own-website-php-html/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 06:39:47 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[Building Your Own Website]]></category>
		<category><![CDATA[HTML & PHP]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=14</guid>
		<description><![CDATA[Check back in a day or two for the article &#8211; I’m just putting this out now to fill out the site so I can check it’s functionality.
]]></description>
			<content:encoded><![CDATA[<p>Check back in a day or two for the article &#8211; I’m just putting this out now to fill out the site so I can check it’s functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/html-php/building-your-own-website-php-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

