Valhalla Legends Archive

Programming => Web Development => Topic started by: Crim-Training on February 22, 2004, 07:51 AM

Title: [asp] help
Post by: Crim-Training on February 22, 2004, 07:51 AM
anyone know where i can get some tutorial help / clan scripts
Title: Re:[asp] help
Post by: j0k3r on February 22, 2004, 08:02 AM
http://www.aspfree.com/
http://www.aspin.com/
http://www.asp.net/Tutorials/quickstart.aspx

Google it, those took me a whole 5seconds to find (literally).
Title: Re:[asp] help
Post by: Crim-Training on February 22, 2004, 01:38 PM
cheers mate, last question..

how do i set up a virtual path ?
Title: Re:[asp] help
Post by: Banana fanna fo fanna on February 22, 2004, 06:53 PM
It's really easy, just configure IIS and add a path.
Title: Re:[asp] help
Post by: Crim-Training on February 23, 2004, 07:13 AM
ok cheers, although i got hosting with php support now, but i think im gonna keep looking into asp, you been really helpful
Title: Re:[asp] help
Post by: quasi-modo on February 24, 2004, 06:56 PM
Quote from: Crim-Training on February 23, 2004, 07:13 AM
ok cheers, although i got hosting with php support now, but i think im gonna keep looking into asp, you been really helpful
I reccomend asp.net. It has better language flexability, is faster, and well it basically outperforms asp classic in every way. I have a bunch of premade scripts already that I used in my clan's site (though I am redoing the whole thing right now). I am working on a stat system that uses system.net.sockets rather then a stat bot which was something I was planning on using a while back. Maybe you could im me on aim, my sn is chronic peo my email is [email protected].
Title: Re:[asp] help
Post by: Crim-Training on February 24, 2004, 08:23 PM
thats all good n all but its not for a sc site, i was just wanting a script for members to add news to website
Title: Re:[asp] help
Post by: quasi-modo on February 25, 2004, 09:26 PM
news coumn or newsblog, not a problem. I am working on a new one right now. http://quasi-ke.servebeer.com/layout/ doesn't have to be on an sc site for something like this to be useful. The blog I am doing now is using the asp.net repeater control, that means it does not have to be table driven. I am using css to lay it out.