Category Archives: Web Development

Dynamically redirect your Login page : Dreamweaver : Active Server Pages (ASP)

This Tutorial enables you to use 1 login page for sites with areas restricted to certain users.

Posted in Web Development | Leave a comment

Create a Login page and Userdetails table : Dreamweaver : Active Server Pages (ASP)

This Tutorial walks you through setting up a database table to house your Users login details, and set up a Login page within Dreamweaver.

Posted in Web Development | Leave a comment

Convert a Date to ISO format : Active Server Pages (ASP)

This short tutorial will show you how to take any date, either in a database or passed in your page, and split it up and reassemble in the ISO format.

Posted in Web Development | Leave a comment

Submit a form when page loads : Active Server Pages (ASP)

This v.short tutorial shows you how to submit a form when the page loads, so that the user does not have to click a button at all.

Posted in Web Development | Leave a comment

Show Records until a Certain date : Active Server Pages (ASP)

This short tutorial will show you how to use a quick WHERE statement to filter your records so it only shows whilst the date column in the table is either greater or equal to the current day.

Posted in Web Development | Leave a comment

Set LocalID to UK : Active Server Pages (ASP)

This small piece of code is used to set the locality ID to UK to ensure dates and other regional data is set correctly. Produces dates as dd/mm/yyyy if you enter now()

Posted in Web Development | Leave a comment