To request a site in CMS, complete the form available at www.ndsu.edu/cms/request_site .
To request an account or access to a site in CMS that already exists, complete the form available at
www.ndsu.edu/cms/request_account or contact the
ITS Help
Desk.
As defined at wikipedia.org on 2/15/08, cache is "a temporary storage area where frequently accessed data can be stored for rapid access."
TYPO3 uses caching at a few levels. It may cache individual content elements or entire pages as they display in your browser. It caches many files, especially image files. It also caches URLs. It caches configurations used in the backend and the page template.
Why does it do all this?
To reduce the amount of time required to display a page in your Web browser. To display a page for the first time, TYPO3 must
Retrieving and processing this for every visitor that comes to your site would cause significant "load" on the server and cause delays to view pages. Saving the generated page in a cache means the page can be quickly displayed to visitors.
This comes at the expense of occasionally requiring you to manually clear caches, forcing TYPO3 to regenerate the page it displays to visitors. Generally, a manual cache clear is only required when a page name is changed or when a page is moved (since navigations for pages not directly affected will not be rebuilt).
TYPO3 automatically clears its internal caches at midnight daily, which is why you may notice that, without manually clearing cache, some actions take "overnight" to be visible on your site.
Your browser (Internet Explorer, Firefox, etc.) caches pages and files so that you don't need to re-download them every time you view the page or file. This means that if a page or linked file is updated, you may need to clear your browser cache to view the changes. The simplest way to do this is to hold the shift key down while clicking the refresh/reload button in your browser.
In short, no.
In a July 2006 e-mail from Marc Wallman, Director of IT Infrastructure Services in ITS,
"All editing features should be workable through TYPO3's rich text editor without modifying HTML. If something doesn't seem to be working right on that front, please [contact ITS]. Additionally, in the new web paradigm working with HTML should be reserved for web designers to ensure uniformity in the look and feel of web pages."
In short, no.
The basis for this answer is the previously mentioned HTML statement.
In most cases, an alternative solution to Javascript is available. For some examples of work-arounds, please see more information on Javascript <coming soon>.
File types including PHP, INC, HTM, HTML, DHTML, SHTML, PL and CGI may not be stored in the TYPO3 file manager. Use of such files conflicts with the paradigm where Web developers maintain programming code to ensure security and uniformity in look and feel of pages. If you have need to use such files because a particular functionality is not already provided by TYPO3, CMS may not be the appropriate host location for your application. Please contact ITS for assistance in identifying a solution.
Just as you have a proper name and like it to be spelled correctly, TYPO3 has a proper name and proper spelling. I (Jill) have seen some creative spellings, including Type 03 and typo 3.
The correct spelling of TYPO3 is TYPO3. A generally accepted abbreviation is T3.
To draw comparisons, writing TYPO3 as "Typo3" or "TYPO" is like writing "Ndsu" or Blackboard as "Black."
The TYPO3 organization has published a style document on spelling TYPO3.

A template is a (web) page layout created by a designer (or possibly a web developer). The template contains the page layout, styles (fonts, sizes, colors), and "static" content in pages (think header and footer).
The template is used by every page within a site to create a consistent look and feel throughout the entire site. It facilitates easy site updates (for example, if the designer should decide that the layout is outdated and she creates a new design) and means that content providers don't need to worry about design or layout or anything else that might require an art class.
In lieu of a detailed explanation of what TYPO3 draft/workspace/versioning is all about, here is a link to the official documentation. Hopefully I (Jill) can translate this to a less technical, more friendly, version soon.
typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.1.0/view/3/7/
While TYPO3 does allow file upload and link-to-file capabilities, the suggested method for sending file links is to create a page in TYPO3 with a link to the file and send an e-mail with a link to that page.
For example,
This method will allow you to update the file and provide a note to visitors that the file was updated on date mm/dd/yy to include some new details (if applicable), to tell them that a special program is required to open the file (if applicable), and to keep the URL short for e-mail purposes.
Note that when sending e-mail containing links to pages in TYPO3, you should reformat the address to follow university guidelines before sending the e-mail. For example, if I copy and paste the URL http://its.ndsu.edu/help_desk/hours/ from the address bar of my browser, I should replace the its.ndsu.edu format with www.ndsu.edu/its to have a final URL of http://www.ndsu.edu/its/help_desk/hours . Additional explanation is forthcoming.
(as of 12/12/2007)