var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs."; fDesc[3] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[4] = "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[5] = "you can use to keep statistics, Microsoft Office add-ons and games. These new versions enable cool fun features that build on the latest technologies including WPF, WCF and LINQ."; fDesc[6] = "as MSDE 2000. Lost or forgotten passwords can be either recovered or instantly reset."; fDesc[7] = "order to create dynamic Windows applications. You can either take this tour on-line or you can download it to your computer. This tour is available for free and doesn’t require any prerequisites."; fDesc[8] = "dynamic Windows applications. You can either take this tour on-line from the MSDN web page, or you can download it to your computer, so you don’t need to be connected during your study time. This tour is available for free and doesn’t require any prerequisites."; fDesc[9] = "2005 Express Edition. The purpose of Lesson 1 is to get the students in touch with Visual Web Developer 2005 Express Edition and describe the work process involved in the design and build of a ASP.NET web page."; fDesc[10] = "2005 Express Edition. The purpose of Lesson 6, “Style sheets and Master Pages”, is to explain and teach how to use Style Sheets and Master Pages when building web pages. Cascading Style Sheets and classes concepts are also included in the lesson."; fDesc[11] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 7 demonstrates how to add a SQL Server 2005 Express Edition Database to your website project, and presents new controls to retrieve data from the database."; fDesc[12] = "Web Developer 2005 Express Edition oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 2 is to explore several ASP.NET server controls that are available in Visual Web Developer."; fDesc[13] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 8, “GridView and FormView Controls”, describes in detail these two important controls."; fDesc[14] = "Web Developer 2005 Express Edition. The purpose of Lesson 5, “Debugging and Tracing”, is to explain how to debug and monitor your web applications using Visual Web Developer 2005 Express Edition and ASP.NET 2.0."; fDesc[15] = "you can do with VWD in order to create dynamic Web applications. This tour is the best way to begin studying Visual Web Developer 2005 Express Edition, and also the less time consuming one. It is available for free for anyone who’s eager to learn and doesn’t require any prerequisites."; 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 = '...'; } }