How to convert the side Server includes in the library items in DW CS4? Also change page website to .html .shtml files?

I inherited our Web site created in DW with server side includes the column header, footer and navigation.  I don't know that anything on the server side includes.  I have a hosting company for the online site.  I don't know what that is a 'local web server' and did not have a set on toward the top on my computer - I know.

I want to remove the server side includes the code <!-virtual = "" / head.htm #include '-> out of the body of the pages of the site and insert the code for the server side includes (the footer, header and nav). "  But I also want to be able to continue to make global changes to these files.

Can I convert a server side includes the elements of library, and if so, how do I do this?  I'm still not real familiar with library items, but I know that I can make changes to their topic and make them take effect globally within the site.

And can I change all of the web pages that are now all appointed to .html .shtml.  And can I change the names of files in the window of the local files in DW?

Thanks, I'm trying to achieve its manageable site for my level of knowledge in DW.

Instead of dumbing down of the website which apparently works, why don't improve you your skill set and get warm & fuzzy with Server-Side Includes?

Installation of Apache on a Windows computer will take you about 10 minutes.

http://www.wampserver.com/en/

SSIs are much more effective than the library items.  Lilies require you to republish the entire site whenever you change an element.  SSIs fill changes on the side server so that you don't need to republish the entire site whenever you edit & publish a SSI.  On larger sites, it is a huge time saver.

Rename to .html .shtml files is not necessary to use library items. In fact, you can use SSIs and Lily on the same .shtml pages if you wish.

Nancy O.
ALT-Web Design & Publishing
Web | Graphics | Print | Media specialists
www.Alt-Web.com/
www.Twitter.com/ALTWEB
www.Alt-Web.blogspot.com

Tags: Dreamweaver

Similar Questions

  • How to select the library item (Code)

    I want to play a part of the scene - and when it's done, add another symbol from the library (on stage and play / delete the one that was on the scene)

    Problem is that I don't know how to select items in the library. I tried

    all the var = sym. $('*');

    Console.log (SYM, All);

    but he selects only the elements of the scene.

    Thank you!

    You must use

    sym.createChildSymbol ('libraryitemname', 'Stage');

    Then, you have to use css to place them on the stage.

    example:

    redBox var = sym.createChildSymbol ('redBox', 'Stage');

    redBox.element.css ({"top": 50, 'left': 350});

    or in a container:

    redBox var = sym.createChildSymbol ('redBox', 'container');

    example: https://app.box.com/s/wawh6efg25b701htahjj

    Check out my blog here: http://www.edgehero.com/tutorials/scope

  • How to convert the hierarchical query of SQL Server (CTE) to Oracle?

    How to convert the hierarchical query of SQL Server (CTE) to Oracle?

    WITH cte (col1, col2) AS
    (
    SELECT col1, col2
    FROM dbo. [tb1]
    WHERE col1 = 12
    UNION ALL
    SELECT c.col1, c.col2
    FROM dbo. [tb1] AS c INNER JOIN cte AS p ON c.col2 = p.col1
    )
    DELETE one
    FROM dbo. [tb1] AS an INNER JOIN b cte
    ON a.col1 = b.col1

    Hello
    Something like this maybe:

    DELETE FROM dbo.tb1 a
     WHERE EXISTS (
      SELECT 1
        FROM dbo.tb1 b
      WHERE a.co11 = b.col1
          AND a.col2 = b.col2
       START WITH b.col1 = 12
      CONNECT BY b.col2 = PRIOR b.col1)
    

    Although you need to do here is to check that CONNECT it BY SELECT, returns records you wait first, then the DELETION should work too.

  • How to convert the precision extended float to float in C++

    Hello

    Could someone me please how to convert the extended precision (floatExt) float normal float in C++?

    What is the difference in the float between Labview and C++ data type?

    When I tried to receive a range of float of a function of the DLL generated by Labview in C++, data are bad.

    Thank you

    Victor King

    You can search for numeric data types in LabVIEW help for more information on the different types of data. Before sending the data to the C++ application, you can use the function of Double precision on digital / range of Conversion to convert number to Double precision.

  • How to convert the date in milliseconds?

    Hi all

    Can I know how to convert the date in milliseconds?

    My current datetime like this Formate

    QDateTime::currentDateTime (m:System.NET.SocketAddress.ToString ("MMMM dd, yyyy HH"))

    Seconds since January 1, 1970

    http://Qt-project.org/doc/Qt-4.8/QDateTime.html#toTime_t

    Sinds milliseconds January 1, 1970

    http://Qt-project.org/doc/Qt-4.8/QDateTime.html#toMSecsSinceEpoch

  • Please how to convert the photo to the second

    2012-Kia-Rio-SX-side1.jpg11707850_10153403835594354_514303523436587694_n-1.jpg

    Please guys how to convert the kia rio pictures the second perfect like this, and with any program, I know that all steps in details please its very important

    That looks just like you would use the tool pen to redraw on the image and create shape layers (black areas). It could be done in Photoshop or Illustrator.

    Using Photoshop | Draw with the pen tools

  • Hello, I have a full desktop in Adobe Muse, site and I want to convert it into a version Tablet &amp; phone, then, how would convert the site Office to Tablet &amp; phone to copy the entire office content and site structure? Thanks for any help.

    Hello, I have a full desktop in Adobe Muse, site and I want to convert it into a version Tablet & phone, then, how would convert the site Office to Tablet & phone to copy the entire office content and site structure? Thanks for any help.

    You can not automatically convert. Click on the "tablet" or "Phone" at the top of your plan view to create these versions.

    You can then copy and paste on any content you want has more of your office.

  • How to convert the following code in as3?

    As the title says... How to convert the following code to as3?... Thanks in advance.

    import flash.display.BitmapData;

    linkageId = "landscape";
    myBitmapData = BitmapData.loadBitmap (linkageId);


    MC = this.createEmptyMovieClip ("mc", 1);
    mc.attachBitmap (myBitmapData, 1);

    onMouseMove = function() {}
    myNewColor = "0 x" + myBitmapData.getPixel(_xmouse,_ymouse).toString (16);
    newColor.setRGB (myNewColor);
    selectedColor.colorValue.text = myNewColor;
    }
    selectedColor.swapDepths (_root.getNextHighestDepth ());
    newColor = new Color (selectedColor.sample);

    :

    var myBitmapData:landscape = new landscape (0,0);

    var bmp:Bitmap = new Bitmap (myBitmapData);
    addChild (bmp);

    stage.addEventListener (MouseEvent.MOUSE_MOVE, f);

    function f(e:MouseEvent):void {}
    var myNewColor:String = "0 x" + myBitmapData.getPixel(mouseX,mouseY).toString (16);
    newColorTransform.color = uint (myNewColor);
    selectedColor.sample.transform.colorTransform = newColorTransform;
    selectedColor.colorValue.text = myNewColor;
    }
    addChild (selectedColor);
    var newColorTransform:ColorTransform = selectedColor.sample.transform.colorTransform;

  • How to show the library (cloud creatives of adobe) on PS CS6

    Hi, guys

    I was wondering how to display the library (cloud creatives from adobe) Panel on photoshop CS 6, this feature is include on version CS6? Because I work with two devices one by one in Imac (CS6) and Mo (Photoshop CC 2014).  I want to take some assets in the cloud.

    I hope someone here can answer my question

    Thank you.

    Hi Dei,

    Creative cloud libraries are only available in Photoshop from the 15.2 14 Oct update.

    Kind regards

    Steve

  • How to find the library files that are not due to problems of indexing

    I need help to know how to find the library files that are not as a result of indexing problems?

    I use Windows 7

    Thank you

    Charlene

    Try to open the folder that the library uses directly.  For example, if it is your Documents folder, open C:\Users\Charlene\Documents

  • How to remove the list item empty forms of oracle?

    Hello

    How to remove the list item EMPTY forms of oracle?

    I create two list items

    (1) basic

    (2) advanced

    But when I select list or display the runtime display form element 3 element EMPTY automatically, but I add what it shows I want to delete! How?

    He has named REQUIRED = NO item property

    If you set YES and then it does not show. but you must give an initial value.

    Hamid

  • How to disable the library online?

    How to disable the library online?

    Hello

    Please see the thread below:

    How to disable way permanent libraries CC

    Kind regards

    Sheena

  • How to display the data items in the header of tempalte

    Hello friends
    I have this date_from and date date_to parameters which are parameters that the user enters...
    based on these parameters of date, I want to display in the header as
    date_from day (for example if the date_from is 13 - nov - 2010.then I should see 13) and date_to to display as 15, if for example the user enters
    November 16, 2010. (day of the date-1)
    so it should break down for
    date_from-13-nov-2010, 13
    date_to-16-nov-2010, 15
    I want these two values to display in the header of the template how
    pls help
    also let me know how to display the data items in the header template

    Published by: Les on Dec 22, 2010 12:44 AM

    Use and

  • blanks around the library items

    Hello
    I have a problem annoying with DW 8.0.2 for Mac OS X. whenever I update a library item that is framed by spaces in my code, white around it will fade, whenever I have apply the changes to all the pages containing the library item. For example, the code looks like this before the update:

    ... "Please <!-#BeginLibraryItem" / Library/register_here.lbi "--> < a href ="... /... / cgi-bin/UMapps/register.pl "> here < /a > <!-#EndLibraryItem > - to get..."

    and as this then:

    ... "Please <!-#BeginLibraryItem" / Library/register_here.lbi "--> < a href ="... /... / cgi-bin/UMapps/register.pl "> here < /a > <!-#EndLibraryItem > - to get..."

    Now the spaces around the library item disappeared...

    I could include spaces in the library item, but that would prevent me from using it in a context like this:

    ... "All other customers please <!-#BeginLibraryItem" / Library/register_here.lbi "--> < a href ="... /.. / cgi-bin/UMapps/register.pl "> register < /a > <!-#EndLibraryItem > - here."

    Is this a bug, or y at - it means to DW to keep spaces?
    Thanks in advance!

    Korbinian

    I would, if Server Side Includes were not considered a security problem by our (admittedly a bit paranoid) sysop...
    Apart from this, the possibility of using library items is one of the reasons why I use Dreamweaver and I could be
    wrong, but I don't remember having this problem using version 6 (which had other bugs, that's why I've updated...)

    Regarding design flaws: put several library items like these on a line in a paragraph with an alignment justified, and you will get the lines that contain a word at the beginning of the line, a comma and a single word ending in line, according to the
    width of the browser window, which may not be a big deal, but can be easily avoided by not using not s...

    Oh well, thanks for your suggestions anyway! I think I'll have to go with the s for now...

    Quote:
    Posted by: newsgroup user
    A much better work around would be to not use all the elements of library - replace
    their side includes server and then you won't have to worry about this.

    > Apart from the obvious flaws, that everywhere where a * break
    > space *.
    > should be?

    Who would those be?

  • Users can change the library items?

    Hello world. I have almost finished my first Contribute site and I had a question. My client has a small piece of text that is displayed in the header of each page, and this text is something they want to change regularly. I've added a library for this piece item in Dreamweaver thinking that it would be the right way to change it in one place in Contribute.

    I found where I can grant permissions to change different types of shared assets, but I don't see that they can edit the library item. Is there a way to do or what I need to configure differently (server-side include, etc.)?

    Thanks in advance,
    Jason

    I use PHP, so I ended up using a function call include() for the file I needed. I will give them a link to the included file that they can change it.

    Jason

Maybe you are looking for