Other News

Community

Sorting Algorithms In VB

(Richard Newcombe) All too often in an application, there’s a need to sort a list of items. In this article, I will cover some of the more common sorting algorithms and give a few tips on choosing the right one for the job. I will cover the classic “Bubble sort” and “Insertion sort,” right through t

Community

Generating daily usage statistics

(Bernd Kuennen) Sometimes you’ll want to know how many logins there’re on your web site and how the daily usage profile looks like. Usually the first attempt to evaluate this is to copy some log files or unload some database table which holds the login information and then import it to Excel or a si