var fDesc=new Array(); fDesc[1] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain."; fDesc[2] = "languages C/C++. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can be easily used in combination with Cygwin or any other GCC based compiler."; fDesc[3] = "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[4] = "illustrator, CorelDraw, etc… It’s based on the standard vector graphics format (SVG). It is a program with a GPL licenses, is focused in Linux operating systems, but it also provides the capacity option to be used in windows."; fDesc[5] = "WPF base (Windows Presentation Foundation). WPF is a graphical subsystem in .NET Framework 3.0 and later versions. It uses a markup language, known as XAML, which can be used to create a rich development interface."; fDesc[6] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program."; fDesc[7] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[8] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[9] = "and services. It includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[10] = "users can have a complete backup of the contents of their iPod. Moreover, users can play the iPod directly on their PC without copying the contents and play it on multiple PCs."; fDesc[11] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[12] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer."; fDesc[13] = "documentation for programming the OpenOffice.org APIs and creating own extensions for OpenOffice.org. Can be easily downloaded from the official websites and from many others."; fDesc[14] = "functionalities of a full fledged commercial UML editor, and provides basic tools for quickly generating various types of UML diagrams. The interface provided is simplistic, well suited for a novice to quickly learn and master."; fDesc[15] = "works based on Windows Server 2003, Windows Vista и Windows XP. The Microsoft Silverlight QuickStart documentation is designed to help you become rapidly productive in performing common developer tasks."; 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 = '...'; } }