<?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}comCMS</title>
	<atom:link href="http://devdisko.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://devdisko.com</link>
	<description>shake your fake tan thru aerosol land</description>
	<lastBuildDate>Sun, 12 Jul 2009 23:24:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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; 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>
	</channel>
</rss>
