<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://helpwiki.evergreen.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Worleyj</id>
		<title>Help Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://helpwiki.evergreen.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Worleyj"/>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php/Special:Contributions/Worleyj"/>
		<updated>2026-07-14T03:09:32Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=User:Worleyj/evergreen3.js&amp;diff=10286</id>
		<title>User:Worleyj/evergreen3.js</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=User:Worleyj/evergreen3.js&amp;diff=10286"/>
				<updated>2010-12-04T00:10:55Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: Created page with '// install User:Cacycle/wikEd in-browser text editor document.write('&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;' + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install User:Cacycle/wikEd in-browser text editor&lt;br /&gt;
document.write('&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;'&lt;br /&gt;
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'&lt;br /&gt;
+ '&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/' + 'script&amp;gt;');&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=9390</id>
		<title>Connect to Filespace - Linux</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=9390"/>
				<updated>2010-09-02T16:16:36Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: /* Read/Write Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for the GNOME desktop.&lt;br /&gt;
&lt;br /&gt;
==On-Campus Access==&lt;br /&gt;
#Go to 'Places' , then 'Connect to Server'. &lt;br /&gt;
#Select 'Windows share' under 'Service type'. &lt;br /&gt;
#Type in the name of the server you want to connect to in the 'Server:' field&lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*'''smb://hurricane''' for faculty and staff file server&lt;br /&gt;
#*'''smb://orca''' for students and academic file shares (programs, groups, research, student)&lt;br /&gt;
#Type in the name of the share or folder in the 'Share' field&lt;br /&gt;
#*'''''examples:'''''&lt;br /&gt;
#* Hurricane users: select the first letter of your last name, or workgroup share&lt;br /&gt;
#* Orca users: select programs (for academic programs), groups, research or students &lt;br /&gt;
#Click Connect!&lt;br /&gt;
&lt;br /&gt;
==Off-Campus Access==&lt;br /&gt;
===Read Only Access===&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students &lt;br /&gt;
#login when prompted using your Evergreen username and password&lt;br /&gt;
&lt;br /&gt;
===Read/Write Access===&lt;br /&gt;
#Install '''davfs2''', either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/&lt;br /&gt;
#*(For Ubuntu/Debian, use Synaptic, or simply type: &amp;lt;code&amp;gt;sudo apt-get install davfs2&amp;lt;/code&amp;gt; into your terminal&lt;br /&gt;
#Open a Terminal and become root (&amp;lt;code&amp;gt;sudo -i&amp;lt;/code&amp;gt;) for the following commands.&lt;br /&gt;
#Create a mount point for the share you want to connect to. &lt;br /&gt;
#*Example: &amp;lt;code&amp;gt;mkdir /mnt/my_mount&amp;lt;/code&amp;gt;&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students &lt;br /&gt;
#Right click on the folder that you want and copy the link.&lt;br /&gt;
#Type this command into your Terminal:&lt;br /&gt;
#*&amp;lt;code&amp;gt;mount.davfs -ouid=username,gid=groupname https://serverpath/folder /mnt/my_mount&amp;lt;/code&amp;gt; &amp;lt;br /&amp;gt;replacing the following:&lt;br /&gt;
#* &amp;quot;username&amp;quot; with your own local username&lt;br /&gt;
#* &amp;quot;groupname&amp;quot; with your groupname (find out by typing: &amp;lt;code&amp;gt;id -n -g&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* &amp;quot;https://serverpath/folder&amp;quot; with the link you copied above&lt;br /&gt;
#* and &amp;quot;/mnt/my_mount&amp;quot; with the directory you created as a mount point above&lt;br /&gt;
#You will be prompted for a username and password. These will be your evergreen.edu credentials.&lt;br /&gt;
#Once this is done, you'll have read and write access to your share&lt;br /&gt;
#*This is not a permanent mount.&lt;br /&gt;
#*You have several options if you'd like your Linux installation to permanently recognize your Evergreen file space.&lt;br /&gt;
#**Make an &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; entry to automatically mount at boot or on demand&lt;br /&gt;
#**#in a terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/fstab&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#add an entry like so: &amp;lt;code&amp;gt;https://myfiles.evergreen.edu/homes/students /your/mount/point davfs rw,nosuid,nodev,_netdev,uid={####},gid={####} 0 0&amp;lt;/code&amp;gt; where uid and gid are the user and group numbers from /etc/group, and /your/mount/point is the mount point you chose above...more on that later.  Exit nano with ctrl-X, and 'y' to save.&lt;br /&gt;
#**#in the terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/davfs2/secrets&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#Add an entry like so:&lt;br /&gt;
#**#*&amp;lt;code&amp;gt;/mnt/evergreen   evergreenid     evergreenpassword&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#*where &amp;lt;b&amp;gt;evergreenid&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;evergreenpassword&amp;lt;/b&amp;gt; are your Evergreen credentials.&lt;br /&gt;
#**# Exit out of nano as above.&lt;br /&gt;
#**# Every time you boot, your evergreen share will be mounted. &lt;br /&gt;
#**Use your Desktop Environment's (Gnome, KDE, etc.) tools to mount as a network share&lt;br /&gt;
#** more detail to come...&lt;br /&gt;
[[Category:File Space]]&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=9389</id>
		<title>Connect to Filespace - Linux</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=9389"/>
				<updated>2010-09-02T16:16:06Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: /* Read Only Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for the GNOME desktop.&lt;br /&gt;
&lt;br /&gt;
==On-Campus Access==&lt;br /&gt;
#Go to 'Places' , then 'Connect to Server'. &lt;br /&gt;
#Select 'Windows share' under 'Service type'. &lt;br /&gt;
#Type in the name of the server you want to connect to in the 'Server:' field&lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*'''smb://hurricane''' for faculty and staff file server&lt;br /&gt;
#*'''smb://orca''' for students and academic file shares (programs, groups, research, student)&lt;br /&gt;
#Type in the name of the share or folder in the 'Share' field&lt;br /&gt;
#*'''''examples:'''''&lt;br /&gt;
#* Hurricane users: select the first letter of your last name, or workgroup share&lt;br /&gt;
#* Orca users: select programs (for academic programs), groups, research or students &lt;br /&gt;
#Click Connect!&lt;br /&gt;
&lt;br /&gt;
==Off-Campus Access==&lt;br /&gt;
===Read Only Access===&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students &lt;br /&gt;
#login when prompted using your Evergreen username and password&lt;br /&gt;
&lt;br /&gt;
===Read/Write Access===&lt;br /&gt;
#Install '''davfs2''', either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/&lt;br /&gt;
#*(For Ubuntu/Debian, use Synaptic, or simply type: &amp;lt;code&amp;gt;sudo apt-get install davfs2&amp;lt;/code&amp;gt; into your terminal&lt;br /&gt;
#Open a Terminal and become root (&amp;lt;code&amp;gt;sudo -i&amp;lt;/code&amp;gt;) for the following commands.&lt;br /&gt;
#Create a mount point for the share you want to connect to. &lt;br /&gt;
#*Example: &amp;lt;code&amp;gt;mkdir /mnt/my_mount&amp;lt;/code&amp;gt;&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://files.evergreen.edu&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students &lt;br /&gt;
#Right click on the folder that you want and copy the link.&lt;br /&gt;
#Type this command into your Terminal:&lt;br /&gt;
#*&amp;lt;code&amp;gt;mount.davfs -ouid=username,gid=groupname https://serverpath/folder /mnt/my_mount&amp;lt;/code&amp;gt; &amp;lt;br /&amp;gt;replacing the following:&lt;br /&gt;
#* &amp;quot;username&amp;quot; with your own local username&lt;br /&gt;
#* &amp;quot;groupname&amp;quot; with your groupname (find out by typing: &amp;lt;code&amp;gt;id -n -g&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* &amp;quot;https://serverpath/folder&amp;quot; with the link you copied above&lt;br /&gt;
#* and &amp;quot;/mnt/my_mount&amp;quot; with the directory you created as a mount point above&lt;br /&gt;
#You will be prompted for a username and password. These will be your evergreen.edu credentials.&lt;br /&gt;
#Once this is done, you'll have read and write access to your share&lt;br /&gt;
#*This is not a permanent mount.&lt;br /&gt;
#*You have several options if you'd like your Linux installation to permanently recognize your Evergreen file space.&lt;br /&gt;
#**Make an &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; entry to automatically mount at boot or on demand&lt;br /&gt;
#**#in a terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/fstab&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#add an entry like so: &amp;lt;code&amp;gt;https://myfiles.evergreen.edu/homes/students /your/mount/point davfs rw,nosuid,nodev,_netdev,uid={####},gid={####} 0 0&amp;lt;/code&amp;gt; where uid and gid are the user and group numbers from /etc/group, and /your/mount/point is the mount point you chose above...more on that later.  Exit nano with ctrl-X, and 'y' to save.&lt;br /&gt;
#**#in the terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/davfs2/secrets&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#Add an entry like so:&lt;br /&gt;
#**#*&amp;lt;code&amp;gt;/mnt/evergreen   evergreenid     evergreenpassword&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#*where &amp;lt;b&amp;gt;evergreenid&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;evergreenpassword&amp;lt;/b&amp;gt; are your Evergreen credentials.&lt;br /&gt;
#**# Exit out of nano as above.&lt;br /&gt;
#**# Every time you boot, your evergreen share will be mounted. &lt;br /&gt;
#**Use your Desktop Environment's (Gnome, KDE, etc.) tools to mount as a network share&lt;br /&gt;
#** more detail to come...&lt;br /&gt;
[[Category:File Space]]&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Mac_OS_X&amp;diff=9383</id>
		<title>Connect to Filespace - Mac OS X</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Mac_OS_X&amp;diff=9383"/>
				<updated>2010-09-01T20:23:06Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: /* Off-Campus Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==On-Campus Access==&lt;br /&gt;
# From the Finder menu, select '''Go &amp;gt; Connect to Server'''.&lt;br /&gt;
# Type '''smb://''yourserver''''' in the field. &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*'''smb://hurricane''' for faculty and staff file server&lt;br /&gt;
#*'''smb://orca''' for students and academic file shares (programs, groups, research, student)&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Log in with your Evergreen account.&lt;br /&gt;
# Select the folder you want to connect to&lt;br /&gt;
#*Hurricane users - select the first letter of your last name, or workgroup share&lt;br /&gt;
#*Orca users - select programs (for academic programs), groups, research or students&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Click '''OK''' [[Image:Macneworkshare2.png|thumb|200px|right|Shared network servers]]&lt;br /&gt;
# A network connection icon [[Image:blue_mac_network_icon.png]] is mounted on the desktop.&lt;br /&gt;
#*Mac OS 10.6 users: the icon may '''not''' be mounted on the desktop, instead open a new finder window and locate the server from the &amp;quot;Shared&amp;quot; list of servers &lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space. &lt;br /&gt;
#*'''Alert!:''' Never work over the network. Copy files down to your local hard drive before opening them.&lt;br /&gt;
# To disconnect, drag the network icon to the trash (or disconnect icon) on the dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Off-Campus Access==&lt;br /&gt;
If you have Mac OS 10.4 or greater you should be able to easily connect from off campus as well. &lt;br /&gt;
# On the Finder menu, select '''Go &amp;gt; Connect to Server'''.&lt;br /&gt;
#Enter the URL of the file server you want to connect to&lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students&lt;br /&gt;
#*Note: you can also access this space from a web browser but you will not be able to write files back to the server only read.&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Log in with your Evergreen account.&lt;br /&gt;
# Select the folder you'd like to connect to (e.g. the first letter of your last name, or the name of your program or group).&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Click '''OK''' [[Image:Macneworkshare2.png|thumb|200px|right|Shared network servers]]&lt;br /&gt;
# A network connection icon [[Image:blue_mac_network_icon.png]] is mounted on the desktop. &lt;br /&gt;
#*Mac OS 10.6 users: the icon may '''not''' be mounted on the desktop, instead open a new finder window and locate the server from the &amp;quot;Shared&amp;quot; list of servers &lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space.&lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space. &lt;br /&gt;
#*'''Alert:''' Never work over the network. Copy files down to your local hard drive before opening them.&lt;br /&gt;
# To disconnect, drag the network icon to the trash/disconnect icon on the doc.&lt;br /&gt;
&lt;br /&gt;
 [[category:File Space]]&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Mac_OS_X&amp;diff=9382</id>
		<title>Connect to Filespace - Mac OS X</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Mac_OS_X&amp;diff=9382"/>
				<updated>2010-09-01T20:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: /* Off-Campus Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==On-Campus Access==&lt;br /&gt;
# From the Finder menu, select '''Go &amp;gt; Connect to Server'''.&lt;br /&gt;
# Type '''smb://''yourserver''''' in the field. &lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*'''smb://hurricane''' for faculty and staff file server&lt;br /&gt;
#*'''smb://orca''' for students and academic file shares (programs, groups, research, student)&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Log in with your Evergreen account.&lt;br /&gt;
# Select the folder you want to connect to&lt;br /&gt;
#*Hurricane users - select the first letter of your last name, or workgroup share&lt;br /&gt;
#*Orca users - select programs (for academic programs), groups, research or students&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Click '''OK''' [[Image:Macneworkshare2.png|thumb|200px|right|Shared network servers]]&lt;br /&gt;
# A network connection icon [[Image:blue_mac_network_icon.png]] is mounted on the desktop.&lt;br /&gt;
#*Mac OS 10.6 users: the icon may '''not''' be mounted on the desktop, instead open a new finder window and locate the server from the &amp;quot;Shared&amp;quot; list of servers &lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space. &lt;br /&gt;
#*'''Alert!:''' Never work over the network. Copy files down to your local hard drive before opening them.&lt;br /&gt;
# To disconnect, drag the network icon to the trash (or disconnect icon) on the dock.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Off-Campus Access==&lt;br /&gt;
If you have Mac OS 10.4 or greater you should be able to easily connect from off campus as well. &lt;br /&gt;
# On the Finder menu, select '''Go &amp;gt; Connect to Server'''.&lt;br /&gt;
#Enter the URL of the file server you want to connect to&lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research&lt;br /&gt;
#*Orca students = https://myfiles.evergreen.edu/homes/students&lt;br /&gt;
#*Note: you can also access this space from a web browser but you will not be able to write files back to the server only read.&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Log in with your Evergreen account.&lt;br /&gt;
# Select the folder you'd like to connect to (e.g. the first letter of your last name, or the name of your program or group).&lt;br /&gt;
# Click '''OK'''&lt;br /&gt;
# Click '''OK''' [[Image:Macneworkshare2.png|thumb|200px|right|Shared network servers]]&lt;br /&gt;
# A network connection icon [[Image:blue_mac_network_icon.png]] is mounted on the desktop. &lt;br /&gt;
#*Mac OS 10.6 users: the icon may '''not''' be mounted on the desktop, instead open a new finder window and locate the server from the &amp;quot;Shared&amp;quot; list of servers &lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space.&lt;br /&gt;
#Once you've connected you can drag and drop files between your local hard drive on the network file space. &lt;br /&gt;
#*'''Alert:''' Never work over the network. Copy files down to your local hard drive before opening them.&lt;br /&gt;
# To disconnect, drag the network icon to the trash/disconnect icon on the doc.&lt;br /&gt;
&lt;br /&gt;
 [[category:File Space]]&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Faculty_Technology_Guide&amp;diff=9053</id>
		<title>Faculty Technology Guide</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Faculty_Technology_Guide&amp;diff=9053"/>
				<updated>2010-06-18T22:01:01Z</updated>
		
		<summary type="html">&lt;p&gt;Worleyj: /* Client Services Help Desk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''There are many computing and technology resources available at Evergreen.  Although there are many areas of technology support and expertise not listed below, Client Services and Academic Computing are your gateways to getting started. '''&lt;br /&gt;
&lt;br /&gt;
====[http://www.evergreen.edu/computing/clientservices/ Client Services Help Desk]====&lt;br /&gt;
From telephones to Microsoft Office to email, the Client Services Help Desk is your contact for all desktop support and technical support.  They can be reached M-F 8:00am-5:00pm at X6627 or via email at support@evergreen.edu.  The partial list below provides a snapshot of common areas of support and links to associated online help. &lt;br /&gt;
:*'''[[:Category:Email | Email]]''' - How to connect on campus or off, and associated account issues&lt;br /&gt;
:*'''[[:Category:Evergreen_Login | Evergreen Account]]''' - Need help logging in? Here are the basics.&lt;br /&gt;
:*'''[[:Category:MyEvergreen | My.evergreen.edu]]''' - Your gateway into program budgets, enrollment information and much more.&lt;br /&gt;
:*'''Desktop and Laptop Help''' - The help desk is available to help you with your Evergreen-owned desktop or laptop, including assistance with installing/ troubleshooting software and/or hardware. &lt;br /&gt;
:*'''Telephones''' - Same as above, the help desk is the place to call if you have questions or problems with your office phone&lt;br /&gt;
:*'''[[File_Space_Overview | Network file space]] - How to store and access your information on and off campus.&lt;br /&gt;
&lt;br /&gt;
===='''[http://www.evergreen.edu/computing/academiccomp/home.htm Academic Computing]'''====&lt;br /&gt;
Academic Computing is your contact for technology in support of your class.  Every faculty has a [http://www.evergreen.edu/computing/academiccomp/liaisons.htm liaison] from Academic Computing who can help you find or develop the technology solution that best matches your curricular needs.  Some of these are listed below with associated help resources, but if you have any questions that you can't find answers to, contact your liaison.&lt;br /&gt;
:*'''[[:Category:Moodle_for_Faculty | Moodle]]''' - Evergreen's Learning Management System&lt;br /&gt;
:*'''[[:Computer_Labs_and_Classrooms | Computer labs and classrooms]]''' - Overview of the different technology spaces available on campus and how to schedule space in them.&lt;br /&gt;
:*'''[[:Category:Curricular_Technologies | Other Curricular Technologies]]''' - From Blogs to Wikis, there are many other resources available for your teaching.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Getting Help]]&lt;br /&gt;
[[Category:Faculty]]&lt;/div&gt;</summary>
		<author><name>Worleyj</name></author>	</entry>

	</feed>