General newbie question

Discussion in 'HTML & Website Design' started by xyz, Jul 21, 2006.

  1. #1
    hey everyone,

    I've been researching and putting together the content for my new site, and I'm ready to start design. The site will have about 5 main categories (pages) and 5 or 6 sub categories within each main category. So 25-30 pages of content in total.

    I've learned from past sites, that I'm never happy with the design in the end..and there is something I'd like to change.. for example, I may want to change my ad placement. What can I do so that I dont have to change the add placement on all 30 pages. Is that what CMS does? .. or should I be using something like Joomla?

    thanks for any advice.
     
    xyz, Jul 21, 2006 IP
  2. Kat2

    Kat2 Well-Known Member

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    No, not CMS, CSS. (A CMS is a Content Management Service.) What you want to do is use CSS (Cascading Style Sheets). That is exactly what CSS is for... so you don't have to recode your entire site when you want to change the layout.
     
    Kat2, Jul 21, 2006 IP
    kk5st likes this.
  3. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #3
    You can use php includeds. this will give you an index.php and you can set

    {right ad} etc and that would change sitewide,

    If you need a simple php frame let me know, I will send you one for free
     
    sundaybrew, Jul 22, 2006 IP
  4. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #4
    i think the best solution for ya is either PHP or ASP, if you want to change the design you might want to change the structure of the site also and that's where neither CMS nor CSS can help you

    I had the same problem with designs, I never liked my sites. The best workout for was creating simple designs like www.hay.am/links now I started to like what I have. Its simple and easy navigateable :)
     
    ludwig, Jul 22, 2006 IP
  5. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #5
    Yea , php is the way to go for sure
     
    sundaybrew, Jul 22, 2006 IP
  6. msmp3

    msmp3 Peon

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You definitely have to use PHP for designing your web-site in the future. If you are unexperienced with that or don't have enough time you can use a CMS like JOOMLA ;)
     
    msmp3, Jul 22, 2006 IP
  7. kaethy

    kaethy Guest

    Messages:
    432
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I disagree, CSS CAN help to change the layout sitewide. It's tables that prevent doing sitewide changes, CSS allows it, if you create the layout using CSS in the beginning.

     
    kaethy, Jul 22, 2006 IP
  8. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #8
    dude, from his post I see that he doesn't know any of them, so if he is gonna go that, he'd better start using a programming language and not the styling
     
    ludwig, Jul 22, 2006 IP