USD Logo MySanDiego | Libraries | Torero Store | Find People | A to Z Index | Jobs
 Prospective Students | Current Students | Alumni, Parents & Friends | Faculty & Employees | Visitors | International
About USD Admissions Academics News and Events Administration Athletics Giving

Main Image

Frequently Asked Questions

How can I get Web help?
For help on either a personal or departmental Web site please submit a ticket or e-mail the Web team at web@sandiego.edu.

How do I get started?

If your site is personal in nature, you need to create your Web space via our Account Command Center Web area.

If you are looking to create a new departmental Web site, you can request your new site via our Site Request form.

For more step-by-step instructions, please see our Web Services home page.


What's a departmental Web site?
A departmental Web site is any site that is maintained on behalf of a department at the university. This can range from the Office of the Vice President & Provost to the English site. Generally the URL (Web address) for these sites is http://www.sandiego.edu/departmentname.

What's a personal Web site?
A personal Web site is any site done for personal or class reasons at the university. This includes faculty sites done for class purposes, such as those posting syllabi and course materials. All USD employees with a MySanDiego account can activate their Web space by visiting the Account Command Center and following the instructions there. Generally the URL (Web address) for personal Web sites is http://home.sandiego.edu/~username.

What Web maintenance software is right for me?

For daily maintenance of personal pages or those on the USD Web site, we generally recommend Adobe Contribute software. It is user friendly and works well for text updates as well as other content inserting, modifying, or deleting tasks.

Adobe applications are availabe for usage in the Serra 156A Macintosh and S156B Windows computer labs.

Limited copies of Adobe software (Contribute) are available through ITS for working on a departmental Web site at the university. A departmental Web site is considered your area's or department's official Web site. Personal sites or employee pages, even those done on behalf of the department, are not eligible. Distribution is limited to two (2) copies per department for maintenance on a departmental Web site only. For all other uses, it is the responsibility of the student or employee to puchase software which can be done through our online order form. Please note that you will need a POETS code from your department in order to complete the transaction.


How do I request software for maintaining a Web site here at the university?

Limited copies of Adobe software (Contribute or Dreamweaver) are available through ITS for working on a departmental Web site at the university. A departmental Web site is considered your area's or department's official Web site. Personal sites or employee pages, even those done on behalf of the department, are not eligible. Distribution is limited to two (2) copies per department for maintenance on a departmental Web site only.

For all other uses, it is the responsibility of the student or employee to puchase software which can be done through our online order form. Please note that you will need a POETS code from your department in order to complete the transaction.

You can also use Contribute or Dreamweaver software in many of our Computing Labs on campus. Check our specialized software list to see where these applications are installed.


How do I connect to my Web site?
Quick site connection instructions are available on the Web Connection Settings page. For more detailed instructions on connecting to a Web site via many applications, check the Resources and Documentation page.

Why do I need to use the templates?
The templates provide a common starting ground both design-wise as well as technically for all maintainers. They allow you to focus on the content of your site rather than needing to learn how to become a Web designer before getting started. On the ITS end they allow us to maintain a centralized infrastructure for the Web site and allow us to to easily transition to a new design in the future.

How do I get added to a Web account?
You can create or be added to an already existing Web account (departmental sites only) by e-mailing jerry@sandiego.edu. For more information about authorized contacts on USD accounts please see this documentation.

What resources are available online for Web help?
Numerous sets of documentation are available regarding maintenance of USD Web sites, templates, banner creation, and more. Please see the Resources & Documentation section for further information.

What courses are offered on Web development?

Web development courses are available through the ITS Tutorials program.

For personal site maintenance, you'll want to attend the Intro to Dreamweaver 2-day course for learning all the basics on that application.

For departmental site maintenance, you'll need to attend either Dreamweaver for Departments or Contribute for Departments depending on the software application you have installed (or have requested) for your office workstation.

Other general courses include Dreamweaver Tips and Tricks, Dreamweaver CSS Development, and Building Web Forms.


What's a URL?
A URL, or Uniform Resource Locator (URL), specifies a Web's address. For example, http://www.sandiego.edu/web/ is a URL. It is important to always include a URL when working with University Web Services to request help or ask questions about your Web site.

Why is a Web site important?
Prospective students, current students, alumni, parents, friends and donors use a university's Web site for research, giving, and finding information that will help them decide the best place for their education. An updated Web presence, whether it discusses class offerings or service procedures, is essential for easy access to relevant information.

Why am I getting a "Forbidden" error on my Web site?
This is happening because something called the "umask" is not set properly on your personal Web site. The permissions on your files (i.e. pages, images, etc.) are set such that they are not visible on the Web. Please contact the ITS Help Desk and ask for the umask on your personal Web account (give your username) be changed from 077 to 022.

Creating an anchor (link to a section) on your Web page in Contribute

If you want to be able to link to a particular section of your Web page from either the top of the page, or another Web page within your site, you can do this by inserting an anchor and then linking to that anchor.

  1. To create an anchor, place your cursor where you want the anchor to be and then from the “Insert” menu at the top of your Contribute screen, select “Section Anchor”.
  2. Name your anchor in a way that somehow reflects the section of the page that you are creating an anchor for, without be too long. Rather than a space, use an underscore (_) between words, and please keep everything in lowercase.

Creating a link to an anchor on your Web page in Contribute
  1. To create a link to an anchor on your Web page, highlight the text that you want to link to the anchor, then select “Link” from the text editing toolbar.
  2. Enter the URL (Web address) of the page that you want to link to in the URL field.
  3. At the bottom of the link options box, there is a “section anchor” option. This is where you will fill in the name of the anchor. If you have already published the page with the anchor on it, then the name of the anchor may appear as one of the options in the drop-down menu for you.
  4. Click “Okay” and the link to your anchor will be active.

Directing people to a section of your Web page (already marked with an anchor)

When you want to direct people to a section of your Web page that you have already created an anchor for, provide them with the URL of the Web page, followed by a pound sign (#) and then the name of the anchor.

An example of an anchor in action is http://www.sandiego.edu/law/news/webcasts/index.php#rakove. In this example, the anchor is called “rakove” and it directs users to the section of the page with the webcast from Jack Rakove’s lecture.


Creating a link to an anchor or an external Web page

Unless you know that name of the anchor on the external page that you would like to link to, this process will require to you look at HTML code. If you know the name of the anchor, you can simply create a link to the URL of the Web page, followed by a pound sign (#) and then the name of the anchor. If you don’t know the name of the anchor (or if one exists), you can find out by following these steps:

  1. Go to the external Web page in your browser (Internet Explorer, Safari, Firefox, etc.).
  2. In Internet Explorer: From the Page menu, select View Source. In Safari: From the View menu, select View Source. In Firefox: From the View menu, select Page Source. This will bring up the generated HTML for the Web page for you to search.
  3. You can then search the source code for either <a name= (which is how anchors are indicated in HTML) to see if there are any on the page, or you can search for the wording on the page that is where you want to link, to see if there is an <a name= HTML tag anywhere in the vicinity.
  4. The name of the anchor will be between the double-quotes after <a name = . For example, for an anchor tag like <a name=”testing”>, you would want to add #testing to the end of the URL for the Web page to link to that section of the page.

 

Creating a new section of your website

If you want to create a new section of your website that will have the flexibility to have its own navigation, etc., you can do so by adding a new folder to your website through the File Manager (http://www.sandiego.edu/unet/files.php) by following these steps:

  1. Click on “Departmental File Manager”.
  2. Log in with your departmental Web account username and password (this is not the same as your MySanDiego username and password).
  3. Click on “Sites”. This will take you to a list of all websites that are set up for your Web account.
  4. Click on the website that you want to add a section to and this will take you to a list of all files that have been uploaded to that website. This is also where you can come if you ever need to delete any files, or rename files that you have uploaded to your site.
  5. You can create a folder at the top or bottom of the page by entering the folder name and then clicking on “Create Folder”. create_folder.jpgThe folder name should be representative of what kind of information you’ll be putting in this part of your site. Folder names should be all lowercase, with an underscore (_) between words, rather than a space.  
  6. You have now created a folder that will house the new section of your website, but it is empty, so you will need to copy a subnav.xml file over from one of your other folders so that you can control the navigation in this new section of your website. Navigate in the File Manager to another section/folder of your website that has a subnav.xml file.
  7. You will need to download the subnav.xml file so that you can then upload it to your new folder. To download, simply click on the black arrow to the right of the filename. subnav.jpg
  8. Now navigate back to your new folder.
  9. At the bottom of the screen, you can then upload the subnav.xml file.upload_file.jpg
  10. You have now created a new section of your website, complete with a subnav.xml file to control the left-hand navigation. However, you will need to go to Contribute and create a new page in this section of the site before anything will appear online.

Error message in Contribute for subnav.xml files

     

 

subnav_error.jpg

Contribute gives you this message when you go to a subnav.xml file because it can’t display this type of file within the Contribute browser. This type of file needs to be opened in an external editor (Notepad for PCs, TextEdit for Macs). Despite the fact that this “error message” displays when you navigate to a subnav.xml file, you should still be able to click on “Edit” in the upper left-hand corner and your subnav.xml file will open in one of the editors mentioned above. For step-by-step instructions on editing the subnav.xml file and setting up a default external editor, you can download the “Contribute for Departments” PDF (http://www.sandiego.edu/web/pdf/contribute_departments_2010.pdf). Information about editing a website’s navigation begins on page 19.


Getting Your Left-Hand Navigation to Display

There are two common reasons for left-hand navigation not displaying on Web pages:
1. There is not a subnav.xml file (the file that controls left-hand navigation) in that section of your website. You can determine if this is the problem by going to the Web page in question in your browser (Internet Explorer, Safari, Firefox, etc.) and then replacing the filename with subnav.xml. For example, if the page that you want to test is http://www.sandiego.edu/its/sample/index.php, you would replace index.php with subnav.xml. If you get an “Object not found!” or “Error 404” page, then there is not a subnav.xml file within that folder of your website and you will need to add/create one.
2. There is an error in your subnav.xml file. You can also check this by following the steps above. If there is an error in your subnav.xml file, you will see an error message. Internet Explorer will provide a more descriptive error message that will indicate what the problem is, while Safari and Firefox will provide the line number and column number of the error, which allows you to take a look at that line in your file to see if you can identify and rectify the problem.

Some of the most common errors are:

  • </navigation> is missing at the end of the file. Your subnav.xml files should all start with <?xml version="1.0"?> <!DOCTYPE navigation [<!ENTITY class "tertnav"> <!ENTITY basePath "however you get to your website after http://www.sandiego.edu. For example, /its/"> ]>  <navigation section="the name of your website. For example, its"> and end with </navigation>.
  • One of the items in your navitem is not contained within double-quotes.
  • The /> at the end of a navitem was accidentally deleted. Each navigation item in your subnav.xml file should start with <navitem id= and end with />.

If you need additional assistance with debugging an error in your subnav.xml file, you can send an e-mail to web@sandiego.edu.