var fDesc=new Array(); fDesc[1] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; fDesc[2] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner."; fDesc[3] = "Auto) games series. This Application can be used for GTA3, Vice-City and San Andreas. It can also be used partially for the LCS and VCS."; fDesc[4] = "variety of different tasks. So JavaScript FH plus can also be thought of as an ultimate source for Java Scripts. The program contains 170 finished Java Scripts, with every java effects you can think of."; fDesc[5] = "pages in four modes: Editor mode: Displays the page the way will appear on the browser. Source: Application displays the source page. Preview: Shows the page the way a browser will displays it. Split: In this mode, the screen is divided in visual and code."; fDesc[6] = "enough to guide anybody to create step by step a web page by means of its interface WYSIWYG -what you see is what you get- very useful also for editing existing web pages."; fDesc[7] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !"; fDesc[8] = "editor, style sheet editor and predefined DHTML and JavaScript code. The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it."; fDesc[9] = "take charge of your code. Fully extensible, with a powerful scripting language to meet the needs of the serious user."; fDesc[10] = "SQL scripts as well as browse database structures"; fDesc[11] = "authoring, XML Schema, XML conversion, Relax NG and Schematron development, DTD, XPath, XQuery debugging, XSLT, SOAP, as well as WSDL testing."; fDesc[12] = "auto-complete and color coding features. The program offers advanced debugging functionality and has built-in SQL manager, FTP client and integrated web browser."; fDesc[13] = "Perl programs under Windows 98/Me/2000/XP."; fDesc[14] = "use, and even a novice user can work with it efficiently. Just after you press the record button, the tool records and saves all mouse and keyboard inputs in any application and allows you to repeat the recoded activities easily at any time."; fDesc[15] = "and memory, and use scripts and structures -- in a friendly GUI with zoom, multiple views, bookmarks, and drag-n-drop."; fDesc[16] = "compliant databases, such as Oracle, DB2, SQL Server, Sybase, etc., and edit SQL queries and scripts with code completion, syntax highlighting, SQL formatting, plus other useful features that allow you to work more efficiently."; fDesc[17] = "configuration editor for Counter Strike, since version one. It provides a means to graphically create custom buy scripts and edit system configuration settings, and you don’t have to know about scripting but to people who know it gives them the ability to quickly churn out custom scripts"; fDesc[18] = ", that will let you preview the scripts running during the programming process. This is the most advanced editor for text files, Javascripts, XML documents, SQL, HTML, CSS, PHP, Perl, Python, Ruby TCL and Coldfusion. This is a great application that has the syntax highlighting facility."; fDesc[19] = "platform."; fDesc[20] = "environment and editor for creating, testing, debugging and running perl scripts, directly or through associated html documents. Includes many tools."; 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 = '...'; } }