The goal of the effengüd software article section is to bring you high-quality, relevant articles that will help you solve real-world programming problems. If you have an idea for an article, or would like to have your article published on the effengüd site, please contact our .
This article demonstrates how to use ASP and VBScript to determine the width, height, and color depth of GIF, JPG, BMP, and PNG image files -- without a component!
This article is an addendum to an earlier article Calculating the Distance Between Cities. This article discusses how to increase the performance of that original algorithm when needing to calculate distances for a large number of cities.
This article demonstrates how to determine the distance between two points on the globe given their longitudinal and latitudinal coordinates and shows you how to create a dealer locator system.
This article demonstrates how to time the execution of your ASP scripts using a server-side VBScript implementation accurate to milliseconds without using a component! This script should be in every developer's toolbox!
This article demonstrates how to increase the efficiency of your ADO Recordset calls by using both ordinal references to Recordset elements and the Set statement to assign a particular Recordset column to a variable. Very interesting stuff that has a profound impact on the speed of your ADO calls!