var fDesc=new Array(); fDesc[0] = "In ActiveOptimizer2 you have:
- pdProfiler2
You have never seen a profiler like this one! So simple to use, yet so powerful. The pdProfiler features include execution comparisons, call stack tracing, code coverage analysis, remote collection capability, plus much more. The pdProfiler2 combines a new level of customization options along with unbelievable timing accuracy to provide the most data rich ultimate profiler available
- pdGuideBook2
Wow - over 20 categories with 200 optimization tips and techniques. These are not the one or two line tips and techniques like you see in tech magazines or on the web. Most of our tips are complete with detailed explanations, risk assessments, impact analysis, and examples. PLUS, our integrated pdCodeScanner will examine your code to identify where some techniques can be applied to improve performance, or even remove dead code and/or variables!
- pdAddin2
Spend more time optimizing code, less time on mundane tasks. This VB Addin focuses on simplifying the programming chores you have to deal with constantly like error handling and commenting. Use the exclusive "scheme" feature to create multiple commenting and error handling scenarios to handle different coding requirements. pdAddin2 provides a highly customizable tool to automate adding error handling, commenting, plus a few additional select productivity tools. You really have to see this tool to appreciate the power!
- pdSpeed DLL
The pdSpeed DLL contains a collection of extremely useful and practical classes which provide common functionality such as complete registry access, string manipulation, common dialog support (API), file and directory routines, plus much more. Reference the DLL directly and distribute it royalty free or simply include the classes right into your project. This core set of functionality makes starting any project a breeze!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }