
Tracking Traffic Yourself vs Using Google Analytics
I admit it. I’m an old-school programmer. You can probably guess that by the fact that I love coding in ASP classic. I also code […]
I admit it. I’m an old-school programmer. You can probably guess that by the fact that I love coding in ASP classic. I also code […]
I’ve just created a brand new look for my ASP programming blog. What do you think? Let me know!
The Asc function might seem obscure at first – who wants to know the ascii code for characters? But this actually can become quite important […]
You can use cStr to turn an integer into a string. This helps make string processing much easier. cStr ASP String Function
Do you have two tables, and want to be able to calculate totals and merge information across them? Just join them together! This isn’t even […]
InStr is a commonly used ASP function that allows you to determine where a character or characters falls within a string. This is much like […]
LCase is a commonly used ASP function that allows you to convert all characters in a string to their lower case versions. It only takes […]
If you are working with a MySQL database, it is important to optimize the database so it runs as quickly as possible. Here are some […]
Left is a commonly used ASP function that allows you to copy characters from the left side of a string. It takes two arguments. Left […]
Mid is a commonly used ASP function that allows you to extract characters from the center of a string. Mid ASP String Function
Copyright © 2025 | WordPress Theme by MH Themes