Netdrafter: Architects of the Web (SM) About
Home About Services Portfolio Support Contact

Archive for July, 2009

Includes (also known as server-side includes or SSI) are commands placed in a web page file that call to separate text or code files before the web page file is displayed by the browser. Elements that are common to a page or multiple pages (a page footer, for example) are taken out of the page, and placed in a separate file. The page file then calls to the external file(s) to get the needed code. (more…)