<?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>Creating Intuitive Web Sites &#187; Publishing your Web Site</title>
	<atom:link href="http://www.creatingintuitivewebsites.com/category/publishing-your-web-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creatingintuitivewebsites.com</link>
	<description>Tips &#038; Tricks for Building Powerful Web Sites</description>
	<lastBuildDate>Tue, 12 Jun 2007 03:27:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing CGI/PERL Scripts</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/installing-cgiperl-scripts/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/installing-cgiperl-scripts/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=48</guid>
		<description><![CDATA[This section is more of an expansion on the initial discussion of CGI/PERL scripts from the &#8220;Creating Forms&#8221; section. It is intended to make you become acquainted with installation procedures relating to your Web directory.
If you would like to use CGI/PERL scripts and plan on installing yourself on your directory, be sure to follow the [...]]]></description>
			<content:encoded><![CDATA[<p>This section is more of an expansion on the initial discussion of CGI/PERL scripts from the &#8220;Creating Forms&#8221; section. It is intended to make you become acquainted with installation procedures relating to your Web directory.</p>
<p>If you would like to use CGI/PERL scripts and plan on installing yourself on your directory, be sure to follow the script&#8217;s instructions, if available. Helpful instruction sets are included with most freeware CGI and PERL scripts available on the World Wide Web. When you upload your scripts, be sure to have you FTP client set in ASCII mode (click the &#8220;A&#8221; button or &#8220;ASCII&#8221; radio tab in FTP Explorer) since the file is composed of straight ASCII based text. And definitely make sure you&#8217;re uploading the scripts in the correct folder, usually titled &#8220;cgi-bin&#8221; on most servers. The &#8220;cgi-bin&#8221; directory is usually assigned special administrative permissions so that only you can access its contents over the Net. Speaking of permissions, you&#8217;ll want to set your CGI/PERL scripts to various administrative, group, and user access rights. Using Telnet (a UNIX-based environment based entirely on text), you can set permissions to either chmod 755 or 777, depending on the script&#8217;s behavior. The &#8220;chmod&#8221; command is followed by obviously the number (i.e. 755) and the location of the file you wish to apply specific permissions to. The command chmod 755 allows virtually all permissions to be implemented except &#8220;Write&#8221; permissions for the group and user while chmod 777 sets permissions for everything (Read, Write, and Execute) for all groups.</p>
<p>In any case, be sure to look at the files that came with your CGI/PERL script for the proper installation of the program. Many CGI/PERL packages come with a &#8220;readme&#8221; file that contains valuable information regarding the file setup. You might also want to refer to the lines following continuous number symbols (#) since these lines are not part of the CGI/PERL script&#8217;s performance and are generally intended for identification and installation guidance purposes. Number symbols are also used to &#8220;rem&#8221; (or remove) lines to make them dormant or unable to initialize from within the script without actually deleting the entire line in case its wanted in the future. (Just be careful not to &#8220;rem&#8221; too many lines because it adds to the script’s file size, which increases it’s download time.) In addition, its also important to point out that if you wish to use any special characters (i.e. &#8220;$&#8221; or &#8220;@&#8221;) you must place a backslash &#8220;\&#8221; in front of them so the script does not recognize the character as a variable (which can send an error message on-screen).</p>
<p><strong>Side Note:</strong> Although Telnet may be accessed within the Microsoft Windows interface by going to &#8220;Start&#8221;, &#8220;Run&#8230;&#8221; and typing in &#8220;telnet&#8221; followed by a space and the location, most FTP clients support chmod permission settings directly within the program. You might find taking advantage of setting permissions within FTP helpful, especially since logging onto Telnet can be rather slow at times.</p>
<p>Also, if you don’t have a &#8220;cgi-bin&#8221; you can create one by making a new directory and using the &#8220;chmod&#8221; command to set permissions to chmod 777. Normally, you’ll want to set permissions to chmod to other directories you create from within this &#8220;cgi-bin&#8221; directory, especially for scripts that save user-inputted data (i.e. scripts that create customized Web pages).</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d48').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d48" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d48').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d48').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/installing-cgiperl-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating your Site</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/updating-your-site/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/updating-your-site/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:08:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=47</guid>
		<description><![CDATA[It’s important to update your site every once in a while. No one likes to view out-dated information. Of course they can always leave and get it somewhere else, but the point of your Web site is to attract as much visitors as possible.
If updating your site on a frequent basis is too much of [...]]]></description>
			<content:encoded><![CDATA[<p>It’s important to update your site every once in a while. No one likes to view out-dated information. Of course they can always leave and get it somewhere else, but the point of your Web site is to attract as much visitors as possible.</p>
<p>If updating your site on a frequent basis is too much of a hassle, you can insert a JavaScript into your pages to produce the current date. You can also install another script that greets the user with &#8220;Good morning!&#8221; or &#8220;Good afternoon!&#8221; appropriately to the time of day. And best of all, its all automated so you don’t have to maintain the scripts. This is a great marketing strategy to make your visitors believe your pages are updated with current information. If you’re interested, you can test these scripts and copy/paste them to your Web pages from an excellent online resource intended as a companion Web site for the book &#8220;JavaScript for the World Wide Web.&#8221; The Web site is located at <a href="http://www.chalcedony.com/javascript" target="_blank">http://www.chalcedony.com/javascript</a>. If you’re ever interested in expanding your knowledge for more powerful Web page functionality, this book is definitely worth looking into.</p>
<p>If you would be interested in adding news headlines that automatically update, check out <a href="http://www.isyndicate.com/" target="_blank">http://www.isyndicate.com</a>. Their &#8220;express&#8221; version of this service should be fine for most cases and it doesn&#8217;t cost you a dime. Basically the way this works is you sign up for their service, choose the content you want and copy/paste JavaScript code to your HTML. Whenever your page is viewed online, the user will see fresh, updated content that didn&#8217;t require you to update yourself. You might also want to look into Reuters news photographs that automatically update. This is a free service through your membership with isyndicate.com and you will have the opportunity to add additional services to your site with your membership. Just be careful you don&#8217;t make the mistake adding too much content. All of these special features can only be accessed through other servers, which means you&#8217;ll have to attach a link to these locations. With the high popularity of many of these free and useful services, you can expect a somewhat moderate delay for the additional content to load.</p>
<p>Updating files is easy. Simply select the file(s) you want to update and transfer it to the appropriate directory on your online account. The update occurs almost instantly.</p>
<p>To view Web page document updates, you may have to click your browser’s &#8220;Reload&#8221; button. The reason for this is because the programmers of Web browsers created a method where Web pages, graphics, and other content become cached. With cached Web pages, the Web sites you visit most often load faster than having to download the entire site all over again. By clicking the &#8220;Reload&#8221; button, the cache file will regenerate.</p>
<p><strong>Side Note:</strong> Speaking of the caches, it’s a good idea to erase these collective files on a frequent basis (we recommend once every week) because they are known to take up large amounts of disk space and virtual memory.</p>
<p>The default cache folder for Netscape Communicator is: C:/Program Files/Netscape/username/Cache (where &#8220;username&#8221; is your specific username.</p>
<p>The default cache folder for Microsoft Internet Explorer is: C:/Windows/Temporary Internet Files</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d47').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d47" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d47').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d47').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/updating-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining the Web Site URL</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/determining-the-web-site-url/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/determining-the-web-site-url/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=46</guid>
		<description><![CDATA[When you’ve done uploading your site for the first time, you’ll want to check it to confirm it looks the same as you’re locally stored copy.
Your &#8220;host address&#8221; is generally the determinant of your URL. If you uploaded your contents to &#8220;www.pcmachines.com&#8221; or &#8220;www2.pcmachines.com&#8221;, your URL would most likely be http://www.pcmachines.com/username or http://www.pcmachines.com/~username. If none [...]]]></description>
			<content:encoded><![CDATA[<p>When you’ve done uploading your site for the first time, you’ll want to check it to confirm it looks the same as you’re locally stored copy.</p>
<p>Your &#8220;host address&#8221; is generally the determinant of your URL. If you uploaded your contents to &#8220;www.pcmachines.com&#8221; or &#8220;www2.pcmachines.com&#8221;, your URL would most likely be http://www.pcmachines.com/username or http://www.pcmachines.com/~username. If none of these variations work, give your hosting provider a call and ask them how to determine your site’s URL.</p>
<p>If you get a listing of your directory structure instead of having your home page display, most likely you forgot to name your home page as &#8220;index.html&#8221; (the Internet standard for naming home pages). Another possible variation of a proper home page filename is &#8220;home.html&#8221;. If none of these variations work, there may be a server misconfiguration error. Contact your hosting provider if you need further assistance at this point.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d46').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d46" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d46').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d46').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/determining-the-web-site-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transferring Files for the First Time</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/transferring-files-for-the-first-time/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/transferring-files-for-the-first-time/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=45</guid>
		<description><![CDATA[For this process, you are essentially creating a clone of your locally stored Web site. Its detrimental, however, that you upload every file and that they’re stored in the same folder as on your personal computer. If you’re local and Web versions aren’t the same, then its likely you’ll have plenty of annoying Apache &#8220;Error [...]]]></description>
			<content:encoded><![CDATA[<p>For this process, you are essentially creating a clone of your locally stored Web site. Its detrimental, however, that you upload every file and that they’re stored in the same folder as on your personal computer. If you’re local and Web versions aren’t the same, then its likely you’ll have plenty of annoying Apache &#8220;Error 404: File not found&#8221; messages showing up. The file transfer process is very simple. You’ve already created the folders so it’s just a matter of uploading their associative files and you should be all set.</p>
<p>To upload files with FTP Explorer, first switch to Binary mode if its not already set there (click the &#8220;B&#8221; button). We suggest clicking on the &#8220;Details&#8221; button (showing a list) on the taskbar. This will allow you to view information pertaining to a specific file’s size, type, creation date, etc. You can upload files through using the &#8220;Upload&#8221; button (the up arrow). Be sure to be in the current directory that you plan to upload the files in and that the directory matches the directory you’re uploading your files from. In the &#8220;Upload&#8221; dialog box, select the files you want to transfer (use the &#8220;Ctrl&#8221; button to select specific scattered files or click the first file and hold down the &#8220;Shift&#8221; key and click on the last file listed to select all you files in the current directory) and click &#8220;Open.&#8221; Repeat this process to upload files from other directory locations.</p>
<p><strong>Side Note:</strong> If you ever want to download files from your directory, be sure to set a download path in your profile. If you download files using the &#8220;Download&#8221; button, they will download to the default path provided by FTP Explorer. This will save you valuable time trying to find your downloaded files. (You can always use the &#8220;Download To&#8221; option if you don’t set a download path or use the download feature on a less frequent basis.)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d45').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d45" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d45').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d45').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/transferring-files-for-the-first-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up your Web Directory</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-your-web-directory/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-your-web-directory/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=44</guid>
		<description><![CDATA[You’ll need an Internet connection for this step (unless of course you’re on an Intranet). When you’re logged on, load FTP Explorer. Double-click on your profile name you created in the previous tutorial to log on to your account. You should see some files in this area, among them a folder titled &#8220;www.&#8221; If this [...]]]></description>
			<content:encoded><![CDATA[<p>You’ll need an Internet connection for this step (unless of course you’re on an Intranet). When you’re logged on, load FTP Explorer. Double-click on your profile name you created in the previous tutorial to log on to your account. You should see some files in this area, among them a folder titled &#8220;www.&#8221; If this folder is currently non-existent, create one for your account. This folder will be termed your &#8220;root directory&#8221; and your Web site will be set-up here. Double-click on this folder and create the same folders you created with your locally stored Web site. Make sure the spelling and capitalization for the folders are correct and entirely alike. The Internet is very much case-sensitive. When you’re done, move onto the next step where you will finally &#8220;go live&#8221; and have an on-line presence on the World Wide Web.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d44').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d44" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d44').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d44').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-your-web-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up FTP Explorer</title>
		<link>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-ftp-explorer/</link>
		<comments>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-ftp-explorer/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 03:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Publishing your Web Site]]></category>

		<guid isPermaLink="false">http://www.creatingintuitivewebsites.com/?p=43</guid>
		<description><![CDATA[If you haven’t done so already, download FTP Explorer from http://www.ftpx.com. When you get to the Web site, click on the &#8220;Download It!&#8221; button to proceed. Choose the &#8220;FTP&#8221; version of FTP Explorer and click the appropriate link to download the program.
We’re going to assume that you already know how to install programs to your [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven’t done so already, download FTP Explorer from <a href="http://www.ftpx.com/" target="_blank">http://www.ftpx.com</a>. When you get to the Web site, click on the &#8220;Download It!&#8221; button to proceed. Choose the &#8220;FTP&#8221; version of FTP Explorer and click the appropriate link to download the program.</p>
<p>We’re going to assume that you already know how to install programs to your hard drive. If you don’t, installation is simple. If you have WinZip (available at <a href="http://www.winzip.com/" target="_blank">http://www.winzip.com</a>) or another program capable of decompressing ZIP (.zip) files, then double click on the installation icon and &#8220;unzip&#8221; them to a temporary folder (such as C:/temp). Afterwards, double-click on the &#8220;Setup&#8221; file to proceed with installation. Follow the given instructions for assistance in the program installation process.</p>
<ol>
<li>Click &#8220;Next&#8221;</li>
<li>By default, the installer will specify the path &#8220;C:\Program Files\FTP Explorer&#8221;. If this is ok with you, click &#8220;Ok.&#8221; If you get a message asking if you want to create the directory, click &#8220;Yes&#8221; to continue.</li>
<li>By default, you’ll see 4 checkbox fields checked. Unless you really want to read the &#8220;readme&#8221; file to view program-related information, you can eliminate the fourth choice (deselect &#8220;Display Readme File&#8221;). This will leave you with 3 choices, which you may find useful at some point.</li>
<li>You’ll get a message saying your system needs to be restarted. Click &#8220;Yes&#8221; to restart your computer to complete the initial program set-up process.</li>
<li>Read the License Agreement and click &#8220;I Agree&#8221; if you agree to the specified terms.</li>
<li>Click &#8220;Yes&#8221; to provide an e-mail address to log onto FTP sites anonymously in the future. If you don’t have an e-mail address at this time, or wish to provide an acceptable temporary e-mail address, enter &#8220;someone@somewhere.com&#8221; for the time being. This e-mail address will serve as your password to log onto FTP sites allowing anonymous users. Click &#8220;Ok&#8221; to proceed.</li>
<li>Click &#8220;Yes&#8221; to create some sample connection profiles. You will find these profiles useful for assisting you in setting up future profiles, if needed.</li>
</ol>
<p>Among these profiles includes addresses to the Microsoft and Netscape FTP sites. From here, you can download the most recent copy of either browser program faster on the FTP network.</p>
<p>At this point, the program set-up is complete. To set-up your directory to reflect your specific directory information, give your ISP (Internet Service Provider) or Web hosting provider a call. Some ISPs actually provide free hosting as a promotional offer, so it’s worthwhile checking with them. Just ask them for information on setting up your Web directory for hosting your Web site. Additionally (and if the phone lines are busy) you might want to check the company’s Web site as another option. Be sure to write this information down in the case you may need reference to it in the future or you accidentally delete your profile information. Refer to page 92 for a listing of popular hosting providers and their appropriate URL so you can obtain an account with them.</p>
<p>When you get this information (make sure you get the host address, login, and password), refer below for profile set-up assistance. When you load FTP Explorer (or click on the &#8220;Connect&#8221; button) you’ll see a list of profiles you created in step 7 above. Click the &#8220;Add&#8221; button to add your new profile and use the explanations and/or recommendations given below to assist your input.</p>
<p>Fields marked with an asterisk (*) are generally supplied by your hosting provider.</p>
<ul>
<li><strong>Profile Name:</strong> Use your Web site’s name</li>
<li><strong>Host Address:</strong> *</li>
<li><strong>Port:</strong> 21 (default for most servers)</li>
<li><strong>Login:</strong> *</li>
<li><strong>Password:</strong> *</li>
<li><strong>Initial Path:</strong> This field is typically non-mandatory. It’s generally used when your Web site is hosted off a shared account. It’s also helpful when you want easier, faster access to a specific area far from your root directory.</li>
<li><strong>Attempts:</strong> 1 (default). This field allows you to specify the amount of log-on attempts in the case you’re disconnected from your server due to heavy traffic, etc.</li>
<li><strong>Retry Delay:</strong> 10 (default time in seconds). This field specifies the wait period before continuing the next log-on attempt, if given.</li>
<li><strong>Download Path:</strong> This field sets the default path for all server downloads. It is typically non-mandatory but helpful if you need to download files from your account and don’t want to click the &#8220;Download To&#8221; button and specify a location all the time.</li>
<li><strong>Description:</strong> This area allows you to place a short description of your site if you maintain several Web sites at one time. We recommend you provide a copy of your username and password in this area in the case you misplace your written record or accidentally change your username and password information, usually crucial for logging on to your directory. Accidentally deleting your log-on information can easily be done in the event you select &#8220;Anonymous.&#8221;</li>
</ul>
<p>Click the &#8220;Save&#8221; button when you’re done entering your account information.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d43" style="overflow:hidden">
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d43').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.creatingintuitivewebsites.com/publishing-your-web-site/setting-up-ftp-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
