Bazsites.com Server Side Scripting
Directory Topics
On the Web
- TheScripts.Com - Server Side Scripting - Offers a compilation of FAQs, review articles, and how-to's on server-side scripting for popular scripting languages such as MIVA, Cold Fusion, ASP, JSP and PHP.
- BOA Scripting Engine - Tag-based server-side scripting language licensed under the GNU GPL. Includes documentation and downloads.
- RACE (Riverwatcher Active Content Environment) - A server-side scripting engine with database support for MySQL, Postgresql, and ODBC compliant servers.
- Dynamic Page Languages - The article discusses server side scripting under the Apache web server.
- WebMacro Servlet Framework - A server-side scripting engine. It uses Java introspection to make any object in your servlet accessible in your scripted template. [Open Source, GPL/Commercial]
- iHTML - Official home of iHTML, a commercial server sided scripting/programming language from Inline Internet Systems, Inc. Platforms: Windows 95/98/ME/NT/2000/XP, Linux, and FreeBSD.
- Netorque - Server-side object-based HTML embedded scripting language. Supports regular expressions; has embedded database support and special short queries translated to SQL.
- Internet.Com - ScriptSearch - A searchable collection of server-side scripting source code.
- Introduction to Server-Side Processing - Article discusses the merits of Perl, CGI and Server Side Includes.
- N Technology - Information on the Apache/Linux based server scripting tool N+.
Wikipedia Articles
- Server-side scripting - Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages. It is usually used to provide interactive web sites that interface to databases or other data stores.
- Client-side scripting - Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server). This type of computer programming is an important part of the Dynamic HTML (DHTML) concept, enabling web ...
- Server Side Includes - Server Side Includes (SSI) is an easy server-side scripting language used almost exclusively for the web. As its name implies, its primary use is including the contents of a file into another, via a web server.
- Server Pages - Server Pages are scripts that are embedded in HTML and processed on the server before the page is sent to the client's web browser. This concept is explained generally at Server-side scripting.
- XMLHttpRequest - XMLHttpRequest (XHR) is an API that can be used by JavaScript, and other web browser scripting languages to transfer XML and other text data to and from a web server using HTTP, by establishing an independent and asynchronous communication channel between a web page's Client-Side and Server-Side.