The asp-classic tag has no wiki summary.
3
votes
0answers
234 views
VbScript/ASP Classic good OOP Pattern
Hy all,
I have to create a website in Classic ASP, and i really want to do a clean design so i will try to put everything in Classes and Models to emulate the ViewModel Pattern.
So can you tell me ...
0
votes
1answer
47 views
asp classic - refactor advice
d("rma_date") = request.form("FormDate")
d("rma_phone") = request.form("FormPhone")
d("rma_orderno") = request.form("FormOrderNumber")
d("rma_email") = request.form("FormEmail")
d("rma_partno") = ...
5
votes
2answers
410 views
Is there a more efficient way to do Base 32 encoding/decoding than this?
This journey started with a quest to create the shortest possible case-insensitive verification number. Based on the answers there, I worked out a Classic ASP/VBScript implementation of Crockford's ...
2
votes
3answers
251 views
Trying to speed up a report that takes freaking forever
I'll try to keep this as short as I can without losing context - we have a system for online education, where presentations often have a test.
Management has access to a report used for measuring ...