How can I create a section that a user can edit them?

I am building a site for my friends restaurant, it will not be developed. I want to make the various sections of certain pages editable by my friend, menus etc. The thing is, it is not very HE instructed, so that Assembly must be just text and remain based format, replace the line from the original.

I frantically searched but found nothing to answer.

The ideas people?

Cooktop

There are basically three approaches to do this:

1. use adobe contribute. This isn't a very good program, but it might be your best option. Easy to set up.

2 build the site on a platform like WordPress, Joomla, Drupal CMS, etc - it's more work for you (if you have never worked with these software) and also more work for your friend, but the result may be good enough.

3. write a custom CMS (content management system) using PHP/MySQL technology or similar. But you need to know how to program for it. This may be the best solution, but it requires programming skills.

Tags: Dreamweaver

Similar Questions

  • How do I create a stensil that can be added in different files adobe Reader?

    I want to create a stencil that can be used in multiple files adobe for purposes of quality control. Be useful if someone helps out me on that.

    Thanks for your comments... Could you please guide me on creating a stensil and its use in acrobat reader... Also I would like to know if we can import the file into adobe reader Acrobat reader...

  • How do you create a calculation that automatically updates the changes?

    Hi all

    I am trying to create a named using subtraction calculation. That's how it is stated:

    KM

    -KG

    Field1 =

    -Field2

    = GM (liquid)

    The tab calculate for zone 1, I wrote in the simplified field notation:

    KM - KG

    And the tab calculate = GM (liquid), I wrote it in simplified field notation:

    Field1 Field2

    And it all works perfectly that I change all the totals in the fields of Field2 or KG or KM .

    If changes in these areas they don't update automatically.

    How can I make them to update automatically?

    Any help would be much appreciated.

    Thank you very much.

    Bridie

    To set the order of computation of field, go first in forms editing mode (Tools > forms > change), then: tasks > other tasks > edit fields > set field calculation order

    Order the fields in a list of everything that makes sense for your form. Be sure to do it again once the form works as you want to ensure that it is always configured correctly.

  • Shades of gradient. How do I create one of that which is already in a document?

    Downloaded an image from iStockPhoto. Open in Illustrator, and removed the black background because I want to put my own values for the black background in InDesign.

    Noticed that there are several "bubbles" of black background behind the main image containing radial gradients.

    These "bubbles" melted to a dark blue in the Center to black on the edge. Once again, I want to be able to define this 'black' to the value of the black I want to use for the background of the card. When I click on one of the bubbles, I see in my palette to gradient, that it is a radial gradient and the value to the left of the cursor is 100, 75, 0, 50, that I can see in the color palette. But I can not change anything here. On the right of the cursor in the Gradient in the palette is the 'black', who is 80, 50, 0, 100.

    So, how to change the value of that black? If I choose "new nuance" in the Swatches palette, it creates just a new shade called "new shade of gradient 1" it shows color swatch for the type of color below which is gray as well as any what.»

    So, even once, how can I do to change the black on this slope?

    IDCS 5.5

    I got it. Geez. It's stupid how it works.

    The way to do is to click on the drop-down list at the top right of the color palette and choose a color space. For some reason, there is initially NO color space. So I choose CMYK, and then I get my CMYK sliders to adjust the values.

    / can I mark my own correct answer? Laughing out loud. I had to understand it just by clicking around, but at least I understood it.

  • Any way to create a form that allows users to create profiles that can be read by other users?

    I'm working on a social media site, and I want to give users the ability to create simple patterns that can be read by other users. Is there a way I can do that in Muse CC? All Web sites good resource with the code I can integrate?

    Muse form widgets can only send form data to an address specified for the accommodation of non - BC at the moment. British Colombia with some plan of webCommerce and above, this should be possible with the help of webApps however, which is an advanced topic and would require some knowledge of the CMS and HTML to implement http://helpx.adobe.com/business-catalyst/partner/web-apps.html>.

    Also this is not possible with Muse on its own as Muse static outputs pages only and what you are looking for requires backend technology to work (that BC offers).

    Thank you

    Vinayak

  • Trying to create a form that the user can save on their own computers

    Hello!

    I ' v has created a form with Acrobat X with some textfields and tries to send it to others who have Reader installed (X), but they cannot save the data locally, they entered. Why? What I am doing wrong?

    In the end, I also want to add data to the form with a request (form WINDOWS.NET) and that doesn't seem to be a problem, but the most important thing is that users must be able to fill some fields manually, save it to their own machine and send back to me later.

    Please tell me how to solve this problem!

    You must enable the rights of the player. I do not remember where he moved in he AA X.

  • Need to create the form that the user can fill out and SAVE Reader

    Hello

    My form, of course, works fine in Adobe Acrobat 4 CS4, is sunk when typed in with Acrobat Reader. It says at the top:

    "Please complete the following form. You cannot save data typed into the form. Please print your form if you would like a copy for your records. »

    * I know it's possible * to make it writable / recordable for users of readers, because I have a form that someone else created and in Reader the message says: "Please complete the following form. You can save the data entered in the form. »

    What setting do I change in Acrobat to make recordable in Reader? Document attached.

    Thank you in advance!

    Open the PDF in Acro 8 or 9 and in the Advanced menu, choose extend features in Adobe Reader.

  • How can edit Pages that it has been saved withot it locked?

    Very frustrated with 'Pages '. After recording and storage offline on HD, it crashes and I can't revise. He wants me to a duplicate.

    Hi fijim,

    Thank you for using communities Support from Apple! I'm sorry to hear that you're having these problems with the Pages. If the document in question is displayed as locked, in most cases, you should be able to unlock it as described in the following article:

    Pages for Mac 5.0: lock a document

    Concerning

  • How do I create a form that redirects based on the entry of the form?

    What I'm trying to do, is to have a form with a single entry. Lets call it "ID".

    There are several pages that form can lead to the ID according to user input.

    All extensions page ends with the code. For example, www.page.com/0001.html.

    So I want the user to "0001" then submit. The user will be directed to the page www.page.com/0001 if they put one is not valid user ID is directed to the "Not found" page

    Any help would be much apreciated! Thank you.

    on form.php put a form like this:


    on redirect.php put this:

    <>

    If (isset($_POST['id'])) {}

    Header ('Location: http://yoursite.com/'. $_POST['id']. 'html');

    "exit";

    } else {}

    Header ('Location: http://yoursite.com/form.php');

    "exit";

    }

    ?>

    best,

    Shocker

  • How to make an interactive page that allows users to manipulate icons on the screen

    I have a site for a team game. I made tactical cards and want to be able to put maps on my site. I want to take place is that the Commander can access icons that it can move in the right position on the map. I don't know how to make that happen. I can create an icon. I can get him to raise 1 by clicking a button. I'll need to have multiples of the same and allow the movement around the map. It is displayed in Dreamweaver since I made the site with it. I do not understand I'll need to integrate flash with it.

    This might help-

    HTML5 Drag and Drop

  • Is it possible to create a form that allows users to import data from an excel spreadsheet

    I was not able to start my reading on writing scripts or other features of livecycle to try to understand this, but I was wondering if anyone else had already created a form with this feature or had any ideas on how it would be possible.  Currently, our company uses and Excel form that have a variable number of rows of data for each time it is filled and we it would be replaced with a form of adobe.  I would like to know if users who will use the new form in adobe reader adobe, might have the ability to imort lines of the previous form of excel in the new version of adobe.

    Hello

    You can configure a data connection with an Excel spreadsheet. However, for the data connection caring for users of Reader, you need to activate Reader with LiveCycle Reader Extensions ES2.5 (server component) form. See here for the summary: http://assure.ly/etkFNU.

    However, if you just try to get existing data into shape, you should have a look at some of the posts by Stefan Cameron: http://forms.stefcameron.com/ (try a search). You can start a new form by using the wizzard and select import into Excel. This will allow you to paste your spreadsheet to a new form. This should help to put in place the structure/data schema, which you can then reproduce in a new form. I've not done this before, but it should be possible.

    Hope that helps,

    Niall

  • If I shut down menu + navigation bars, how can recover them without having to reboot my pc?

    (I use windows + firefox browser and what I see is my actual window + above the window, there is only the tab bar and above the tab bar of course the firefox on/of/change the size of the window-functions)

    For more information about how to restore the menus, see https://support.mozilla.com/kb/menu+bar+is+missing

  • How to find the last time that a user has performed an activity?

    Hi guys,.

    How to find on any sysdba user, when a user has been active last connection?

    Suppose user SCOTT logon time is 10:00 and it is INACTIVE ( SELECT username, STATUS, SID, SERIAL # FROM V$ SESSION) @ 11:00

    I want to know his last activity, as when he fired any principle request.

    Thanks in advance

    (Edited)

    I found my solution:

    SELECT username, terminal, SID, Serial #, status, SchemaName, to_char (LOGON_TIME, 'DD HH24') Logon_Time,.

    Floor(last_call_et / 60) 'Ideal_Minutes', to_char (Sysdate, 'DD HH24') 'SYSDATE.

    from v$ session by LAST_CALL_ET

    When Status = 'INACTIVE ';

  • How to restore my files so that a 'user '.

    I am the only person to access this computer, but everything is divided under two names. I struggle to find specific videos, for example.

    Enter the second user account, move your files to C:\Users\Public, then log in to the first user. Move the files to the Public folder where you want to. Remove the second user if you wish.

  • EBS 11i - how to create a responsibility that can only reset the passwords

    Hello

    I need to create a responsibility of helpdesk team reset user passwords, but do not do. I created a menu and I tried "UMX_FORGOT_PWD", "UMX_OBJ_PASSWD_MGMT", "UMX_RESET_PWD" works but without hope. What should I do or how can I add more effort to make it work?

    user13014069 wrote:
    Yes, I meant this one. But it has everything, it can create, edit, close a user so I don't want to use this menu. I want to create a responsibility that questionable users and reset their passwords, that is, not can change anything else.

    For this you must use the customization to restrict who has access to this responsibility / to make all actions other than resetting the passwords.

    How to customize the forms [ID 468657.1]
    Information about the ability to customize the form of Oracle Applications 11i [ID 279034.1]
    Sample unit test for the use of form customization in Oracle Applications [ID 744069.1]
    Limits of customization of forms [ID 420518.1]

    Document personalization of forms
    Document personalization of forms

    Thank you
    Hussein

Maybe you are looking for

  • Satellite P15-S420: unable to start Windows XP

    I hope that all makes sense... I'm unable to start after the start page of Windows XP. I think I have assumed that the computer turn off when there is no. The battery may have exhausted and when I plugged it back in and tried to start it would not. W

  • Need the latest news of the wireless card and more on my Satellite 1905-S301

    First post here. Need help. Toshiba has no info in their manual or anywhere on their site I could find about it. The manual mentions that the stock for my Toshiba Orinoco Gold 1905-S301 wireless card (8484415560) wireless adapter. Thing, is that the

  • Driver software: ThinkPad Pro Pen

    No software or drivers have been included in the box and I can't find them online. OS: Win Pro 10 ThinkPad Pen Pro Reference number: 4X80H34887 It should work with any active touch Win10 Thinkpad (according to the website of Lenovo and Lenovo sales).

  • not able to rec or answer mail

    I am using windows mail but my acct is verizon. Until 2 weeks ago everything was fine. Now I can't rec but e-mails send or answer. I checked all areas and Verizon has accompanied me through with no result. I even restored back from 2 weeks. What is a

  • Windows Media Player does not not at the opening of the file and does not open directly to open it.

    I get the error "Server execution failed" when I open any file to play with Windows Media Player and when I open WMP it opens at all.