<?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>I Can Make A Website!</title>
	<atom:link href="http://www.icanmakeawebsite.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.icanmakeawebsite.com</link>
	<description>Make your own website cheaply and easily - I&#039;ll show you how</description>
	<lastBuildDate>Mon, 16 Aug 2010 02:06:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Working With FTP (upload download)</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/working-with-ftp-upload-download.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/working-with-ftp-upload-download.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 18:38:41 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=71</guid>
		<description><![CDATA[Whether you are installing a platform like Wordpress or manually creating HTML files, one thing you will have to use eventually (probably sooner than later!) is FTP.

FTP stands for File Transfer Protocol and is simply a program that lets you copy files to and from your web server (or any other computer). If you are comfortable using Windows Explorer to navigate the hard drive on your computer then you should be able to get around FTP pretty easily.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-76" title="ftp image" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/ftp-icon.png" alt="" width="256" height="256" />Whether you are installing a platform like WordPress or manually creating HTML files, one thing you will have to use eventually (probably sooner than later!) is FTP.</p>
<p>FTP stands for File Transfer Protocol and is simply a program that lets you copy files to and from your web server (or any other computer). If you are comfortable using Windows Explorer to navigate the hard drive on your computer then you should be able to get around FTP pretty easily.</p>
<p>There are several good FTP programs out there. I prefer to use <a href="http://www.globalscape.com/products/ftp_clients.aspx" target="_blank">CuteFTP</a>, which is a paid program (but reasonably prices) but I can also recommend <a href="http://filezilla-project.org/download.php?type=client" target="_blank">FileZilla FTP Client </a>which is free and full featured.</p>
<p>Okay! So you have y our first HTML files ready to go or you&#8217;re ready to manually upload and install WordPress&#8230; Now what??</p>
<p>Well, download and install your FTP client of choice and get ready to upload your files!.</p>
<p>If you are setting up a new site, you&#8217;re probably going to want to install the files on the <span id="more-71"></span>root (top level) of your website so that they&#8217;ll load when someone just types in your domain name. If you place the files in a folder on a second or lower level then you&#8217;ll have to include that folder name in the URL. Instead of typing <a href="http://www.icanmakeawebsite.com">www.icanmakeawebsite.com</a> your visitors would have to type <a href="http://www.icanmakeawebsite.com/foldername">www.icanmakeawebsite.com/foldername</a>. Keep in mind that some web hosts (including<a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_self"> PowWeb</a>) put the root of your website in a folder. When you connect to your website you&#8217;ll see one or more folders including one called HTDocs. The HTdocs folder is the top level of your website on <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_self">PowWeb</a>, so you&#8217;ll want to put your files in there. If  you put them at the same level as HTDocs, they won&#8217;t be accessible from your website.</p>
<p>Let&#8217;s do a quick walk through of uploading a file using Filezilla:</p>
<p>First, you&#8217;ll need to open Site Manager to set up the connection<img class="alignleft size-full wp-image-77" title="filezilla1" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/filezilla1.png" alt="" width="283" height="77" /></p>
<p>In site manager, you&#8217;ll click New Site and give it a simply name to remember what the connection is.</p>
<p><img class="alignleft size-full wp-image-78" title="filezilla2" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/filezilla2.png" alt="" width="478" height="405" /></p>
<p>On the right side of the window, you&#8217;ll put in your connection details like site name and user ID. Often, the site name will be your website preceded by FTP, for example: <a href="ftp://ftp.icanmakeawebsite.com/">ftp.icanmakeawebsite.com</a>. Your User ID and password should be given to you by your webhost. If you are a PowWeb customer, you can easily create FTP ID&#8217;s in the control panel. After you put in your site and user information, click connect.</p>
<p><img class="alignleft size-full wp-image-79" title="filezilla3" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/filezilla3.png" alt="" width="273" height="201" /></p>
<p>Once you&#8217;re connected, you&#8217;ll see the window below. The left side is the pc you&#8217;re typing on and the right side is your web server. Again, notice the htdocs folder which is where my web host puts the root of your website.</p>
<p>When you type in a website address and don&#8217;t specify a file name at the end (for example, typing in <a href="http://www.icanmakeawebsite.com">icanmakeawebsite.com</a> instead of icanmakeawebsite.com/index.html) the web browser automatically looks for a file named index.html or default.htm. This makes allows your visitors to automatically load your main (index) page without having to know the name of the page. If your website root folder is empty then your visitors will get an error message when visiting your site. So your first step will either be to upload an index.html file or upload the installation files for another platform such as WordPress.</p>
<p>In this case, if I want to upload the index.html file that I have created on my PC, I will locate it (I saved it to c:\temp) then simply drag and drop the file from the lower left window to the htdocs folder in the lower right window. As soon as the copy is complete, you will be able to view the file on your website via your web browser.</p>
<p><img class="alignleft size-full wp-image-80" title="filezilla4" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/filezilla4.png" alt="" width="763" height="272" /></p>
<p>If you want to copy a lot of files or folders, you can just select all of them on the left side and drage and drop them to the right side.</p>
<p>You can also do this in reverse if you have files and folders on your website (the right side) that you want to download to your pc, you can just drag and drop them from the right window to the left window.</p>
<p>You can also modify files that are on your website directly. Let&#8217;s say after you&#8217;ve copied the index.html file to your website, you decide you want to rename it. You simply right click on the file and choose rename from the menu that pops up.</p>
<p><img class="alignleft size-full wp-image-81" title="filezilla5" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/08/filezilla5.png" alt="" width="379" height="243" /></p>
<p>That covers the basics of using FTP to upload and download files. FTP is also capable of doing a lot more, like setting permissions on files and it can be run from the command line, which would allow you to set up scripts and automated jobs to upload files and content to your website.</p>
<p>Let me know if you&#8217;d like to know more by filling out a comment below!</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/download' rel='tag' target='_self'>download</a>, <a class='technorati-link' href='http://technorati.com/tag/ftp' rel='tag' target='_self'>ftp</a>, <a class='technorati-link' href='http://technorati.com/tag/permissions' rel='tag' target='_self'>permissions</a>, <a class='technorati-link' href='http://technorati.com/tag/upload' rel='tag' target='_self'>upload</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_self'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/working-with-ftp-upload-download.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicon &#8211; What it is and why it matters</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/favicon-what-it-is-and-why-it-matters.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/favicon-what-it-is-and-why-it-matters.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:58:26 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=16</guid>
		<description><![CDATA[If you look up in your web browser's address bar, next to the website address, you'll see a little picture. This is called a FavIcon (short for favorite icon). The original purpose for it was that when you save a website into your favorites or bookmarks, the favicon picture would be saved there next to the website name as an additional reminder of what the site is.

Eventually, browsers started showing the favicon right in the address bar next to the website address. There are several good reasons to have a favicon on your site and I'll tell you why and how to do it below.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-65  alignleft" title="favicon image" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/faviconimage.png" alt="" width="218" height="30" />If you look up in your web browser&#8217;s address bar, next to the website address, you&#8217;ll see a little picture. This is called a FavIcon (short for favorite icon). The original purpose for it was that when you save a website into your favorites or bookmarks, the favicon picture would be saved there next to the website name as an additional reminder of what the site is.</p>
<p>Eventually, browsers started showing the favicon right in the address bar next to the website address. There are several good reasons to have a favicon on your site and I&#8217;ll tell you why and how to do it below.</p>
<p><strong>BRANDING:</strong></p>
<p>Whether your site is for a company or is the main center of your work, you should be branding it. Your favicon picture should be your logo or something descriptive of your site or your company. If it is a company, you should take every opportunity to put your logo somewhere where people will see it. If not and it&#8217;s just your site, your favicon will become a logo and branding not only on your website, but in peoples bookmark or favorites list!</p>
<p>Consider that someone may have fifty or more bookmarks in their favorites list. If more than half of them just have the generic browser favicon, then you are instantly going to stand out in the list and draw the eye to your bookmark, begging the user to click on it.</p>
<p>Search Engine Optimization (SEO): Do search engines rank you higher if you have a favicon?<span id="more-16"></span> Maybe.</p>
<p>The search engine company&#8217;s are very secretive about how they come up with page ranks (where in the list your webpage ends up) and there is some debate as to whether the presence of a favicon will rank you higher.</p>
<p>If nothing else, having a favicon can&#8217;t hurt and from a user perspective, could very well help remind people that your website was one they want to visit again.</p>
<p><strong>HOW DO I MAKE AND INSTALL A FAVICON?</strong></p>
<p>Obviously, you must make or download a favicon before you can put it on your site. For this you can either just do an internet search for &#8220;favicons&#8221; where you&#8217;ll be presented with hundreds or thousands of favicons or you can go to a favicon generator site where you actually upload a picture to them and they convert it to a favicon file for you.</p>
<p>Keep in mind that a favicon is not just a picture renamed to favicon.ico. It is actually an icon file that has specificy requirements in order for it to display properly. A favicon generator site that I&#8217;ve used successfully is <a href="http://www.chami.com/html-kit/services/favicon/" target="_blank">chami.com&#8217;s favicon generator</a>.</p>
<p>Once you&#8217;ve created or downloaded your favicon.ico file, you need to upload it to your website. Place it in the root folder of your site (the main folder that holds all of your other site files and your index.htm file).</p>
<p>Once there, it may work automatically. Browsers such as Internet Explorer automatically look for it there. To make sure that it will load in all browsers, you can edit the header on each of your web pages and add the following line of code which will force the favicon to load:</p>
<blockquote><p>&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;favicon.ico&#8221;&gt;</p></blockquote>
<p>That&#8217;s all there is to it. Give it a try and start making your site a bit more professional and definitely more memorable.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/favicon' rel='tag' target='_self'>favicon</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_self'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/favicon-what-it-is-and-why-it-matters.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a platform for your website</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-platform-for-your-website.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-platform-for-your-website.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:53:52 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=12</guid>
		<description><![CDATA[Lets start with what a platform is. Just like the word implies, it is what your website will sit on. There are many platforms out there ranging from plain old vanilla HTML web pages to using Wordpress blogging software to fancy Content Management Systems (CMS) like Joomla. Here, we'll discuss each of these platforms and briefly explain what they are and how they work.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-52 alignnone" title="platformlogos" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/platformlogos.png" alt="" width="447" height="134" /></p>
<p>Ok, so you finally pulled the trigger and signed up with a webhost, got a domain name and now you&#8217;re ready to get your fancy new website up and running&#8230; So what platform are you going to use? Did you just look at me like I fed you a spoonful of worms?</p>
<p>Well lets start with what a platform is. Just like the word implies, it is what your website will sit on. There are many platforms out there ranging from plain old vanilla HTML web pages to using WordPress blogging software to fancy Content Management Systems (CMS) like Joomla. Here, we&#8217;ll discuss each of these platforms and briefly explain what they are and how they work.</p>
<p><strong>HTML FILES:</strong></p>
<p>HTML files are the great grand daddy&#8217;s of the internet. HTML is short for Hyper Text Markup Language. It is the original idea that gave us the ability to click on words (links) and have them take us to other pages and to make a page appear on the internet.</p>
<p>With HTML files, you manually write each page using either a plain text editor like notepad if you know HTML code or you can use a program like <a href="http://www.amazon.com/exec/obidos/ASIN/B002CNIR7G/nyconsulting-20" target="_blank">Expression Web </a>which allows you to create a web page like a Word document by simply typing and dragging and dropping. Whichever way you use to create the page, when you&#8217;re done you save the page as a .html file and then you upload it to your website.</p>
<p>If you have a site that isn&#8217;t going to change often and isn&#8217;t going to be very large, HTML can be a simple solution, especially if you are using a program like <a href="http://www.amazon.com/exec/obidos/ASIN/B002CNIR7G/nyconsulting-20" target="_blank">Expression Web</a>, which does all of the coding for you. You simply type the content you want, drag and drop pictures and files onto the page and then program generates the HTML code for you.</p>
<p>HTML can also be nice since you don&#8217;t need any other software or special configurations to make it work. You can literally save a copy of your website and<span id="more-12"></span> upload it to almost any web server and it will be up and running almost instantly without any configuration or additional software.</p>
<p>HTML Code:</p>
<p><img class="aligncenter size-full wp-image-40" title="html code" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/html.png" alt="" width="657" height="460" /></p>
<p><strong>DRAWBACKS OF HTML:</strong></p>
<p>Just like any old technology, HTML pages have drawbacks compared to more modern platforms. First of all, they are static, not dynamic. This simply means that once you create the HTML file and save it, it will not change again until you manually change it and upload it again. For example, let&#8217;s say you add another page to your website and you want the menu on all of the other pages on your website to have a new link to the new page. Well, you may end up having to manually edit everyone one of your pages and resave them, then upload them back up to your web server. This may not be that big a problem if you will only be updating your website a couple of times a year or you have very few pages, but once your website starts to grow or you need to update it more often, this can get very tiring and tedious, very quickly.</p>
<p>Coding is the next drawback of HTML pages. It&#8217;s all but a certainty that when working with HTML pages, you will find that you are trying to do something that requires you to start learning coding that goes beyond what even a fancy editor will do for you easily. You WILL end up needing to figure out coding and you will spend hours pulling your hair out trying to figure out why it&#8217;s not working. When you do finally discover that a misplaced comma is what cost you the last two hours of your life, you&#8217;ll question why you&#8217;re doing this. Coding is great for developers that do this full time, but if you have more important things to do, you&#8217;ll want to find something better.</p>
<p><strong>WORDPRESS:</strong></p>
<p><a href="http://www.wordpress.org" target="_blank">WordPress</a> is an open source software package that was originally made for people to set up web logs or Blogs. Open source software is made by developers that believe that software should be free for all to use and improve upon. The great part about WordPress is that there are hundreds of programmers continuously improving it and it&#8217;s free. There are also thousands of people using WordPress that are usually happy to help other users with questions and problems.</p>
<p>One of the coolest things about WordPress is that, unlike HTML pages, WordPress is dynamic. This means that all of the content you create isn&#8217;t stored in static HTML files, but in a database. Even though the site appears to have HTML pages like a regular website, it actually doesn&#8217;t. When someone visits one of your pages, WordPress actually creates the page dynamically with all of your settings then adds the content from the database to the page. The real power of this comes when you want to change the look of your website or add links, etc&#8230; Instead of having to manually edit every page on your site, you change it in one place within WordPress and it magically changes on every page in the site.</p>
<p>Instead of spending all of your time tediously updating individual pages, you can spend it creating quality content.</p>
<p>This site is on the WordPress platform. While the orginal intent for WordPress was Blogging, it has evolved over the years to the point that there are many non blog websites that use the WordPress platform because of its ease of use and great, helpful community.</p>
<p><a href="http://www.powweb.com/join/index.bml?AffID=619990&amp;LinkName=Powweb Footer"><img src="http://www.powweb.com/affiliate/banners/525" style="border: 0px" alt="affiliate_link"/></a></p>
<p>Once you have WordPress installed on your web server, the interface is super easy. If you want to put up a new post or web page, you just click &#8220;Add New&#8221; and an email type form comes up. Instead of Subject and body, it&#8217;s page title and body. You can choose all types of formatting for your text, upload pictures and even video and files without knowing any coding at all and without even having to separately upload your pictures and files like you would have to with HTML files. When you are finished typing, you just click the &#8220;Publish&#8221; button and BANG! &#8211; your new page shows up on your website.</p>
<p>See my page on using WordPress for detailed information and a walk through.</p>
<p>WordPress New Page Interface:</p>
<p><a href="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/wordpress1.png"><img class="aligncenter size-full wp-image-43" title="wordpress" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/wordpress1.png" alt="" width="619" height="348" /></a></p>
<p><strong>JOOMLA:</strong></p>
<p>While WordPress was made for blogging, <a href="http://www.joomla.org/" target="_blank">Joomla </a>was made to be a Content Management System or CMS. This is basically a website on steroids. Joomla was primarily made for websites where you have a lot of new content or your content changes often and you have many people adding content. Imagine you were running a news website like Foxnews.com. You have 20 reporters adding news stories all the time and you need to organize and display all of that content quickly and easily. These type of situations is where a CMS platform really shines. Now that is an extreme analogy, as Joomla can be very useful for much smaller sites as well.</p>
<p>For me, I would use Joomla if I expected to have a website with a lot of different content and media as well as wanted to have a lot of people editing and adding pages.</p>
<p>The only real con to Joomla is that it has a much steeper learning curve than WordPress. You&#8217;ll have to spend a good amount of time learning Joomla before you can really put up a site and get it to look and act the way you want it to.</p>
<p>Before you can get started using any of these platforms you&#8217;ll need to learn how to work with files on your web server.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_self'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/joomla' rel='tag' target='_self'>joomla</a>, <a class='technorati-link' href='http://technorati.com/tag/platform' rel='tag' target='_self'>platform</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_self'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-platform-for-your-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a web hosting company</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-web-hosting-company.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-web-hosting-company.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:52:25 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[powweb]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=11</guid>
		<description><![CDATA[Choosing a web hosting company is one of the most important decisions you can make. Choosing a good web host will result in your site having great uptime, you getting good support and having a lot of useful tools provided for you. Choosing a bad webhost will result in nothing  but headaches and downtime for your site and email.

Here are some suggestions on what to look for in a good web host.

If you're just getting started in putting up your own site, I recommend going with a low cost web host like Powweb. This site is hosted on Powweb and I couldn't be happier.
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-29  alignright" title="web hosting" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/webhosting-300x226.jpg" alt="" width="300" height="226" />Choosing a web hosting company is one of the most important decisions you can make. Choosing a good web host will result in your site having great uptime, you getting good support and having a lot of useful tools provided for you. Choosing a bad webhost will result in nothing  but headaches and downtime for your site and email.</p>
<p>Here are some suggestions on what to look for in a good web host.</p>
<p>If you&#8217;re just getting started in putting up your own site, I recommend going with a low cost web host like <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a>. This site is hosted on <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a> and I couldn&#8217;t be happier.</p>
<p><a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a> is a full featured web host that gives you huge bang for your buck. Many other hosting companies will give you cheap super basic hosting but then try to tack on expensive charges for every little thing you want to do on the site whether it be more bandwidth, more storage, more email addresses, etc. <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a> is one flat rate charge which includes just about everything you could want in a website. </p>
<ul>
<li>unlimited bandwidth (transfer) -Others charge you for extra data being sent from your server.</li>
<li>unlimited storage &#8211; others charge you for more space on their servers to save your web files to.</li>
<li>unlimited email accounts &#8211; others give you a limited number of email accounts</li>
<li>75 databases &#8211; others give you no databases or a few at best</li>
<li>Run as many websites from one account as you want. No extra charges &#8211; Unlimited!</li>
</ul>
<p><a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a> really does give you everything but the kitchen sink at a very aggressive price. Of course, I&#8217;m biased because of my good experiences with <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a>, so by all means check out all the other hosts you want to, but make sure you come back and compare them to <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a>. I&#8217;m pretty sure you&#8217;ll end up signing up with them as there isn&#8217;t much out there that can give you more for  your money than <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a> does.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/host' rel='tag' target='_self'>host</a>, <a class='technorati-link' href='http://technorati.com/tag/hosting' rel='tag' target='_self'>hosting</a>, <a class='technorati-link' href='http://technorati.com/tag/powweb' rel='tag' target='_self'>powweb</a>, <a class='technorati-link' href='http://technorati.com/tag/web' rel='tag' target='_self'>web</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-web-hosting-company.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a domain name</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-domain-name.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-domain-name.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:50:52 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[making a website]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=10</guid>
		<description><![CDATA[Choosing a domain name is probably one of the toughest decisions to make when making a website.

Here we'll discuss pros and cons as well as good strategies when picking the perfect name for your site.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-25" title=".com" src="http://www.icanmakeawebsite.com/wp-content/uploads/2010/05/dotcom-300x201.jpg" alt="" width="300" height="201" />Choosing a domain name is probably one of the toughest decisions to make when making a website.</p>
<p>Here we&#8217;ll discuss pros and cons as well as good strategies when picking the perfect name for your site.</p>
<p><strong>Competition</strong><br />
One reason choosing a name is so tough is because it&#8217;s not enough to choose the coolest, snappiest name you can think of, or even the most descriptive. Why? Because you are competing with everyone else in the world for domain names! Odds are, if you are choosing a name about a fairly common topic, someone else has thought of some of the same domain names as you.</p>
<p><strong>Alternative domain names</strong><br />
This is where you have to get creative and thoughtful. Are you ok with using a domain other than .com, such as .net, .org, .biz, etc? There are differing schools of thought on this. Some people think you should go with .com at all costs because visitors may not remember your site was .biz. Some also think that people still just try typing in names based on topics. For example, if you wanted to find out about soccer, you&#8217;d go to soccer.com and hope it was about pro soccer as opposed to soccer uniforms.<span id="more-10"></span></p>
<p>Others say that it really doesn&#8217;t matter what domain (or even name) you choose anymore because most web users these days find everything via search engines anyway.</p>
<p>I believe a little bit of both. I believe if you can get a good .com domain, that should be your first choice. This is primarily because most people on the web are familiar with .com. This also matters when using your domain for email as many people assume your domain is .com. This is not a hard and fast rule though! My primary domain is actually a .biz because I wanted my last name to be my domain and .biz was the best available.</p>
<p><strong>Think of email when choosing a domain name</strong><br />
I need to stress the point about email here: If you are choosing a domain that will be your main site and email address, you need to keep it short and easy to spell. If your group is the Jonesville Civic Association, Inc., You should try for a domain like JCAI.com or JonesvilleCivic.com. Do not go with jonesvillecivicassociationinc.com because the odds are high that whoever is trying to type in your web address or email address will make a typo and will never get there.</p>
<p><a href="http://www.powweb.com/join/index.bml?AffID=619990&amp;LinkName=Med Horizontal"><img src="http://www.powweb.com/affiliate/banners/531" style="border: 0px" alt="affiliate_link"/></a></p>
<p>I also believe your domain name should be as short and descriptive as possible (which is not always possible!). Sometimes you have to choose short OR descriptive, but can&#8217;t have both. Take this site as an example. I went with ICanMakeAWebsite.com because there are so many other sites out there with similar names that it was hard to find a shorter name that was appropriate. Also, since my main email address is not using this domain, I don&#8217;t worry that people will have to type out a long address to reach me. In this case, I decided to go with descriptive over short. This is where the other school of logic comes in&#8230; It doesn&#8217;t matter what your domain name is because people will find you via search engines.</p>
<p>Since the content of this site is 100% about building websites and website related topics, the search engines send people here that are looking for this type of information. Once they&#8217;re here, they&#8217;ll bookmark this site if they find the information useful. Gone are the days in the infancy of the internet when you would just type in domain names as key words and hope the site you got to was what you needed.</p>
<p><strong>Registering a domain name<br />
</strong>When registering a domain name you can either go to a dedicated name registrar which has some benefits, but the easiest and fastest way is to go with a <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">web host</a> package that includes a free domain name.</p>
<p>My web host <a href="http://www.powweb.com/join/index.bml?AffID=619990" target="_blank">Powweb</a>, gives you a free domain name when you sign up with them. If you are putting up your first website and want to keep the costs down, I would recommend going with them as their hosting is about $7 a month and you get the domain name free. Fear not, even though they are inexpensive, Powweb gives you all the features that more expensive web hosts give you. I have been with them for over five years and am happy.</p>
<p>Whichever route you decide to take, you&#8217;ll end up at a search form where you can see if the domain name you are thinking about is available to purchase. Be prepared to try several variations of the name you are thinking of in case your first few choices aren&#8217;t available.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/domain+name' rel='tag' target='_self'>domain name</a>, <a class='technorati-link' href='http://technorati.com/tag/making+a+website' rel='tag' target='_self'>making a website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/choosing-a-domain-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://www.icanmakeawebsite.com/website-building-basics/introduction.html</link>
		<comments>http://www.icanmakeawebsite.com/website-building-basics/introduction.html#comments</comments>
		<pubDate>Mon, 17 May 2010 21:49:02 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Website Building Basics]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[making a website]]></category>

		<guid isPermaLink="false">http://www.icanmakeawebsite.com/?p=8</guid>
		<description><![CDATA[Here, I will help you learn to setup your own website that you can fully control. My goal is for you to find it easy and even fun while using free or inexpensive tools that help you avoid headache inducing programming and coding tedium.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re here it&#8217;s because you are at least considering making your own website.</p>
<p>The Problem: Paying someone else to make and host a website for you can be amazingly expensive and you have little direct control of the site.</p>
<p>Here, I will help you learn to setup your own website that you can fully control. My goal is for you to find it easy and even fun while using free or inexpensive tools that help you avoid headache inducing programming and coding tedium.</p>
<p>Believe it or not, putting up a website can be cheap, easy, and fun!<span id="more-8"></span></p>
<p>Why would someone need a website? The list is almost infinite but here are some reasons I&#8217;ve made websites for myself:</p>
<p>- personal site for family and friends to see pictures, etc</p>
<p>- professional website to post your credentials, resume, etc.</p>
<p>- Business advertising &#8211; a simple site with your services and contact info</p>
<p>- Business portal &#8211; a place to display detailed information on your products, offer customer service, downloads, and even support forums and blogs.</p>
<p>- web based business such as a storefront or membership based site.</p>
<p>- hobby or interest site such as a photography or church website.</p>
<p>- Revenge or warning site- I have made these when I have been defrauded by a business to let others know to avoid a company or person.</p>
<p>- event site such as weddings. You can post your progress and use a blog as an online diary.</p>
<p>There are many more reasons for someone to want a website but you get the point.</p>
<p>The web has come a long way in usability since I first went online in the mid 90&#8242;s. In those days, if you wanted to put up a website you had to pay an arm and a leg for the domain name and web hosting was more like a mortgage than a bill. Once you spent all that money you then had to know how to code in HTML which was pretty much done by memory or with a fat programming book.</p>
<p><a href="http://www.powweb.com/join/index.bml?AffID=619990&amp;LinkName=Med Horizontal"><img src="http://www.powweb.com/affiliate/banners/531" style="border: 0px" alt="affiliate_link"/></a></p>
<p>Nowadays, domain names are often free with a hosting plan that you can get for $5 &#8211; $7 a month &#8211; Sweet!</p>
<p>There are also numerous tools out there that let you simply type your content and drag and drop pictures without knowing a lick of HTML or code.</p>
<p>Knowing that these inexpensive options are available, it really is a shame that people are afraid of doing it themselves and end up paying someone else hundreds or thousands of dollars to do it for them.</p>
<p>Let&#8217;s move on. We&#8217;ll start by discussing Choosing a Domain Name</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/introduction' rel='tag' target='_self'>introduction</a>, <a class='technorati-link' href='http://technorati.com/tag/making+a+website' rel='tag' target='_self'>making a website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.icanmakeawebsite.com/website-building-basics/introduction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

