Profile
Achievement
neal_grosskopf's Recent SnippetsTagged function
- All /
« Prev 1 Next »
A quick and easy function that will output table column names and loop through your SQL recordset results outputting it into a HTML table.
2
1147
posted 15 years ago by neal_grosskopf
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2
1033
posted 16 years ago by neal_grosskopf
One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path
including the query string.
2
4512
posted 16 years ago by neal_grosskopf
I notice that a lot of database driven websites make easy mistakes by not checking for plural words. An example might be "2 vote" or "1 votes". Here is an example of a function using ASP to check for plurals.
1
1031
posted 16 years ago by neal_grosskopf