ASPMXASPMX is an ASP component that provides simple DNS lookup of mail exchanger MX records. This is useful in applications where you need to know the hostname of the mail exchanger(s) for a given domain. For example, if someone provides you with an email...
ASPWizard 1.1DASPWizard 1.1D is an all in one package that automates ASP code generation. ASPWizard saves you time, effort and money and caters for both Professional and the less experienced ASP developer. The software incorporates features that save time when...
Auto-linkingHow would you like to have every instance of an http:// auto-hyperlink itself to the URL address that follows it? Well, here is a killer little function that will take every one of those that it finds in a string and sets up the hyperlink for you...
Bar ChartsTake some data, and make a bar chart out of it! You can use a bunch of variable strings and split'm up, or, take a bunch of numbers out of your database and display them in a more likeable fashion this way. Make sure your numbers are in an array as...
biz-RunnerThe web-server component, called biz-Runner, allows developers to use the easy-Biz formula engine to strictly enforce the business rules defined by the analysts with biz-Builder. The business logic is implemented by a simple call to the run-time...
British Date FormatWhen customers are filling out forms online, let's make sure that they are entering their dates in British Date format, ie: dd/mm/yy - Very handy for internationalized websites.