What do I say when the customer asks what language or what format is the back-end, built in?

_

What I would say as to how it compares to the reliability of WordPress and the safety factors and updates?

Made with HTML, CSS and Javascript.

As for Wordpress, you can't really compare. They are two different things.

WordPress is a content management platform, while Muse is a web design tool. Sites of Muse never, therefore, an "update" unless you want to change the content, and there is no problem of security with a Muse site because there is no backend for users.

Tags: Adobe Muse

Similar Questions

  • How to stop a beep when the loop ends

    Hello

    I have a beep occurs inside a loop (which contains waves of data acquisition) to a certain threshold. I want the sound system for not introducing any delay in the execution of the loop.

    But I also have another beep when the loop ends. How to eliminate this noise?

    Your comments will be greatly appreciated. Thank you

    PI

    The obvious answer would be: remove the beep VI this is probably. Please show us your code.

  • When the video ends go to label timeline

    Hello world

    I use this code to play a video when the user clicks on a button:

    function clicked(event:MouseEvent):void {}

    Video: video of var = new Video();

    addChild (video);

    var nc:NetConnection = new NetConnection();

    NC. Connect (null);

    var ns:NetStream = new NetStream (nc);

    NS.client = {onMetaData:ns_onMetaData, onCuePoint:ns_onCuePoint};

    video.attachNetStream (ns);

    NS. Play ("Video.flv");

    function ns_onMetaData(item:Object):void {}

    trace ("Metadata");

    Video.Width = item.width;

    Video.Height = item.height;

    Video.x = (stage.stageWidth - video.width) / 2;

    Video.y = (stage.stageHeight - video.height) / 2;

    }

    }

    When the video ends, I want to go in another part of the timeline. How can I do this?

    I hope someone can help!

    Thank you very much!

    IIRC NetStream.Play.Stop is also triggered when playback is stopped during the buffering.

  • Getting the value null inserted in the back end when the field is turned off

    Hi gurus,

    I have a TOTAL field that is the sum of the other two fields in a form. I have disabled because do not have the user enter the value. The TOTAL field is the poster of the sum of the values in the front end, but in the back-end, the value is null. Please help me solve this problem. Thanks in advance.

    Have you tried to make the point read-only? Set the read-only item and try. You can do the unalterable element by two methods,

    (1) amend section-> go to read only tab-> read-only Condition Type: always

    (2) create a dynamic Action-> event: loading the Page-> Action: run the JavaScript Code-> Code:

    $('#P1_TEST').attr ('readOnly', true);

    $('#P1_TEST').css ('background-color', '#CDCDCD');

    Tom wrote:

    set the item read-only instead (not editable by the user but will present)

    Set the element value using the da no need to activate the item before submitting because the element is not disabled. Make the point read-only so that it will submit the value to the session and point cannot be changed always.

    Thank you

    Lacombe

  • I need sql query to discover the 5 last update on the back-end oracle

    Hi all

    I have payable obligation under Oracle, I want to know the last 5 updated to the oracle of in the back end. the table of this 'AP_SYSTEM_PARAMETERS '.

    Please suggest me

    Kind regards

    Patel

    Hello

    There may be other ways, but for the time being to check this...

    Select *.

    from (select * from ap_system_parameters by last_update_date desc)

    where 1 = 1

    and rownum<>

  • How doi get back my locked icon saying when the pc is idle

    How can I get my icon saying locked when pc slowed down? He lost

    The settings I gave you will achieve what you want.  When the PC is idle for the period indicated in the screen saver, the PC crashes and when you move the mouse or press a key to try to resume will show your user icon and you won't not resume until you have clicked on the icon.

    You can configure the PC to sleep instead of indulging in idle screen.  If this is what you want then substitute another step 1: -.

    1 the active {power plan} change plan settings, power, options change plan settings advanced, sleep, sleep after - choose a delay for battery & current alternative.

    You must then set the part of connection of this parameter in both

    2 power options, [on the left side of the window] require a password on wake up

    3 power options, plan {power} active settings change, change of plan avancΘs, [you will have to click on "view the currently hidden settings] {active power plan}, require a password on wake up.

  • How to start a task when the other ends

    I want to run multiple scripts in the order (in Windows 7 Professional) and each have a tenure when the previous one ends. Is there a way to tell the Scheduler to do this? There are a variety of different types of (Korn Shell scripts running under Cygwin, R, BACK lot), and each of them produces results that are used in the following script. Different types of scripts, I don't think I can combine them into a single script.

    I do this every night, to develop a weather-based forecast for a hands-on experience. There are a lot of calculation and a time limited, and I do also simplified as possible, so I can't just schedule the scripts independently, separated far enough out so that they would never overlap. I couldn't get Cron to work in Cygwin, so I'm using the Windows Task Scheduler.  So far I can get all one script to run at any time I want, I just can't understand how to link the start one at the end of another.

    You can put several actions in any task to Task Scheduler.  You will use the trigger 'on an event"for what you need.

    The best advice on TS is Task Scheduler Overview - MSTechNet.

  • [JDev12.1.2, ADF] "Query with table Panel": how to auto - close the query Panel when the search ends?

    Hallo,

    I would like the Panel request auto - closes when the search is complete.

    This is to give all the space for the result in the talbe.

    How can I achieve this?

    Thank you

    Federico

    Federico,

    to do this, replace the queryListener one leave this point of a bean method. In this method, you run the processQuery by default and after that set the attribute to disclose the af:query component to false and ppr.

    {} public void processQuery (QueryEvent queryEvent)

    The generated QueryListener replaced by this method

    #{bindings. MyAllCriteriaQuery.processQuery}

    QueryDescriptor qdes = queryEvent.getDescriptor ();

    print or save the view criteria

    System.out.println ("NAME" + qdes.getName ());

    appeal by default query event

    {invokeQueryEventMethodExpression ("#{bindings.", QueryEvent "}") MyAllCriteriaQuery.processQuery};

    Object UIComponent = queryEvent.getSource () (UIComponent);

    Riq RichQuery = object (RichQuery);

    riq.setDisclosed (false);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (riq);

    }

    Private Sub (string expression, QueryEvent queryEvent) invokeQueryEventMethodExpression {}

    FacesContext fctx = FacesContext.getCurrentInstance ();

    ELContext elctx = fctx.getELContext ();

    ExpressionFactory efactory = fctx.getApplication () .getExpressionFactory ();

    MethodExpression = me efactory.createMethodExpression (elctx, expression, Object.class, new class [] {QueryEvent.class});

    me. Invoke (elctx, new Object() {queryEvent});

    }

    and on the page

    model = ' #{bindings. " MyAllCriteriaQuery.queryModel}"queryListener =" #{QueryTestBean.processQuery} ' "

    queryOperationListener = ' #{bindings. " "MyAllCriteriaQuery.processQueryOperation}" resultComponentId =": resId1" / >

    Timo

  • How can I get the CTI line to stop moving when the movie ends?

    When I look at a film that I am editing, the current-time indicator moves beyond the last image which is the title of closing. Is there a way to stop the ICT line to the last image? Or should I just press the space bar to do?

    Tommyvincent

    Take a look at the gray tabs on the work area bar to make sure they cover all planned timeline content.

    Then look for scraps of ribbons or files to the right of the gray end tab of the workspace toolbar.

    Press the end key to see to try to locate the place which can be the cause of the problem.

    Please take a look at these aspects of your question. The answer should be there.

    If this isn't the case, we'll rethink the question with more details.

    Thank you.

    RTA

  • Legend when the "back" button is used

    Hello

    I have a problem, I opened a modal of legend, up here, everything is beautiful. But when the user types the button "return" (the return of the Android device button) the application for return should another view (OK), but the legend is on the screen.

    Any suggestions?

    I found a solution:

    1 earphone is not the component itself, but systemManager.stage

    2 listening test phase of capture as systemManager.stage.addEventListener (KeyboardEvent.KEY_DOWN, backKeyHandler, true)

    3. in the handler if (e.keyCode == Keyboard.BACK) e.preventDefault ();

    Ty

  • What happens when the subscription ends

    Hello

    I cancelled my subscription of dw, a few days ago, (it was a cost thing) so today I clicked to see what happens when I open it, it open but a screen just told to go to my account right in payment info, but also say that you have 66 days, what for?  If someone else has canceled what they found, I moved on the Coda 2 and seems good, I do most of my own coding, Thx RJ

    Looks like you paid a little ahead and cancelled with 66 days left on your subscription. You will always be able to use the program for the rest of the time you have paid, but a reminder that your subscription will expire.

    After that paid time exhausted, you won't be able to use the program at all until you re - up membership.

  • What does it mean when the terminal ends with a $ next to your computer name?

    I was looking through the terminal, and I noticed that a dollar sign next to my computer user. what it means? is this something that's going to hurt my computer?

    The $ is normal. This means that you use Terminal as a regular user, as opposed to a system/root user.

  • Photoshop will return to cc2014 if I do not buy cc2015 at the time when the trial ends?

    Just curious, mostly because I accidentally updated the wrong thing.

    I tried to follow the instructions in this link to get the rear cc2014 download and install Adobe Creative Cloud applications

    But the only photoshop app that shows is cc2015 and the options that one is buy and uninstall. I'm so hopefully he'll be right back at this stage.

    There's nothing to come back. If you are on a subscription of the CC, you can use what version you want, but of course, you will need to get rid of CC 2015 to 2014.

    Mylenium

  • How do I display the button when the film ends

    Hello!

    I made a short film in After Effects, and now I am trying to add a few buttons to it. The film starts with an intro and when a button 'continue' should appear, and will take you to the next part. My idea was to put a screenshot of the last image in the next keyframe with a stop() function after the intro, and add the button to that but it would be less work to bring up the end of the film by using the code that I have no idea on the button I would appreciate some advice.

    Insert a stop() in the last frame of your main timeline swf file and a continue button on stage in that last picture.

    PS you will need a coding for this button so it does something.

  • How to prevent registration message when the program ended vi is used

    I use the LabVIEW vi to quit smoking and make me Save / don't save/cancel dialogue whenever the user leaves the program.  The reason is that the objects on the screen have been resized.  The properties of vi for the appearance of the window are scrollbars off the coast.  This is a package of development base for the program works in the environment.  I would like to allow the operator out without seeing this message.  LV 8.5, Win XP

    Thank you.


Maybe you are looking for