<?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>Web Design For Idiots &#187; How-To</title>
	<atom:link href="http://www.webdesignforidiots.net/category/web-design/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignforidiots.net</link>
	<description>Tips Tricks and How-Tos for the beginning web designer</description>
	<lastBuildDate>Mon, 21 Jun 2010 16:05:42 +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>Fixed Width Centered Website</title>
		<link>http://www.webdesignforidiots.net/2009/03/fixed-width-centered-website/</link>
		<comments>http://www.webdesignforidiots.net/2009/03/fixed-width-centered-website/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:54:52 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[Design and Looks]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[center site]]></category>
		<category><![CDATA[center website]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=526</guid>
		<description><![CDATA[Want to take your entire website and make it a fixed with and have it centered in the middle of everyone&#8217;s screen? Well, you should. The great thing about having a fixed width and centered site is that it will look exactly the same on everyone&#8217;s computer monitor. It&#8217;s a great thing, because fluid websites [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F03%2Ffixed-width-centered-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F03%2Ffixed-width-centered-website%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Want to take your entire website and make it a fixed with and have it centered in the middle of everyone&#8217;s screen? Well, you should. The great thing about having a fixed width and centered site is that it will look exactly the same on <em>everyone&#8217;s</em> computer monitor. It&#8217;s a great thing, because fluid websites that take up the entire width of a screen can look <strong>great</strong> on your monitor, and then you go look at it on a lower resolution monitor, and all of a suddent you have to scroll sideways to see all of it.</p>
<p>So this is going to be one of the EASIEST things that I will teach you, and it will change the look of your website GREATLY. This works on ALL TYPES of websites. Blogs, oscommerce, basic HTML. It does not matter.</p>
<p>do this..<br />
AT THE VERY BEGINING of your HTML code, after the <code>&lt;body&gt;</code> tag, add this:</p>
<pre>&lt;div id="centerContent"&gt;</pre>
<p>YOUR WEBSITE CONTENT WILL ALL</p>
<p>BE BETWEEN THESE TWO THINGS.</p>
<p>EVERY SINGLE BIT OF IT &#8211; EXCEPT</p>
<p>OF COARSE THE STUFF IN THE HEAD</p>
<p>TAGS</p>
<pre>&lt;/div&gt;</pre>
<p>then in somewhere between the <code>&lt;head&gt;&lt;/head&gt;</code> tags, add this:</p>
<pre>&lt;style&gt;
#centerContent{
width: 900; margin: auto;
border: 1px solid #999999;
text-align:center;
}
&lt;/style&gt;</pre>
<p>then on the<code> &lt;body&gt;</code> tag change it to this</p>
<pre>&lt;body text-align="center"&gt;</pre>
<p><strong>Thanks to the boring lives of obnoxious internet stalkers and their friends, this post has comments closed. 1 year to stalk a post is way too much time. Please, get a life<br />
</strong></p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=526'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/03/fixed-width-centered-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use Fetch FTP</title>
		<link>http://www.webdesignforidiots.net/2009/03/how-to-use-fetch-ftp/</link>
		<comments>http://www.webdesignforidiots.net/2009/03/how-to-use-fetch-ftp/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 07:31:02 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[sever]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=499</guid>
		<description><![CDATA[I recently wrote a tutorial on how to use FileZilla. The reason I wrote that tutorial first was because MOST people have FIleZilla, and the reason why is because it is free. However, if you have an Apple computer, you will be so much better off and you will save yourself so many headaches if [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F03%2Fhow-to-use-fetch-ftp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F03%2Fhow-to-use-fetch-ftp%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently wrote a tutorial on how to use<a href="http://www.webdesignforidiots.net/2009/02/filezilla-can-really-be-a-monster/" title="using FileZilla to connect to server "  target="_blank"> FileZilla</a>. The reason I wrote that tutorial first was because MOST people have FIleZilla, and the reason why is because it is free. However, if you have an Apple computer, you will be so much better off and you will save yourself so many headaches if you download and install Fetch FTP from <a href="http://fetchsoftworks.com/" title="fetch FTP how to connect using Fetch FTP "  target="_blank">HERE.</a><br />
The reason I suggest <a href="http://fetchsoftworks.com/" title="fetch FTP how to connect using Fetch FTP "  target="_blank">Fetch</a> is because it is plain and simple. Thats it. If you just look at the FileZilla tutorial, you will see how long and drawn out it is. When you read through this, if you haven&#8217;t already installed <a href="http://fetchsoftworks.com/" title="fetch FTP how to connect using Fetch FTP "  target="_blank">Fetch</a>,  you will want to.</p>
<h2>Step 1 &#8211; connect:</h2>
<p>When you click on the Fetch icon after installing it, it will automatically bring you to the connection window. It looks like this:</p>
<p><a href="http://webdesignforidiots.net/postimg/fetch/fetch.jpg"  rel="lightbox[499]"><img class="aligncenter" title="fetch FTP is easy to connect to and easy to install get your website on the internet quickly" src="http://webdesignforidiots.net/postimg/fetch/fetch.jpg" alt="" width="685" height="412" /></a></p>
<p>The graphic is pretty self explanatory, however I will go into detail a little bit more for you &#8220;nuts and bolts&#8221; type of people.</p>
<p><strong>HOSTNAME: </strong>This will be the domain name in which you will be FTPing your content to. So if you have a hosting account with <a href="http://hostmonster.com/track/lindsayanng/fetch" title="hosting and FTP are easy with fetch and hostmonster"  target="_blank">hostmonster,</a> and you have a domain name with hostmonster called <span style="text-decoration: underline;">mydomain.com</span> then your <strong>hostname</strong> will be <span style="text-decoration: underline;">mydomain.com</span>. If you are just an additional user to someone else&#8217;s domain, you will just use their domain name that they gave you.</p>
<p><strong>USERNAME/PASSWORD:</strong> If you own the hosting account, then this usually is created for you by your host when you actually create the account. It is easy enough to find it if you don&#8217;t know where it is. You will just go to your control panel and look for a link that says <strong>FTP Accounts</strong> and click on there. There you will see a list of all of the accounts for your domain name and you can also add new ones. If you are just a secondary user to someone else&#8217;s website, they will supply the username and password for you.</p>
<p><strong>INITIAL FOLDER:</strong> This is the folder that you want to land on when you connect. If you don&#8217;t have a website at the domain name yet, then you will simple put &#8221; public_html &#8221; which is just the main directory for your website. If you know that you are going to be uploading images to a folder that already exists. For instance, you created a sub folder called &#8220;cats&#8221; in a folder called &#8220;pets&#8221; You will put <strong>/pets/cats/</strong> as the directory that you would like to land on. If you are a secondary user for this account, and you are given your own folder to use to store content, you will enter your folder&#8217;s name like this <strong>/yourfoldername/</strong></p>
<p><strong>PORT: </strong>This is usually something that you do not have to concern yourself with. When connecting there rarely is an instance where an FTP program will not connect if you leave your port blank. However, when you create new users for FTP login, it gives them a port number, so you can always enter the port number but if you do not know it, you can also leave it blank.</p>
<p><strong>TRY TO CONNECT _ TIMES: </strong>You should connect on the first try, otherwise you will set this to a nmber of times to continue to attempt to your host if it does not connect on the first try. I always leave this blank as well, as I know I will connect on the first try.</p>
<p><strong>SHORT CUTS: </strong>You can see two little graphics next to the <span style="text-decoration: underline;">hostname</span> option. They allow you to create short cuts so that every time you connect, you do not have to put in the same information over and over. You can set it to just remember the info and leave the password blank, or to remember the password as well.</p>
<p><a href="http://webdesignforidiots.net/postimg/fetch/fetch2.jpg"  rel="lightbox[499]"><img class="aligncenter" title="fetch FTP is very easy to use and you can get your website up in seconds" src="http://webdesignforidiots.net/postimg/fetch/fetch2.jpg" alt="" width="400" height="270" /></a></p>
<h2>Step Two &#8211; inside the domain:</h2>
<p>Once you are inside, you will see a bunch of folders and files. Make sure that you are in the &#8221; public_html &#8221; folder. Any content stored outside of that folder will not be viewable to the public. If you can see the &#8221; public_html &#8221; folder in the list of folders, double click on it to open it and be in that folder. If you are a secondary FTP user, you will likely only be able to access certain folders and this will never be an issue for you.</p>
<p>The great thing about Fetch FTP, like I mentioned eariler, is that it is super duper easy. When you look at the tool bar, it is likely that you will know what to do right off the bat. But just in case, I created another little graphic for you here:</p>
<p><a href="http://webdesignforidiots.net/postimg/fetch/fetch4.jpg"  rel="lightbox[499]"><img class="aligncenter" title="fetch FTP program for mac is the easiest FTP program to use " src="http://webdesignforidiots.net/postimg/fetch/fetch4.jpg" alt="" width="625" height="213" /></a>Many of those items in the top navigation bar are extremely self explanitory, so I will only explain the more complicated ones.</p>
<p><strong>GET: </strong>Getting a file is very simple. If there is a file on the remote server that you can see in the file list inside of fetch that you would like to download to your computer, you simply click on the file name and click the <strong>get</strong> button. This will automatically download the file. SIMPLE</p>
<p><strong>PUT:</strong> Putting a file is also simple. This is used if you have files on your computer that you want to upload to the website. When you click on <strong>put</strong> you will see a normal file browser. You will simple browse to the file you would like to <strong>put</strong> and click OK in the browser. When it is complete you will be able to see the file name in the list of files inside of the folder that you are currently in. If you want to put a file in a different folder, simple double click to open that folder, you use the back button to get to a previous directory and double click to open that folder and then click put. When you <strong>put</strong> a file on the server, you have to already be in the folder that you want the file to be in.</p>
<p><strong>INFO:</strong> Is a very valuable tool for web devlopers. By clicking on a file and the clicking on info, you will see a bunch of valuable information. In there you will see the file path, size, the permissions set, and the date modified. Here you can also rename the file if you would like.</p>
<p><a href="http://webdesignforidiots.net/postimg/fetch/fetch5.jpg"  rel="lightbox[499]"><img class="aligncenter" title="fetch FTP info setting file permissions file size rename file" src="http://webdesignforidiots.net/postimg/fetch/fetch5.jpg" alt="" width="605" height="366" /></a></p>
<p>And thats it. You officially know everything you have to about using Fetch FTP for getting a website or content onto a server. Now again, compare these instructions with <a href="http://www.webdesignforidiots.net/2009/02/filezilla-can-really-be-a-monster/" title="using FileZilla to connect to server "  target="_blank">THESE </a>and tell me this wasn&#8217;t super easy!</p>
<p><strong>Just another note. If you want to move files from one folder to another, it is as simple as dragging and dropping. The great thing about this is it works just like your file browser on your computer, so everyone who uses a computer should be VERY comfortable with it!<br />
</strong></p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=499'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/03/how-to-use-fetch-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting from scratch -table layouts</title>
		<link>http://www.webdesignforidiots.net/2009/02/starting-from-scratch-table-layouts/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/starting-from-scratch-table-layouts/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 07:15:07 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[L]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=351</guid>
		<description><![CDATA[So you decided that you want to start COMPLETELY from scratch and build your website/blog without the help of ANYONE. GOOD FOR YOU! But i bet you have no idea where to start. The easiest, most newbie way, is to start by using one large TABLE to hold your main content. A table is an [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fstarting-from-scratch-table-layouts%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fstarting-from-scratch-table-layouts%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So you decided that you want to start COMPLETELY from scratch and build your website/blog without the help of ANYONE.</p>
<h2>GOOD FOR YOU!</h2>
<p>But i bet you have no idea where to start.</p>
<p>The easiest, most newbie way, is to start by using  one large TABLE to hold your main content.</p>
<p>A <strong>table</strong> is an element of a website that allows you to organize your data into rows and columns. Much like you do when you are creating a microsoft word document that has a table.</p>
<p>This will be one of the easiest things you learn, but probably one of those things that you use EVERYWHERE. If i can teach this concept to my husband in a few hours, surely you guys can get it.</p>
<p>So let&#8217;s start explaining how a table works.</p>
<p>You are always going to start your table with this:<br />
<code>&lt;table></code><br />
and end it with this<br />
<code>&lt;/table></code><br />
So just using those two pieces, you have a table with NO rows and NO columns, so you can not start putting info in there yet. You need to have ATLEAST one row and one column in a table.<br />
A row for a table is defined by this:<br />
<code>&lt;tr></code>  &#8211; simple right? tr means<br />
<b>T</b>able <b>R</b>ow. </p>
<p>You close off, or end that row with this:<br />
<code>&lt;/tr></code><br />
Are you getting the gist now?? You always start with the tag, and end it with the tag PLUS &#8216;/&#8217;</p>
<p>Now, your <code>&lt;tr>&lt;/tr></code> needs to have one more thing inside of it which is <code>&lt;td>&lt;/td></code></p>
<p>I don&#8217;t know if this is the CORRECT definition of <code>&lt;td></code>, but it helped me to remember it as<br />
<b>T</b>able <b>D</b>ata.<br />
This is the tag that will hold ALL of the content for the row that it is contained in. </p>
<h3>So for a recap</h3>
<p>If you take all of those steps and combine them together you get the following:<br />
<code>&lt;table><br />
&lt;tr>&lt;td>&lt;/td>&lt;/tr><br />
&lt;/table></code></p>
<p>This give you a table that looks like this: (see that TINY little box beneath this?</p>
<table border="1px">
<tr>
<td></td>
</tr>
</table>
<p>The reason it is so small is because we did not give it is SIZE. </p>
<p>To make a table that is a good size for a website, you can use a percentage that will move and stretch with different size monitor,  or a fixed width that will stay consistent no matter what the size of the monitor is. This is always a dilemma with designers. You have to choose which is better for your design. If your design will only look good with a certain size website, use fixed. This blog is a FIXED width. </p>
<p>So you add your width in the <code>&lt;table></code> element like this:<br />
<code>&lt;table width="25%"> </code><br />
You can also use &#8220;880px&#8221; for a fixed width. </p>
<p>Here are some other common attributes you can add to the<br />
<table> element to change it&#8217;s look:</p>
<table bgcolor="#c1c1c1" cellspacing="2">
<th>attribute</th>
<th>example</th>
<tr>
<td bgcolor="#ffffff" >align</td>
<td bgcolor="#ffffff">  	&#8220;left&#8221;  &#8220;center&#8221;  &#8220;right&#8221;  &#8211;  Specifies the alignment of a table according to surrounding text</td>
</tr>
<tr>
<td  bgcolor="#ffffff">bgcolor </td>
<td bgcolor="#ffffff"> 	&#8220;#000000&#8243;  &#8211;     Specifies the background color for a table. <a href="http://html-color-codes.com/" >Get web color codes here</a></td>
</tr>
<tr>
<td bgcolor="#ffffff">border</td>
<td bgcolor="#ffffff">  	&#8220;2pixels&#8221;  -	Specifies the width of the borders around a table </td>
</tr>
<tr>
<td bgcolor="#ffffff">cellpadding</td>
<td bgcolor="#ffffff">  	&#8220;5pixels&#8221;   &#8211; 	Specifies the space between the cell wall and the cell content</td>
</tr>
<tr>
<td bgcolor="#ffffff">cellspacing</td>
<td bgcolor="#ffffff">  	&#8220;10pixels&#8221;  &#8211;  	Specifies the space between cells </td>
</tr>
</table>
<p>guess what, this is a table using the follwing attributes, <code>&lt;table  bgcolor="c1c1c1" cellspacing="2">  < bgcolor> </code><br />
<b>THIS DOES NOT USE A TABLE BORDER ATTRIBUTE</b></p>
<p>There was no width set to that above table because there was content in it to stretch it out. If you do not set a width, it will make it as big as it can to fit the content that you put in the <code>&lt;td></code></p>
<p>SO here&#8217;s a little tip:<br />
Table borders never really look good. They are two lines that go around the table and usually most people want one solid color line. </p>
<table border="2px">
<tr>
<td>THIS IS A TABLE WITH THE TABLE BORDER ATTRIBUTE</td>
</tr>
</table>
<p><code>&lt;table border="2px"&gt;&lt;tr&gt;&lt;td&gt;THIS IS A TABLE WITH THE TABLE BORDER ATTRIBUTE&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code></p>
<table bgcolor="#000000" cellpadding="2px">
<tr>
<td bgcolor="#ffffff">THIS IS USING CELLSPACING AND BGCOLOR</td>
</tr>
</table>
<p><code> &lt;table bgcolor="#000000" cellpadding="2px"&gt;&lt;tr&gt;&lt;td bgcolor="#ffffff"&gt;THIS IS USING CELLSPACING AND BGCOLOR&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code></p>
<p>As you can see, i kept the basic table layout, but i added cell spacing which puts a space around ALL of the cells (or <code>&lt;td></code> tags). Then you add a background color to the entire table, and a different background color to the table cells, or <code>&lt;td></code> tags</p>
<p>if your tables seem broken, or are not showing/working. Always check the following.<br />
You closed out ALL of yor tags. You can simply just count the number of open tags and closed tags and they should be equal.<br />
Make sure that always but the closing <code>&lt;/td&gt;</code> before the <code>&lt;/tr&gt;</code><br />
Make sure that you are not missing any &#8216;>&#8217; or &#8216;<&#8216;</p>
<p>The next tutorial will be more advanced tables using column spans and row spans and such. </p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=351'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/starting-from-scratch-table-layouts/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Creating a Contact Form-w/pictures!</title>
		<link>http://www.webdesignforidiots.net/2009/02/quick-post-about-creating-a-contact-form/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/quick-post-about-creating-a-contact-form/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 05:17:29 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=267</guid>
		<description><![CDATA[I have ALWAYS struggled with creating a contact form, mainly because there are very few good tutorials out there on how to do it. Well, I finally found a good tutorial on how to make a contact form that WORKS. Now, you have to have dreamweaver if you want to follow this tutorial step by [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fquick-post-about-creating-a-contact-form%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fquick-post-about-creating-a-contact-form%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have ALWAYS struggled with creating a contact form, mainly because there are very few good tutorials out there on how to do it.</p>
<p>Well, I <strong>finally</strong> found a good tutorial on how to make a contact form that WORKS. Now, you have to have dreamweaver if you want to follow this tutorial step by step. If you do not have dreamweaver, you can still use this!!! Just download the file and put it into your website&#8217;s folder and skip to the bottom where I have the complete code, copy and paste and change the proper fields to match what you need. If you are confused about what the fields are for, the rest of the tutorial will help you.</p>
<p>The first thing you have to do is download this file:</p>
<p><a href="http://webdesignforidiots.net/download/formtoemail.zip" >Click Here To Download</a></p>
<p>And then unzip it to reveal the FormToEmail.php file. Then you have to move that file to your website&#8217;s root folder.</p>
<p>Then you open Dreamweaver and you can either create a new page, or open an existing page that you want to add the contact form to. You should probably view your page in split view so you can see what is happening and make sure things are clean.</p>
<p>Now go to the top menu bar and click <strong>INSERT</strong> and then <strong>FORM </strong>and then choose <strong>FORM</strong> from the top of the flyout menu. It will show you this window:</p>
<p style="text-align: center;"><a href="http://webdesignforidiots.net/postimg/form/form1.jpg"  rel="lightbox[267]"><img class="aligncenter" src="http://webdesignforidiots.net/postimg/form/form1.png" alt="" width="384" height="172" /></a></p>
<p style="text-align: left;">You will then choose browse for the <strong>ACTION</strong> and browse to the formtoemail.php file that you just downloaded and put in your website&#8217;s folder. You will choose <strong>post </strong>as your action. You can leave the encoding type blank, and you can choose a name if you would like, something like &#8220;quote request&#8221; or &#8220;product information&#8221; You can leave the target blank. You will see code that looks like this:</p>
<pre style="text-align: left;">&lt;form action="formtoemail.php" method="get"&gt;&lt;/form&gt;</pre>
<p>You will want to put your cursor between the &gt;&lt; and click enter a few times to put some space between the opening and closing &lt;form&gt;&lt;/form&gt; tags.</p>
<p>Now you will go back to <strong>Insert</strong> and then <strong>Form </strong>and  <strong>Label</strong> The label is exactly what it sounds like. It is the label for that particular field. You you will write &#8220;name&#8221; and that will label the field where your visitor will enter their name or &#8220;email&#8221; for the form where you want them to write their email address. When you insert the label code you will see this:</p>
<pre>&lt;label&gt;&lt;/label&gt;</pre>
<p>You will again put your cursor inbetween the &lt;label&gt;&lt;/label&gt; tags and type your label there like &#8220;name&#8221; or &#8220;email&#8221;</p>
<p>From there you will again go to <strong>INSERT</strong> and then <strong>FORM</strong> and then choose <strong>TextField</strong>. The &#8220;TextField&#8221; is the actual place where the visitor will enter their name, email, or other information. You will see this box pop up.</p>
<p style="text-align: center;"><a href="http://webdesignforidiots.net/postimg/form/form2.jpg"  rel="lightbox[267]"><img class="aligncenter" src="http://webdesignforidiots.net/postimg/form/form2.png" alt="" width="396" height="306" /></a></p>
<p>You will now put the name of that field in there like &#8220;name&#8221; or &#8220;email&#8221;. The <span style="text-decoration: underline;">value</span> is some text that will be pre filled for the visitor, you can leave this blank. You will then put the size in pixels for the form field. Usually 50px is a good size, and the maximum number of charactors that you would like to put for that field. Click OK and you will see this code:</p>
<pre>&lt;input name="name" type="text" size="50px" maxlength="35" /&gt;</pre>
<p>You have now completed the coding for one field. You can simply copy and paste that code for the other fields and change the names and the labels.</p>
<pre> &lt;label&gt;Name&lt;/label&gt;&lt;input name="name" type="text" size="50px" maxlength="35" /&gt;</pre>
<p>When you get to pasting the code for the box where you want people to be able to have an unlimited number of lines to fill, like a MESSAGE box, you will click on the radio button that says &#8220;Multiline&#8221; and you add as many lines as you would like for that form.</p>
<p><span style="text-decoration: underline;">You now have to add a <strong>submit</strong> button</span></p>
<p><strong>INSERT</strong> &gt; <strong>FORM</strong> &gt; <strong>BUTTON</strong> and choose submit button from the drop down. This will add your submit button. You can place it where ever you would like.</p>
<p>Your email form will now be technically complete and the code will look like this:</p>
<pre>&lt;form action="formtoemail.php" method="get"&gt;
 &lt;label&gt;name&lt;/label&gt;&lt;input name="name" type="text" size="50px" maxlength="35" /&gt;
  &lt;label&gt;email&lt;/label&gt;&lt;input name="name" type="text" size="50px" maxlength="35" /&gt;
   &lt;label&gt;phone&lt;/label&gt;&lt;input name="name" type="text" size="50px" maxlength="35" /&gt;
  &lt;label&gt;message&lt;/label&gt;
    &lt;textarea name="name" cols="50px" rows="10"&gt;&lt;/textarea&gt;
    &lt;input name="submit" type="submit" /&gt;
&lt;/form&gt;</pre>
<p>But it will look like this:</p>
<p><a href="http://webdesignforidiots.net/postimg/form/form4.jpg"  rel="lightbox[267]"><img class="alignnone" src="http://webdesignforidiots.net/postimg/form/form4.png" alt="" width="485" height="235" /></a></p>
<p><span style="color: #800000;">You should definitely subscribe because next we will talk about how to style your contact sheets!</span></p>
<p>Now, there is ONE last thing to do.</p>
<p>Open the FormToEmail.php file and at the very top change this line to your actual email address.</p>
<pre><code>$my_email="name@yourdomain.com";</code></pre>
<p>You can also create a special page to redirect your customers to after clicking submit by changing this line to an actual file path.</p>
<pre><code>$continue="/";</code></pre>
<p>So that is it. You upload your files to your website and HAVE FUN!!!</p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=267'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/quick-post-about-creating-a-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Index.html files in directories.. Why you should use them.</title>
		<link>http://www.webdesignforidiots.net/2009/02/indexhtml-files-in-directories-why-you-should-use-them/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/indexhtml-files-in-directories-why-you-should-use-them/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 01:39:57 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[building a website]]></category>
		<category><![CDATA[designing for oscommerce]]></category>
		<category><![CDATA[easy web design]]></category>
		<category><![CDATA[File permissions]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[make your website awsome]]></category>
		<category><![CDATA[web design for newbies]]></category>
		<category><![CDATA[web design tips and tricks]]></category>
		<category><![CDATA[web design tutorial]]></category>
		<category><![CDATA[web desing for newbies]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=190</guid>
		<description><![CDATA[If you are new to web design, which most of you are, you might not know the power of the INDEX page. The index page is the page that a browser will default to when it opens a directory (remember, directory and folder are interchangeable in the web world). This is the reason why your [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Findexhtml-files-in-directories-why-you-should-use-them%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Findexhtml-files-in-directories-why-you-should-use-them%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are new to web design, which most of you are, you might not know the power of the INDEX page. </p>
<p>The index page is the page that a browser will default to when it opens a directory (remember, directory and folder are interchangeable in the web world). This is the reason why your &#8220;home page&#8221; should always be named &#8220;index&#8221; and not &#8220;home&#8221; or &#8220;mywebsite.&#8221; When someone browses to your website, they we basically looking at your public_html directory, and in that directory it will look for the index page to show the visitor&#8230; Then the visitor will click on links in your site and those links will take them away from the index page..</p>
<h3>But did you know that a page named index can do more than just be your home page?? </h3>
<p>One of the most common things that I see when looking at a &#8220;newbie&#8217;s&#8221; website is that they have urls that look like this:<br />
mywebsite.com/flowers/flowers.html<br />
This site has this issue:<br />
<a href="http://webdesignforidiots.net/postimg/noindexurl.png"  rel="lightbox[190]"><img src="http://webdesignforidiots.net/postimg/noindexurl.png"/></a></p>
<p>This is because they were smart and wanted to organize all of their content into directories, so they put all of the images and content for the &#8220;flowers&#8221; page in a folder called flowers, and then put the flowers page in there too. Just to keep it all organized. This is actually the BEST practice for building websites. (if you want to learn more about content organization click here). </p>
<p>There are some serious pitfalls of <u>not</u> using index files in your directories as well. When you have a directory, but no index file, people can type in your domain and directory, they will be shown a list of files that exist in that directory. When you have an index, they will always be shown a page. The reason this is bad is, well, you are showing people your &#8220;behind the scenes&#8221; stuff. This can be an open invite to hackers who will probe around until they find a file that they can use.. It is not worth it..<br />
<a href="http://webdesignforidiots.net/postimg/resultnoindex.png"  rel="lightbox[190]"><img src="http://webdesignforidiots.net/postimg/resultnoindex.png" width="440px"/></a><br />
<b>It also doesn&#8217;t look nearly as pretty to see &#8220;yourdomain.com/flowers/flowers.html&#8221;   <img src='http://www.webdesignforidiots.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </b></p>
<p>To get a url to look nice and clean while also getting your content nicely organized, you simply name the file that is inside of your directory index.html. It will work the same way as your home page, the browser goes to your directory, and instantly defaults to an index.html page. It&#8217;s as simple as that.. No secrete trick really, just repeating what you already knew when you started..<br />
<a href="http://webdesignforidiots.net/postimg/indexurl.png"  rel="lightbox[190]"><img src="http://webdesignforidiots.net/postimg/indexurl.png"/></a><br />
So that is it. If you have lots of folders, you will have lots of files called index.html, but they will be nicely organized within the folder that contains all of the other content for your website!</p>
<p>So get organized BEFORE you publish, because once you are published, and you start moving things around, you will get the search engines all sorts of confused, and you want to stay on their good side. </p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=190'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/indexhtml-files-in-directories-why-you-should-use-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Filezilla can really be a monster!</title>
		<link>http://www.webdesignforidiots.net/2009/02/filezilla-can-really-be-a-monster/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/filezilla-can-really-be-a-monster/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:33:23 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[filezilla for wordpress]]></category>
		<category><![CDATA[filezilla websites]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[how to use FileZilla]]></category>
		<category><![CDATA[setting up fileszilla]]></category>
		<category><![CDATA[using filezilla]]></category>
		<category><![CDATA[what is FTP]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=112</guid>
		<description><![CDATA[So I have gotten a lot of questions regarding FileZilla and how to get your website or files from your computer to the internet. &#8220;I found your email through the wordpress.org forum for themes&#8230;do you happen to know anything about filezilla? I cant get it to work at all&#8230;it keeps saying connection established but then [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Ffilezilla-can-really-be-a-monster%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Ffilezilla-can-really-be-a-monster%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<table>
<tr>
<td>
<img src="http://webdesignforidiots.net/filezilla/filezilla_logo.png" align="left" width="200"></td>
<td>So I have gotten a lot of questions regarding FileZilla and how to get your website or files from your computer to the internet.</p>
<div class="quote">
		<span class="topLine"><b></b></span></p>
<div class="quoteText">
<p>&#8220;I found your email through the wordpress.org forum for themes&#8230;do you happen to know anything about        filezilla? I cant get it to work at all&#8230;it keeps saying connection established but then it cant connect to server.<br />
Thanks for all of your help!&#8221;<br />
<b>-Mia</b>		</p>
<p>I have Filezilla and again know nothing about it ether. How do i get them from my desk top to the site. Please VERY VERY simple way is what i need. This is about to drive me to the nut house. I really want to learn this but i am at a dead end here.<br />
<b>-ron</b></p>
</div>
<p>		<span class="bottomLine"><b></b></span></p></div>
</td>
</table>
<p><font size="1">want your question answered by me? <a href="http://www.webdesignforidiots.net/have-a-question-contact-me/" >CONTACT ME HERE!</a></font></p>
<p>My first suggestion is ALWAYS, if you have a Mac get <a href="http://fetchsoftworks.com/" >fetch</a> or a PC get <a href="http://www.globalscape.com/products/ftp_clients.aspx?__utma=1.1837643201024803300.1234156026.1234156026.1234156026.1&#038;__utmb=1.2.10.1234156026&#038;__utmc=1&#038;__utmx=-&#038;__utmz=1.1234156026.1.1.utmgclid=CNT_hbfVzpgCFQEpGgodKgPZ1A|utmccn=(not%20set)|utmcmd=(not%20set)|utmctr=cute%20ftp&#038;__utmv=-&#038;__utmk=4095536" >Cute FTP</a>. Those two are not free, about $25+, but so much easier to use. </p>
<p>If you are dead set on not spending money, I don&#8217;t blame you, if it&#8217;s free USE IT. So here is your little tutorial on how to set up your FileZilla to work nicely with your website. </p>
<p>First I would like to explain to you what FTP is and why you need it. </p>
<h2>Definition:</h2>
<p><b>FTP:</b><br />
       FTP is an acronym for <u>File Transfer Protocol</u> It is a method of transferring both <a rel="nofollow" href="http://cplus.about.com/od/glossar1/g/ascii.htm" >ASCII</a> and <a rel="nofollow" href="http://cplus.about.com/od/introductiontoprogramming/g/binarydefn.htm" >Binary</a> files between networked computers or hosted servers. When you use FTP for building a website, you are always going to be using your computer to connect to the host&#8217;s server. When you set up an account with a <a href="http://hostmonster.com/track/lindsayanng/fzp" >host</a> you are basically buying space on a computer that runs 24/7 to put your website on so that other people can access it. Technically you can host a website from your own home computer if you wanted to, but that is not something people do for any public type of website, and its a whole other story. </p>
<h3>So now that you have a BASIC understand of what FTP is, let me tell you exactly what you need an FTP program.</h3>
<p>You need an FTP program because otherwise, you will not be able to upload your website to your host&#8217;s server easily. You can sometimes use your host&#8217;s file manager that is built into your control panel to upload and move files, but when you need to move a large chunk of files, FTP is always much easier and faster. </p>
<p>If you use a web building program like <a rel="nofollow" href="http://www.adobe.com/products/dreamweaver/" >dreamweaver</a>, <a rel="nofollow" href="http://office.microsoft.com/en-us/frontpage/default.aspx" >frontpage</a>, <a rel="nofollow" href="http://www.apple.com/ilife/iweb/" >iWeb</a> or any other WYSIWYG web design program, you will need to upload your files using FTP because you will be able to build your entire site on your home computer, but then you need to somehow get it on the web for everyone to see. FTP&#8217;ing your files to your host is the way you achieve this. </p>
<p>So now that you have the necessities, we will dive into <a href="http://filezilla-project.org/" >FileZilla</a>, the most popular and free FTP program out there. </p>
<p>Star with downloading FileZilla from this website:<br />
<a href="http://filezilla-project.org/" >http://filezilla-project.org/</a><br />
Then download the proper FileZilla CLIENT program for your computer. *note: if you have a mac computer, you HAVE to have OSX 5.0 or higher. It will not work without it.*<br />
When the program is downloaded, you have to unzip the file, and that will give you the FileZilla program. Then open the program and you will see this:</p>
<p><a href="http://webdesignforidiots.net/filezilla/screenshot1.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb1.png" title="Thumbnail image" alt="Thumbnail image" align="left" /></a></p>
<p>The left side is all of the folders and files that exist on your computer, and the right side is all of the files that exist on your host&#8217;s server. The right side will be blank until you give the program the information it needs to connect to your server and see the files. </p>
<p>Before we connect to the server, you want to first see the files for your website on your desktop. With a mac, FileZilla seems to default to open in the Utilities folder. This is weird, since you will never have documents and images in your utilities fold. With a PC, I am not sure where it defaults, but either way, it probably will not be where you want it to be.</p>
<p>So, of the left side, you see two partitions, top left and bottom left. The top left is the main folders and the bottom left is the content of the folder you have chosen. For me, having a mac, I have to choose USERS, then my computer&#8217;s user name, and the when I expand that I will see all of the folders that I am used to working with. When I click on DOCUMENTS, you can see the contents of that folder in the bottom left quadrant.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot12.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb12.png" title="Thumbnail image" alt="Thumbnail image"/></a><br />
Ok, so now we can see the content that we want to put on the server, but we still have not connected to the server, so this is where you have probably had issues.</p>
<h2>To connect to the server:</h2>
<p><b>Click at the icon at the top left that says SITE MANAGER. This will pop up the window where you put in your information.</b><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot14.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb14.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
<b>Click NEW SITE and enter a nickname for your site</b><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot15.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb15.png" title="Thumbnail image" alt="Thumbnail image"/></a><br />
<b>Choose FTP type NORMAL</b><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot16.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb16.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
Then you need to enter your HOST. Your HOST is not the name of the company that you use to host your website, nor is it your internet service provider. Your HOST is your website!!! Your domain name/website is where you want to put all of your files right? So it makes sense that your domain is your host. This is also where the HOST name can vary. It all depends on your host, and whether or not you have a static IP. Sometimes filezilla will require that you input your domain&#8217;s IP address, other times it requires your domain name. If you enter a domain name, make sure to put the &#8220;http://&#8221; before the domain name. If you do not know your IP address, you can log into your host&#8217;s control panel to find it, OR you can call your host.</p>
<p>You can leave the PORT empty unless your host requires it, which is unlikely if you have a good host. </p>
<p><b>Then you have to enter your username and password. </b>This also can vary based on your host. If you have a good host, what would usually be done is when you create an account at your host, they automatically make the SAME username and password for your FTP login. If not, you will have to log in to your control panel and make one. If you are unsure if this was done, just try using the username and password to log in to your account and see if it works. If not, and you are confused, you are best off asking your host by calling their customer service. Ok you can send me an email and I might be able to help. Just be aware that host&#8217;s all have very different control panels.</p>
<p>You can leave the ACCOUNT and COMMENTS field empty. You will not need these. </p>
<p>Once you have entered your username and password, click CONNECT and the site manager window will close. You will see that the top box that stretches all the way across the top of the window will start showing you the log of what is happening while FileZilla starts connecting to your host. </p>
<p>If the connection was successful, you will see this in your log:<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot17.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb17.png" title="Thumbnail image" alt="Thumbnail image"/></a><br />
and your files that exist on your server will also now show in the right quadrants.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot2.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb2.png" title="Thumbnail image" alt="Thumbnail image"/></a><br />
Otherwise, you will see some connection errors in red, or something that tells you that your uysername or password is incorrect.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot18.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb18.png" title="Thumbnail image" alt="Thumbnail image"/></a><br />
So now lets say that you want to put your ENTIRE website that you created in Dreamweaver, iWeb, Frontpage, or other web designer program. What you would do is look at your Server&#8217;s files/folders. You will see a LOT of folders that do not mean a lot to you. The ONLY one that concerns you when you are working with adding content to your website is the public_html folder. public_html is where all of the files that are available on the internet go. This would also include files that you might have that are for administration only. For instance, if you have a shopping cart or wordpress website that has an admin side that only you want to see, it would still go in the public_html folder, that does not mean that just anyone can access it because these scripts usually automatically create a password to access the content of those folders.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot3.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb3.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
Now, to upload your entire website, you will go back over to the LOCAL side (on the left) and click open the folder that contains your entire website and select all of the content by clicking on the first file, hold shift and then click on the bottom file to select all of it. You do NOT want to upload the folder, because then you will have to type in yourdomain.com/foldername to see your website, instead of just yourdomain.com.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot7.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb7.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
Once you have all of the files and folders selected, just right click (or ctrl click if a mac) and choose UPLOAD from the menu. When you click upload, you will see the top and bottom boxes give you all of the information about what is being uploaded. You really do not need to read all of that unless something fails.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot4.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb4.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
You will then see the all of the content that you uploaded on your server side (right quadrant) of filezilla and you should be able to go to your internet browser and type in your domain and see the website that you created, live and on the web!!!</p>
<p>If you just want to upload a file to a website that is already created, the process is similar. However, this time you will open the public_html folder and you will see all of the files and folders that you already have on your website. You would then use the server side (right quadrant) to browse to the folder which you would like to upload the file to, and select that file. Then you would browse to the LOCAL folder on the right side, then just select the singular file and right click (or ctrl click on a mac) and choose UPLOAD from that menu. When it is finished, you will see the file now showing on the server side. Its a wonderful thing, because now you are DONE. FileZilla also does a DRAG AND DROP where you can select a file or files from your local side and drop them in a folder on the remote site and it will upload the same. </p>
<p>Now, what if there are files on your website that you want to download to your computer. This is easy as well. You just use the server side (the right quadrant) to browse to the file that you want to download, then right click (or ctrl click) and choose DOWNLOAD. You can also delete the file entirely from your website if you wish.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot8.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb8.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
Sometimes you will also hear that you have to change &#8220;permissions&#8221; on your file or folder. You can do this through FileZilla as well! When you right click (or ctrl click) on a file/folder on your remote side (the right quadrant) you will see file permissions as an option. When you click that, a new window will open where you can change the file permissions of that folder. If you want to learn more about what file permissions are, <a href="http://www.webdesignforidiots.net/2009/02/why-do-i-have-to-give-permission-to-my-filesfolders/" >click here and read this post. </a><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot9.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb9.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot10.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb10.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
Also, sometimes when you want to upload a bunch of files, you want to create a new folder to put them in so that everything stays organized. This is also simple. You select the folder that you want the few folder to be in (you can choose public_html or any folder in side of public_html) and then right click (or ctrl click) and choose CREATE DIRECTORY. In the world of web design, you will find that the word FOLDER and DIRECTORY will be interchanged a lot. Directory means folder, and folder means directory.<br />
<a href="http://webdesignforidiots.net/filezilla/screenshot11.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb11.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
<a href="http://webdesignforidiots.net/filezilla/screenshot13.png"  title="thumbnail image" rel="lightbox[112]"><img src="http://webdesignforidiots.net/filezilla/screenshotthumb13.png" title="Thumbnail image" alt="Thumbnail image" /></a><br />
So that is it. This your FileZilla for Idiots tutorial.. Now, since hosts are ALL different, you might have to play with the login a little. If you have to do something a little different to log in, PLEASE post a comment here with the name of your host, and how you did it!! If you can NOT figure it out, and your host is of NO help what so ever, feel free to email me, and I will help walk you through it. </p>
<h3>
I also suggest that you PRINT THIS PAGE and follow it as you go. CLICK HERE:</h3>
Note: There is a print link embedded within this post, please visit this post to print it.
<p>P.S. If you do have one of those hosts that will not help you, or only offers e-mail support when you need support NOW, you should consider changing hosts. I always 100% stand by <a href="http://hostmonster.com/track/lindsayanng/filezilla" >HOSTMONSTER</a> as the best host out there with TOP NOTCH customer support. When i first started, I didn&#8217;t have someone around to explain these things to me, LUCKILY I had went with <a href="http://hostmonster.com/track/lindsayanng/filezilla" >hostmonster</a> and they actually stayed on the phone with me for about an hour helping me to connect to my ftp, teaching me about how to use my control panel, AND helping me with learning a little more about Dreamweaver (which is WAY above and beyond). Because, when I started, I had NO CLUE how to get a website from my computer, to the internet. </p>
<p>To read about how easy it is to switch hosts, CLICK HERE and read about my experience with changing hosts. </p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=112'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/filezilla-can-really-be-a-monster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All About SSL (Secure Socket Layer) &#8211; for the web design impaired..</title>
		<link>http://www.webdesignforidiots.net/2009/02/all-about-ssl-secure-socket-layer-for-the-web-design-impaired/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/all-about-ssl-secure-socket-layer-for-the-web-design-impaired/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:15:11 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webdesignforidiots.net/?p=59</guid>
		<description><![CDATA[Learn what an SSL (secure socket layer) actually is, and what SSL does for your sales. Figure out the difference between SSL and a secure payment gateway. Get a simple, generic explanation of how to make your website meet the standards of today's cautious e-buyer. ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fall-about-ssl-secure-socket-layer-for-the-web-design-impaired%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fall-about-ssl-secure-socket-layer-for-the-web-design-impaired%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SSL (secure socket layer) is essentially an encrypted tunnel that you pass all infomation that goes from your customer to your database through.<strong> SSL IS NESSECARY TO HAVE A SUCCESSFUL STORE</strong>. Just check out any e-commerce store, when you go there you will see that they have SSL. I also just recently got a forward from my grandma (she is the MASTER of forwarding useless stuff) that was telling all her other not-so-techy friends that you should never purchase from a website that does not have the &#8220;<span style="color: #ff0000;">https</span>&#8221; beginning and does not have the little lock. So now that there is a wide spread e-mail being passed around, it is more important than ever.</p>
<p>You know a website has SSL when you go to any page that collects personal data (including email, passwords, shipping, and payment info) and the url changes from http://website.com to <span style="color: #ff0000;">http<strong>s</strong></span>://website.com You also see a little padlock in the browser and some even change color on secure pages.</p>
<p><img src="http://www.webdesignforidiots.net/postimg/ssl.jpg" align="left" width="125" height="125"/><a href="http://hostmonster.com/track/lindsayanng/ssl" title="Free SSL from Hostmonster Hosting. Best hosting out there"  target="_blank"><span style="text-decoration: underline;">SSLs are not expensive</span>,</a> and you can get a<a href="http://hostmonster.com/track/lindsayanng/sslfree" title="Get a FREE shared SSL with hostmonster.com - 24hour phone support, $5.95/month unlimited hosting"  target="_blank"> FREE</a> shared SSL from most hosts.</p>
<p>A<span style="text-decoration: underline;"> shared SSL</span> is an <em>OK</em> solution. Basically, when your SSL is shared, ALL of the pages on your site that should be secure (login, create account, shipping, payment, etc) will change from</p>
<p>http://yourdomain.com</p>
<p>to</p>
<p>https://server123.hostname.com/~yourdomain</p>
<p>this is not ideal because it can freak out customers who obsessively check the URL to make sure they are not getting scammed. When the .com name changes, even though your name is in that url at the end, they might not trust it because people don&#8217;t know too much about how this stuff works.</p>
<p>With a <span style="text-decoration: underline;">dedicated SSL</span> (which costs about <a href="http://hostmonster.com/track/lindsayanng/70ayear" title="Get cheap SSL from hostmonster.com with dedicated IP all for a low price"  target="_blank">$70 a YEAR with a dedicated IP address</a>) your url changes just from</p>
<p>http://yourdomain.com</p>
<p>to<br />
<span style="color: #ff0000;">https</span>://yourdomain.com</p>
<p>BUT, this has nothing to do with credit card information. BY LAW YOU ARE NOT ALLOWED TO STORE CREDIT CARD DATA UNLESS YOU MEET CERTAIN STANDARDS OR REQUIREMENTS. You need to be PCI COMPLIANT</p>
<p>You really SHOULD try to become PCI compliant even if you don&#8217;t store credit cards.</p>
<p>However, if you have a merchant account (either from a bank, card processing company or something like paypal) chances are they will do all of that for you since they are the only ones that really need to SEE the customer&#8217;s credit card number.</p>
<p>With a merchant account, you need a SECURE GATEWAY. These sometimes come with a merchant account, and sometimes you have to pay for them. Depends on the company. I have heard just about everything from just about every company. One bank wanted to charge me $800 for a secure gateway, while I have heard that others got theirs for free when they signed up for their merchant account. Paypal lets you use theirs, I have <a rel="nofollow" href="https://www.paypal.com/us/mrb/pal=6W7RAP8TGZM2U" title="The best way to start up your business, but have a professional look by accepting payments right there on your site. Customers never have to leave your website"  target="_blank">paypal&#8217;s website payments pro </a>to be the best start-up option.</p>
<p>The secure gateway is similar to the SSL where the customer inputs their data and that data is transmitted through encryption. But instead of sending the data to you, that part of the data (cc info) goes to the company that is processing the credit card. There also is not change in url or webpages. This is done behind the scenes.</p>
<p>So basically, thats it.. Thats what you need to be secure. MOST people dont care.. they think they will not be victims to hackers.. but guess what, if a customer gets their info stolen from your site and you did not take the proper precautions, its YOU that will pay, because 9 times out of 10, the person who did the stealing of the info is untraceable and from another country.</p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=59'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/all-about-ssl-secure-socket-layer-for-the-web-design-impaired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A rare Gem in a Sea of Information</title>
		<link>http://www.webdesignforidiots.net/2009/02/a-rare-jem-in-a-sea-of-information/</link>
		<comments>http://www.webdesignforidiots.net/2009/02/a-rare-jem-in-a-sea-of-information/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 03:33:32 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[Design and Looks]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[OsCommerce]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design and oscommerce]]></category>
		<category><![CDATA[designing for oscommerce]]></category>
		<category><![CDATA[help with oscommerce]]></category>
		<category><![CDATA[how to design oscommerce]]></category>
		<category><![CDATA[images and oscommerce]]></category>
		<category><![CDATA[learn oscommer]]></category>
		<category><![CDATA[linking in oscommerce]]></category>
		<category><![CDATA[make your website awsome]]></category>
		<category><![CDATA[osc tips]]></category>
		<category><![CDATA[oscommerce how-to]]></category>
		<category><![CDATA[oscommerce newbies]]></category>
		<category><![CDATA[oscommerce tips]]></category>
		<category><![CDATA[oscommerce tips and tricks]]></category>
		<category><![CDATA[shared SSL]]></category>
		<category><![CDATA[web design tips and tricks]]></category>

		<guid isPermaLink="false">http://webdesignforidiots.wordpress.com/?p=28</guid>
		<description><![CDATA[I think I found it. The perfect solution to teaching yourself HOW to make oscommerce LOOK good. We all know that the stock oscommerce will NOT turn your e-commerce business into a world dominating retailer. Its made to be a skeleton which you should build on.. The thing is, unless you are an expert coder, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fa-rare-jem-in-a-sea-of-information%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F02%2Fa-rare-jem-in-a-sea-of-information%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.digitalproductdelivery.com/hoplink/607/964/e7Cfavf8RPlaMGLm" ><img src="http://webdesignforidiots.net/postimg/designosc.png" align="left"/></a><br />
I think I found it. The perfect solution to teaching yourself HOW to make oscommerce LOOK good.</p>
<p>We all know that the stock oscommerce will NOT turn your e-commerce business into a world dominating retailer. Its made to be a skeleton which you should build on.. The thing is, unless you are an expert coder, you can&#8217;t just jump in and make it look like the professional store that you want. You can have all of the graphic design skills in the world, but you NEED to know how to change what you see on your screen into what you see in your mind.</p>
<p>So this is the book i URGE you to pick up:<br />
oscbook designing oscommerce</p>
<p><strong>WHY buy a book when you can get all the info you ever want on the internet for free?? </strong><br />
Well, thats an easy one. Because contrary to popular belief, forums do NOT give you instant feedback.. Books do! The only thing you have to do with a book is look in the index. With a forum you have to first search your question, then weed through all of the useless posts, then when you can&#8217;t find the answer, ask the question and HOPE someone sees it before it gets buried in the sea of useless stupid ANNOYING questions like &#8220;How do I change the text on my website&#8221;<br />
<strong>BOOKS</strong> will always be sitting there on your shelf, so when you need to <em>re-teach</em> something to yourself, you don&#8217;t have to pull your hair out because you didn&#8217;t bookmark that page.<br />
IF YOU&#8217;RE INTERESTED IN GETTING STARTED MAKING YOUR SITE LOOK LIKE YOU ENVISION IT &#8211; click the BUY NOW button to go to paypal and checkout to get your book ASAP<br />
<a href="https://www.digitalproductdelivery.com/buy/607/964/e7Cfavf8RPlaMGLm" ><img border="0" alt="Buy Now!" src="https://www.digitalproductdelivery.com/images/buy_buttons/sd/sd_button4.gif" /></a><br />
<a href="http://www.digitalproductdelivery.com/hoplink/607/964/e7Cfavf8RPlaMGLm" ><img src="http://i31.photobucket.com/albums/c391/lindsayanng/Picture1-8.png" alt="oscbooks Designing Oscommerce Tips and How-To" /></a><br />
If you want more information, you can visit the writer&#8217;s website <a href="http://www.digitalproductdelivery.com/hoplink/607/964/e7Cfavf8RPlaMGLm" >HERE</a></p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=28'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/02/a-rare-jem-in-a-sea-of-information/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Because oscommerce is so darn confusing&#8230;</title>
		<link>http://www.webdesignforidiots.net/2009/01/because-oscommerce-is-so-darn-confusing/</link>
		<comments>http://www.webdesignforidiots.net/2009/01/because-oscommerce-is-so-darn-confusing/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:20:33 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[OsCommerce]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[easy web design]]></category>
		<category><![CDATA[help with oscommerce]]></category>
		<category><![CDATA[learn oscommer]]></category>
		<category><![CDATA[oscommerce newbies]]></category>
		<category><![CDATA[oscommerce tips]]></category>
		<category><![CDATA[shared SSL]]></category>
		<category><![CDATA[web design for newbies]]></category>
		<category><![CDATA[web design tips and tricks]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web hosts]]></category>

		<guid isPermaLink="false">http://webdesignforidiots.wordpress.com/?p=17</guid>
		<description><![CDATA[I have officially been working with oscommerce for 2 years now, and I started by learning the good old fashioned way &#8211; that is MAKING MISTAKES!! Thank god that I have the good frame of mind to backup my work before i even START thinking about making changes to my site.. But here&#8217;s the thing, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F01%2Fbecause-oscommerce-is-so-darn-confusing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2009%2F01%2Fbecause-oscommerce-is-so-darn-confusing%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://webdesignforidiots.net/postimg/confused.png" alt="Confused about Oscommerce, learn how to get your answers quickly" align="left"/><br />
I have officially been working with oscommerce for 2 years now, and I started by learning the good old fashioned way &#8211; that is MAKING MISTAKES!! Thank god that I have the good frame of mind to backup my work before i even START thinking about making changes to my site.. But here&#8217;s the thing, there are a few tips that can make doing things in oscommerce a tad bit easier.</p>
<p>First is <u>ALWAYS MAKE A BACKUP</u> because you WILL mess up, and you WILL cry long hours if you don&#8217;t<br />
Second, <u>USE A MERGE PROGRAM!</u> Its so obvious, but yet people still forget that they exist. When you install contributions, dont go through the code piece by piece, just open the contribution file and your file side by side and merge them. You can use <a href="http://winmerge.org/" >WinMerge(for PC)</a> or <a href="http://www.sourcegear.com/diffmerge/" >DiffMerge(for mac) </a> BOTH are free, and both will save you a LOT of time.</p>
<p>and FINALLY. <b><u>GOOGLE YOUR ISSUES!!</u></b> There is nothing more annoying than going to a user forum and seeing the same issue posted over and over again. And the thing is, these people THINK they will get instant gratification because they THINK people will just come by and give them an answer. Well, that&#8217;s rarely true. If you simply go head over to google and type in the following into the search form:<br />
site:forums.oscommerce.com then paste your error here<br />
You will get ALL of the threads on that site that reference your particular error.</p>
<p>Now there is one bit of info that I have to give you that might be common sense to one person, but not to the others.. When you copy your error, DONT include your file path. No one else in the world is going to have the same file path as you. So JUST include the error. PLEASE.</p>
<p>We all know that the user forums are VERY helpful, but we all have to remember that oscommerce is FREE and that the support given is literally people giving their own FREE TIME to answer your questions. No one is ENTITLED to any support, and no one has to give YOU customer support, but we do. We all have a passion for what we do, and I personally am a strong believer in that you should put back what you take away. So if you are getting answers to all of your questions in the forum, then you should also answer other people&#8217;s questions. Who cares HOW newbie you are, you will still have someone else in there that has a question that you already answered. So when you get a problem solved, head over to the installation or general forum and see what newbie YOU can help!</p>
<p>So that&#8217;s it for now. It  know its been a while since I updated, but i promise, i will be back more often. I will try to update at minumum once a week. In the meantime, if you have questions about oscommerce, please post them here or <a href="http;//webdesignforidiots.net/have-a-question-contact-me" >CONTACT ME</a> I will be happy to answer them.</p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=17'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2009/01/because-oscommerce-is-so-darn-confusing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Someone called me a non-technical person</title>
		<link>http://www.webdesignforidiots.net/2008/09/someone-called-me-a-non-technical-person/</link>
		<comments>http://www.webdesignforidiots.net/2008/09/someone-called-me-a-non-technical-person/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 19:51:37 +0000</pubDate>
		<dc:creator>Lindsayanng</dc:creator>
				<category><![CDATA[Cheap Hosting]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cheap web hosting]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[help with SSL]]></category>
		<category><![CDATA[installing shared SSL]]></category>
		<category><![CDATA[shared SSL]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://webdesignforidiots.wordpress.com/?p=8</guid>
		<description><![CDATA[Hah, i was in a forum today, trying to figure out this debocle with my shared SSL (secure socket layer). What i realized was, my website NEEDS to have a cookie in the users browser, but when you visit a SHARED ssl page, the domain changes, and since the cookie is only valid on the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2008%2F09%2Fsomeone-called-me-a-non-technical-person%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webdesignforidiots.net%2F2008%2F09%2Fsomeone-called-me-a-non-technical-person%2F&amp;source=idiot_girl&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hah, i was in a forum today, trying to figure out this debocle with my shared SSL (secure socket layer). What i realized was, my website NEEDS to have a cookie in the users browser, but when you visit a SHARED ssl page, the domain changes, and since the cookie is only valid on the original domain, every time the person goes to a secure page, they loose their shopping cart contents!!! What a MESS!!</p>
<p>Anways, I was just learning all of that stuff above by trial and error. THEN, someone came of the forum and said to me &#8220;I will try to put this in the most simple terms possible since you are not really Tech-y&#8221;</p>
<p>HAH!! for an average person, I feel that I am rather &#8220;tech-y&#8221; I mean, when I explain to other people how I built my website and the stuff that I have done, they look at me like I have three heads. That makes me pretty &#8220;tech-y&#8221; i would think. I guess there are levels of &#8220;tech-y&#8221; and when you are in a support forum for a complicated script, people like us probably are the least &#8220;tech-y&#8221; people there. Ok, well not the LEAST, the people who are the least &#8220;tech-y&#8221; people there are the ones who don&#8217;t know what php is. People like me one year ago.</p>
<p>SO anyways, I still feel rather proud of myself for being able to completely confuse people with my mumbojumbo &#8220;tech-y&#8221; talk, even if it is the average folk.</p>
<p>So today&#8217;s lesson is:<br />
A shared SSL is always going to change the domain name in the user&#8217;s url because the secure pages reside on that secure server, which is being shared.<br />
That means that if your domain name (mydomain.com) puts a cookie in the persons&#8217; browser to be used, when the user goes to a secure page (secure.host.com/mydomain) then the cookie is not valid and will not be used resulting in the loss of infomation that was stored on that cookie.</p>
<p>You can get around this by using session ids, which we will cover later. But that is only good for some scripts which can use session ids. My particular one can not.</p>
<p>Anways, I love my host for sitting on the phone with me last night a midnite helping me with things (even with CODING which they arent supposed to do) and for now officially getting me a nice, cheap private SSL and static IP<br />
<a href="http://www.hostmonster.com/track/lindsayanng/text1"><br />
I &lt;3 Hostmonster.com<br />
</a></p>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://www.webdesignforidiots.net/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=8'>Intext Link</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesignforidiots.net/2008/09/someone-called-me-a-non-technical-person/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

