 |
Pinpoint errors in your VB programs to the exact line
where they occur. VB Builder is a VB 5/6 Add-In
that creates line numbered versions of your VB
program so that you can use the VB error line
function (erl) in your error handling code.
VB Builder also compiles your programs and stores
each line numbered version in a separate directory
based on the current version number of the program.
line numbers error handlers erl visual basic pinpoint errors exact line number vb program
|
 |
Document your programs with one click.
VB DocuMentor is a VB 5/6 Add-In that allows you
to painlessly document your program as you code
it. It produces formatted descriptive procedure
and module headers and word wrapped comment
blocks. It also inserts error handling code and
tracks your program's code changes. Also indent
code in each procedure and close all code windows
with one click.
document headers error handlers indent code track revisions document add error handlers indent vb
|
 |
BigSpeed Popup Blocker is an ActiveX control that allows you to create your own application for intelligent popup blocking. The component monitors all running browser instances (Internet Explorer 5 and up) and quietly eliminates all unwanted pop-ups and pop-unders ads before they appear. BigSpeed Popup Blocker does not require any configuration and will start killing popups right away. The key features are:
Exclude certain domains from the checking
Play sound alerts
Customize the sound alerts
Suppress JavaScipt unload event handlers
Block JavaScript dialog boxes
Enable popups by holding down the CTRL key
Blocking event with the url of the loaded page
Multi-threaded, fully self-contained ActiveX control
popup blocking component activex control intelligent popup blocking
|
 |
Web Code Expert is a developer tool, that provides full access to DOM tree and JavaScript object of any loaded web page (either local or loaded from the web). Operation suppported for DOM nodes include create, edit, cut, paste, copy and swap. In addition, you can view/create/edit/delete any of existing JavaScript properties and event handlers on the page. Web Code Expert is also able to show the source code for "protected" pages.
html editor html code dom javascript jscript ie java script script script editor javascript editor html
|
 |
Stunnix JavaScript Obfuscator is very advanced cross-platform
(Windows, MacOS X and any Unix are supported!) professional
obfuscator (encoder, scrambler) for obfuscation of client-side and server-side
JavaScript in .js, .html, .asp, .php, .wsc and .wsh files, with support for
encoding and for ensuring licensing condititions (like script expiration or
binding script to the set of domains), with advanced GUI - Project Manager
supporting projects that with files spanning several directories
(with ActiveX symbols extraction tool included) and very flexible and
powerful commandline interface present.
It includes state-of-the-art support for ASP/PHP/SSI fragments embedded inside
html code and in any place inside of JavaScript code and support for
JavaScript in all html event handlers like onsubmit and
for javascript code in "href=javascript:some_code()".
Includes unique utilities to gather project-specific exceptions:
utility to gather html form fields' names and IDs of
html elements, and utility to extract all symbols from ActiveX or
OLE components;
Full support for products consisting of several JavaScript files and use of
eval.
Full support for keeping library files scripts use in
non-obfuscated (original) form.
Includes means to make analysis of changes between different
releases of the obfuscated product more difficult.
Includes unique support for very easy preparation of code for obfuscation.
Source compression mode is also supported. Comes with exception tables for
Javascript core functions,
W3C html model, non-standard Mozilla and MSIE html models, DOM,
DOM Events, CSS model, SVG, XPATH and even XUL; also exceptions
for ASP/ ADO/ WSH/ WSC frameworks are included.
Includes several configurable obfuscation engines for symbol names, strings
and integers.
Supports multiple case-sensitive and case-insensitive exception tables,
user-specified symbol mapping.
Included GUI has well-known IDE and "projects" concept.
javascript obfuscator stunnix obfuscator javascript compiler javascript encoder javascript scrambler javascript cruncher js-obfus javascript obfuscation obfuscating javascript obfuscate javascript encoding javascript
|
 |
Benefits
TERAVoice can increase productivity by optimizing telephony communications. Never miss a call and get instantly notified on your mobile phone, on your pager or via e-mail. Increase customer satisfaction by optimizing hotlines with voice menus and managed waiting queues and create custom IVR solutions in order to cut down cost for call agents.
With its MMC-based management console, TERAVoice can be administered and monitored easily, even from remote computers. For smaller configurations no dedicated server is needed, simply plug-in an appropriate analog or ISDN telephony board into your file-server and get your telephony solution started at very low cost, while maintaining scaleability through being able to switch to a dedicated system for higher loads later.
Hardware
Through its integrated TAPI and CAPI interfaces TERAVoice is able to support a wide range of telephony hardware starting from simple voice modem up to Multi-PRI ISDN boards or professional TAPI-based telephony boards even in mixed configurations.
Flexibility
TERAVoice combines the ease-of-use of simple voicemail solutions and the flexibility of programmable systems. Voice mailboxes, voice menus and several other call handlers can be created with just a few mouse-clicks. At the same time TERAVoice provides an easy to understand programming interface for creation of custom Interactive Voice Response (IVR) application. Through its integrated scripting capabilities, building custom solutions is as easy as creating ASP (Active Server Pages) web pages.
Notification
TERAVoice is compatible with all SMTP-based messaging systems and mail servers for delivering voice messages and call notifications. Additionally subscribers can be notified via SMS or pager messages and by the MWI (Message Waiting Indicator) of their PBX telephones. A windows client tool for notification and mailbox configuration is available as well.
teravoice voice mail voicemail ivr h-323 h323 voip bridge gateway gatekeeper
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vcl c- builder search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 4 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vcl c- builder search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vcl c- builder search replace strings files
|
 |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 6 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
regular expression search replace strings files vcl c- builder search replace strings files
|
|
|