<?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"
	>

<channel>
	<title>Altherr Web Design</title>
	<atom:link href="http://www.altherrwebdesign.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.altherrwebdesign.com/blog</link>
	<description></description>
	<pubDate>Fri, 15 Dec 2006 02:46:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Adding images to your page</title>
		<link>http://www.altherrwebdesign.com/blog/adding-images-to-your-page.php</link>
		<comments>http://www.altherrwebdesign.com/blog/adding-images-to-your-page.php#comments</comments>
		<pubDate>Fri, 15 Dec 2006 02:43:15 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://altherrwebdesign.com/blog/adding-images-to-your-page.php</guid>
		<description><![CDATA[One of the most simple things that you can do on a web page is add an image. There are two steps to the process. The first is to upload the image that you want to add to your server, and the second is to put the HTML code on the page for the image. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most simple things that you can do on a web page is add an image. There are two steps to the process. The first is to upload the image that you want to add to your server, and the second is to put the HTML code on the page for the image.  Alright, first create your image and save it as either a .jpg or .gif file. These 2 files are usually what&#8217;s used on the web, since they are small files and load quickly when visitors download your page in their web browser.  I&#8217;ve created an image named sample-image.jpg. Now that I have my image, I need to put it on the server. To do this, I use an FTP program. If you don&#8217;t have one you can download one for free at <a href="http://www.aceftp.com">www.aceftp.com</a>. Once you download and open ACEFTP you put your server information in, as shown below</p>
<p><center><img src="http://www.altherrwebdesign.com/images/aceftp.jpg" /></center>Once you are logged in you will see a bunch of folders, double click on the folder named &#8220;public_html&#8221; and then on the one named &#8220;images&#8221;. Find the image that you created on your computer and simply drag it and drop it into your images folder in the right-hand window of the FTP program.Next thing to do is go to the file manager and follow the directions that I gave you in my previous post <a href="http://www.altherrwebdesign.com/blog/editing-your-pages-with-cpanel.php">Editing Your Pages With cPanel</a>. You&#8217;ll want to enter the following code on your page in the location where you want the image to be</p>
<p><img src="http://www.altherrwebdesign.com/images/image-code.jpg" /><br />
That&#8217;s it! Now go to your web page in your favorite browser and your image will be on your page.</p>
<p><center><img src="http://www.altherrwebdesign.com/images/sample-image.jpg" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.altherrwebdesign.com/blog/adding-images-to-your-page.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Creating email accounts on your domain</title>
		<link>http://www.altherrwebdesign.com/blog/creating-email-accounts-on-your-domain.php</link>
		<comments>http://www.altherrwebdesign.com/blog/creating-email-accounts-on-your-domain.php#comments</comments>
		<pubDate>Thu, 14 Dec 2006 03:25:38 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://altherrwebdesign.com/blog/creating-email-accounts-on-your-domain.php</guid>
		<description><![CDATA[It&#8217;s simple to create new email accounts on your domain.  The first thing you want to do is login to your cPanel, by going to www.yourdomain.com/cpanel and typing in your username and password. Once you&#8217;re in cpanel click on the &#8220;Mail&#8221; icon

Once you&#8217;re in the mail administration section you&#8217;ll see a list of options. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s simple to create new email accounts on your domain.  The first thing you want to do is login to your cPanel, by going to www.yourdomain.com/cpanel and typing in your username and password. Once you&#8217;re in cpanel click on the &#8220;Mail&#8221; icon<br />
<center><img src="http://www.altherrwebdesign.com/images/mail-icon.jpg" /></center><br />
Once you&#8217;re in the mail administration section you&#8217;ll see a list of options. Click on the one titled &#8220;Manage/Add/Remove Accounts&#8221;. enter the new email address, password and quota. If you plan on receiving a lot of images or big files, be sure to set this at 200mb or higher, if just a standard email account you can set it at around 50. Once you fill out all of the information, click the &#8220;Create&#8221; button at the bottom left of the page.<br />
<center><img src="http://www.altherrwebdesign.com/images/add-mail.jpg" /><br />
</center> Now, you&#8217;ll want to add the account to your email client (Thunderbird, Outlook Express, etc.). Just fill in the following information for setting up an email account and you&#8217;ll be ready to go.Display name - The name you would like the people to see when receiving your emails<br />
email address - The email address you set up<br />
pop3 server (incoming mail) - mail.yourdomain.com<br />
username - The email address you set up<br />
password - the password you created<br />
smtp server (outgoing mail) - This one is a little tricky. You can enter mail.yourdomain.com if your internet service provider allows it. If not, you&#8217;ll have to enter their smtp servers.  The following 2 are the most popular in Cincinnati<br />
Zoomtown - smtp.fuse.net<br />
RoadRunner - smtp-server.cinci.rr.com</p>
<p>If you need any assistance, don&#8217;t hesitate to <a href="mailto:joey@altherrwebdesign.com">email me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.altherrwebdesign.com/blog/creating-email-accounts-on-your-domain.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Editing your pages with cPanel</title>
		<link>http://www.altherrwebdesign.com/blog/editing-your-pages-with-cpanel.php</link>
		<comments>http://www.altherrwebdesign.com/blog/editing-your-pages-with-cpanel.php#comments</comments>
		<pubDate>Thu, 14 Dec 2006 03:09:04 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://altherrwebdesign.com/blog/editing-your-pages-with-cpanel.php</guid>
		<description><![CDATA[If you see a typo, or need to change a small portion of text, on your website there&#8217;s an easy way. Instead of breaking out your Dreamweaver or FrontPage software, just login to your cPanel using www.yourdomain.com/cpanel. Once you are in cPanel you can navigate to the File Manager icon

 Once you&#8217;re in the file [...]]]></description>
			<content:encoded><![CDATA[<p>If you see a typo, or need to change a small portion of text, on your website there&#8217;s an easy way. Instead of breaking out your Dreamweaver or FrontPage software, just login to your cPanel using www.yourdomain.com/cpanel. Once you are in cPanel you can navigate to the File Manager icon<br />
<center><img src="http://www.altherrwebdesign.com/images/file-manager-icon.jpg" /><br />
</center> Once you&#8217;re in the file manager, click the folder icon next to the public_html folder.<br />
<center><img src="http://www.altherrwebdesign.com/images/folder-icon.jpg" /></center><br />
Once you are in the public_html folder you will see a list of all of your pages that are on your website. Click the file name that you would like to edit and you will get a list that pops up to the top right-hand side of the page. Click on the &#8220;Edit File&#8221; text and you will open a new window with the HTML code of your web page.<center><br />
<img src="http://www.altherrwebdesign.com/images/edit-file.jpg" /></center><br />
Make the changes to the text in there and click the &#8220;Save&#8221; button at the bottom of the page.<br />
<center><img src="http://www.altherrwebdesign.com/images/save-file.jpg" /></center><br />
That&#8217;s all there is to it.  If you&#8217;re not sure what you&#8217;re doing then don&#8217;t mess with any of the other non-text code, if you need major updates then you can simply <a href="mailto:joey@altherrwebdesign.com">send me an email</a> and I&#8217;ll make the changes for you at a rate of $35 per hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.altherrwebdesign.com/blog/editing-your-pages-with-cpanel.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the new blog</title>
		<link>http://www.altherrwebdesign.com/blog/welcome-to-the-new-blog.php</link>
		<comments>http://www.altherrwebdesign.com/blog/welcome-to-the-new-blog.php#comments</comments>
		<pubDate>Wed, 13 Dec 2006 15:11:10 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://altherrwebdesign.com/blog/?p=3</guid>
		<description><![CDATA[Thanks for checking out the new blog from Altherr Web Design!  I created this blog to keep all of my customers informed about what&#8217;s going on with the company. There are also a lot of questions that I receive on a weekly basis about how to do things, so hopefully I&#8217;ll be able to [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks for checking out the new blog from Altherr Web Design!  I created this blog to keep all of my customers informed about what&#8217;s going on with the company. There are also a lot of questions that I receive on a weekly basis about how to do things, so hopefully I&#8217;ll be able to use this blog as a little tutorial to walk you through some things that you may want to know about your websites or hosting.  Check back in the future, I plan on blogging about two or three time per week starting out and we&#8217;ll be able to see how useful it is.  If there&#8217;s something that you would like me to cover in here, then <a href="mailto:joey@altherrwebdesign.com">send me an email</a> and I&#8217;ll get it posted.</p>
<p>Thanks,<br />
Joey</p>
]]></content:encoded>
			<wfw:commentRss>http://www.altherrwebdesign.com/blog/welcome-to-the-new-blog.php/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
