|
||||||
|
|
University Computing Services Build the Web! Frequently Asked Questions About Creating Web Sites @ Florida StateGetting Started
Working with the Server
Where am I? (URLs & Links)
Advanced Applications and Interactivity
Yes. UCS runs World Wide Web server software on Garnet (garnet.acns.fsu.edu) and Mailer (mailer.fsu.edu). Any person with an account on one of those systems can create his or her own World Wide Web site (aka "home page"). Any FSU student, faculty, or staff member can obtain a free account from UCS by using FSUID.
Departmental accounts
are assigned names that reflect the departments' names, e.g., biology
(Biological Science) and career (Career Center). To request an
account for a departmental web site on www.fsu.edu , send email
to problems(at)UCS.fsu.edu . Include the name of the organization,
the desired name of the account (which will appear after the '~' in
the URL - must be 8 characters or less ), and the names of all individuals
who should have administrative access to the departmental WWW files.
All of the account managers must have personal accounts on mailer.fsu.edu
. UCS does not create
such accounts for student organizations such as clubs and fraternities.
Student groups must set up web sites on personal accounts on UCS systems
or use other departments' web servers. Generally,
student organization web sites go in the ~staffair area. Registered
Student Organizations can obtain free assistance with website development
and design through the SGA
Publications Office (Contact: 644-0037; www.fsu.edu/~sga). The website
can be posted for free on the FSU Union server by Organizational and
Leadership Services (Contact: 644-3840; www.fsu.edu/~union/leadership).
The web server software on Garnet and Mailer will only serve files that are stored in a special subdirectory, which must be called public_html. If this directory does not exist, issue the mkdir command from your home directory: mkdir public_htmlDepartmental WWW accounts are created with the public_html set up in advance, so this command is unnecessary. If your account is set up to use the menu, you must choose the "Unix prompt" option before you can issue commands. chmod o+x ~(translates into adding permisssions --> Other: Execute for everything (including your home directory) and Other: Execute for public_html directory) Departmental WWW accounts are created with these permissions in place, so the commands are unnecessary. Any subdirectories of public_html will also need 'x' permission, and any files to be displayed via the WWW will need 'r' permission. The permissions can be added with chmod o+r filenames (translates to adding
permisssions --> Other:
Read for filename specified and Other:
Execute for directory specified) In SFTP, you can right click on the file and set the permissions to 755.
If you created the HTML files on a microcomputer, you must use sFTP, Fetch, or some other secured file transfer program to copy the files to the public_html directory on the web server. You may need to change the file access permissions (as described above) after uploading the files.
If you do not know your full path on Garnet (the path will vary depending on whether you are faculty, staff, undergraduate or graduate student and when your account was created) you can login on Garnet using Secured Telnet software and, at the shell prompt, type pwd. This UNIX command stands for "print working directory" and will show you your full path from root. * * Learn about 'tunneling' when using FTP client software - non SSH software (WS-FTP, DreamWeaver, ColdFusion, etc.) If you plan to use WS_FTP (which is non secured), please see tunneling instructions. If you put your home page in index.html, then, depending on which machine your account is on, you should be able to connect to it at the URL (URL stands for Uniform Resourse Locator -- just remember that it's your page's "address") http://garnet.acns.fsu.edu/~usernameor http://mailer.fsu.edu/~usernamefor example: http://garnet.acns.fsu.edu/~abc1234username is your login or account name on the system). Note that the ~ symbol really should be inserted as shown, and public_html should not appear in the URLs. http://www.fsu.edu/~deptacctwhere deptacct is the name of the account. Note that the ~ symbol really should be inserted as shown, and public_html should not appear in the URLs. Individual users' home pages on Mailer cannot be accessed through www.fsu.edu. http://server-name/~username/filenamewhere server-name is one of mailer.fsu.edu, garnet.acns.fsu.edu, or www.fsu.edu (depending on where the account was created. Files in subdirectories of public_html are at http://server-name/~username/subdir/filename On UCS web servers, only the directory public_html under each user's home directory is accessible to the web server, and the URL http://server-name/~username actually refers to the subdirectory referenced by Unix as ~username/public_html , i.e., the subdirectory public_html under the user's home directory. <a href="other-file.html">or, for a file in a subdirectory of public_html, <a href="subdir/other-file.html"> Using relative URLs will make your files more portable, and will facilitate developing them on another computer (such as a PC or Mac). Graphics for the WebThere are many excellent sites on the net that offer free graphics for others to download and use. Be careful to adhere to the guidelines provided for their use, however. Some sites will require a link to your page acknowledging their site, some just the creator's name as acknowledgment, others nothing at all. Each archive is different. Remember that on the internet, access doesn't equal permission-- use your judgement and be considerate. NOTE: DON'T use a link to another person's site as an inline graphic without their express permission (exceptions to this rule include some access counters and a few search engine front-ends). This places an unreasonable load on their server and is considered a serious breach of webiquette. If your graphics application cannot output either GIFs or JPEGs you will have to convert your images to one of these formats so they can be seen on the web. There are plenty of sources for shareware graphics converters on the net. In the end the amount
of graphics you use on your page will be a compromise based on what
looks good and what makes the best sense for your target audience. Presentation
is important, of course, but information is really what people are after
when they visit your site. In general, it's recommended that you not exceed 600 x 600 pixels of total graphics area on a given page, or a total of 30K of images. The basic format
of a copyright notice follows: "A proper copyright notice consists of three things:Advanced Applications Imagemap is a program that allows a user to click on a region within an image. It is possible for user-created pages to access imagemap on Garnet, Mailer, and WWW. See information about using imagemaps. Since many departmental sites now need to set up on-line forms for obtaining information from users, UCS will provide access to a program that extracts form input data and sends it to the department via electronic mail. Each department can request creation of a single email alias that points to one or more email addresses to receive the data (contact problems(at)ucs.fsu.edu). However, UCS has installed a CGI wrapper program on its Web servers that provides extra security and allows CGI applications to be started up indirectly. The wrapper ensures that the executing program runs under the ownership of the program owner, rather than the Web owner. See information about using CGI-wrap.
***** If you need additional help, please see our list of help resources. Please NOTE: The User Services Help Desk will NOT help students with websites related to coursework.Got a question you'd like to see answered here? Send eMail to webmaster(a)ucs.fsu.edu | |||||
| |||