<?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>Pam Van Londen &#187; Set Up</title>
	<atom:link href="http://pamvanlonden.com/category/knowledge/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://pamvanlonden.com</link>
	<description>Corvallis Artist, Oregon Artist. Creating Every Day...paintings, web sites, and courses Oregon daily painter, murals and portraits. Corvallis Web Designer / Web Developer</description>
	<lastBuildDate>Tue, 07 Sep 2010 00:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>From pages to a site</title>
		<link>http://pamvanlonden.com/from-pages-to-a-site/</link>
		<comments>http://pamvanlonden.com/from-pages-to-a-site/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:13:21 +0000</pubDate>
		<dc:creator>jamesholladay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=2391</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/from-pages-to-a-site/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings HTML For the World Wide Web Page 32, 55; chapter 2, 3. The Unusually Useful Web Book June Cohen. New Riders. 2003. Pages 191 to 192. Creating Web Pages with Dreamweaver Pages 82 to 91. It is the linking of separate, single web pages that turns them into a web site. How the pages [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><u>HTML For the World Wide Web</u></dt>
<dd>Page 32, 55; chapter 2, 3. </dd>
<dt><a href="http://www.macromedia.com/support/dreamweaver/layout/site_planning/" target="_blank"></a></dt>
<dt><u>The Unusually Useful Web Book</u></dt>
<dd>June Cohen. New Riders. 2003.</dd>
<dd>Pages 191 to 192.</dd>
<dt><u>Creating Web Pages with Dreamweaver</u></dt>
<dd>Pages 82 to 91.</dd>
</dl>
</div>
<p>It is the linking of separate, single web <strong>pages</strong> that turns them into a web <strong>site</strong>. How the pages and directories are named, organized, and linked helps determine the quality of the visitor experience. </p>
<h3>File naming standards </h3>
<ul>
<li>File names are lowercase.</li>
<li>File names are descriptive but not too abbreviated.</li>
<li>File names use &#8211; instead of spaces or underscores (preferred by Google).</li>
</ul>
<h3>Directory naming standards </h3>
<ul>
<li>Each main topic area gets a directory.</li>
<li>If subcategories will have more than a few pages, add a subdirectory. </li>
<li>All directories have an index/default file.
<ul>
<li>This file hold content for the first subtopic in a directory. </li>
</ul>
</li>
<li>Decide what kind of media files you&#8217;ll be using and consider separating them into directories and/or subdirectories
<ul>
<li>images (graphical elements related to the page design) </li>
<li>audio</li>
<li>movies</li>
<li>photos </li>
<li>illustrations</li>
<li>downloads</li>
</ul>
</li>
<li>Main template graphics go in the main images directory and each topic&#8217;s images often reside in the corresponding section images directory.</li>
</ul>
<div class="floatingcontainer">
<h4>Definitions</h4>
<p>file structure = directories and landing pages = a site </p>
<p>folder = directory</p>
<p>landing page = index.htm </p>
</div>
<h3>Organizing</h3>
<p>Many variations exist for organizing the directory and file structure of web pages on a web server. For example:</p>
<ul>
<li><strong>Database-driven</strong> sites pull page content from a database but use many script and function files to do the work. Complete pages are not actually built until the visitor requests a topic from the menu. The server builds the page on the fly. </li>
<li><strong>Masterpage-driven</strong> sites allow content pages to inherit a masterpage/template. Complete pages are not actually built until the visitor requests a topic from the menu. The server builds the pages on the fly.</li>
<li><strong>Traditional </strong> sites hard-coded all code, content, and styles on each page and therefore took a lot of tedious, redundant editing to make global changes. Pages were built before loading to the server. </li>
</ul>
<h3>Linking</h3>
<p>Depending on the site&#8217;s structure, paths from  menu items to their pages will either be absolute or relative:</p>
<p><strong>Absolute path</strong></p>
<ul>
<li>http://domain.com/folder/file.php</li>
<li>http://oregonstate.edu/~vanlondp/cs195 </li>
<li>http://oregonstate.edu/instruct/cs195/demos/site/folder/filename.php</li>
</ul>
<p><strong>Relative path</strong></p>
<ul>
<li>../folder/file.php or ../folder/subfolder/file.php </li>
<li>../../../instruct/cs195/demos/site/folder/filename.php</li>
<li>../cs195</li>
<li>Within any content pages, use a relative path to the masterpage.php file&mdash;an absolute path will not work.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/from-pages-to-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Including Redundant Components in the Masterpage</title>
		<link>http://pamvanlonden.com/including-redundant-components/</link>
		<comments>http://pamvanlonden.com/including-redundant-components/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:11:00 +0000</pubDate>
		<dc:creator>jamesholladay</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=2389</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/including-redundant-components/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Visitors to your site will want menu items listed on each page so they don&#8217;t have to click back and forth to move to a new topic. In addition, the visitor will want each page of the site to be a quick-read&#8212;once they see the home page, and understand it&#8212;they should not have to think [...]]]></description>
			<content:encoded><![CDATA[<p> Visitors to your site will want menu items listed on each page so they don&#8217;t have to click back and forth to move to a new topic. In addition, the visitor will want each page of the site to be a quick-read&mdash;once they see the home page, and understand it&mdash;they should not have to think about how  pages are structured again. A consistant look and feel throughout the site will help visitors find what they want  quickly and easily. </p>
<p>In order for web authors to provide that positive experience for visitors, and to keep from spending too many hours making redundant changes to the code or layout, efficiencies are  built into the site&#8217;s design from the start.</p>
<div class="floatingcontainer">
<h3>Site versus Page</h3>
<p>What makes a web <em>page</em> different from a web <em>site</em> is how pages connect to each other visually and mechanically.</p>
<h4>Readings</h4>
<dl>
<dt>HTML for the World Wide Web</dt>
<dd>Chapter 7. </dd>
<dt><a href="http://webbedenvironments.com/dhtml/" target="_blank">DHTML and CSS For the World Wide Web, 3rd Ed</a></dt>
<dd>Chapter 18.</dd>
<dt><span style="text-decoration: underline;">The Unusually Useful Web Book</span></dt>
<dd>June Cohen. New Riders. 2003.</dd>
<dd>Pages 110 to 119.</dd>
<dt><span style="text-decoration: underline;">250 HTML and Web Design Secrets</span></dt>
<dd>Molly E Holzschlag. Wiley Publishing. 2004.</dd>
<dd>Page 72, 84.</dd>
<dt></dt>
</dl>
</div>
<p>Recommendations for efficiencies:</p>
<ul>
<li>Include the following components in a masterpage (sometimes called a template), which is then called by each page, rather than hard-coded into each page:
<ul>
<li>headers (site name, logo, contact info) </li>
<li>footers (copyright, legal, contact info) </li>
<li>navigation sets (menus for audience, topics, locations, etc.) </li>
<li>dynamic content (rotating articles, news feeds, staff highlights, advertising, product highlights, etc.) </li>
</ul>
</li>
<li>Within those components are often  graphical elements that can be handled by the style sheet and masterpage files.
<ul>
<li>logos</li>
<li>icons</li>
<li>buttons</li>
</ul>
</li>
</ul>
<p><a href="http://pamvanlonden.com/navigation-sets/">Navigation Sets</a><br />
<a href="http://pamvanlonden.com/adding-style-to-navigation-lists/">Adding Style to Navigation Lists</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/including-redundant-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ONID and Blackboard set up</title>
		<link>http://pamvanlonden.com/onid-and-blackboard-set-up/</link>
		<comments>http://pamvanlonden.com/onid-and-blackboard-set-up/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:29:27 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=2302</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/onid-and-blackboard-set-up/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>infOSU GAP set up ONID login Blackboard login ONID FTP ONID Database This tutorial will teach you to set up a General Access PIN (GAP), ONID User Name and Password, and login to the Blackboard course management system. If you have already set up your GAP through infOSU, skip to #2. 1. InfOSU If you [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="#infoOSU">infOSU GAP set up</a></li>
<li><a href="#onid">ONID login</a></li>
<li><a href="#Bb">Blackboard login</a></li>
<li><a href="#ftp">ONID FTP</a></li>
<li><a href="#db">ONID Database </a></li>
</ol>
<p>This tutorial will teach you to set up a General Access PIN (GAP), ONID User Name and Password, and login to the Blackboard course management system. </p>
<p>If you have already set up your GAP through infOSU, skip to #2.</p>
<h3 name="infoOSU"><a name="infoOSU" id="infoOSU"></a>1. InfOSU</h3>
<ol>
<li>If you have not previously logged in to infOSU, go to the <a href="http://infosu.orst.edu" onclick="window.open('http://infosu.orst.edu', '', 'resizable=yes,location=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,width=640,height=480,top=0,left=100');return false;" >infOSU</a> Electronic Services Homepage. </li>
<li> Click <strong>Faculty/Staff/Employee Information</strong>.
<ul>
<li>Enter your OSU ID (probably your SSN) </li>
<li>Enter your GAP (probably your birthday &#8211; mmddyy) </li>
</ul>
</li>
<li>If you have trouble, enter your OSU ID and click <strong>Forgot GAP?</strong> </li>
<ul>
<li>You will be instructed how to configure your new GAP.</li>
</ul>
</ol>
<h3 name="onid"><a name="onid" id="onid"></a>2. ONID</h3>
<ol>
<li>Once you are successfully logged in to infOSU, continue to the <a href="http://www.onid.orst.edu" onclick="window.open('http://www.onid.orst.edu', '', 'resizable=yes,location=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=640,height=480,top=0,left=100');return false;" >ONID</a> site.
<ul>
<li>If you have already set up your ONID account, skip to #3.
<ul>
<li>You will not have to login to infOSU to access your classes in Blackboard once you have set up your new GAP.</li>
</ul>
</li>
</ul>
</li>
<li>On the <a href="http://www.onid.orst.edu" onclick="window.open('http://www.onid.orst.edu', '', 'resizable=yes,location=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=640,height=480,top=0,left=100');return false;" >ONID login page</a> click <strong>Sign up for ONID</strong>.
<ul>
<li>Enter your OSU ID </li>
<li>Enter your GAP</li>
<li>Click <strong>Submit</strong>. </li>
</ul>
<ol>
<ul>
<li>More information about ONID can be found under <strong>Getting Started</strong>.</li>
</ul>
</ol>
</li>
<li>Follow the instructions on the screen for setting up your ONID User Name and Password.</li>
<li>Click <strong>Change Email Forward</strong> to designate where you would like to have the email from you Blackboard courses sent. </li>
</ol>
<h3 name="Bb"><a name="Bb" id="Bb"></a>3. BlackBoard</h3>
<ol>
<li>Once you have set up your ONID account, verify that you have access to Blackboard: click <a href="http://my.oregonstate.edu" onclick="window.open('http://my.oregonstate.edu', '', 'resizable=yes,location=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=640,height=480,top=0,left=100');return false;" >my.oregonstate.edu</a> under <strong>Quick Links</strong>. </li>
<ul>
<li style="color: #CC3300">Don&#8217;t click the link above if you&#8217;re looking at this page inside Blackboard. </li>
</ul>
<li>
  Click the <strong>Login</strong> button on the Blackboard home screen.</p>
<ul>
<li>Enter your ONID User Name and Password.
<ul>
<li>Click <strong>Login</strong>. </li>
</ul>
<ol>
<ul>
<li>From your &quot;My Oregon State&quot; page you will see a list of courses you are enrolled in. </li>
</ul>
</ol>
</li>
<li>Click a course title to view that course.
<ul>
<li>The selected course will open. You can view materials already entered in the course by selecting from the menu on the left. </li>
</ul>
</li>
</li>
</ol>
<h3>4. <a name="ftp" id="ftp"></a>ONID FTP</h3>
<div class="floatright">
<h4>Addresses</h4>
<ul>
<li> Viewing html: <strong>http://www.onid.orst.edu</strong></li>
<li>Unsecure file transfer with FTP:<br />
    <strong>ftp://ftp.onid.orst.edu</strong></li>
<li> Secure file transfer with SSH: 
<p>        <strong>shell.onid.oregonstate.edu</strong></li>
<li>Secure file transfer with MacOSX:<br />
      <strong>afp://onid-fs.onid.orst.edu</strong></li>
</ul>
</div>
<ol>
<li><strong>Login to ONID again if necessary. </strong></li>
<li><strong> Copy the FTP link address: ftp://ftp.onid.orst.edu<br />
    </strong></p>
<ul>
<li>This is one address that allows you to transfer files from your hard drive to the web server space.</li>
<li>Use it public_html directory for web pages only.
<ul>
<li>If you store large files there, which aren&#8217;t meant to be viewed online, then you&#8217;ll use up valuable space for course projects.</li>
</ul>
</li>
<li>Memorize this address so you don&#8217;t have to login to ONID each time you need it.</li>
</ul>
</li>
<li><strong>While in Windows, open an Explorer Window</strong> (not an Interent Explorer window).
<ul>
<li>Paste the FTP address you copied in step 2 into the addres bar of the new file exploring window. Click Return.</li>
<li>You will be asked to login to this window with your ONID userID and password.</li>
<li>Open the public_html folder to view and add/delete public web files.
<ul>
<li>Drag and drop files right into this transfer window.</li>
</ul>
</li>
<li>Settings you may need to update to get this working:
<ul>
<li>In an Explorer window, click Tools-&gt;Internet Options-&gt;Advanced-&gt;Enable FTP folder&#8230;
<ul>
<li>Also find this here: Start-&gt;Control Panel-&gt;Internet OptionsAdvanced-&gt;Enable FTP folder&#8230;</li>
</ul>
</li>
</ul>
</li>
<li><strong>If using a Mac OSX, then in the Finder, Go-&gt;Connect to Server.</strong></li>
<li>Type afp://onid-fs.onid.orst.edu instead of the ftp address above.
<ul>
<li>This will mount the web server file directory on your Finder.</li>
<li>Open the public_html folder to view and add/delete public web files.
<ul>
<li>Drag and drop files right into this transfer window.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Back up.<br />
    </strong></p>
<ul>
<li>Think of one of these copies, either the local or the remote, as your backup. </li>
<li>But you must (<strong>you must</strong>) back up your files to disk or USB drive each session you work. Why? If you haven&#8217;t lost important files yet in your life, you will; please don&#8217;t let it be while in my class!
<ul>
<li>Copy your files to a disk.</li>
</ul>
</li>
</ul>
</li>
<li><strong>Logout and view the site in a browser.<br />
    </strong></p>
<ul>
<li>oregonstate.edu/~oniduserid</li>
</ul>
</li>
</ol>
<h3>5. <a name="db" id="db"></a>ONID Database (CS 295 only) </h3>
<ol>
<li>Login to ONID and click Web Database.
<ul>
<li>Print or carefully write down your database name and password.
<ul>
<li>They are different from your regular ONID login. </li>
</ul>
</li>
<li>Add a table.
<ul>
<li>For example, if you want to track the books you&#8217;ve read, name it books. </li>
<li>Define fields and their properties, such as:
<ul>
<li>Title text null</li>
<li>Author text null </li>
<li>Date date null </li>
</ul>
</li>
</ul>
</li>
<li>Add another table.
<ul>
<li>For example, a list of visitors who want to receive your monthly newsletter; name it newsletter. </li>
<li>Define fields and their properties, such as:
<ul>
<li>name text null</li>
<li>email text null </li>
</ul>
</li>
</ul>
</li>
<li>Add data to your tables.</li>
<li>Browse.</li>
<li>Query.</li>
<li>Logout. </li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/onid-and-blackboard-set-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver SSH Setup</title>
		<link>http://pamvanlonden.com/dreamweaver-ssh-setup/</link>
		<comments>http://pamvanlonden.com/dreamweaver-ssh-setup/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 22:05:00 +0000</pubDate>
		<dc:creator>jamesholladay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=1817</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/dreamweaver-ssh-setup/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings HTML for the World Wide Web, 5th Ed. Page 408. Troubleshooting FTP issues Macromedia Technote updated Sept 2002. Dreamweaver Setup Secure FTP (SFTP) or Shell are more secure than FTP, but either are acceptable for the course. Launch Dreamweaver Site-&#62;Define Sites&#8230; or Site-&#62;Manage Sites In the Local tab: Name the site. Locate the site&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><a href="http://www.cookwood.com/html5ed/" target="_blank">HTML for the World Wide Web, 5th Ed</a>.</dt>
<dd>Page 408.</dd>
<dt><a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14834" target="_blank"> Troubleshooting FTP issues</a></dt>
<dd>Macromedia Technote updated Sept 2002. </dd>
</dl>
</div>
<h3>Dreamweaver Setup</h3>
<p>Secure FTP (SFTP) or Shell are more secure than FTP, but either are acceptable for the course.</p>
<ol>
<li><strong>Launch Dreamweaver</strong></li>
<li><strong>Site-&gt;Define Sites&#8230; </strong>or Site-&gt;Manage<br />
Sites</p>
<ul>
<li>In the <strong>Local</strong> tab:
<ul>
<li>Name the site.</li>
<li>Locate the site&#8217;s directory on the local hard drive.</li>
<li>For OSU ONID useres, type the URL for the site:
<ul>
<li><strong>http://people.oregonstate.edu/~oniduserid</strong></li>
<li>Replace oniduserid with your ONID user id.</li>
</ul>
</li>
</ul>
</li>
<li>In the <strong>Remote</strong> tab:
<ul>
<li>Choose <strong>FTP</strong> from the dropdown menu.</li>
<li>Host:<strong> shell.onid.oregonstate.edu</strong></li>
<li>Directory:<strong> public_html<br />
</strong></p>
<ul>
<li>If you have already added a directory for the site you&#8217;re building, then add that name in the directory field:
<ul>
<li>publich_html/sitedirectory</li>
</ul>
</li>
</ul>
</li>
<li>UserID: type your ONID userID</li>
<li>Password: type your ONID password</li>
<li> Click the SFTP button.</li>
</ul>
</li>
</ul>
</li>
<li><strong>Once you&#8217;ve set up this FTP information, you don&#8217;t have to<br />
do it again. </strong></p>
<ul>
<li>Any files you add to your local site will be ready to upload to<br />
the remote site via the <strong>Put</strong> buttons.</li>
</ul>
</li>
<li><strong><span>Back up. </span></strong>
<ul>
<li>Think of the local site files on the hard drive as your working copy and the remote files on the web server as your backup.</li>
<li>But you must (<strong>you must</strong>) back up your files to<br />
disk each session you work. Why? If you haven&#8217;t lost important files</li>
<li> yet in your life, you will; please don&#8217;t let it be while in my class!</li>
</ul>
</li>
<li><strong>Logout and view the site in a browser.</strong>
<ul>
<li>http://people.oregonstate.edu/~oniduserid</li>
</ul>
</li>
</ol>
<h3>Resources</h3>
<dl>
<dt><a href="http://www.onid.orst.edu">ONID Frequently Asked Questions</a></dt>
<dd>About policies, setup, email, FTP. </dd>
<dt><a href="http://engr.oregonstate.edu/computing/web" target="_blank">OSU Engineering Web Publishing Tutorials</a></dt>
<dd>Use the breadcrumbs to find out more about computing in the Engineering dept. </dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/dreamweaver-ssh-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Languages</title>
		<link>http://pamvanlonden.com/languages/</link>
		<comments>http://pamvanlonden.com/languages/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:22:43 +0000</pubDate>
		<dc:creator>jamesholladay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=1729</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/languages/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>By Loren Paulsen 2007 This page explains how to specify the language used in your web pages. Setting Up the Page This page will use the XHTML 1.1 standard. Start with the following template. The most important attributes are the encoding, charset, which must be set to UTF-8 as shown. &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;!DOCTYPE html [...]]]></description>
			<content:encoded><![CDATA[<p><cite title="Loren Paulsen 2007"></cite></p>
<p>By Loren Paulsen 2007</p>
<p>This page explains how to specify the language used in your web pages.</p>
<h3>Setting Up the Page</h3>
<p>This page will use the XHTML 1.1 standard. Start with the following template. The most important attributes are the <strong>encoding</strong>, <strong>charset</strong>, which must be set to UTF-8 as shown.</p>
<p><code class="sample">&lt;?xml version="1.0" <strong>encoding="<strong>UTF-8</strong>"</strong>?&gt;<br />
&lt;!DOCTYPE html PUBLIC   "-//W3C//DTD XHTML 1.1//EN"   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;</p>
<p>&lt;html xmlns="http://www.w3.org/1999/xhtml"   <strong>xml:lang="en"</strong>&gt;</p>
<p>&lt;head&gt;<br />
&lt;meta http-equiv="content-type"   content="application/xhtml+xml; <strong>charset=<strong>UTF-8</strong>"   /</strong>&gt;<br />
...</p>
<p>&lt;/head&gt;<br />
&lt;body&gt;<br />
...<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></p>
<p>Specifying UTF-8 ensures that non-roman characters will display correctly. The page will now work properly for any language, but it is best to specify which language will be used. This is explained in the next section.</p>
<h3>Setting The Page Language (xml:lang)</h3>
<p>To set the language of the page change the xml:lang attribute value. Here are some examples of language codes:</p>
<ul>
<li>en-us (English &#8211; United States)</li>
<li>en-gb (English &#8211; United Kingdom)</li>
<li>fr (French &#8211; Standard)</li>
<li>ru (Russian)</li>
<li>es (Spanish &#8211; Spain)</li>
<li>es-mx (Spanish &#8211; Mexico)</li>
<li>ja (Japanese)</li>
<li>zh-cn (Chinese &#8211; PRC)</li>
</ul>
<p>For the complete list, please see the full list of <a href="http://msdn2.microsoft.com/en-us/library/ms533052.aspx">language<br />
codes</a>.</p>
<h3>Setting Input Language</h3>
<p>If your computer is already set up to enter characters in your target language,<br />
then you do not need to do anything else. Otherwise, please see this article<br />
on how to <a href="http://en.wikipedia.org/wiki/Help:Multilingual_support_(East_Asian)#Instructions">enable<br />
multilingual support</a> on your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Password Gorilla</title>
		<link>http://pamvanlonden.com/setting-up-password-gorilla/</link>
		<comments>http://pamvanlonden.com/setting-up-password-gorilla/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 16:49:51 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Basic computer skills]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Set Up]]></category>

		<guid isPermaLink="false">http://i-paint.us/setting-up-password-gorilla/</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/setting-up-password-gorilla/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>To help you generate strong passwords for new software or online accounts, consider a tool like Password Gorilla. It is free and simple to use. Consider putting the software on a USB drive so you can take it with you to different computers. Download and install (one time set up) Download the version you need [...]]]></description>
			<content:encoded><![CDATA[<p>To help you generate strong passwords for new software or online accounts, consider a tool like Password Gorilla. It is free and simple to use. Consider putting the software on a USB drive so you can take it with you to different computers.</p>
<p style="font-weight: bold">Download and install (one time set up)</p>
<ol>
<li>Download the version you need (Windows, MacOSX, or Linux) onto the hard drive of your computer.
<ul>
<li>Save it to the desktop so you can find it again.</li>
</ul>
<ul>
<li>Consider saving both the Mac and Windows versions so you can use it on either if necessary.</li>
</ul>
</li>
<li>Copy the program files to the USB drive.
<ul>
<li>For MacOSX, you may need to unarchive the files and follow installation instructions.</li>
<li>For Windows, drag the .exe file to the USB drive.</li>
</ul>
</li>
<li>Open the program.</li>
<li>Close the Password screen.</li>
<li>On the remaining blank window, File-&gt;New.</li>
<li>Type a master password.
<ul>
<li>Read the <a title="About the master password." href="http://fpx.de/fp/Software/Gorilla/help.html" target="_blank">Help</a> information provided by the software developer.</li>
<li>Note however, that the password you choose must be committed to memory. Other passwords you add do not; they should not be memorable.</li>
</ul>
</li>
<li>File-&gt;Save As.</li>
<li>Name the password database file something you can remember so you can find it on the USB drive.</li>
<li>Update Manage-&gt;Database Preferences to <span style="font-weight: bold">auto save</span> after each entry.</li>
<li>The program will close in 5 minutes.</li>
<li>Quit when you are done working.</li>
</ol>
<p><span style="font-weight: bold">Passwords</span><br />
When you setup a new account or launch a piece of software for the first time, a serial number or password is often required. Some programs will generate a password for you; some let you choose. If you are setting up an account and&#8230;</p>
<ul>
<li>If no password is provided or generated, then use Password Gorilla&#8217;s Generate Password button.</li>
<li>If a password is provided, then copy that password into Password Gorilla&#8217;s Password field.</li>
</ul>
<p><span style="font-weight: bold">Add a new account entry </span></p>
<ol>
<li>Open Password Gorilla and choose your new password database file from the list.</li>
<li>Type your Master Password.</li>
<li>Edit-&gt;Add Entry.
<ul>
<li>Fill in the fields with all the information you know about the account and write notes in the larger field.
<ul>
<li>If you need a password, click the Generate Password button.</li>
<li>Add special characters to it if you want.</li>
</ul>
</li>
<li>Click OK.</li>
</ul>
</li>
</ol>
<p><strong>Use a new password.</strong></p>
<ol>
<li>Open Password Gorilla.</li>
<li>Type your Master password.</li>
<li>Edit-&gt;Edit Entry.
<ul>
<li>Copy the password field contents.</li>
<li>If you want to see the password first, click the Show Password button.</li>
</ul>
</li>
<li>Paste the password into your online account login screen.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/setting-up-password-gorilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
