Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Asp

  • 11-08-2002 09:01PM
    #1
    Closed Accounts Posts: 12


    Folks

    quick question, I have a good knowledge of Access and Javascript, how easy would it be then to learn ASP, also is Ultradev to code ASP like Dreamweaver is HTML ????

    all and any answers appreciated


Comments

  • Registered Users, Registered Users 2 Posts: 14,762 ✭✭✭✭Winters


    I was never able to find many GOOD tutorials online, though i havent searched in a while... UltraDev is good but you really need to know basic ASP so you will have an idea of whats going on.

    Take a look at: ASP Objects they have a good bit of info and resources on asp.

    Also look at: ASP101


  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    ASP is an architecture rather than a language - in short a collection of objects with properties/methods that may be accessed via a number of languages.

    As such even though VBScript tends to be the most popular language used with ASP, JavaScript is also used extensively. I suggest you Google about for some ASP/JavaScript tutorials as given you have JavaScript already, it'll be easier for you to get into ASP rather than learning a new language as well.

    4 Guys from Rolla is another good ASP site, that should include ASP/JavaScript tutorials.

    Ultradev would probably be the ASP equivalent of Dreamweaver, I suppose. Ironically, I found it easier to learn how to code directly than use it, although I've not looked at it since it was known as Drumbeat.


  • Registered Users, Registered Users 2 Posts: 771 ✭✭✭whiteshadow


    ditto here.

    Dreamweaver is still grand for anything graphical,
    but it's a bit of a pain to try to implement
    ASP with it.. just regular coding is a lot easier.

    another nice ASP tutorials/resource page,
    www.w3schools.com


Advertisement