
<?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>Information &#38; Library Services &#187; web</title>
	<atom:link href="http://www.bates.edu/ils/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bates.edu/ils</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:56:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Web page Basics</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/web-page-basics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-page-basics</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/web-page-basics/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:30:19 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=665</guid>
		<description><![CDATA[Web designers should consider the following basic guidelines when creating web pages....]]></description>
				<content:encoded><![CDATA[<div>
<p>Web designers should consider the following basic guidelines when creating web pages.<br />
See also: <a href="http://www.bates.edu/ils/2011/09/web-directory-setup/">Web Directory Setup</a>, <a href="http://www.bates.edu/ils/2011/09/web-image-capture-copyright-and-citation-considerations/">Web Image Capturing,</a> and <a href="http://www.bates.edu/ils/2011/08/guidelines-and-tips-for-developing-a-student-organization-web-site/">Club Web Site Tips</a></p>
<p><strong>A. Site architecture:</strong></p>
<ol>
<li>Organization is everything, so plan ahead
<ul>
<li>name files so they cluster together, OR</li>
<li>place them in a directory so they are easy to find</li>
<li>consider using an images directory for all graphics files</li>
</ul>
</li>
<li>Use directories to organize your information
<ul>
<li>name the directories carefully, as they become part of the URL</li>
<li>http://www.bates.edu/ils</li>
</ul>
</li>
<li>Every directory must have an index.html file (or index.htm)
<ul>
<li>web browsers look for that file first in every directory</li>
<li>without one, the directory&#8217;s contents are listed</li>
<li>this looks tacky, and tends to lose your visitor</li>
</ul>
</li>
<li><strong>.htm or .html?</strong> they both work the same on either platform and for either browser, the .htm is standard for Windows, and the .html extension is standard for Mac OS. Just so that you don&#8217;t accidentally specify a file that doesn&#8217;t exist, pick one, and be consistent throughout your web site.</li>
<li><strong>index.htm</strong> and <strong>index.html</strong> are two different files</li>
<li>WebMonkey.com: <a href="http://www.webmonkey.com/tutorial/tag/web_basics">basics</a></li>
</ol>
<p><strong>B. Naming guidelines:</strong></p>
<ol>
<li><strong>File names are case sensitive:</strong>
<ul>
<li>only use capitals for emphasis/clarity in file names</li>
<li><strong>filename.htm</strong> and <strong>fileName.htm</strong> are two different files</li>
<li><strong>index.htm</strong> or <strong>index.html</strong> should be lower case</li>
</ul>
</li>
<li><strong>Use only alphanumeric characters</strong>for filenames
<ul>
<li><strong>Never use:</strong></li>
<li>punctuation <strong> , . &#8216; &#8221; ; : ! ?</strong></li>
<li>slashes or pipes <strong> /  |</strong></li>
<li>special characters  <strong>@#$%^&amp;*( )</strong></li>
<li>spaces  <strong>file name.html</strong></li>
</ul>
</li>
<li><strong>You may use:</strong>
<ul>
<li>hyphens &#8211;  <strong>file-name.html</strong></li>
<li>underscores _  <strong>file_name.html</strong></li>
<li>mixed case  <strong>fileNAME.html</strong></li>
</ul>
</li>
</ol>
<p><strong>C. File types and extensions:</strong></p>
<ol>
<li><strong>Only certain filetypes can be read by web browsers</strong>
<ul>
<li>only one period (dot) followed by the file extension</li>
<li>the filetype and extension must match</li>
<li><strong>.htm</strong> or .<strong>html</strong> for html files<br />
(pick one, be consistent)</p>
<ul>
<li>file.htm and file.html are two different files to a web browser</li>
</ul>
</li>
<li>.<strong>gif</strong> for GIF 256 color graphics</li>
<li><strong>.jpg</strong> for JPEG photographic images</li>
<li><strong>.pdf</strong> for Portable Document Format files</li>
</ul>
</li>
<li>File types continued:</li>
<li>
<ul>
<li><strong>.css</strong> for Cascading Style Sheets</li>
<li><strong>.mp3</strong> for MPEG (Layer 3) audio files</li>
<li><strong>.png</strong> for Portable Network Graphics</li>
<li><strong>.xml</strong> for eXtensible Markup Language</li>
</ul>
</li>
</ol>
<p><strong>D. Information Design:</strong></p>
<ol>
<li>provide information from the general to the specific</li>
<li>Place most sought after information &#8220;above the fold&#8221; so that users don&#8217;t have to scroll past the first screen to get it</li>
<li>Let users know they are on the right (or wrong) track to finding the information they require on each page they access</li>
<li>&#8220;Surface&#8221; particularly relevant information with additional links in key places
<ul>
<li>for example <a href="http://www.bates.edu/for-faculty-staff.xml">faculty/staff</a> and <a href="http://www.bates.edu/for-students.xml">student</a> gateways</li>
<li>Make pages scan-friendly with headings, font size &amp; color changes and indentation</li>
</ul>
</li>
</ol>
<p>efuse.com: <a href="http://www.efuse.com/Design/navigation.html">The Basics of Navigation</a></p>
<p><strong>E. Usability:</strong></p>
<ol>
<li>Organize your information to capitalize on these habits:
<ul>
<li>in the information age, all of us have become scanners</li>
<li>in western cultures users read from upper left to lower right</li>
</ul>
</li>
<li>Consider the differently abled when you create web pages
<ul>
<li>alt tags describing or labeling all images accessibility, courtesy to slower downloads</li>
<li>make links mean something: <strong>NOT</strong> just &#8220;click here&#8221;, for software that reads link names for the visually impaired and also for users who visually scan for information, it makes links easier to find</li>
</ul>
</li>
<li>Don&#8217;t ever swap link colors<br />
(only change them if necessary)<br />
blue = unvisited link, purple = visited</li>
<li>Pick page, text and link colors carefully
<ul>
<li>with sufficient contrast</li>
<li>dark text, light background, bright links, duller visited links</li>
<li>avoid using complimentary colors<br />
blue &amp; orange, purple &amp; yellow, red &amp; green</li>
</ul>
</li>
</ol>
<p><img src="http://www.bates.edu/Images/orangeblue.gif" alt="" width="100" height="100" border="0" hspace="0" /></p>
<p><strong>F. Best practices:</strong></p>
<ol>
<li>use the simplest technology to achieve required goals
<ul>
<li>if tables will work rather than frames, use them</li>
<li>if html will serve rather than an image, use it</li>
<li>if something only looks good in one browser/platform, change it</li>
</ul>
</li>
<li>Strive for fluid design practices
<ul>
<li>what a user sees on the web <strong>cannot be completely controlled so don&#8217;t try</strong></li>
<li>web pages are a unique medium for communication, <strong>so don&#8217;t treat them like a printed page</strong></li>
</ul>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/web-page-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Image Capture Copyright and Citation Considerations</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/web-image-capture-copyright-and-citation-considerations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-image-capture-copyright-and-citation-considerations</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/web-image-capture-copyright-and-citation-considerations/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:28:32 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=663</guid>
		<description><![CDATA[When using the web to gather information and images for academic endeavors,...]]></description>
				<content:encoded><![CDATA[<div>
<p>When using the web to gather information and images for academic endeavors, always consider copyright issues, and whenever you use an image, you must cite your source.</p>
<p><strong>A. Find an image you wish to use:</strong></p>
<ol>
<li><strong>MAC:</strong> click and hold on the image</li>
<li><strong>WIN:</strong> right click on the image</li>
<li>Select <strong>Save Image as&#8230;</strong> from the pop-up menu</li>
</ol>
<p><strong>B. Assume all images on the web are copyrighted</strong></p>
<ol>
<li>Copyright allows for the use of some material for certain academic purposes only</li>
<li><a href="http://abacus.bates.edu/ils/policies/copyright.html">Ladd Library Copyright Information</a></li>
</ol>
<p><strong>C. Specify where and how to save the Image:</strong></p>
<ol>
<li>In the Save Image as dialog, name the file meaningfully</li>
<li>Be sure it is being saved somewhere you can find it</li>
<li>For web use, never use spaces or special characters for names</li>
<li>Best to leave the extension alone (.jpg .gif .png)</li>
</ol>
<p><strong>D. Save the URL of the page where the image was located:</strong></p>
<ol>
<li>Either copy and paste the location into a text document</li>
<li>Or click and drag the bookmark icon onto the desktop</li>
</ol>
<p><strong>E. ALWAYS CITE YOUR SOURCE</strong></p>
<ol>
<li><a href="http://abacus.bates.edu/Library/resources/reference/citation.shtml">Ladd Library Citation and Style Guides</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/web-image-capture-copyright-and-citation-considerations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Directory Setup</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/web-directory-setup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-directory-setup</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/web-directory-setup/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:26:10 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=661</guid>
		<description><![CDATA[In order to publish a web page to the World Wide Web,...]]></description>
				<content:encoded><![CDATA[<p>In order to publish a web page to the World Wide Web, you must create a directory in your abacus account, and make it accessible for viewing. You should only have to set up this directory, and the permissions to view it once. Depending on how you add additional directories to your public_html, you may also have to set the permissions for new directories in this way as well.</p>
<p><strong>Note:</strong> In the following instructions, please make sure to include all the spaces and punctuation for each command. Otherwise you may be given an error &#8220;Command not found&#8221;. If you get this error, check the punctuation and the syntax of your last command.</p>
<p><strong>A. Log into Abacus with your abacus user id and password:</strong></p>
<ol>
<li>You should see a prompt:<br />
<strong>abacus.bates.edu&gt;</strong><br />
<strong>WIN:</strong> requires a third party application to establish a secure shell (ssh) connection to abacus. PuTTY is the recommended SSH client (and is fully supported by Help Desk Services).</li>
<li>A helpsheet on obtaining (free) and installing PuTTY can be found at:<br />
<a href="http://www.bates.edu/ils/2011/08/putty-install-and-configure-remote-access-for-windows-ssh/">http://www.bates.edu/ils/2011/08/putty-install-and-configure-remote-access-for-windows-ssh/</a></li>
<li>A helpsheet to configure PuTTY to connect to abacus can be found at:<br />
<a href="http://www.bates.edu/ils/2011/09/terminal-settings-remote-access-for-macintosh-ssh/">http://www.bates.edu/ils/2011/09/terminal-settings-remote-access-for-macintosh-ssh/</a></li>
<li><strong>MAC:</strong> Applications: Utilities: Terminal:<br />
Type in: ssh abacus.bates.edu Press return</li>
</ol>
<p><strong>B. Check for an existing web directory:</strong></p>
<ol>
<li>At the abacus prompt, type: <strong>ls -l</strong></li>
<li>There is a space between the &#8220;s&#8221; and the &#8220;-&#8221;</li>
<li>If you see a public_html directory see below</li>
</ol>
<p><strong>ls</strong> stands for list. This command will show you the available files and directories.<br />
<strong>-l</strong> stands for Long list format. This will show a detailed list view of the available files and directories.<br />
<strong><br />
C. Create a web directory:</strong></p>
<ol>
<li>Type: <strong>mkdir public_html</strong></li>
<li>Press return</li>
</ol>
<p><strong>mkdir</strong> stands for Make Directory (named) public_html. A directory is the same as a folder you work with on your desktop. It contains other folders and files.<br />
<strong><br />
D. Check your work:</strong></p>
<ol>
<li>At the abacus prompt, type: <strong>ls -l</strong></li>
<li>There is a space between the &#8220;s&#8221; and the &#8220;-&#8221;</li>
<li>If you don&#8217;t see public_html return to step 3</li>
</ol>
<p><strong>E.</strong> <strong>Make your account executable:<br />
</strong> These directions set the permissions for your group, and all others to Execute files in your web directory. <strong>chmod</strong> is the command to change permissions. <strong>(g)</strong> &amp; <strong>(o)</strong> stand for Group and Other. The <strong>(+)</strong> symbol stands for add and <strong>(x)</strong> stands for Execute. The file or folder to which you are assigning these permissions is last. <strong>Please also consult the</strong> <a href="http://abacus.bates.edu/ils/web/publishing/permissions.html">basic steps for file permissions.</a></p>
<ol>
<li>At the abacus prompt, type:<br />
<strong>chmod go+x</strong> .</li>
<li>There is a space after the &#8220;x&#8221; and then the period</li>
<li>Press return.</li>
<li>Type in <strong>chmod go+rwx *</strong> [<strong>NOTE</strong>: there is a space between the x and *]</li>
<li>Press return</li>
</ol>
<p>Image files and/or other files can be viewed in a web browser by the following url construction:  <a href="http://abacus.bates.edu/%7Eusername/filename.ext">http://abacus.bates.edu/~username/filename.ext</a></p>
<p><strong><br />
F. Close your abacus account:</strong></p>
<ol>
<li>At the abacus prompt, type: <strong>exit</strong></li>
<li>Then FILE: Quit the ssh application</li>
</ol>
<p><strong>G. After you&#8217;ve uploaded your webpages, your URL will be:</strong></p>
<ol>
<li><strong>www.bates.edu/~abacusID</strong></li>
<li>For example: <strong>www.bates.edu/~hpotter</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/web-directory-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerpoint: Web Image Capturing and Basic Slideshow</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/software/powerpoint-web-image-capturing-and-basic-slideshow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powerpoint-web-image-capturing-and-basic-slideshow</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/software/powerpoint-web-image-capturing-and-basic-slideshow/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 00:28:48 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=616</guid>
		<description><![CDATA[Powerpoint can be used to create digital slideshows to enhance your talk&#8230;...]]></description>
				<content:encoded><![CDATA[<p>Powerpoint can be used to create digital slideshows to enhance your talk&#8230; not as a substitute for a good presentation! Powerpoint is automatically installed as part of the Microsoft Office Suite.</p>
<p>Creating a basic Powerpoint slideshow is fairly simple. Organize your information, and collect your images first. When using the web to gather information and images for academic endeavors, always consider copyright issues, and whenever you use an image, you must cite your source.<br />
Also be sure to consult our web page on <a href="http://www.bates.edu/ils/2011/08/powerpoint-presentation-tips/">presentation tips</a>.</p>
<p>For both Mac and Windows platforms the application does much of the work for you. The tab look for PowerPoint 2007 for Windows is different than the more traditional menu approach of Macintosh PowerPoint 2008.</p>
<p><strong>A. Windows:</strong></p>
<ol>
<li><strong>Design tab:</strong> sets the layout and background colors/patterns (if any), and influences the layout in terms of choosing portrait or landscape orientation. Be consistent with the design elements, better not to mix and match</li>
<li><strong>Home tab:</strong>allows you to choose the layout for a presentation with both text (and images)
<ul>
<li>A bulleted list often fits more in a phrase to match the presentation than complete sentences</li>
<li>Choose insert new slide, decide if a text slide or mixture with images</li>
<li>When a url is typed into the slide it becomes a hyperlink</li>
</ul>
</li>
<li><strong>Insert tab:</strong> inserting picture(s) from file &gt; navigate to local drive, i.e. desktop, or from one of the network storage drives. Follow these <a href="http://www.bates.edu/ils/2011/08/how-to-access-network-storage-china-belfast/">directions for accessing images or files from network drives</a></li>
<li><strong>Photo album [under Insert tab]:</strong><br />
<img src="http://www.bates.edu/Images/photoalbum.jpg" alt="" width="251" height="223" border="0" hspace="0" /><br />
Creates the whole presentation including a title page called Photo Album including the name of author</li>
<li>
<ul>
<li>Select images from the web or file storage location (see above).</li>
<li>Click open, move images up and down with the arrows in presentation order</li>
<li>Select picture layout (fit to slide, 2,3,or 4 pictures per slide), if more than one image,  you can choose captions below the slide and whether all pictures should be in black and white</li>
</ul>
</li>
<li><strong>Insert</strong> is a powerful tab that <strong>includes adding video, audio, headers, footers, pagination, and symbols</strong></li>
<li><strong>Animations tab</strong> refers to the slideshow presentation itself, whether there is a mouse click involved, timed automatically, fade in, etc.  Practice will tell if the first choice is the correct one.</li>
<li><strong>View tab:</strong> presentation view selections are most important for how to display the show on screen and handouts/notes.</li>
</ol>
<p><strong>B</strong><a name="mac"></a><strong>.</strong> <strong>Macintosh PowerPoint 2008</strong> has more of a menu look and feel with the Formatting Pallette containing most of the layout and background choices. To see this pallette, click under view, then click Formatting Pallette.</p>
<ol>
<li><strong>Insert menu</strong> has options for adding a new slide, picture, textbox, audio, video, and hyperlinks. Many of these are also available by clicking buttons on the row above the slides.</li>
<li><strong>Slide Show</strong> gives animation, timing settings, and slide transitions. Practice your show to see if a mouse click is what is desired to advance slides or specific time setting.</li>
<li><strong>File Save as</strong> gives the opportunity to save as a picture, movie, or web page. Print would allow the presentation to be turned into a pdf, too.</li>
<li><strong>Photo Album</strong>  for the mac is coordinated with the iPhoto Library by default but can be set to a different folder. Turn on the Toolbox (button on the Standard Toolbar) then click its Object Palette button or go to View&gt; Toolbox&gt; Object Palette.
<div align="center"><img src="http://www.bates.edu/Images/objectpalette.jpg" alt="" width="199" height="299" border="0" hspace="0" /></div>
<p>On the Object Palette click the Photos button (looks like a camera <img src="http://www.bates.edu/Images/maccamera.jpg" alt="" width="39" height="19" border="0" hspace="0" />). Choose Photos from the dropdown if necessary &amp; drag the image to the slide. It will be sized automatically but there is an AutoFit Options button that appears at the lower right corner of the image.<br />
<strong>Tip:</strong> Click the bent arrow icon in the upper right corner of the Object Palette to adjust settings for default photo insertion size.</li>
</ol>
<p><a href="http://www.bates.edu/ils/2011/09/web-image-capture-copyright-and-citation-considerations/">Please Consult Web Image Capture Copyright and Citation Considerations</a></p>
<p><strong>Web Tutorials and Resources:</strong></p>
<p><a href="http://www.techvideos.com/office/2007/powerpoint/">PowerPoint 2007: Training Videos</a><br />
<a href="http://office.microsoft.com/en-us/powerpoint/FX100648951033.aspx">Help for PowerPoint 2007</a><br />
<a href="http://www.createthefuture.com/powerpoint_tips.htm">PowerPoint Tips</a> from Createthefuture.com</p>
<p>Contact <a href="mailto:helpdesk@bates.edu">Help Desk Services</a> for Microsoft E-learning (MeLL) PowerPoint online resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/software/powerpoint-web-image-capturing-and-basic-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guidelines and Tips for Developing a Student Organization Web Site</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/guidelines-and-tips-for-developing-a-student-organization-web-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=guidelines-and-tips-for-developing-a-student-organization-web-site</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/guidelines-and-tips-for-developing-a-student-organization-web-site/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:56:20 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[connecting]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=548</guid>
		<description><![CDATA[Before you begin the construction of the web pages, it is necessary...]]></description>
				<content:encoded><![CDATA[<div>
<p><strong>Before</strong> you begin the construction of the web pages, it is necessary for the Organization president to contact <a href="mailto:helpdesk@bates.edu">Help Desk Services</a> (x8222) to request access and permission for the club&#8217;s web person to post to the site.</p>
<p>Dreamweaver is the supported web authoring tool for student organizations, and is available on computer lab machines. General instructions in PDF format for Dreamweaver are available at: <a href="http://www.lclark.edu/%7Einfotech/HELP/HELPSHEETS/dreamweaver8.pdf">http://www.lclark.edu/~infotech/HELP/HELPSHEETS/dreamweaver8.pdf</a></p>
<p><strong>A. Open Dreamweaver and set up site definitions:</strong></p>
<ol>
<li>Under <strong>Site,</strong> click <strong>New Site</strong></li>
<li>Click <strong>Local Info</strong></li>
<li><strong>Name</strong> the site <strong>(A)</strong></li>
<li>Click browse folder to locate the local root folder <strong>(B)</strong></li>
<li>Click browse folder to locate the images folder <strong>(C)</strong><br />
<img src="http://www.bates.edu/Images/local.jpg" alt="" width="490" height="209" border="0" hspace="0" /></li>
<li>Click <strong>Remote Info</strong></li>
<li>Pulldown to select <strong>Access: FTP (D)</strong></li>
<li>Type in Host: <strong>abacus.bates.edu (E)</strong></li>
<li>Type in path for Host Directory: <strong>(F) ex.: /usr/local/httpd/htdocs/people/orgs/rugby</strong></li>
<li>[the directory name after /orgs = the club or organization name and may have subdirectories under that one]</li>
<li><strong>Select SFTP</strong> for Dreamweaver MX2004+ for secure connection</li>
<li>Type in your <strong>username</strong>, press tab and type in <strong>network password (G)</strong></li>
<li>Click <strong>Ok</strong><br />
<img src="http://www.bates.edu/Images/remote.jpg" alt="" width="439" height="195" border="0" hspace="0" /></li>
</ol>
<p><strong>B. Begin a home page:</strong></p>
<ol>
<li>Add text, images, links, etc. to the top level page, and save as <strong>index.html</strong> to the local folder</li>
<li>images and links should be <strong>relative,</strong> i.e. schedule.htm <strong>not</strong> full path:</li>
<li>http://abacus.bates.edu/people/orgs/rugby/schedule.htm</li>
<li><strong>Preview</strong> pages in browser (File&gt; Preview in Browser&gt; choose from list) to examine page display and links</li>
<li>Be sure to save all pages and images locally, then <strong>upload them to abacus using the &#8220;put&#8221; or sftp function</strong> in the web authoring tool</li>
</ol>
<p><img src="http://www.bates.edu/Images/rugby.jpg" alt="" width="564" height="400" border="0" hspace="0" /></p>
<p><strong>C. Troubleshooting / Common Problems and Solutions:</p>
<p></strong></p>
<ol>
<li><strong>&#8220;I uploaded the club website, but an access denied error appears in the browser&#8221;</strong><br />
The read and execute permissions on the directories may need to be changed.</p>
<ul>
<li>Open a SSH Putty session to abacus.bates.edu</li>
<li>Login, with username and password</li>
<li>At the abacus.bates.edu prompt type in:<br />
cd /usr/local/httpd/htdocs/people/orgs/clubname</li>
<li>Press Return, at the abacus.bates.edu prompt type in:<br />
chmod go+rx *.*<br />
[be sure to have a space between chmod and go+rx and between go+rx and the 1st *]</li>
</ul>
</li>
<li><strong>&#8220;A 404 page not found error happens trying links to pages within the site&#8221;</strong><br />
The link paths should be relative to the directory they live in, in the ex. above. schedule.htm lives in the root directory of &#8220;rugby&#8221; as does index.htm and that is all that is needed for the file name.<br />
If there is a subdirectory, /subdirectory/filename.html calls the appropriate file.</li>
<li><strong>&#8220;Images are missing/broken from the club webpages&#8221;<br />
</strong>Do the image files appear on the &#8220;remote&#8221; or server side of the images directory in the site management? If not, upload the local images folder to the site (from within the root directory). Check for accuracy of filenames spelling, capitalization, etc. (i.e. image1.jpg vs. image1.JPEG)</li>
<li><strong>&#8220;I want to edit a site, but I don&#8217;t know who to contact for permission.&#8221;<br />
</strong>Find out the name of the last person in the organization to be in charge of the website, then email jfrizzel@bates.edu with the club name and web address, and the previous web editor&#8217;s name, for the needed permissions.</li>
<li><strong>&#8220;Can we use CMS for the club webpages?&#8221;</strong><br />
CMS is the official/departmental web publishing tool, and is not available for student club or organization authoring. Dreamweaver is supported, and available on lab machines throughout campus.</li>
<li><strong>&#8220;Why are there extra characters in the url of the club website?&#8221;<br />
</strong>Urls should be easy to read and relate to others. Spaces in directory or file names can place % in the url or an underscore _ can be missed easily, and make a difference in locating the page. Short, one word directory and file names make for easy to use and find web pages.</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/guidelines-and-tips-for-developing-a-student-organization-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Cookies</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/enabling-cookies/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enabling-cookies</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/enabling-cookies/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:38:44 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=531</guid>
		<description><![CDATA[A cookie is information that a Web site puts on your hard...]]></description>
				<content:encoded><![CDATA[<div>
<div>
<p>A cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time.</p>
<p>lists.bates.edu needs cookies enabled to use the owner/administrator section. To check if your current browser cookie settings match those below, or to enable them,  follow these instructions (listed by supported browser type):</p>
<p><strong>In Firefox:</strong> click on <strong>Tools</strong> &gt; <strong>Options</strong> &gt; <strong>Privacy Tab</strong> &gt; <strong>Cookies</strong>: place a <strong>checkmark in Accept cookies from sites</strong>.</p>
<p><strong>In Internet Explorer</strong>: click on <strong>Tools</strong> &gt; <strong>Internet Options</strong> &gt; <strong>Privacy Tab</strong> &gt; bar set to <strong>Medium</strong> level &#8220;Blocks third party cookies&#8230;</p>
<p><strong>In Safari:</strong> click on <strong>File</strong> &gt; <strong>Preferences</strong> &gt; <strong>Security</strong> &gt; under cookies a dot in <strong>&#8220;Only from sites you navigate to&#8221;</strong></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/enabling-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Forms for the Web</title>
		<link>http://www.bates.edu/ils/2011/how-do-i/network/creating-forms-for-the-web/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-forms-for-the-web</link>
		<comments>http://www.bates.edu/ils/2011/how-do-i/network/creating-forms-for-the-web/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 20:10:11 +0000</pubDate>
		<dc:creator>rrichar2</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bates.edu/ils/?p=489</guid>
		<description><![CDATA[In order to create a web form that works, you not only...]]></description>
				<content:encoded><![CDATA[<div>In order to create a web form that works, you not only need to create a web form, but direct that form to send the information to the e-merge CGI script, which then looks for the merge.txt file that you create that tells it what to do with the information.After the form has been submitted you can also create a &#8220;Thank you&#8221; screen, called the display.txt file, that lets the user know that they have successfully sent their information. The basic process is as follows:<strong>A. Create a form using HTML:</strong></p>
<ol>
<li>Use Dreamweaver to create basic form elements</li>
<li>Never put spaces in any web file names</li>
<li>Only use letters and numbers in file names</li>
<li>Layout your form and name your variables FIRST</li>
<li>Use simple names for all form objects</li>
</ol>
<p><strong>Simple Form Example:</strong><br />
<a href="http://abacus.bates.edu/ils/learn/web/forms/simple/index.htm"><img src="http://www.bates.edu/Images/simpleform1.jpg" alt="" width="350" height="364" border="0" hspace="0" /></a></p>
<p><strong>Complex Form Example:<br />
</strong><a href="http://abacus.bates.edu/ils/learn/web/forms/complex/index.html"><img src="http://www.bates.edu/Images/complexform1.jpg" alt="" width="400" height="209" border="0" hspace="0" /></a></p>
<p><strong>B. Create a merge.txt file for your form:</strong></p>
<ol>
<li>Include all variables in the form of an email message</li>
<li>Can be done in Dreamweaver, saved as .txt file</li>
<li>Place variable names in brackets: [variable]</li>
</ol>
<p><a href="http://abacus.bates.edu/ils/learn/web/forms/simple/merge.txt"><img src="http://www.bates.edu/Images/simpleform2.jpg" alt="" width="350" height="207" border="0" hspace="0" /></a></p>
<p><a href="http://abacus.bates.edu/ils/learn/web/forms/complex/merge.txt"><img src="http://www.bates.edu/Images/complexform2.jpg" alt="" width="375" height="330" border="0" hspace="0" /></a></p>
<p><strong>C. Create a display.txt file for your form:</strong></p>
<ol>
<li>This is a simple web page that appears after submission</li>
<li>It is important to tell the user the submission worked!</li>
<li>Can be done in Dreamweaver, then saved as .txt file</li>
<li>Place variable names in brackets: [variable]</li>
<li>(to make your feedback customized!)</li>
</ol>
<p><a href="http://abacus.bates.edu/ils/learn/web/forms/simple/display.txt"><img src="http://www.bates.edu/Images/smpleform3.jpg" alt="" width="375" height="212" border="0" hspace="0" /></a></p>
<p><a href="http://abacus.bates.edu/ils/learn/web/forms/complex/display.txt"><img src="http://www.bates.edu/Images/complexform3.jpg" alt="" width="375" height="230" border="0" hspace="0" /></a><strong></strong></p>
<p><strong>D. Connect your web form with e-merge:</strong></p>
<p>Edit your HTML form to tell it what action to take:<br />
&lt;form name=&#8221;name&#8221; method=&#8221;post&#8221; action=&#8221;http://abacus.bates.edu/cgi-bin/e-merge<br />
/path to files/merge.txt&amp;display=<br />
/path to files/display.txt&#8221;&gt;<br />
&#8220;name&#8221; = a name for your form (whatever makes sense)<br />
/path to files/ = location on abacus of merge.txt &amp; display.txt</p>
<p><strong>E. EXAMPLE URL FOR FORM:</strong>http://abacus.bates.edu/~rrichar2/form/</p>
<p><strong>F. EXAMPLE FORM TAG:</strong></p>
<p>&lt;form name=&#8221;formTEST&#8221; method=&#8221;post&#8221; action=&#8221;http://abacus.bates.edu/cgi-bin/e-merge<br />
/~rrichar2/form/merge.txt&amp;display=<br />
/~rrichar2/form/display.txt&#8221;&gt;<br />
<strong>G. Publish all three files to the same web directory:</strong></p>
<ol>
<li>index.html (HTML form), merge.txt, display.txt</li>
<li>Never put spaces in any web file names</li>
<li>Only use letters and numbers in file names</li>
<li>Be sure permissions are set so that others may read</li>
</ol>
<p><strong>H. Test your work:</strong></p>
<ol>
<li>Try every different combination of responses</li>
<li>Be sure that your variables are coded correctly</li>
<li><em>Always make sure the merge.txt file has your email address in it for testing purposes!</em></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bates.edu/ils/2011/how-do-i/network/creating-forms-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
