var fDesc=new Array(); fDesc[1] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[2] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost."; fDesc[3] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing."; fDesc[4] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[5] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others."; fDesc[6] = "server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications. We are not really running EasyPHP as such: we are really a starting up Apache and MySQL."; fDesc[7] = "developing and using PHP projects on their local computer. WAMP stands for: Windows - Apache - MySQL- PHP5. WAMP5 automatically configures all these components to work together, wherever you install them on your local drive."; fDesc[8] = "Windows platform."; fDesc[9] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers."; fDesc[10] = "support and database administration packages, PHP engine with 50 extensions, Zend Framework for advanced PHP developers, Zend Optimizerfor running encoded PHP files, Zend Debugger, Zend Enabler and Zend Updater for updating installed components."; fDesc[11] = "file. ApacheConf presents all the information in the httpd.conf file in a structured view."; fDesc[12] = ", and this way we´ll be given an Apache or a Hind helicopter. Through the stages we will receive different missions which may involve destroying enemy forces or rescuing hostages."; fDesc[13] = "Apache Server. It also allows you to adjust many parameters in an easy way. It can manage many Apache Web Servers with different versions hosted in different platforms (Linux, Windows or UNIX). Apache Admin works on Windows platforms."; fDesc[14] = "them, view their error log files and control both local and remote Apache servers working on different platforms."; fDesc[15] = "log file, loads it into the table and hilite the specific information. Filter,Autofilter Whois,GeoBytel service support"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }