Results 1 to 9 of 9

Thread: Website Design and Hosting

  1. #1
    Join Date
    Dec 2009
    Location
    UK
    Beans
    128
    Distro
    Ubuntu 11.04 Natty Narwhal

    Website Design and Hosting

    Sorry if this is the rwong place for such a question....
    I want to create a website to do the following:

    Part 1
    Homepage, Contacts, Web Enquiry Form


    Part 2
    Login Page, Form Completion incl. Job Request and File Upload, Job History


    I dont currently have a domain or server to host my website. I have some experience in: Shell Scripting, basic WSYWIG Website design, and Database Design.
    I have done some tutorials on Python and Java (using Netbeans).
    Where should I start? I could complete Part1 by using a basic web design tool but I want to start in the right place to enable Part2 (and part3 when it exists).
    I would like to hear some opinions on Tools and Languages available on Ubuntu 10.10.
    I would assume that the best way to go about ti would be to design the site etc then when it works as I expect deploy it to a hosted server?

  2. #2
    Join Date
    Sep 2007
    Location
    Christchurch, New Zealand
    Beans
    1,328
    Distro
    Ubuntu

    Re: Website Design and Hosting

    oops soz... double post
    Last edited by worksofcraft; October 24th, 2010 at 11:04 AM.

  3. #3
    Join Date
    Sep 2007
    Location
    Christchurch, New Zealand
    Beans
    1,328
    Distro
    Ubuntu

    Re: Website Design and Hosting

    You can set up your own web server using a so called LAMP stack, that's Apache, MySql and Php running on Linux.

    I found the easiest way to develop is to do this on a virtual PC and set it up with it's own IP address on your own virtual network. You can even set it up to be accessible from the www by opening your IP address.

    I found some royalty free virtual appliances that are complete and ready to use for exactly this on the web. Just google for Turnkey Lamp.

  4. #4
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Website Design and Hosting

    Set up a local LAMP server: https://help.ubuntu.com/community/ApacheMySQLPHP
    Configure it and make sure PHP work.

    Next I'd setup the database. Figure out whata data needs to be in db, and plan how to structure this data in tables.
    W3schools have a good intro to SQL: http://www.w3schools.com/sql/default.asp

    Check out the relevant sections in the W3school PHP tutorial: http://www.w3schools.com/php/default.asp
    • PHP Forms
    • PHP File Upload
    • PHP Database


    A tip is to avoid wysiwyg html editors and write html manually, that way you'll learn a whole lot faster.

  5. #5
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: Website Design and Hosting

    Dont install nothing, just download, unpack and run http://www.web2py.com/

  6. #6
    Join Date
    Apr 2009
    Beans
    38
    Distro
    Ubuntu Development Release

    Re: Website Design and Hosting

    For design/development: Drupal -> http://drupal.org/

    https://secure.wikimedia.org/wikiped...gement_systems
    http://www.cmsmatrix.org/

    For hosting: http://www.godaddy.com/ (use code: LINUX or LINUX20 to get a discount)
    Last edited by Wistful; October 24th, 2010 at 07:16 PM.

  7. #7
    Join Date
    Dec 2009
    Location
    UK
    Beans
    128
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Website Design and Hosting

    Ideal, thanks everyone. Plenty to keep me going here. I will let you know how I get on.....

  8. #8
    Join Date
    Oct 2010
    Location
    /smalldormroom
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Website Design and Hosting

    If this is a test website, I would go with LAMP setup.

    If you are looking to make this accessible publicly without fetching the IP of the computer every time your ISP serves out a new address I would go with http://www.dyndns.com/.

    If you are looking for something a little more dedicated, GoDaddy is a good option, but there are others out there that may suite you better.

  9. #9
    Join Date
    Mar 2009
    Location
    Washington DC
    Beans
    610

    Re: Website Design and Hosting

    Well,

    I was in the same position and I simply went to webhostingpad.com, based on reviews. I bought my ipaddress and domain name from them. I started learning html and css. And, I am currently early on in the learning process but it is still fun. I suggest this route.
    "- Courage! It couldn't come at a worse time." | Favorite Hockey Player: #8 Cam Neely! |
    Read my Poetry at
    www.poemscribe.com |

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •