Daily Archives: August 18, 2010

XHTML

XHTML (Extensible Hypertext Markup Language) is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML), the language in which web pages are written. While HTML (prior to HTML5) was defined as an application of Standard Generalized Markup Language (SGML), a very flexible markup language framework, XHTML is an application of XML, […]

Template processor

A template processor (also known as a template engine or a template parser) is software or a software component that is designed to combine one or moretemplates with a data model to produce one or more result documents.  For purposes of this article, a result document is any kind of formatted output, including documents, web pages, or source code, either in whole or in fragments. […]

List of PHP editors

This article contains a list of text editors with features specific to the PHP scripting language. Free editors Cross Platform ActiveState Komodo Edit Bluefish – Supports any protocol that is supported by GnomeVFS. (SSH…) Eclipse – PHPEclipse and PHP Development Tools projects. With additional plugins supports SVN, CVS, Database modelling, SSH/FTP access, Database Navigation, Trac integration, and others. Emacs – Advanced text editor. The nXhtml addon has […]

List of PHP accelerators

Alternative PHP Cache Alternative PHP Cache (APC) is a free, open source framework that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory. APC is quickly becoming the de-facto standard PHP caching mechanism as it will be included built-in to the core of PHP starting with PHP 6. Home […]

PHP accelerator

A PHP accelerator is an extension designed to boost the performance of software applications written using the PHP programming language. Most PHP accelerators work by caching the compiledbytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request (some or all of which may never even be executed). For best performance, caching is to shared […]