Developing Active Server Components with ATLThis article tells you how to write an Active Server Pages (ASP) component with the Active Template Library (ATL), and when you might want to. It assumes that you're familiar with C++, know a little about Component Object Model (COM) and ActiveX, and...
DISPLAY TOP 10 RECORDSSometimes when you display records from a database on the web, you only want to display the most recent records. The Our Latest Scripts list on our home page only displays the top 10 records ordered by date.
Displaying foreign keys in your database as list boxesMy original database administration tool didn't look for foreign keys, and just displayed a confusing list of primary key values. Now, it's been improved with automatically generated list boxes..
Displaying HTML files from your ASP pageOften I need to display the contents of a file on my server. This article shows you what regular expressions to use to successfully display HTML, including automatically making any hyperlinks live..
Displaying printer-friendly pagesA few lines of code is all it takes to implement a printer-friendly version of all your pages. Make all those pesky navigation bars and banners disappear!
DOWNLOAD TRACKERAnother popular web statistic that is valuable to track is how many times an item has been downloaded. This may seem a little more indepth thatn our other web statistic scripts, but just take it step by step and you will make it. This is another...