Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Where to start?

Options
  • 05-06-2006 4:18pm
    #1
    Registered Users Posts: 762 ✭✭✭


    Hi, over the long summer months i want to get good at building sites, i kinda know html and have made a few relativitly simple sites using dreamweaver.

    What would be the next step in learning to make good dyanmic sites??

    Thanks


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    Start reading up on either ASP or PHP and combined with SQL, mySQL, Oracle or even Informix


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Oracle?

    Oh come on. You won't be using Oracle unless you are in an enterprise environment.

    Php, asp, asp.net and mysql / mssql / pgsql - yes


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    Well you never know what kind of enviroment you could be working in


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Ph3n0m wrote:
    Well you never know what kind of enviroment you could be working in

    If you have experience then you *might* end up using Oracle at some point........


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    PHP and a bit of MySQL should get you up to speed ...

    Lots of open source projects ... lots to play with .. and you've only the summer to do it in ...

    stick with one language and get good ...

    of course I could just be bitter cus I never did anything with ASP :D could anyone recommend a good starting point ? :)


  • Advertisement
  • Registered Users Posts: 3,594 ✭✭✭forbairt


    On the original post ...

    My recommendations ...

    Step one ... get yourself this
    http://www.wampserver.com/en/index.php

    I'm not sure what webserver you're running at the moment but if its dreamweaver .. chances are you're running it from static pages ?

    Step two ... get yourself a text editor Note Pad ++ is quite nice as is crimson editor

    Step three ... find a tutorial ...
    To be honest its best you find this yourself initally ... if you can't begin to find out information for yourself you're in the wrong game ...
    http://ie2.php.net/tut.php

    Step four ... play ...


  • Registered Users Posts: 7,412 ✭✭✭jmcc


    Ph3n0m wrote:
    Start reading up on either ASP or PHP and combined with SQL, mySQL, Oracle or even Informix
    ASP & Microsoft SQL Server. PHP & MySQL. The bulk of the low to mid section of the web's dynamic sites run on PHP and MySQL. If you are only learning, then these would be the options to go for.

    Microsoft's has a pile webdev/languages stuff available for free now so ASP and SQL server (there is even a free version of SQL server that will handle most hobbyist databases and a 180 day evaluation version of SQL server.)
    http://msdn.microsoft.com

    If you need to evaluate enterprise level databases, then PostgreSQL might be a better option. ( http://www.postgresql.org ) It is free/Open Source and it also is very well supported.

    Oracle is a serious database with serious hardware requirements. It is not exactly something that you'd mess around with as a hobby. Many of the big sites on the web use it but they also have fully qualifed database administrators (DBAs) that handle it. There is an evaluation version available.

    Perhaps it may be a good thing to get a book or two on SQL because it you will be using it if you ever develop a dynamic websites. A good grounding in SQL is very useful, perhaps moreso than a knowledge of PHP or ASP.

    Also on the webdev angle - learn about CSS and what is possible with it.

    Regards...jmcc


  • Registered Users Posts: 7,412 ✭✭✭jmcc


    error9 wrote:
    stick with one language and get good
    Actually, learning a few languages is easier than learning one. Most computer languages share commonalities that allow you to pick up a new one quickly if you are competent in another (though I am not sure tha this applies to Perl). But as with any language, the important aspect is to keep using them.

    Regards...jmcc


  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    blacknight wrote:
    Oh come on. You won't be using Oracle unless you are in an enterprise environment.

    Bebo :)


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    jmcc wrote:
    Actually, learning a few languages is easier than learning one. Most computer languages share commonalities that allow you to pick up a new one quickly if you are competent in another (though I am not sure tha this applies to Perl). But as with any language, the important aspect is to keep using them.

    Regards...jmcc

    Given the person knows a bit about html .. I'd assume they aren't the most technical yet ... so my advice would stand ... no point confusing yourself with asp and php at the same time ... and they are talking about learning over the summer ... I know in my first job I stuck with perl for the summer and got a basic understanding of it over that time ... throwing other languages into the fray would have really confused me ..


  • Advertisement
  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    I'm surprised nobody has mentioned the W3Schools Online Web Tutorials. They are an excellent resource for a variety of web development topics.

    Also, when I was trying to get my head around CSS, I found this tutorial to be very helpful.


  • Closed Accounts Posts: 250 ✭✭GP


    error9 wrote:
    On the original post ...

    My recommendations ...

    Step one ... get yourself this
    http://www.wampserver.com/en/index.php

    I'm not sure what webserver you're running at the moment but if its dreamweaver .. chances are you're running it from static pages ?

    Step two ... get yourself a text editor Note Pad ++ is quite nice as is crimson editor

    Step three ... find a tutorial ...
    To be honest its best you find this yourself initally ... if you can't begin to find out information for yourself you're in the wrong game ...
    http://ie2.php.net/tut.php

    Step four ... play ...


    since when is Dreamweaver a server ??
    and if he has Dreamweaver he doens't need Note Pad ++

    ;)


  • Closed Accounts Posts: 250 ✭✭GP


    PHP, ASP, ASP.NET, MySQl, and if you have the cash MS SQL

    Lots of free code tutorials for both these days (even for MS products like .NET e.g Web Matirx).

    If needs be you can do Oracle at a later stage.......

    Also with regards to SQL dbs, don't forget PostgresSQL


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    GP wrote:
    since when is Dreamweaver a server ??
    and if he has Dreamweaver he doens't need Note Pad ++

    ;)

    miss understood post ... :) sorry I wasn't clearer ...

    Meant if you're running dreamweaver doing basic sites you've probably just got static pages and no server running ...

    You get a better understanding for websites, building them from scratch ... which is something dreamweaver cuts out .. with a lot of the page done for you by it.

    Please note I've not used dreamweaver since 2000 ? so am probably talking through my .. AHEM :)


  • Closed Accounts Posts: 250 ✭✭GP


    error9 wrote:
    miss understood post ... :) sorry I wasn't clearer ...

    Meant if you're running dreamweaver doing basic sites you've probably just got static pages and no server running ...

    You get a better understanding for websites, building them from scratch ... which is something dreamweaver cuts out .. with a lot of the page done for you by it.

    Please note I've not used dreamweaver since 2000 ? so am probably talking through my .. AHEM :)


    hmmm, definitely would suggest doing dev. by doing tutorials from scratch too.

    I used to use smoe of the behaviours built for speed's sake but not anymore. That said they can usefully for a beginner to play around with but can also be a bit confusing and definitely long winded!


  • Registered Users Posts: 762 ✭✭✭Duff Man Jr.


    Thanks for the advice guys, when the weather gets crap again im going to start with a little php and sql.


  • Moderators, Politics Moderators Posts: 39,923 Mod ✭✭✭✭Seth Brundle


    GP wrote:
    PHP, ASP, ASP.NET, MySQl, and if you have the cash MS SQL
    as said earlier MSSQL doesn't cost to test!


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    surprised no one mentioned ruby :D


Advertisement