Is .shtml necessary when using includes with Dreamweaver?

After 4 years using FrontPage, I made the move to Dreamweaver CS3. I'm working on a new website, the test page so that it is currently at http://www.hwedfund.org/index.shtml. All the sites I have created up to now with FrontPage are based model and use includes the navigation system. I want to do the same with Dreamweaver, and at first blush, it seems to only work with serverside includes. What I get on the Help menu, it's to work, I have to use the .shtml extension. I was hoping to just use .htm, or at the worst .html. . Shtml is really necessary? Is there a way I can do and have .htm as an extension?

Another thing that I learned is a tool called 'library elements' that sounds like an inclusion for me, but I've not experimented with it yet.

That would you suggest is the best route for me to take?
__________________
Tom Rogers

Thanks to Murray * AS * who suggested I get my

Quote:
host to allow "analysis file" so that all file name extensions are analysed by the server to include directives. In this case, you can name your files with the extension *.htm (l) ordinary.

I worked with technical support to my host (WestHost) who helped me to make changes to the file Apache located in /etc/httpd/conf/httpd.conf (your location may be different, and too many files of your Apache). The article that I have worked with looked like this before the change:

# AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
#

And then after the change:

# AddType text/html .shtml
AddOutputFilter INCLUDES .shtml .html .htm
#

I returned and changed the file .htm extensions, and it worked.

PS, I was asked what I don't like .shtml, and I guess the answer is that I'd rather have the shortest extension possible. In the grand scheme of things, it's not a huge problem.

Thanks also to David Powers who set me straight on library items.

I responded to this post earlier today and it does not appear, my apologies if this appears twice.

Tags: Dreamweaver

Similar Questions

  • Why doesn't a USB drive I have previously used with AirPort extreme appear in the finder when used locally with my Mac?

    Why doesn't a USB drive I have previously used with AirPort extreme appear in the finder when used locally with my Mac?

    I tried to plug it into my mac to transfer files locally but will not be displayed in the finder or disk utility. Anyone know why?

    MacBook Pro (2015 retina) OS X 10.11.2 El Capitan

    Have you shut down / turning your Mac off... power off the USB drive... Connect the drive to the Mac... start up the Mac... then, turn on the USB drive?

    If no help, there are a number of posts to the thread in the forum El Capitan of support from users who have problems on their Mac USB.  You can post there to see if anyone has the answers.

    OS X El Capitan

  • How to use BusinessCatalyst with dreamweaver 2015

    I use Dreamweaver 2015 CC and Business Catalyst

    I understand how to connect to an existing site with Dreamweaver, it seems that the previous functionality to use BC modules in DW has disappeared. Is my only option to go beck to an older version?

    Effective in 2015 CC, Adobe dropped the Manager extensions and stopped further development of the Extension of the BC.  To proceed you must now log in to the servers of BC with sFTP.

    "Partners use superior (at 2014.1.1) versions can continue to change sites Business Catalyst by Dreamweaver using standard sFTP connections rather than the interfaces for Management Business Catalyst Panel and the location."

    "For information about how to configure your server sFTP in Dreamweaver for your sites Business Catalyst , please follow the link above for documentation that explains the installation and the workflow to follow in the future."

    Nancy O.

  • VirtualAlloc fails when using MEM_RESERVE with MEM_LARGE_PAGES.

    VirtualAlloc is called with the combination of MEM_RESERVE and MEM_LARGE_PAGES, the call always fails. According to research on the web (in particular, http://blogs.msdn.com/b/oldnewthing/archive/2011/01/28/10121300.aspx), the reason is that the OS is not able to guarantee that we will find a contiguous physical memory space of 2 MB.

    However, it not seem desirable to prohibit purely and simply this problem on modern computers which can often have 8 GB or 12 GB of physical memory, which should mean that it often takes a reasonable amount of pages of 2 MB available. Reserving a large amount of virtual space and no commitment necessary is a very useful technique, and its overhead is reduced by using large pages (not to mention that the memory itself should run faster because of less narrowly BLT and Associates page walks). Commit all the memory in the front is very undesirable because only a fraction of this memory is perhaps necessary (normally, the operating system allocates only the committed memory when it is consulted, but apparently it is also disabled for large pages). However, using realloc() or similar techniques may invalidate all previous pointers to areas have been attributed, which makes them impractical for certain tasks.

    In addition, once VirtualAlloc was called once with MEM_RESERVE. MEM_LARGE_PAGES, any subsequent calls to VirtualAlloc with the same program also appear to fail with an error, even if they work fine without it. This seems to be a bug in the API.

    Would it not possible to allow MEM_RESERVE without validation for MEM_LARGE_PAGES (and the associated MEM_COMMIT later) at some point in the future?

    JK

    It is outside of this range of sites.  Please this repost on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

  • When using bootstrap in Dreamweaver is it possible to use a CDN (content delivery network) to speed up loading and have again, he appears to edit in Dreamweaver?

    I started using the bootstrap information and sites that I created are very long to load. I played with the connection to a CDN and loading seems to be accelerating significantly. But when I discovered the site in Dreamweaver, the pages are reduced to lines of text. Is it possible to do this in Dreamweaver? Are there other ways to speed up the loading?

    [Ask in the correct forum allows... Left generic Cloud/Setup forum for forum specific program... MOD]

    I'm using CDN hosted in my projects without any problems.   Try these links.

    https://cdnjs.cloudflare.com/AJAX/libs/bootswatch/3.3.6/bootstrap.min.CSS">

    I confess a screaming fast internet connection and a computer fast enough again.  That could make a difference.

  • How use 'include' with a SpryMenuBarHorizontal?

    Hello

    my "SpryMenuBarHorizontal" works well. So far, I present on each of my pages of "copy / paste". From now on, I would like to use the command "include".

    To do this, I saved my horizontal Spry as a "InclHorizBl.php" in a subdirectory named 'includes '.

    Using the command: <? php include(includes/InclHorizBl.php);? > I get for example error messages:

    Warning: Division by zero in / var/www/web1049/html/_A/indexIncl.php on line 153
    Warning: main (php) [function.main]: failed to open stream: no such file or directory in / var/www/web1049/html/_A/indexIncl.php on line
    Warning: main() [function.include]: Failed opening 'php' for inclusion (include_path ='.: / usr / share / php: / usr / share / pear ') in / var/www/web1049/html/_A / indexIncl.php on line 153

    Using the command: <? include ("includes/InclHorizBl.php) '? '. I have the "SpryMenuBarHorizontal" on my site, but the content of the entire site disappeared, even if all the codes are available.

    What is the problem with my thoughts. Please give me a hint.

    Hans G.

    http://www.Goldschmiede-Blumberg.de/indexBl.php

    I assume that the following line is in your include file:

    
    

    Remove it. All links to style sheets must be in theof the home page.

    As I said before, you have to have links with the map style and the Spry JavaScript files in theyour home page (not the include file).

    These lines are missing from the:

    
    
    

    Edit links in the include file to root-relative to the site. As I explained previously, this is necessary for the links work correctly in an include file.

  • Has no recovery and OutOfMemory when using JMS with persistent JDBC Store

    Hi again,

    I fell right on the following problem:

    My JMS queue works very well with a persistent store of JDBC. For a stress test, I stop the consumer and blocks the queue with lots of messages, each one about 1 MB. During the test, I can show messages in the console and I can check the amount of persistent messages by using command line access to the mysql db I currently use.

    After about 3000 if they are sent to the queue of messages and the client was still running I stop the mysqld. Of course WLS began to throw exceptions and errors and the client stops with an exception that the message could not be persistet. Everything as expected so far.

    As I restarted the mysqld WLS DID stop complaining, but when after a few minutes, I restarted my client to test to place messages in the queue, he immediately took the same exception as before, like the JDBC store was always down. I'm using WLS 9.2 MP3, I am aware that with MP1, there was a problem with that, but I was told that this has been fixed in MP3. Unfortunately I found no documentation to confirm this.

    So I tried to restart the WLS instance to see if I could use the queue again after the start. When the reached the status server to START the boot process stopped. I thought that it was due to reading the messages in the persistent store and kept waiting. After awhile, I got classes OutOfMemoryErrors in MySQL-JConnector. It seems that WLS trying to load all messages ENTIRELY in memory when loading of the persistent store. This may not work when there are a lot of messages or a few very large companies in the store. So far, I wasn't able to access stored messages again. Can someone tell me why this happens and how I can prevent this? It is absolutely necessary to retrieve all messages after a closed server, even if the total size exceeds the available memory. After all, before, it was possible to see a few thousand messages to 1 MB each in the WLS console. I'm doing something wrong?

    Cheers, Chris

    Hi Chris,

    WL JMS does load all messages at startup - but I'm pretty sure that it does not attempt to load them into memory at the same time. For the JDBC store, he travels a standard SQL cursor when it reads data. If MySQL is throwing an exception, it seems to me that there could be a problem with MySQL, or maybe the JDBC data source and/or the driver can be configured to make it less aggressive about filling the cursor with too many records at one time.

    The JDBC store and services which are layers above it is not may not recover automatically from failures for a long time. Once they are low, they remain low. If you need bringing him upwards automatically, a way to proceed is to use the ability "reboot-in-place" of the automatic migration feature. The steps to enable this feature must target the JMS server and store a migratable target and configure migratable target. I think that the server can be part of a cluster for the migration of service feature (even if the cluster has only one server).

    Also, if you happen to work for Oracle, you can email me directly (Tom Barnes).

    Kind regards

    Tom

  • When using webcam with MSN or Skype, the contact does not hear me.

    Original title: Audio

    When I use my Web Cam with MSN or Skype, my contact sees me but does not hear me. Suggestions?

    Hello

    Have you made changes on the computer before this problem?

    I suggest to set the default microphone and check if it helps.

    Follow the steps to set up the microphone as default:

    a. click Start, type sound in the search and open sound in Control Panel.

    b. click the recording tab.

    c. Select the Microphone icon.

    d. click set as default.

    e. click on apply then Ok to save the changes.

    Hope the information is useful.

  • Retrieve the user when using certificates with a proxy

    Hi all!

    I got a proxy service using a certificate. Now, I need to recover the user on the stream to perform certain actions on this basis. How can I retrieve the username that I defined in the Kingdom?

    Thanks in advance!

    Please check the contents of the $inbound when running (with process header WS-security option enabled).

    Kind regards

    Anuj

  • LineChart works not when using Flex with joint &amp; amp; JBoss

    This is my first use of Flex with JBOSS Seam and I tried the incorporation of LineCharts Flex with seam on helloworld.mxml. I get this compile error when trying to compile/deploy JBOSS task. I was able to get other parts like the Label, Button, TextInput working. Single line graphs or Bar seems to have problem with the compilation.

    C:\projects\GraniteDSHelloWorldSeam\view\helloworld. MXML (55): error: Type was not found or is not a constant of compilation: LineChart.
    [mxmlc] < mx:LineChart id = "myChart".


    Please provide any suggestions if you have encountered a similar problem.

    I appreciate your help.


    The code below for the helloworld.mxml

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml " xmlns:seam =" org.granite.seam. * ">

    < couture: SeamRemoteObject id = "HelloWorldRO" destination = "destSeamHelloWorld" fault = "onRemoteFault (event); ">
    < couture: addOperations >
    < name of couture: SeamOperation = "sayHello" result = "sayHelloResult (event); "/ >
    < / couture: addOperations >
    < / couture: SeamRemoteObject >

    < mx:Script >
    <! [CDATA]
    Import mx.collections.ICollectionView;
    Import mx.collections.ArrayCollection;
    Import mx.rpc.events.ResultEvent;
    Import mx.utils.ObjectUtil;
    Import mx.rpc.events.FaultEvent;
    Import mx.controls.Alert;

    private var startTime:Number;
    private var endTime:Number;

    private void sayHelloResult(event:ResultEvent): void {}

    endTime = getTimer();
    outputText.text = event.result.toString ();

    Alert.Show ("response:" + number (endTime - startTime) + "ms \nServer response:"+ event.result.toString () ');
    }

    private void onRemoteFault(event:FaultEvent):void {}
    trace (ObjectUtil.ToString (Event.Fault));
    Alert.Show ("fault:" + event.fault.faultCode + '-' + event.fault.faultString + '.) toString() is ["+ ObjectUtil.toString (event.fault) + '"]');
    }

    private void sendServerRequest(): void {}
    startTime = getTimer();
    HelloWorldRO.sayHello ();
    }

    [Bindable]
    public var fresh: ArrayCollection = new ArrayCollection([) collection
    {Month: "Jan", result: 2000, expenses: 1500, amount: 450},
    {Month: "Feb", result: 1000, expenses: 200, amount: 600},.
    {Month: "Mar", result: 1500, expenses: 500, amount: 300}
    ]);

    []] >
    < / mx:Script >

    < mx:Label text = "Send the request to the server" x = "244" y = "192" fontSize = "16" fontWeight = "bold" width = "209" height = "24" color = "#A9CCD3" / >
    < mx:Button '494' = x y = "195" label = "click on" click = "sendServerRequest (); "/ >
    < mx:TextInput name = "outputText" id = "outputText" width = "350" x = "244" y = "243" editable = "false" text = "" / >

    < mx:Panel title = "Graphic line" >
    < mx:LineChart id = "myChart".
    dataProvider = "{cost} '.
    showDataTips = "true".
    >
    < mx:horizontalAxis >
    < mx:CategoryAxis
    dataProvider = "{cost} '.
    categoryField = 'months '.
    / >
    < / mx:horizontalAxis >
    < mx:series >
    < mx:LineSeries
    yField = "Profit".
    displayName = "Profit".
    / >
    < mx:LineSeries
    yField = "expenses".
    displayName = "expenses".
    / >
    < / mx:series >
    < / mx:LineChart >
    < mx:Legend dataProvider = "{myChart}" / >
    < / mx:Panel >


    < / mx:Application >
    Text

    I used GraniteDS earlier and it did not work.
    Now, I tried to use BlazeDS and it seems to work fine. Atleast bringing Flex components with graph correctly.

  • We find spellchecking for Netscape/AOL when using firefox with an android system?

    Download Netscape/AOL email on my firefox browser using the android operating system, but can not find a spell checker or and were fixing button/icon.

    Hello - the problem of spelling with AOL started (as described by the OP) with the upgrade of 16 FF. I thought that it had been set to 17 FF, but it's still there, but maybe to a lesser extent - he is stressing the words less identified mistakenly as spelt.

    What happens on three independent computers in my circle of friends.

  • I use LR 4 and you have a technical problem when using LR with another program.  I was told to reinstall LR.  I have a disc for LR 3.  How should I proceed?

    I use Photo Mechanic with Lightroom 4.  I was asked to re - install Lightroom.  I have a disc for LR3.  How should I proceed?

    Jaygorodetzer Photoshop Lightroom updates contains the full installer.  I would recommend downloading the Photoshop Lightroom 4.4.1 updates.

  • Why is there a lag when using DateConvert with DateCompare?

    I develop on my local server and my current time zone is GMT + 11 hours.

    < cfset date1 = DateConvert ("Local2UTC", now())) >

    < cfset date2 = ' 2014-03-06' > <!-->---(demain àle moment de la rédaction)

    So, I expected that when I ran this code:

    #DateCompare(date1,date2,'d') #.

    that he would return "-1", but it is a '0', which means 'day' was the same.

    So, to double check that I got out:

    DateConvert ("Local2UTC", now()))

    has caught its displayed value: {ts ' 2014-03-05 07:08:58 ""} and inserted as a comparison as well:
    DateCompare ("{ts ' 2014-03-05 07:08:58"} ", date2, 'd') and of course, he returned a '-1' which reflects the day of date1 is in effect prior to the date 2.

    Further investigation showed that I had to add my time zone difference to date2 in hours as well:

    < cfset date2 = ' 2014-03-06 11:00 > for

    #DateCompare(date1,date2,'d') #.

    to return to a '-1 '.

    Is this a bug or am I wrong?

    Thanks for your explanation. My bad: it is now clear that I misunderstood. I'm sorry.

    Apparently, in dateCompare, Coldfusion implicitly converts UTC local date2. I agree with you that this kind of interpretation is unacceptable. The developer should be to make the interpretation, and Coldfusion must simply compare the 2 values passed to the function. Indeed, you should report a bug.

  • Loss of quality when using "Replace with Adobe After Effects Composition Colombia"

    My workflow:

    [1] create new first sequence with footage of gross screenshot (12 fps h.264 mov ~ 2 Mbps)

    [2] use the blade to cut images in a section in need of effects

    [3] right-click on the item and choose "Replace with Adobe after effects structure Colombia"

    * For the purposes of this essay, this is what I did (no effect adds in every first or AE)

    [4] in the first place a 'In' on the side of the raw images and a point "Out" on the side "replaced" and make this section

    http://i.imgur.com/wvEKbkF.png

    [5] export using the same settings as the raw images (h.264, size of the sequence of 12 images per second, ~ 2 Mbps)

    [6] open export to QuickTime.

    Here's a (cropped, obviously) screen shot from the beginning of the clip (raw images):

    http://i.imgur.com/QVhA1TZ.png

    And here is this same "replaced": side area

    http://i.imgur.com/vOrCD1D.png

    It is much softer.

    Have no input as to why the simple use of this feature causes degradation in image quality? Yet once again, I haven't added any effect.

    I have not had a problem until this project, which is any screenshot. As you can see it's a weird image... size but that should be irrelevant.

    Instead - h.264 makes only to a standard set of horizontal & vertical resolution's combos, and this isn't one of them.

  • Flash ignores transparency when using "Edit with Photoshop".

    Hello everyone.

    I have a problem - I have a .fla file filled with png transparent and I need to edit them with Photoshop. Recently the Flash (CS 5.5) began to replace transparency with a green or red color, so when I have something semi-transparent, I must again completely.

    flash.png

    Photoshop opens as RGB/8 (which is weird, because he has always been indexed).

    I don't know if it's a problem of Flash or Photoshop, so if it belongs to the PS forum, please tell me.

    In addition, all ActionScript will not work for me, since we share with colleagues .fla files and "Edit with..." works fine for them and AS solution would take up to four times longer.

    Thank you for your advice.

    I solved it in Flash reset settings to default values.

    http://forums.Adobe.com/thread/992810

Maybe you are looking for

  • Cannot make touchpad to scroll on a Tecra A10

    Recently I upgraded my Windows 7 64 bit OS. I installed all the drivers available from www.toshiba-tro.de and the only problem is that my touchpad doesn't scroll.It works very well for the movement of the cursor, but does not scroll upwards or downwa

  • Dual boot Linux - Windows on the Satellite U940

    Hello to everyone. I'm pretty new to this forum and I have a Toshiba Satellite nine U940-10N? Using Linux for the past 2 years, I would install a debian wheezy on this distribution. Only Debian has been installed on my old computer, so I'm net really

  • My iphone 6 do each time random static noise in the speakers or earpod

    Lately my Iphone 6 doing the crazy static noise that I have to remove the phone from my ear so fast. Whenever someone calling me or when I tried to use the phone. It's very random when it happens, but I'm frustrated because it looks like it's a set-u

  • DeskJet Pro 8600: Ink black print only via Mac OS x 10.10 Officejet Pro 8600

    My Pro Deskjet 8600 is low on ink Cyan but I am trying to print a document Word in black and white using only the black ink cartridge, which is full. I found the setting on my Mac and you have selected "Black Ink Only", but the printer says that I st

  • HOW TO MAKE WINDOWS VISTA DOES NOT SUCK?

    So in the meantime on my computer to answer a simple ctrl alt delete command (including of course requieres to go to a new screen and then in Manager tasks) so I could open the Manager tasks and close one of the 76 or process running on my computer m