Archive for July, 2008

Classic ASP: More Efficient Database Recordset, GetRows() XoiseRecordset

Thursday, July 31st, 2008

I’ve created what I believe to be a more efficient recordset object for traversing rows returned from a database query. I implemented all methods/properties that I feel make sense to implement. There’s definite room for improvement, but it’s a good start.
My reasoning for creating this is that I like the functionality of using [...]

How To: Create a Simple Visual “Loading” Effect

Thursday, July 17th, 2008

If you’ve got a script that takes a while to load and want to make your user aware that everything is alright, then this tool is for you. The idea is simple - display the message before the labor intensive part of the script runs, and then using CSS after the labor intensive part [...]