Server-side - Factbites
 Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Server-side


    Note: these results are not from the primary (high quality) database.


  
 Server-side - Wikipedia, the free encyclopedia
Operations may be performed server-side because they require access to information or functionality that is not available on the client, or require typical behaviour that is unreliable when it is done client-side.
In computer networking, the term server-side refers to operations that are performed by the server in a client-server relationship.
Typically, a server is a software program, such as a web server, that runs on a remote server, reachable from a user's local computer or workstation.
en.wikipedia.org /wiki/Server-side   (164 words)

  
 Server Side Includes (SSI) Tutorial - Part 1
Server Side Includes (SSI) are extremely useful, even though you may have never heard of them or known that you are experiancing them.
SSI is a server side method of manipulating web pages which means that you do not need a specific browser to use them, and they will run on any computer.
What SSI does is it tells the server to replace the SSI tag with something else, for example a piece of text.
www.freewebmasterhelp.com /tutorials/ssi   (716 words)

  
 Internetter: SSI- The WebMasters Secret Weapon
Server Side Includes use simple HTML style commands you can add to your web page to either import a text page or run a CGI/PERL script before the page is served to the client (viewer of the page).
Server Side Includes are the simplest, easiest way to generate dynamic web sites without any technical expertise of any sort.
Server Side Includes can be tremendous time savers in large Web project.
www.internetter.com /papers/ssi.html   (723 words)

  
 Server Side Includes
Server side includes (SSI) are not really HTML but rather commands passed to the server to be interperted and executed.
The problem with server side includes is that you can never 'see them'.
That is because the server has replaced your SSI directive with the processed command.
www.matcmp.sunynassau.edu /~glassr/html/tricks.htm   (539 words)

  
 Server Side Includes
Server Side Includes allow you to write some commonly used code once and have the server insert it into the pages for you.
Server Side Includes are very easy to use.
It is very easy to use Server Side Includes in Dreamweaver.
www.entheosweb.com /website_design/server_side_includes.asp   (795 words)

  
 CGI Programming: Chapter 5
Server Side Includes are directives which you can place into your HTML documents to execute other programs or output such data as environment variables and file statistics.
While Server Side Includes technically are not really CGI, they can become an important tool for incorporating CGI-like information, as well as output from CGI programs, into documents on the Web.
Remember, the HTTP server is usually run by a process with minimal privileges (e.g., "nobody" or "www"), so the permissions on the data file have to be set so that this process can read and write to it.
www.oreilly.com /catalog/cgi/excerpt/ch05.html   (3333 words)

  
 Define server-side include - a Whatis.com definition - see also: SSI
The server simply searches the server-side include file for CGI environment variables, and inserts the variable information in the places in the file where the "include" statements have been inserted.
A server-side include is a variable value (for example, a file "Last modified" date) that a server can include in an HTML file before it sends it to the requestor.
When creating a Web site, a good idea is to ask your server administrator which environment variables can be used and whether the administrator can arrange to set the server up so that these can be handled.
searchsmb.techtarget.com /sDefinition/0,,sid44_gci214225,00.html   (321 words)

  
 Server Side Includes
Server side includes are a handy way to include information on your pages automatically.
You can also use server side includes for graphics such as logos or image maps that should appear on multiple pages.
This page uses server side includes to display the Webmaster banner and header information.
webmaster.indiana.edu /tool_guide_info/ssi.shtml   (449 words)

  
 GUUUI - Server side usability
Server errors are often temporary and will be alleviated after a short delay.
Sometimes a server error doesn't happen by accident, but because the server is down for maintenance.
Most usability professionals don't have a driver's licence to servers and are not aware of the steps that can be taken to make them behave in a user-friendly way.
www.guuui.com /issues/04_04.php   (1047 words)

  
 Server Side Includes Tutorial
The important thing to remember is that the server is always running, and it is what does the work to return the page that is requested.
When the server is going to send any document that ends with.shtml, it knows that is has to check for hidden commands first.
Most servers are not just limited to grabbing a home page from the disk and sending it back, though.
www.mattkruse.com /info/ssi   (2163 words)

  
 Extended Server Side Includes
Server Side Includes (SSI) are extentions to HTML that allow the server to parse (read in) simple commands embedded in normal HTML, process these commands, and output the results.
Extended Server Side Includes (XSSI) extend the abilities of SSI to include the ability to perform simple scripting tasks.
Where element is a command that is parsed by the server, attribute is an option for the given element, and value is the value.
www.cclabs.missouri.edu /things/instruction/www/html/xssi.shtml   (961 words)

  
 Writing the Server Side of a Socket
This class keeps track of where the client and the server are in their conversation and serves up the server's response to the client's statements.
As long as the client and server still have something to say to each other, the server reads from and writes to the socket, sending messages back and forth between the client and the server.
The server immediately sends the reply to the client via the output stream connected to the socket, using a call to println.
java.sun.com /docs/books/tutorial/networking/sockets/clientServer.html   (1890 words)

  
 Penn Engineering - CETS Answers - What are "server side includes" and how do I use them?
Server side includes can be put into a regular WWW document, but a file containing server side includes needs to have a.shtml extension, instead of the standard.html one.
You should be aware that documents containing server side includes take longer to access, since httpd needs to parse the whole document while looking for server side include directives.
Information about server side includes was taken from NCSA's server side includes tutorial, which also describes some commands that are not available on Eniac, such as the
www.seas.upenn.edu /cets/answers/httpd_includes.shtml   (483 words)

  
 Favourites Server Side
Favourites Server Side is a server script which reads the file bookmark.htm (exported from Internet Explorer or from Netscape Navigator) and enables one to search the Favourites over the Internet.
As the file searching are done on the server side, the amount of data to be downloaded from the Internet is minimised.
Favourites Server Side enables one to search a set of Internet Explorer Favourites from any computer that has Internet Web access.
www.chris.id.au /fss   (370 words)

  
 Dieter's ProjBlog : Server Side Scheduling
Adding server side scheduling to Project Server was A LOT of work.
Since only Project had a scheduling engine, actuals needed to be moved from the server down to the client, rescheduled on the client, and then saved back to the server (so reports were up to date).
This allows Project Server to accept large #s of concurrent scheduling requests and supports processing the requests based on CPU availability (and priority of the queue job).
blogs.msdn.com /dieterz/archive/2005/10/17/481965.aspx   (1166 words)

  
 WDVL: Server-side Scripting
Truthfully much of what is done by CGI can also be done using SSI (Server Side Includes) which is a service provided by web server software in which certain HTML comment tags can be used to execute commands.
A web server is a combination of hardware (an actual computer which stores all of the HTML files) and software (the program which listens for web browser requests and utilizes the hardware resources to fulfill those requests).
Not only do servers have processing power to spare, they also have a battery of applications (such as e-mail, database manipulation, or calendaring) already installed and ripe for utilization.
wdvl.internet.com /Authoring/Scripting/WebWare/Server   (1571 words)

  
 ZDNet India : Server-Side vs. Client-Side Scripting
Because all of the server side code is executed before the HTML is sent to the browser, your code is hidden.
The disadvantage to server-side scripting is that the server must use valuable resources to parse each page it sends out.
Because the HTML code returned by the server is simple HTML, you do not have to worry about the version of browser the client is using.
www.zdnetindia.com /help/howto/stories/34090.html   (269 words)

  
 Server Side Image Map Example
Both types of image maps - client side and server side - can be used on UW Oshkosh Web pages.
The HREF in the example code says to run the imagemap program on the server, and the server should look for the image map definition file in an imagemap file.
This means that the image map request is sent through a program on the server, instead of being handled by the client.
www.acs.uwosh.edu /documentation/web/examples/imgmap   (234 words)

  
 Server Side Includes
Server Side Includes are files that have some commonly used code that can be reused by many pages in your site.
Though frames are sort of similar to Server Side Include files, we do not recommend their use as not all browsers support them.
When you use a SSI file the server takes the entire content of the file and inserts it into the page, replacing the include code.
www.smartwebby.com /web_site_design/server_side_includes.asp   (640 words)

  
 Server-side Includes
Our NCSA server supports what is called Server Side Includes, and this document bases much of its information from NCSA's documentation.
One other side effect is that the document is always "new", causing certain web browsers which use caching algorithms to be unable to cache your page, but instead will re-load it every time it is requested.
Unfortunately, because the server has to go through the entire file to look for any directives which are used by the includes, it can slow access to your page particularly if your page is large.
www.eng.hawaii.edu /Html/Neat/ssi.html   (380 words)

  
 PDF Creator, PDF Conversion, Server-side PDF File Print Driver — activePDF Server Overview
Server's unique multithreaded feature allows users to process PDF conversions simultaneously without having to wait in a queue for their PDF output.
Server includes a Configuration Manager module, allowing you to quickly and easily build customized PDF configurations that you can then call from within your application for dynamic PDF generation.
Licensed per server, activePDF Server is a cost-effective way to generate PDF and provide PDF output from any business application to your entire organization.
www.activepdf.com /en/Products/Server/Start.asp   (605 words)

  
 What is server-side include? - A Word Definition From the Webopedia Computer Dictionary
The filename extension enables the Web server to differentiate those pages that need to be processed before they are sent to the browser.
A type of HTML comment that directs the Web server to dynamically generate data for the Web page whenever it is requested.
NeedContractor: Siding Installation and Repair - Submit your siding project and receive free estimates from licensed contractors within 48 hours with no obligation.
www.webopedia.com /TERM/S/Server_Side_Include.html   (256 words)

  
 Server Side Includes & Its Uses - Tutorials - Webmaster Stop
Basically it’s a server side command that tells the server to place a file or text within the page once it is called from a user.
SSI is basically a server side manipulation of web pages, which means the server handles the editing and not the users’ browser.
Everything is done server side as with most programming languages.
www.webmasterstop.com /60.html   (710 words)

  
 Server Side Includes (SSI) Tip
Server Side Includes - called SSIs for short - are a server technology that lets you build your Web pages through a series of reusable components.
These technologies take the same basic idea as Server Side Includes to a much more sophisticated and powerful level.
This directs the server to look for a separate file called "other_page.htm" in the same directory as the page basic_page.shtml and insert it into the later page.
www.netmechanic.com /news/vol2/server_no8.htm   (984 words)

  
 NCSA HTTPd Tutorial: Server Side Includes (SSI)
Having the server parse documents is a double edged sword.
All directives to the server are formatted as SGML comments within the document.
Next, you need to tell the server what filename extension you are using for the parsed files.
hoohoo.ncsa.uiuc.edu /docs/tutorials/includes.html   (814 words)

  
 Fawcette.com - Two Tips for Server-Side Redirection
Redirection on the server side happens because of the server-side code on the servlet/JSP page.
Redirection can happen either on the server side or the client (browser) side.
Redirection on the client side can be accomplished by sending JavaScript code or metadata in the HTML page sent to the browser.
www.fawcette.com /javapro/2002_03/online/online_eprods/servlets_03_19   (351 words)

  
 CIS311: Server-side Scripts
Note that the CGI program may not even reside on the same server from which the page with the form was requested.
CGI (Common Gateway Interface) scripts (or called server script) are the programs that run on the server to service client requests, and it is the standard for passing data from the browser to the server.
A server API is an published interface that lets software developers write programs that become part of the Web server itself.
www.cisdept.csupomona.edu /hwang/cis451/dh311ss.htm   (1210 words)

  
 Apache Tutorial: Introduction to Server Side Includes
SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served.
In the latter part of the article, we'll talk about some of the somewhat more advanced things that can be done with SSI, such as conditional statements in your SSI directives.
But if a majority of your page is being generated at the time that it is served, you need to look for some other solution.
httpd.apache.org /docs/1.3/howto/ssi.html   (1874 words)

  
 Apache module mod_include
A URL is constructed from the attribute, and the output the server would return if the URL were accessed by the client is included in the parsed output.
The document referenced by this path is invoked as a CGI script, even if the server would not normally recognize it as such.
There is a document which describes how to use the features of mod_include to offer internationalized customized server error documents.
httpd.apache.org /docs/1.3/mod/mod_include.html#xbithack   (1654 words)

  
 Server-side Excel
I'm not sure if in the server it's calling COM code or pure managed code, but knowing the reputation of the Office team, I'd bet that they are calling COM code.
Basically, using webservices you can create an instance of an Excel document in the server, set a cell with a specific value, and get the value of another one (you can do more than this, but that's the idea).
Installing Excel on the server may have some security problems and some people avoid it.
weblogs.asp.net /aaguiar/archive/2005/09/14/425111.aspx   (296 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.