Inputting a list into an alternative to inputting it into an editable region in a template

Hello all,
I did ask this question yesterday but only got partial feedback so I'm hoping someone can help as I can't find the answer anywhere.
I'm hoping you can help me.
I am creating an online clothing shop website and am having trouble.
I have created a main template from scratch that reflects in the mens and womens pages, and the contact, about etc pages with all headers, logos, footer, a spry menu etc. I made these pages from the main template via new - Page from template etc so any changes I made to the header, logo etc will easily reflect in all of these pages.
This part is all fine.
This is my issue - in the main template I have an editable region so that I can input different content ie. 'about' info on the 'about' page, and product info on the mens / womens pages etc.
Basically in each page Mens / Womens I need category pages - tops, shirts etc. These are all in the drop down spry menu but I also want them as a list in the mens and womens pages.
From the template I created the mens and womens pages and have now saved these as a template as there will be around 10 categories for each mens and womens (tops, shirts etc) that I want to be able to replect any changes, ie. in the 'mens template' instead of having to do it in each category page - as this will take a long time.
The problem is that I put the list in the editable region in the mens template, but I now know any changes I make wont be relfected in the category pages I have made from the mens template as this is an editable region.
How can I make a category list in the mens template page that will be reflected in each category page?
I'm really stuck and have no idea how to do this, I'd appreciate any help.
Thankyou in advance

I don't recommend using multiple or nested Templates.  There are much better ways to do what you want without going down this very slippery slope.
Use Server-Side Includes alone or with your main Template.
Build a Dynamic Site with databases and server-side programming.
E-commerce Solutions:
Cartweaver (extension for Dreamweaver)
http://www.cartweaver.com/
Web Assist
http://www.webassist.com/support/ecommerce-options.php
Building an e-comm site with DW & PHP (video training) 
http://www.lynda.com/Web-Interactive-Web-Design-Projects-tutorials/Building-eCommerce-Web- Site-Using-Dreamweaver-PHP/83091-2.html?utm_medium=affiliate&utm_source=ldc_affiliate&utm_ content=524&utm_campaign=CD4386&bid=524&aid=CD4386&opt=
Nancy O.

Similar Messages

  • Ibus: the input candidate list is far away from input window

    hi, when I use geany and firefox, the input candidate list is away from input window (not following the cursor, but at the bottom left corner), how can I solve this problem?
    I use ibus-rime, xfce.
    any help will be appreciated.
    thank you
    please visit this link for screen shot
    http://pan.baidu.com/s/1dDGgHB7
    Last edited by ltb (2014-07-25 08:03:35)

    Hi
    1. In comp controller  in wdDoInit I get the list of countries and write them to a local node.
    2. This node is mapped to a view in a different window.
    3. When I press enter,  a pop up window is created. The values mapped from the comp controller to this view are presented to
        the user in a nice table.
    4. When the user selects a line  in the table, the method writes back the value to my input field.
        Quite straight forward.
    The problem is  that when the user enters a valid name into the input field before even pressing "Enter" the framework
    returns "entry is not in the set of values".
    Frustrating.
    regards
    yuval

  • Need help with ouput of a list or array of numbers input from user

    I'm only a few weeks into learning java, so this may seem simple to some, but...
    I am trying to write a program that will receive numbers from a user,
    and then list, add, average those numbers. I've got the program to
    work except for listing the numbers that were input.
    Can someone help guide me????
    i've left the code I've tried in as comments.
    Enter an integer value, the program exits if the input is 0:
    20
    Enter an integer value, the program exits if the input is 0:
    40
    Enter an integer value, the program exits if the input is 0:
    60
    Enter an integer value, the program exits if the input is 0:
    80
    Enter an integer value, the program exits if the input is 0:
    0
    Total numbers entered: 4
    The array of numbers is: 0 0 0 0
    The sum is 200
    The average is 50
    The maximum number is 0
    The minimum is 0
    Here is my code:
    * Title:        Reads integers and finds the total, average, maximum of the input values
    * Description:
    * Copyright:    Copyright (c) 2002
    * Company:      Duke Court.
    * @author Mary Davenport
    * @version 1.0
    public class part3page6
      public static void main(String[] args)
      int data = 0;
      int sum = 0;
      int countnum = -1;
      int maximum = 0;
      int minimum = 0;
      int average = (countnum - 1);
      do
          System.out.println("Enter an integer value, " +
            " the program exits if the input is 0:  ");
          data = MyInput.readInt();
          sum += data;
          countnum++;
        } while (data != 0);
          //in order to figure the max & the min it appears that the
        //program will need to utilize arrays to store the individual numbers
        //that are input from the user.
        //create an array of the input data
        int[] number = new int[countnum];
        //creat a list of the input data
        int []myList = {data};
        //lists how many numbers entered
        System.out.println("Total numbers entered:  " + number.length);
        //list array of numbers -- this is giving me [I@3179c3,
        //instead of 20, 40, 60, 80 when I use "new int[countnum]"
    //     System.out.print("The array of numbers is: "
    //      + new int[countnum]);
        //list array of numbers:  this is giving me " 0 0 0 0 "
           //instead of 20, 40, 60, 80  with the following for statement
           // (number[i] + " ")
        System.out.print("The array of numbers is: ");
          for(int i=0; i<number.length; i++)
            System.out.print(number[i] + "  ");
      //list mylist of numbers from input, 20, 40, 60, 80
      //output is The list of numbers is: [I@3179c3
    //  System.out.print("The list of numbers is: " + myList);
        System.out.println();
        System.out.println("The sum is " +  sum);
        average = sum/countnum;
        System.out.println("The average is " + average);
        System.out.println("The maximum number is " +  maximum);
        System.out.println("The minimum is " +  minimum);

    When you input the data you need to save it to the array. Currently you are not saving the value you are just adding it
    ArrayList nums = new ArrayList();
       do
           System.out.println("Enter an integer value, " +
             " the program exits if the input is 0:  ");
           data = MyInput.readInt();
    nums.add(new Integer(data));
           sum += data;
           countnum++;
         } while (data != 0);

  • Cant record into to logic pro 9 using samson l1200 live mixer, System/Pref/Audio input tab says selected device has no input control

    Hi Im new to this so bare with me..When I connect my Samson l1200 live usb mixer to my Imac 7,1 Intel duo core 3gb ram, osx10.6.8, via usb cable to record vocals/instruments, in System Pref/Audio/Output tab is set to mixer's UsbAudioCodec driver, (Im able to hear playback into headphones via the mixer, and hear the mic when spoken into it but cant record a track into Logic...System/Pref/Audio input tab says selected device has no input control, Ive set the input/output settings in Logic to UsbAudioCodec but still no good...Would it be either the way the mixer is set up? or is this mixer (Samson l1200) not compatible with my particular Imac? I hope I may be able to help as Im only a student trying to record my band thanks

    I perfectly understand your problem.
    First... just to make sure, in Logic's preferences /Audio make sure Universal Track Mode IS checked, it should be enabled. (I think it probably is just checking)
    Second... if you record a track in a new Logic project and then go to the next track to record an overdubbed guitar part, are both parts recorded on the 2nd track?
    What I'm asking is overdubbing working differently for two or three recorded tracks as opposed to overdubbing with an imported track.
    What I think is happening is you have the main stereo output being recorded into Logic so if you playback an imported or recorded track from Logic while recording a 2nd track (overdub), both are going to be recorded on the 2nd track.
    I took a look at the manual, here's the relevant sections.
    34 – SEND – USB input send switch 
    The USB INPUT switch allows you to select one of
    two stereo (or two channel) signal paths to feed the
    USB output to send to the connected PC. When the
    INPUT switch is in the up position, the USB signal will
    feed from the MAIN left right mix. When the INPUT
    switch is in the down position, the USB signal will
    feed from the AUX 1 and AUX 2 buses which enables
    you to create a unique mix to send to the PC.
    35 – RETURN – USB return switch
    The USB RETURN switch allows you to select one of
    two stereo return paths to receive USB audio from
    the connected PC. When the ASSIGN switch is in the
    up position, the USB signal will return to the MAIN
    mix bus. When the ASSIGN switch is in the down
    position, the USB signal will return to the last pair
    of stereo channels which enables you to playback a
    recorded track in the MAIN mix, and you can use the
    channels AUX sends to feed any of the AUX buses.
    This will let you hear the USB playback tracks in the
    monitor mixes.
    36 – MONITOR – USB headphone enable switch
    Press the USB MONITOR switch down if you want
    to hear the signal from the USB return in the
    headphones.

  • Typing in languages that are not found in the input source list

    I cannot type in languages outside the input source list. I cannot find the "keyboard layout" folder to add them to in Mavericks 10.9.3. Anyone know how to do this? I'm specifically trying to add a Coptic and Syriac keyboard.

    Abda disho wrote:
    I cannot find the "keyboard layout" folder to add them to in Mavericks 10.9.3.
    With the Option key depressed, do Finder > Go > Library.  You should see the Keyboard Layouts folder in this list that appears.
    I assume you understand already that you have to download coptic and syriac keyboard layouts from the internet so you can put them in that folder?

  • Bridge-group input-address-list

    I have this query regarding the above command.
    This is the access-list created
    access-list 700 permit c89c.dca0.5539   0000.0000.0000
    access-list 700 deny   0000.0000.0000   ffff.ffff.ffff
    And applied to the interface
    interface FastEthernet0/0.2
     encapsulation dot1Q 2
     ip dhcp relay information trusted
     ip address 192.168.0.1 255.255.255.0
     ip accounting output-packets
     ip nat inside
     ip virtual-reassembly in
     bridge-group 2
     bridge-group 2 input-address-list 700
    but then an unknown device is also getting an IP. why is this so?
    RTR1#sh run | i 700     
    access-list 700 permit 000f.fed9.dee8   0000.0000.0000
    access-list 700 permit c89c.dca0.5539   0000.0000.0000
    access-list 700 deny   0000.0000.0000   ffff.ffff.ffff

    ah. unfortunately this command not available.
    c2800nm-adventerprisek9-mz.151-4.M5

  • A music album is listed multiple times in my library but each listing only has a few songs in it-not the full listing.  How can I combine them into one album and get rid of other duplicate listings?

    Several music albums listed in my IPhone 5 music library are listed multiple times, but each one only has a portion of the songs listed.  How can I combine them to make one album?

    First....Thank you so much for your prompt reply.  I am sorry for not getting back to you regarding your suggestion-I had computer issues that just got resolved.  Also, this is my first foray into online chat rooms so I have a lot to learn to precisely state my issue!  I did as you suggested and all the songs list the same album when I go into each song's "get info".  However, I am not sure how to edit as you suggested. When I downloaded this album originally, for some reason it broke up into several albums each with different songs from the original album.  I am trying to consolidate them back into one album in my library.  I would greatly appreciate further assistance if you can.  Also, I do not use "the cloud" to store any data and would like a good source of info on how to do this.  Thanks so much for your patience!
    SueZoo

  • Must use Step Input Keyboard prior to using midi controller? When I attempt to use my midi keyboard conteoller for step input, it won't work unless I input the first note in each track via the Step Input Keyboard. This doesn't seem right...

    When I try to use my midi controller keyboard for step input, it won't work unless I input the first note in each track via the Step Input Keyboard.. What am I doing wrong?
    Logic Studio 9.1.7, OS X 10.7.5

    Hi
    Playhead in the right place?
    CCT

  • HT3625 Hello, If my mac pro only has a "Internal Microphone/Built-in Input" but no "Line In/Built-in Input." where can I get this option?

    Hello, If my mac pro only has a "Internal Microphone/Built-in Input" but no "Line In/Built-in Input." where can I get this option?

    Mosidun 3.5mm Male to Female Audio Cable for iPhone

  • SAP Web Intellegence's Input Control(Calendar) VS Rich Client's Input Control(Calendar)

    SAP Web Intellegence's Input Control(Calendar) VS sap Rich Client's Input Control(Calendar)
    Hello everyone !
    I need your help.
    I configurated Intput Controls ( Calendar).
    but,
    Web Intellegence's Input Control(Calendar) and Rich Client's Input Control(Calendar) are differ.
    date's format is differ
    two Input controls's configuration is same
    most of all, Rich Client Input Controls is properly executed.
    so, I want to change Web Intellegence's Input Control format to Rich Client's Input Control format.
    Rich Client Input Controls
    web Intelligence Input Controls

    If Your Day is String
    Convert it to Date and then filter .
    Filter_Date = Todate([Your_Date];"yyyy/MM/dd")
    Else Try this .
    Create Variable for Date .
    Date_Var = Todate(FormatDate([Your_date];"MM/dd/yyyy");"MM/dd/yyyy")
    Create Input Control on this date .
    Also use this date in your report for filter mapping.

  • Best export format for importing into After Effects or even back into Premiere

    Please look at this video, work in progress.
    http://www.youtube.com/watch?v=49_wbdKALQk
    The opening, featuring a ribbon of videos, was created in After Effects, using Digieffects Freeform.
    The  issue is the poor quality of the videos that are featured in the  opening -- compared to the high quality of videos from the original Premiere  project., which you can see at the end of the clip.
    To create the After Effects project, I exported a series of video clips from Premiere  to mp4.
    Then I imported them into AfterEffects.
    The bottom line, and the purpose of this question, is I am thinking that  MP4 was not the best choice for the Adobe Premiere export.
    What  is the best format to export video from in Premiere Pro CS5 to import  into after effects, or to import into any other editing program,  incuding importing right back into Adobe Premiere, if that is eever  needed.
    AVI?
    MOV
    MP4
    And any other settings that will result with the highest qualiity videos for importing.
    Thanks

    Okay, here's where I stand at this point regarding exporting and/or dynamic linking between AfterEffects and Premiere.
    I'm in After Effects.  I create a composition I like.  So I first tried the old fashioned way. I exported it into a MOV file with the animation preset. Millions of colors.  Same frame rate as my Premiere project, which also uses MOV files with no problem.
    Howver when I import the MOV file created by After effects, the NEW MOV file section of the premier project plays sluggish.  And it also causes the videos that follow to play sluggish.   And they are all MOV files at the same frame rate.
    The same thing happens when I do a dynamic link between the two projects.  A sluggish response starting with the After Effects dynamic link and affecting the MOV video files that follow.
    It's a very short After Effects composition.  About 3 second slong.
    I have a very powerful computer built especially for CS5 and premiere --so that should not be an issue -- recently was in the top ten of the benchmark list.
    Up to this point my video files have played perfectly layer upon layer with no problems.
    Is there something I am not considering?
    Thanks.
    Rowby

  • Can anyone help me figure out how to use my new LaCie external hard drive to import movies from my camcorder into imovie '09? I ran into so many problems last night!! Was up way past my bedtime!

    Can anyone help me figure out how to use my new LaCie external hard drive to import movies from my camcorder into imovie '09? I ran into so many problems last night!! Was up way past my bedtime!

    I'll stay in this chat ... I answered in the other one ... I have a Sony digital Handycam ... from years ago.  I just got the LaCie and I think I formatted it for only to be used on my Mac ... how should I go about reformatting it to be HFS Extended like you said?

  • External screen doesn't go into standby when putting MacBook Pro into sleep

    I'm using a new MacBook Pro with an external monitor (DELL P2411H) through a Mini Displayport to DVI adapter.
    When putting the Macbook into sleepmode, the external screen goes into standby but immediately wakes up, then goes back into standby and wakes up ... this cycle doesn't stop. The only option is to manually push the powerbutton on the display.
    I'm having this issue too when using a MacBook Pro 13", so it's not a single issue.

    I got similar Problem, my external monitor will go to standby mode and then switch on immediately, and the go to sleep , and the monitor will show no signal detect

  • I re- start my ipad2 into a new one,to update into i0s7, why it is not working of loading?

    I re- start my ipad2 into a new one,to update into i0s7, why it is not working of loading? please help!!!

    The [c:set|http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html] tag is used to set a scoped attribute not request parameter. So when you write
    <sql:param value="${param.userid}" />You get null as there is no parameter named userid in the request. Try this
    <sql:param value="${userid}" />I would recommend you not to do database connectivity stuff in JSP, JSPs are the view layer of an application and they aren't supposed to be for doing business logic. Also since you are using a random userid, you might end up with multiple users with the same ID and IDs are generally supposed to be unique...

  • My ipod will only charge on the docking station. says it has a full charge but when I take it off the docking station it says battery is low so I've plugged it into the usb and plugged it into my wall outlet but it is still not charging. Help?

    my ipod will only charge on the docking station. says it has a full charge but when I take it off the docking station it says battery is low so I've plugged it into the usb and plugged it into my wall outlet but it is still not charging. I'm not sure what generation it is, its an 80GB. Help?

    The battery is possibly unable to take as much power as a normal battery. It may need a replacement battery.

Maybe you are looking for

  • I need to refinance this auto loan!

    One of my auto loans is through Regional Acceptance and it's actually one that I co-signed on but they have me as the primary (of course) and the kid has paid almost $2K and the balance has decreased so far by about $500. (Apparently one of those upf

  • Windows support USB can't be found

    I was trying to boot camp my girlfriends mac with windows on it, and it got everything done, but we can't seem to install the Windows support drivers on there. It keeps saying "USB cannot be found" even when we have a correctly formatted USB in.

  • Form List: Display only on certain columns based on values

    Hi there, Let's say I have a list of condition types. And I want to make some condition types READ ONLY. Is that possible? Thanks, Josh

  • Exp/imp in standby db

    Hi all, I want to know whether the imp work on manual physical standby db ,since the db is open only for read only purpose.....

  • No option to even select music card

    The help continues to tell me to login and the go under Account and select Music Cards. Well I don't have the Account column apparently. When I click to view my account and try to change the payment method, it only gives me credit card options. How d