<?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>How To Make Your Own Website</title>
	<atom:link href="http://www.howto-makeyourown-website.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howto-makeyourown-website.com</link>
	<description>a step by step guide.</description>
	<lastBuildDate>Sun, 28 Dec 2008 16:06:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Run the WordPress Install Script for your Website</title>
		<link>http://www.howto-makeyourown-website.com/step-8-run-the-wordpress-install-script/</link>
		<comments>http://www.howto-makeyourown-website.com/step-8-run-the-wordpress-install-script/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 12:17:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[How to make your own website]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=20</guid>
		<description><![CDATA[Access: www.yourwebsite.com/wp-admin/install.php with your browser. If you copied over the wordpress directory folder during the FTP step, you will need to include the folder name in the URL like this: www.yourwebsite.com/wordpress/wp-admin/install.php. You should see a page like this: Fill in<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-8-run-the-wordpress-install-script/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Access:  <em>www.yourwebsite.com<strong>/wp-admin/install.php</strong></em><strong> </strong>with your browser.  If you copied over the wordpress directory folder during the FTP step, you will need to include the folder name in the URL like this: <em>www.yourwebsite.com<strong>/wordpress/wp-admin/install.php</strong></em>.</p>
<p>You should see a page like this:</p>
<p><img class="alignnone size-full wp-image-28" title="wordpressinstallscript" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/06/wordpressinstallscript.png" alt="Wordpress Install Script page" width="450" height="495" /></p>
<p>Fill in the title of your website and your email address.  This address is going to be used only by your own website, so don&#8217;t worry about spam.  Click on the Install WordPress button.  You should get a page like this:</p>
<p><img class="alignnone size-full wp-image-29" title="wordpressinstallcomplete" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/06/wordpressinstallcomplete.png" alt="Wordpress Install Completed" width="450" height="244" /></p>
<p>Copy that password to your clipboard.  You will also get an email with the password send to your email account.  Click on Login.  Enter Admin as the Username and paste in the password.</p>
<p><img class="alignnone size-full wp-image-30" title="wordpressadminlogin" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/06/wordpressadminlogin.png" alt="Wordpress Admin Login Page" width="368" height="369" /></p>
<p>Login and you will get to your WordPress dashboard.  This page allows you to manage your website and create new pages, new blog posts, edit your settings, turn on new features and templates, etc..</p>
<p><img class="alignnone size-full wp-image-31" title="dashboardinitial" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/06/dashboardinitial.png" alt="Wordpress Admin Dashboard" width="450" height="306" /></p>
<p>First thing to do, find the <strong>Users</strong> link at the far right of the page and change your admin password.  In the users page, click on the <strong>Admin</strong> user to get to the details for Admin.  Scroll down the page to the <strong>change password</strong> section.</p>
<p>Even though your generated password is very random, it&#8217;s best to have one that you can remember and that hasn&#8217;t been emailed to your email account.</p>
<p>Next, click on the <strong>Visit Site</strong> button.  It should be at the top of the page next to your Title.  This is your site:</p>
<p><img class="alignnone size-full wp-image-32" title="initialsite" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/06/initialsite.png" alt="Initial WordPress Site" width="450" height="319" /></p>
<p>Notice that the Title matches the title from the Install script.  Everything else has been provided as a default by the install script.</p>
<p><strong>Congrats!  You now have your own website.</strong></p>
<p>Go back to your site&#8217;s dashboard and make it into your own special creation.  This site looked exactly like that image when I first created it.  Check out the design section of the dashboard and look into the Themes that are available to get a new look for your site.</p>
<p><strong>Have Fun!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-8-run-the-wordpress-install-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload your WordPress Files to your Website with FTP</title>
		<link>http://www.howto-makeyourown-website.com/step-7-upload-your-files/</link>
		<comments>http://www.howto-makeyourown-website.com/step-7-upload-your-files/#comments</comments>
		<pubDate>Mon, 26 May 2008 20:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[How to make your own website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=19</guid>
		<description><![CDATA[If you don&#8217;t have an FTP client, I would suggest FileZilla. It&#8217;s opensource, easy to download and install, and works great. Click on the Download link in the FileZilla section of the menu. Finish installing FileZilla and start the program.<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-7-upload-your-files/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t have an <strong>FTP client</strong>, I would suggest <strong><a title="FileZilla" href="http://filezilla-project.org/" target="_blank">FileZilla</a></strong>.  It&#8217;s opensource, easy to download and install, and works great.  Click on the <strong>Download</strong> link in the FileZilla section of the menu.</p>
<p><img class="alignnone size-full wp-image-25" title="filezilla-homepage" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/filezilla-homepage.png" alt="FileZilla Home page" width="450" height="246" /></p>
<p>Finish installing FileZilla and start the program.  Pull up the <strong>Site Manager</strong> from the  File menu.   Fill in your URL in the Host field.  Enter your Username and Password in their fields and click <strong>Connect.</strong></p>
<p><img class="alignnone size-full wp-image-26" title="fzsitemgr2" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/fzsitemgr2.png" alt="FileZilla Site Manager" width="450" height="359" /></p>
<p>Once you are connected, Filezilla will show a tree structure of your computers files on the left side and your hosting account files on the right.  There&#8217;s another section below the tree structure to show the contents of the current directory.</p>
<p>Navigate the left side to your wordpress directory on your computer.   Copy the contents of the wordpress directory and the sub-folders over to your hosting account.</p>
<p>Don&#8217;t make a wordpress folder on the host site unless you want to access your wordpress blog using this directory in the URL.  Without this folder, you will access your wordpress blog directly from your URL: http://www.yourhostingsite.com.</p>
<p><img class="alignnone size-full wp-image-27" title="fzlisting" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/fzlisting.png" alt="FileZilla file listing" width="450" height="445" /></p>
<p>If you have a WordPress directory on your host, your URL would just be: http://www.yourhostingsite.com/wordpress/.</p>
<p>Upload all of your files, but don&#8217;t try to access your site yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-7-upload-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup FTP Access to your Website on 1and1</title>
		<link>http://www.howto-makeyourown-website.com/step-6-setup-your-ftp-access-on-1and1/</link>
		<comments>http://www.howto-makeyourown-website.com/step-6-setup-your-ftp-access-on-1and1/#comments</comments>
		<pubDate>Mon, 26 May 2008 15:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[How to make your own website]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=18</guid>
		<description><![CDATA[Log into the Control Panel at 1and1.com. You can create an FTP account under the Administration tab. Click on either the FTP Access link in the &#8220;Go Directly To&#8221; menu or the FTP Accounts link in the &#8220;Basic Settings&#8221; below.<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-6-setup-your-ftp-access-on-1and1/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Log into the <strong>Control Panel</strong> at <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a>. You can create an FTP account under the <strong>Administration</strong> tab. Click on either the <strong>FTP Access</strong> link in the &#8220;Go Directly To&#8221; menu or the <strong>FTP Accounts</strong> link in the &#8220;Basic Settings&#8221; below.</p>
<p><img class="alignnone size-full wp-image-21" title="1and1-ftp-account" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/11-ftp-account.png" alt="Accessing your FTP information on 1and1" width="450" height="320" /></p>
<p>Next, click on the New User link.</p>
<p><img class="alignnone size-full wp-image-22" title="11-ftp-newuser" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/11-ftp-newuser.png" alt="Click on the New User link" width="450" height="220" /></p>
<p>Create a Username and password, and select the directory. Unless you&#8217;ve done some other work on this hosting account, you can probably select /. as your directory.</p>
<p><img class="alignnone size-full wp-image-24" title="11-ftp-user-settings" src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/11-ftp-user-settings.png" alt="Fill in your account information" width="450" height="274" /></p>
<p>You should be able to access your site with FTP shortly. If you make a modification to these settings, you&#8217;ll get a message that your changes will be ready in 30 minutes.</p>
<p>Remember to add your FTP information to your notes file. The username is both parts, the u31234563 and the part you created with a dash in between the parts. Mine would be u31234563-demo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-6-setup-your-ftp-access-on-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update your WordPress Configuration File</title>
		<link>http://www.howto-makeyourown-website.com/step-5-update-your-configuration/</link>
		<comments>http://www.howto-makeyourown-website.com/step-5-update-your-configuration/#comments</comments>
		<pubDate>Sun, 25 May 2008 19:51:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[How to make your own website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=14</guid>
		<description><![CDATA[If you didn&#8217;t unzip WordPress yet, go ahead and unzip it. Let it create the folders that it wants to. You should have a directory structure like this: WordPress - Contains the main php files and 3 sub-directories wp-content wp-admin<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-5-update-your-configuration/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t unzip WordPress yet, go ahead and unzip it.  Let it create the folders that it wants to.  You should have a directory structure like this:</p>
<ul>
<li><strong>WordPress </strong>- Contains the main php files and 3 sub-directories
<ul>
<li><strong>wp-content</strong></li>
<li><strong>wp-admin</strong></li>
<li><strong>wp-includes</strong></li>
</ul>
</li>
</ul>
<p>Start by <em>renaming</em> <strong>wp-config-sample.php</strong> from the WordPress directory to <strong>wp-config.php</strong> (remove the -sample). Edit <strong>wp-config.php</strong> with Notepad or another text editor.</p>
<pre>&lt;?php
// ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere');    // The name of the database
define('DB_USER', 'usernamehere');     // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');</pre>
<p>Fill in your database details using the notes that you saved from creating your MySQL database.  The <strong>DB_NAME, DB_USER</strong>, and <strong>DB_PASSWORD</strong> should be pretty simple.  On 1and1, you <em>will</em> need to fill in the <strong>DB_HOST</strong> with the Host Name information.</p>
<p>Final changes:</p>
<pre>// Change SECRET_KEY to a unique phrase.  You won't have to remember it later,
// so make it long and complicated.  You can visit http://api.wordpress.org/secret-key/1.0/
// to get a secret key generated for you, or just make something up.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.</pre>
<p>Put in your own phrase or follow the link to build one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-5-update-your-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your MySQL database using the Control Panel</title>
		<link>http://www.howto-makeyourown-website.com/step-4-create-your-mysql-database/</link>
		<comments>http://www.howto-makeyourown-website.com/step-4-create-your-mysql-database/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 03:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[How to make your own website]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=8</guid>
		<description><![CDATA[This sounds harder than it is. Start by logging into your Control Panel on 1and1.com. Under the Administration Tab, select the Web Space &#38; Access heading in the left menu Select MySQL Administration. Add New Database, Provide a description and<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-4-create-your-mysql-database/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>This sounds harder than it is. Start by logging into your Control Panel on <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a>.</p>
<ol>
<li>Under the Administration Tab, select the Web Space &amp; Access heading in the left menu</li>
<li>Select MySQL Administration.</li>
<li>Add New Database, Provide a description and select MySQL 5.0 as the version.</li>
</ol>
<p><img src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/createdatabase.png" alt="Create Database" /></p>
<p>When you click Set Up, <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a> will create your database and show you the details. Remember to add the Databases Details to your notes file. You will need these to configure WordPress to connect to your new database.</p>
<p><img src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/databasedetails.png" alt="Database Details" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-4-create-your-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download the Latest version of WordPress</title>
		<link>http://www.howto-makeyourown-website.com/step-3-download-the-latest-version-of-wordpress/</link>
		<comments>http://www.howto-makeyourown-website.com/step-3-download-the-latest-version-of-wordpress/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 03:18:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[How to make your own website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=7</guid>
		<description><![CDATA[Follow this link to wordpress.org. You can click on Download from the top menu, or usually there&#8217;s another link to take you directly to the latest download. Go ahead and download the zip file and save it on your computer.<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-3-download-the-latest-version-of-wordpress/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Follow this link to <a title="Wordpress.org" href="http://wordpress.org" target="_blank">wordpress.org</a>.  You can click on Download from the top menu, or usually there&#8217;s another link to take you directly to the latest download.</p>
<p><img src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/wordpresshome-page.png" alt="Wordpress.org Home Page" /></p>
<p>Go ahead and download the zip file and save it on your computer.  You will need to unzip the file using something like WinZip and let it build all of the folders on your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-3-download-the-latest-version-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purchase your Final Domain Name and Hosting for Your Website</title>
		<link>http://www.howto-makeyourown-website.com/step-2-test/</link>
		<comments>http://www.howto-makeyourown-website.com/step-2-test/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 05:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[How to make your own website]]></category>

		<guid isPermaLink="false">http://www.howto-makeyourown-website.com/?p=5</guid>
		<description><![CDATA[If you are not really sure yet about 1and1.com, here&#8217;s a little image from their hosting page. I&#8217;ve had great luck with 1and1.com.  They are one of the industy leaders.  Bottom line, 90 Day Guarantee, great deals. (Disclaimer: These deals<span class="ellipsis">&#8230;</span> <a href="http://www.howto-makeyourown-website.com/step-2-test/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>If you are not really sure yet about <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a>, here&#8217;s a little image from their hosting page.</p>
<p><img src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/price-and-guarantee.png" alt="Price and Guarantee" /></p>
<p>I&#8217;ve had great luck with <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a>.  They are one of the industy leaders.  Bottom line, 90 Day Guarantee, great deals. (Disclaimer: These deals change over time. It might be different when you get there.)</p>
<p>Purchasing your domain name and hosting from <a onmouseover="window.status='http://www.1and1.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/tp112qgpmgo36CC95463547A769D" target="_blank">1and1.com</a> is pretty straight forward. If you just finished picking your domain name, you should be able to click on the box next to the name you&#8217;ve chosen and click continue.You should see a page like this:</p>
<p><img src="http://www.howto-makeyourown-website.com/wp-content/uploads/2008/05/hostsmall2_018.png" alt="Hosting Selection" /></p>
<p>At this point, you just need to pick your package and work through a checkout process. I can&#8217;t really show pictures of this because I already have my account.</p>
<blockquote><p><strong><em>A simple tip:</em></strong></p>
<p>Create a text document to hold some details in a common spot for your site. You will want to paste into this document URL&#8217;s, ID&#8217;s and Passwords, notes from various steps and tasks.</p>
<p>Nothing complex is needed for this. Just a simple text file in a place that you can easily find.</p></blockquote>
<p>Make sure you save your customer number, your domain and any links and passwords that 1and1 gives you. These will be used later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howto-makeyourown-website.com/step-2-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

