The address for your club web space was e-mailed to you after it was set up by ITS. You can either refer to that e-mail or the list of clubs and organizations.
Check with your advisor. They have access to set up web space as needed.
Web Services recommends that you use Dreamweaver (instructions), either in the labs or on your personal computer. Dreamweaver features WYSIWYG, Word-like editing of your web pages as well as built in FTP. However, this is not free software. There are a number of applications out there that are free and can function fairly similar, however if you're willing to play around with actual HTML, a good program to work with is HTML-Kit (instructions). This program, while you are typing in actual code to create the layout of your pages, gives you built in previews, numerous toolbars, and FTP.
If you prefer to hand-code everything or create pages in other programs without FTP access (such as Notepad, Wordpad, or Word), you can also upload pages via FTP using CoreFTP (instructions).
FrontPage was actually discontinued in late 2006. However, versions of FrontPage up to 2003 can be used with some special settings (instructions).
SVSU Clubs/Organizations may use the Content Management System (CMS), utilizing and conforming to the standard SVSU template. Using CMS is the easiest way to edit and submit pages, without needing to know or use any other web publishing tools. If you wish to know more about this system, contact the ITS Support Center.
When you are filling out the blue form for Student Life, just write on there that you would like to use CMS to manage your site. Web Services will then contact you with information regarding training for the system.
We will try to add more as we come across them. If you know of any site that is as helpful as these sites or more, please suggest it by sending the link to webmaster(at)svsu.edu.
IMPORTANT: Students, faculty, and staff must read SVSU’s Acceptable Use Policy and the Web Development Standards. You must also understand the Copyright Considerations for your web pages.
The following is an excerpt from the SVSU Web Page Policies:
“All non-University web pages must carry the following disclaimer in a font equivalent to the majority of the text on the web page:
SVSU accepts no responsibility for the content of this page.
Comments on this page should be directed to the page author.
The University reserves the right to permanently close the Network User ID, e-mail account and access to the Network for anyone who uses the University electronic resources or the Internet to promote illegal activity; who distributes copyrighted material, licensed software or pornographic material; or who promotes material that negatively affects the University.”
Note: It is recommended to have a link to your disclaimer from every page you design.
| (X)HTML | (Extensible) HyperText Markup Language The text that tells browsers the content of your web page. |
| CSS | Cascading Style Sheets Markup that tells the browser the format of your text, such as color, size, placement, alignment, and tons more. |
| FTP | File Transfer Protocol The Internet's way of moving files back and forth |
| WYSIWYG | "What You See Is What You Get" A main feature of the major web page editing tools. This allows you to edit in a mode where you see what your page will look like versus the code used to generate it. |