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

New Website

Options
  • 08-02-2010 4:45pm
    #1
    Registered Users Posts: 17


    I am looking to build a website in the coming months and I would like to have a crack at it myself. Does anyone know of an open source website Package that I could use build it?

    Thanks


Comments

  • Registered Users Posts: 515 ✭✭✭NeverSayDie


    Well, websites are generally built from XHTML and CSS, with some Javascript for more active client-side stuff, there's not really any "package" as such. AFAIK most folks who design websites do the code work in decent text editors - NotePad++ for instance - as opposed to any particular package or IDE. Don't know of any decent FOSS web design tools off the top of my head, Dreamweaver is a popular closed-source commercial one.

    If you need to do heavier Javascript work on the client, using one of the modern libraries like JQuery would be a very good idea.

    If the website needs to act as a UI to a custom-built backend, then the backend part does open into a lot more implementation options. PHP using a framework like Zend, or Ruby using the Rails framework would be two popular FOSS options.

    If there's no need for custom-built code though, a CMS of some sort may well suffice, WordPress would be one of the popular ones for straightforward systems, though there are many more.


  • Registered Users Posts: 17 mpdunnred


    Thanks for that I will check out your reccommendations


  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Some of the more popular content management systems (CMS):

    http://www.wordpress.org/
    http://www.cmsmadesimple.org/
    http://www.joomla.org/
    http://www.drupal.org/

    However, as NeverSayDie has already suggested if you're going to do it yourself you'll need to know something about HTML/xHTML, CSS and probably a bit of Javascript and perhaps php too. If you're on windows I can recommend editplus for that.


  • Registered Users Posts: 132 ✭✭willows


    If its going to be primarily selling then choose and ecommerce application like oscommerce, zencart, or magento.

    if its CMS then on of the ones mentioned above.

    Alot of people make the mistake of wanting the look feel of a CMS and then apply an ecommerce plugin to it, when their aim is selling on line.

    If you do this you grow out of your site fast and end off going back and restarting.

    So pick the application that applies to the most important part of your site.

    Hope this helps


  • Closed Accounts Posts: 4 shaneod


    There is an awful lot to know when developing a site, I would be very wary of doing it yourself to be honest.


  • Advertisement
  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    I'm moving this over to the Design forum where is where these threads really belong.


  • Registered Users Posts: 2,234 ✭✭✭techguy


    shaneod wrote: »
    There is an awful lot to know when developing a site, I would be very wary of doing it yourself to be honest.

    I agree, but.. It depends on the site to be honest and what you are looking to do..

    These days there are really two main parts to a website. Frontend (xhtml,css,javascript) and backend (PHP,MySQL,Apache).

    OP, what kind of experience do you have with said technologies?

    Excuse me if i'm wrong but it sounds like you have very little. If thats the case then you need to start by getting a feel for HTML. Head on over to www.w3schools.com and start reading some of the tutorials.

    Once you get into a bit of HTML and CSS you could design a page. Then go and use a CMS (cms made simple) to manage it all. Thats at a much later stage..

    HTH :)


Advertisement