Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why should I use SSI when I can do much of this using Javascript?

jardScripts - SSI (Server Side Includes)
While it is true that you can insert many simple properties like the current date and time into a page using JavaScript, and it is even possible to use JavaScript includes to create simple page templates there are disadvantages to relying on the surfer's web browser to do all of this rather than using your server. The main problem with using JavaScript comes from the fact that it relies on the visitor's web browser, it's version and it's settings.
Related Questions

How do I (use SSI, HTML, ASP, JavaScript, Mailing Lists, etc.)?

TheForce.Net - FAQ
We'd like to help you out, but we all have school or jobs in addition to doing the site. You should Google any of those terms to find information on them.
Related Questions

How can I attach a footer to my documents without using SSI?

Apache Server Frequently Asked Questions
You can make arbitrary changes to static documents by configuring an Action which launches a CGI script. The CGI is then responsible for setting a content-type and delivering the requested document (the location of which is passed in the PATH_TRANSLATED environment variable), along with whatever footer is needed. Busy sites may not want to run a CGI script on every request, and should consider using an Apache module to add the footer.
Related Questions

How do I access the value of a cookie using JavaScript?

www.adobians.com
You can manipulate cookies in JavaScript with the document.cookie property. You can set a cookie by assigning this property, and retrieve one by reading its current value.
Related Questions

How do I use SSI? Do my files have to end in .shtm or .shtml?

CheaperWebHost.com - Frequently Asked Questions (FAQs)
There are a number of SSI tutorials available on the web. By default, only .shtm and .shtml files are parsed for SSI statements but you can modify your .htaccess file to allow .htm and/or .html files to be parsed. For example, to parse .htm files for SSI, add the following line to your .
Related Questions

Can I use Server-Side Includes (SSI) on my home page?

Information Technology Services
Server-side includes are enabled on the web server. All of the directives described in the XSSI Documentation and also at this location are available, with the exception of the "exec" command. You will need to either name your file with a .shtml extension (e.g., "index.shtml") or turn on the user executable bit: The latter method is recommended for performance reasons.
Related Questions

Why use SSI?

Website Design Articles > More "Web Design" Articles - FAQ U...
SSI makes it easy to bring changes to your website. There are some changes you will need to make to every page or to every page in a specific section. Your website might start out with just 10 pages, and you might figure that it is no big deal to cut-and-paste a change to the navigation menu 10 times. But each time you add a page, you have to update that menu. And with each new page added, you have to paste one more time.
Related Questions

US Net - Customer Support - FAQs - SSI
First you must create a page with a .shtml extention. Then SSI is easily implemented into your Web page by using the following syntax or directives:
Related Questions

Web Hosting Australia Melbourne Sydney Brisbane Adelaide Per...
We support Server Side Includes (SSI). You may use any script in the manner. The only restriction is that you must name your page anyname.shtml. shtml tells the server that the page may contain exec tags that need to be run. SSI is not supported on html pages.
Related Questions

American Discount Web Hosting - About our Company
First you must create a page with a .shtml extension! Then SSI is easily implemented into your web page by using the following syntax or directives:
Related Questions

How do I use JavaScript in the CMS?

CMS Frequently Asked Questions
You can imbed JavaScript into the CMS by imbedding your JavaScript code into any content item using the "Code" view of EditLive!. Simply imbed your JavaScript code into wherever it's appropriate. Note: you won't be able to view the JavaScript code in EditLive! Instead, you will see a <SCRIPT> icon wherever the Javascript is located. To test the JavaScript code, view it in Preview.
Related Questions

How can I use ErrorDocument and SSI to simplify customized error messages?

Apache Server Frequently Asked Questions
Have a look at this document. It shows in example form how you can a combination of XSSI and negotiation to tailor a set of ErrorDocuments to your personal taste, and returning different internationalized error responses based on the client's native language.
Related Questions

Are there disadvantages to using SSI?

jardScripts - SSI (Server Side Includes)
Unfortunately there is one slight downside to using SSI rather than having a plain, static HTML document and that is speed. With a normal static web page all that the server does when it receives a request is read the file from the disk and then send it straight out to the requesting browser, however with an SSI document the server has to read through the document and run extra commands to insert the required information.
Related Questions

What is JavaScript and where does your site use it?

Frequently Asked Questions - Geodesic AiroLITE Boats
JavaScript is an enhancement to HTML (web documents) that allows your computer to perform actions beyond just displaying a static web page. Generally JavaScript is enabled in all major browsers, but can be disabled. We use JavaScript on every page to provide mouse-over graphic effects. We also use JavaScript to help display submission tips on the final secure checkout page.
Related Questions

Can I use Java applets, JavaScript, and Flash pages on my site?

Web Hosting Universe -hosting FAQ host frequently asked ques...
Yes. Those are client-side technologies, so the host doesn't have to do anything to support or enable them. Any browser (such as Internet Explorer or Netscape) that supports them is enough, so any host will do. It doesn't matter whether Java or Flash are listed among the plan's features, they are supported by default.
Related Questions

How to Accessing Elements using javascript?

AKAAS :: JavaScript Interview Questions and Answers | JavaSc...
To do something interesting with HTML elements, we must first be able to uniquely identify which element we want. In the example lt;input type="button" id="useless" name="mybutton" value="doNothing" />
Related Questions

How to delete an entry using JavaScript?

AKAAS :: JavaScript Interview Questions and Answers | JavaSc...
The "delete" operator removes an array element, but oddly does not change the size of the array. var days = ["Sunday","Monday","Tuesday","Wednesday", "Thursday","Friday","Saturday"];
Related Questions

How to create an object using JavaScript?

AKAAS :: JavaScript Interview Questions and Answers | JavaSc...
To create an object you write a method with the name of your object and invoke the method with "new". You can also use an abbreviated format for creating fields using a ":" to separate the name of the field from its value. This is equivalent to the above code using "this.".
Related Questions

Are you using the website with JavaScript turned off?

Cheap flights worldwide from Avro, the low-cost flight provi...
Most browsers have JavaScript automatically enabled. If, however, you have disabled JavaScript you could encounter problems when purchasing on our site. We recommend that you have JavaScript enabled when using our site. Please refer to your browsers' support page for details on how to turn on JavaScript.
Related Questions

Is there an alternative to using JavaScript?

BBC Headlines for your site
this time JavaScript is the method of delivery we are currently offering. We may offer server side propositions in the future.
Related Questions

What do I need before I can use SSI?

jardScripts - SSI (Server Side Includes)
The first thing that you need is a host that supports SSI, unfortunately most free and cheap hosts (including Geocities, Tripod and Angelfire) do not support SSI. If your host allows CGI scripts then they probably also support SSI but if in doubt check their FAQs or contact them directly, unfortunately you may find that some hosts will charge extra for SSI support. Many hosts also require you to rename any pages using SSI to have a filename ending with ".shtml" rather than ".
Related Questions

What SSI commands can I use?

jardScripts - SSI (Server Side Includes)
Unfortunately there is no set standard for SSI commands that all server vendors adhere to. What this means that there are a core few commands that will work on most servers, and a number of additional commands that will only work on certain brands of server. You should check your hosts FAQs or check the documentation for your server (see below) for an absolute list of commands that will work for you.
Related Questions

Can I use SSI (Server-Side Includes)?

The CCIS CGI Server
Sure -- simply make sure that the name of your document with server-side includes ends with ".shtml" See also: Apache Tutorial: Server Side Includes
Related Questions

Can I use SSI on your servers?

Frequently Asked Questions
Yes, you can use SSI on our servers. SSI stand for "server side include", it work in files with .shtml, .html, .htm extensions.
Related Questions

What other options can I use SSI for?

General Website Hosting Information (Page 2/3)
This must be one of the most useful features of SSI- the ability to include one document inside another. For your information, SSI supports relative/absolute paths. Put that code inside your Web page, and your-file.htm shows up in the specific place where the SSI code inserted. The file doesn't have to be a ".htm" file. It could also be a ".txt" file (ie: your-file.txt, your-file.inc, your-file.text).
Related Questions

Can I use Server-Side Includes (SSI)?

RadioTower.Net .:. Internet Service Provider & Web Hosting
Yes! Just use .shtml for any files you want the server to parse. It's as easy as that -- we don't charge you anything for using SSI.
Related Questions

What do I need to use SSI on my site?

General Website Hosting Information (Page 3/3)
For security purposes, we do not enable Telnet/SSH access by default. You must contact our support department or open a support ticket to enable this feature. Please note that we strongly encourage the use of SSH instead of Telnet, to ensure that your login to the server remains secure. SSH is a powerful service which allows you to log into the server remotely to perform specific tasks. Common tasks include checking for new mail (via pine) or sending outgoing mail (via sendmail).
Related Questions

Do I need SSI to use your counter?

All count, Perl counter questions and answers
No, SSI is not required. All Count works on Unix, Linux and Windows NT servers. All you need is a cgi-bin folder.
Related Questions

Can I use SSI on my website?

Vineyard.NET - Vineyard.NET Web-hosting FAQ
Commercial websites are able to use SSI includes in their website. This is not available for personal websites. SSI-enabled webpages must have a .shtml extension for our webserver to execute any SSI directives. Otherwise, the SSI directives will not be executed and the page will be sent directly to the browser, unmodified.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact