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.

Web Development

  • 09-11-2010 12:34AM
    #1
    Closed Accounts Posts: 7


    Hi, Just wondering if anybody knows how I would go about creating a website that will allow users to create accounts on it? and become members. I've created websites before and I know some programming languages... so it should be easy enough?


Comments

  • Registered Users, Registered Users 2 Posts: 498 ✭✭bobbytables


    LivoK wrote: »
    I've created websites before and I know some programming languages... so it should be easy enough?

    Is what you are looking to build difficult?, not necessarily, but if this is to be delivered on a commercial basis you will have a longer list of technical concerns ahead of you. You mentioned you have experience developing websites, I am assuming static sites, yes/no?

    What programming experience do you have?

    There is a multitude of tools/languages/frameworks/etc that will enable you achieve the desired results, E.g. PHP, Ruby on Rails, Python (Django), Java, etc. In this day and age for any "custom" app, I advise you to employ a proper MVC framework and code with security in mind, sanitize those inputs, etc, etc, etc.

    Beyond the server tier and closer to home, keep an eye on your cross browser compatibility and standards compliance.


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo


    Look into a content management system such as Joomla, supports this functionality out of the box so to speak, may be worth checking out :)

    Nick


  • Registered Users, Registered Users 2 Posts: 23 hzhang


    If you know PHP, then Drupal will be your right choice.


Advertisement