SSI newbie questions

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default SSI newbie questions

    I never knew about SSI, but it seems pretty easy stuff and too simple in some
    ways.

    I've tested it out and it works well, but I wonder is there really a need to
    alter all my file extensions to shtml? I've already done so in a test web site
    but read a few things online in which some methods are offered to use normal
    extensions. No official forums carry this advice.

    My other concern is that perhaps not every computer can view websites with
    ssi, it seems fine on my systems and browsers, but how many people here use
    ssi as a matter of course building web sites? It seems like everyone ought to
    use it. Am I wrong to think this way?

    Furthermore, I must add that it is a great releif to just copy that long list
    menu and not have to worry about altering the web site at a later date by
    coding all pages by hand.

    SSI seems to be a great thing.

    Has anyone had any negative experience with it?

    Any SSI nightmares out there that I ought to know about?

    What precautions would a man, or woman, need to take or be aware of when
    embarking upon this path?


    Css Lover Guest

  2. Similar Questions and Discussions

    1. Newbie questions
      I am a new user of Dreamweaver MX, and have very limited knowledge of what I need to use it to create HTML "popup" emails -- can someone give me an...
    2. very newbie questions about CF
      :o Apologies in advance but need real user advice here... can I use the ColdFusion functionality built into Dreamweaver MX 2004 to build a...
    3. Two newbie questions
      Hi, I'm just learning InDesign CS after using PageMaker for more than 10 years (I need to be fluent in both for work purposes). I have two questions...
    4. AIX Newbie Questions
      I have recently purchased a RS/6000 43P-150 workstation for the purpose of learning AIX 5L.... Q1) Do many use an RS/6000 workstation as their...
    5. (Newbie) AIX Questions
      Just started caring for RS/6000 running AIX 4.3. Planning on doing upgrade to 5.2 but have a couple of questions. 1. Volume group rootvg is...
  3. #2

    Default Re: SSI newbie questions

    > alter all my file extensions to shtml?

    You can ask your host to enable server parsing for your current *.htm or
    *.html extension - that way, all files will be parsed. Some hosts will do
    this and some will not.
    > My other concern is that perhaps not every computer can view websites with
    > ssi, it seems fine on my systems and browsers, but how many people here
    > use
    > ssi as a matter of course building web sites?
    I do. Since the include file is inserted on the SERVER (that's why it's
    called 'server-side include') the client computer is unaware that anything
    has been done. As far as the client is concerned they requested and were
    given an ordinary HTML page. So the answer to this question is - it doesn't
    matter what the client computer is using. There is no compatibilty issue
    here.
    > It seems like everyone ought to
    > use it. Am I wrong to think this way?
    No.
    > What precautions would a man, or woman, need to take or be aware of when
    > embarking upon this path?
    Fully understanding the technology is a good start.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Css Lover" <webforumsuser@macromedia.com> wrote in message
    news:du36dc$msr$1@forums.macromedia.com...
    >I never knew about SSI, but it seems pretty easy stuff and too simple in
    >some
    > ways.
    >
    > I've tested it out and it works well, but I wonder is there really a need
    > to
    > alter all my file extensions to shtml? I've already done so in a test web
    > site
    > but read a few things online in which some methods are offered to use
    > normal
    > extensions. No official forums carry this advice.
    >
    > My other concern is that perhaps not every computer can view websites with
    > ssi, it seems fine on my systems and browsers, but how many people here
    > use
    > ssi as a matter of course building web sites? It seems like everyone ought
    > to
    > use it. Am I wrong to think this way?
    >
    > Furthermore, I must add that it is a great releif to just copy that long
    > list
    > menu and not have to worry about altering the web site at a later date by
    > coding all pages by hand.
    >
    > SSI seems to be a great thing.
    >
    > Has anyone had any negative experience with it?
    >
    > Any SSI nightmares out there that I ought to know about?
    >
    > What precautions would a man, or woman, need to take or be aware of when
    > embarking upon this path?
    >
    >

    Murray *ACE* Guest

  4. #3

    Default Re: SSI newbie questions


    Thanks for the advice, that's all I need for now.

    I'm using SSI in its most basic form, but it is a big web site and without
    this I would have a nightmare if any link went down or we needed to add
    another. I've also built up a nice looking artistic list with divs and
    suchlike, so having this as the ssi is a good thing.

    I use 1&1 and think you can just do your own .htaccess 'thing', and upload it
    to parse the pages, that would make it easier, but I've already just copied an
    xhtml site and used that to experiment with ssi and changed all the pages to
    shtml.

    I guess I ought to change them back as it is just extra work to no good
    purpose.

    Knowing now that ssi is compatible with all systems is good to know, I guess
    this is for the medium to large sized websites, but someone here stated that
    they use it to allow a client to upload files. This is actually something that
    interests me.

    Having just found the DW link checker, I have saved hours of laborious work as
    I used to check links manually.

    I am now at the stage of 10 days to go with my trial version. I feel my pocket
    is about to become lighter. I'm going for the teacher/student edition and
    cannot wait to use them.

    These are powerful tools Murray, but in the hands of the unskilled, there
    could be tears!

    I might look for a course near me, or use Open University, which is free for
    me at least. There are advantages to being poor, one of which is the
    opportunity to educate yourself.

    There is no excuse for ignorance but a million opportunities to wallow in it.

    God willing, Adobe CS2 will come my way also.


    Css Lover Guest

  5. #4

    Default Re: SSI newbie questions

    > I'm going for the teacher/student edition and
    > cannot wait to use them.
    Be aware that you cannot use this version for commercial sites, i.e., you
    cannot get paid for them, and they cannot sell things. Also, you cannot
    upgrade the academic version when a new version is released.
    > but someone here stated that
    > they use it to allow a client to upload files. This is actually something
    > that
    > interests me.
    The client would make changes to a text file and upload it to the site. The
    page references that text file as an include file. It's not very functional
    in that to style any of the content, the client would have to enter the
    selectors and the tags into the text they are adding/editing.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Css Lover" <webforumsuser@macromedia.com> wrote in message
    news:du4bee$b6c$1@forums.macromedia.com...
    >
    > Thanks for the advice, that's all I need for now.
    >
    > I'm using SSI in its most basic form, but it is a big web site and without
    > this I would have a nightmare if any link went down or we needed to add
    > another. I've also built up a nice looking artistic list with divs and
    > suchlike, so having this as the ssi is a good thing.
    >
    > I use 1&1 and think you can just do your own .htaccess 'thing', and upload
    > it
    > to parse the pages, that would make it easier, but I've already just
    > copied an
    > xhtml site and used that to experiment with ssi and changed all the pages
    > to
    > shtml.
    >
    > I guess I ought to change them back as it is just extra work to no good
    > purpose.
    >
    > Knowing now that ssi is compatible with all systems is good to know, I
    > guess
    > this is for the medium to large sized websites, but someone here stated
    > that
    > they use it to allow a client to upload files. This is actually something
    > that
    > interests me.
    >
    > Having just found the DW link checker, I have saved hours of laborious
    > work as
    > I used to check links manually.
    >
    > I am now at the stage of 10 days to go with my trial version. I feel my
    > pocket
    > is about to become lighter. I'm going for the teacher/student edition and
    > cannot wait to use them.
    >
    > These are powerful tools Murray, but in the hands of the unskilled, there
    > could be tears!
    >
    > I might look for a course near me, or use Open University, which is free
    > for
    > me at least. There are advantages to being poor, one of which is the
    > opportunity to educate yourself.
    >
    > There is no excuse for ignorance but a million opportunities to wallow in
    > it.
    >
    > God willing, Adobe CS2 will come my way also.
    >
    >

    Murray *ACE* Guest

  6. #5

    Default Re: SSI newbie questions

    Originally posted by: Newsgroup User
    > I'm going for the teacher/student edition and
    > cannot wait to use them.
    Be aware that you cannot use this version for commercial sites, i.e., you
    cannot get paid for them, and they cannot sell things. Also, you cannot
    upgrade the academic version when a new version is released.


    I'll only need the Academic version for a few months.

    I'm not building a web site for cash money or any material gain and its not a
    business web site and comes under charitable status.

    What I need is some competition to enter, I'm hoping for some prize set up
    involving Macromedias Full Web design kit , Adobe PS CS2 and a nice pen tablet,
    the A4 size. A Wacom of course.

    What prizes are there on offer here in the UK?



    Css Lover Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139