var fDesc=new Array(); fDesc[1] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[2] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[3] = "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[4] = "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[5] = "the programmer to create a simple batch command file to perform the tasks necessary to update an application. This include..."; fDesc[6] = "to design or write code for HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS, and others web programming languages. The applications is designed with a very intuitive easy to use interface."; fDesc[7] = ", FLASH and PIC's using user friendly tools and multiple programmer types. Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips."; fDesc[8] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard."; fDesc[9] = "create and debug programs for SYSMAC CS/CJ/CP/NSJ-series, C-series, and CVM1/C-series CPU Units. * Easily achieve position control with wading through user manuals. * Complete support for synchronous operation between units. * Easier connection to PLCs. * Batch backup/restore with a computer. * Comprehensive programming environment. * High program readability. * Time required for onsite startup and debugging has been significantly reduced."; fDesc[10] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[11] = "called brainwave entrainment. You can sit through and experience specific sessions, each designed to stimulate a specific brainwave pattern, thereby bringing about a long-lasting change."; fDesc[12] = "made for Atmel's AVR series uCs ,but Bascom AVR can export a .hex or .bin file so it can be used with many other uCs.Commands used for Bascom AVR are very simple to remember and to use, as compared to C compilers or others.Pin configuration for the uC are also very simple"; fDesc[13] = "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[14] = "production of code and markup is hard work. That's why is very important to have a versatile code editor to help you in this job. Intype is one of those, and with this application you will be able to write code in different programming languages using the same interface."; fDesc[15] = "interface I/O or Windows API; Serial port for communication and the type of data; addresses and the program code for the device; select different devices; read, erase verify, and send program code. The view can be assembler or hexadecimal (assembler view is only supported for 14/12 bit PIC)."; 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 = '...'; } }