Results 1 to 5 of 5

Thread: website making!!

  1. #1
    Photographer; for hire!! shiato storm's Avatar
    Join Date
    Aug 2003
    Location
    next door
    Posts
    6,977
    Thanks
    4
    Thanked
    6 times in 5 posts

    website making!!

    just been asked some advice in making a website, ok not too difficult. it'll proably be reasonably basic but just wondering; how do i set something up that you can add to - like this forum where you add a message and it just gets tacked on to the bottom or top depending on how you see it. thinking for front page of the site how to add news as it comes in etc.
    is that easy to do? not sure how to implement something like that so would appreciate a little input.
    basically after a setup that can be added to easily without requiring dramatic moving of pages off/on a server every time!

    oh and i've never made a site before! so any helpful advice gratefully received!
    Powered by Marmite and Wet Dog
    Light Over Water Photography

  2. #2
    Moderator DavidM's Avatar
    Join Date
    Jan 2005
    Posts
    8,779
    Thanks
    801
    Thanked
    252 times in 234 posts
    2 possibilites - either a CMS (essentially a database driven site) or use a Blog.

  3. #3
    Civilian Nick F's Avatar
    Join Date
    May 2004
    Location
    London
    Posts
    4,668
    Thanks
    9
    Thanked
    18 times in 10 posts
    • Nick F's system
      • CPU:
      • 2.4Ghz C2D
      • Memory:
      • 4GB
      • Storage:
      • 320Gb internal / 750Gb external
      • Case:
      • Apple iMac
      • Operating System:
      • Mac OSx
      • Monitor(s):
      • 24inch
      • Internet:
      • 8mb BE connection
    I would use a CMS if I was you. I use one on my website and it's fantastic. You get a real nice looking site and everything is so easy to control from the backend.

  4. #4
    Moderator DavidM's Avatar
    Join Date
    Jan 2005
    Posts
    8,779
    Thanks
    801
    Thanked
    252 times in 234 posts
    If you go for a blog, i'd suggest WordPress - as it's definately one of the better....

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by shiato storm
    just been asked some advice in making a website, ok not too difficult. it'll proably be reasonably basic but just wondering; how do i set something up that you can add to - like this forum where you add a message and it just gets tacked on to the bottom or top depending on how you see it. thinking for front page of the site how to add news as it comes in etc.
    is that easy to do? not sure how to implement something like that so would appreciate a little input.
    basically after a setup that can be added to easily without requiring dramatic moving of pages off/on a server every time!

    oh and i've never made a site before! so any helpful advice gratefully received!
    the important thing to bear in mind here is that you can't do what you want to do with just HTML. a basic web server has one job - listen out for browsers saying "send me this file please", and to reply with "okay, have this file". if you want to do anything more than that, your server needs to be smarter - more specifically, it needs to understand browsers saying "send me this file plase, oh and by the way, here's some extra info". in the normal case, the file is a confirmation page, the extra info is the data to verify and do something with.

    the usual method is an active server language - the most common option is PHP, but there are also things like ASP, ASP.NET, ColdFusion, WebObjects, SafePerl, Ruby, and many more. you write scripts which generate HTML pages on the fly, and send them back - for example, by reading content from a database or plain text files - then send the HTML as if it were a normal flat .htm file

    there are plenty of off-the-shelf options for what you want to do, such as blogging software or a simple CMS. or you could learn a language and write your own (being careful of security, of course). either way, if you don't have an active-language-capable server, give up now.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tekheads lucky dips - are they making them up?
    By malfunction in forum Retail Therapy and Bargains
    Replies: 12
    Last Post: 09-03-2004, 02:42 AM
  2. 100% Database driven website
    By Kezzer in forum Software
    Replies: 7
    Last Post: 18-01-2004, 02:04 PM
  3. a website name?
    By BroadbandPlacey in forum General Discussion
    Replies: 10
    Last Post: 22-12-2003, 01:15 AM
  4. xboxswaps.co.uk - new xbox website
    By Bleek in forum Gaming
    Replies: 17
    Last Post: 28-11-2003, 11:40 PM
  5. wont to make a website
    By Planetside in forum Software
    Replies: 7
    Last Post: 12-11-2003, 07:45 PM

Posting Permissions

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