var fDesc=new Array(); fDesc[1] = "written in the Java programming language. Once installed you won´t notice it. JRE is free to download, install and deploy, and all the related documentation can be found at http://www.sun.com."; fDesc[2] = "java programmes and should be installed to run java programmes. It comes with a bunch of very handy new features which enable to develop java programmes with high quality."; fDesc[3] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain."; fDesc[4] = "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[5] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[6] = "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[7] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!"; fDesc[8] = "Pascal programming. It's similar to Delphi IDE when Borland was in charge of it. It provides the possibility to import Delphi files, like units, projects and packages. Its GUI is friendly and easy to use. It runs in Windows, Linux, FreeBSD and MAC OS platforms."; fDesc[9] = "professional looking GUI applications, that can be run on Windows. Express Edition is a version that Microsoft distributes freely. Anyone can download and install it without serial number. Its like a developer/learning version."; fDesc[10] = "applications that run under Windows, Amiga and Linux Operating Systems. The user interface is very easy to use and offers many preferences and options for the users to set according to their own purposes."; fDesc[11] = ", dozens of popular extensions and packages, a syntax-highlighting editor and execution environment, and more. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity."; fDesc[12] = "A combination of written text and video, covers the initial concepts about developing applications on C#. The approach of the lesson is to present computer programming as a fun activity. Available for free and only one prerequisite: Visual C# 2005 Express Edition."; fDesc[13] = "Visual Basic language. This introductory lesson is a combination of written text and video which present computer programming as a fun activity. You can either take this lesson on-line from the MSDN web page, or you can download it to your computer."; fDesc[14] = ", especially if you have to write or edit in many different programming languages. It doesn't matter what programming language you develop in, in Source Editor you will find an excellent tool to make your work easier."; fDesc[15] = "writing/modifying the codes, an IDE and an Interpreter. The programs written in this language are executed in the application's terminal window, which resembles old DOS based programming languages such as GW Basic, Pascal and Turbo C."; 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 = '...'; } }