Simple Q/A form

we created a word jumble puzzle. we put that on our main page
and also created a 2nd and 3rd page called correct.html and
oops.html.
on the main page it tells the audience to try to complete the
puzzle that's on there and if you want the answers to the puzzle
read the question down below, type in the answer to the question
and click submit. if they typed in the correct answer, it will send
them to the correct.html page; if they're wrong, it will send them
to the oops.html page to try again.
we only plan to make the answers one word and not a long
statement. like as an example: "what year was the first deaf
olympics held? Answer - 1924.
can someone explain what i would need to do in DW8 to make
this happen?
thanks.

Because most software installs automatically in the Applications folder and only the admin user has access privileges to install software in that folder.
Here are three basic articles that discuss the concept of permissions in Unix and OS X:
http://www.osxfaq.com/Tutorials/LearningCenter/UnixTutorials/ManagingPermissions /index.ws
http://docs.info.apple.com/article.html?artnum=106712
http://www.gideonsoftworks.com/macosxprivileges.html

Similar Messages

  • What can be considered as the business logic of simple data entry form

    Hi all,
    I want to separate my applications logic into layers. It is a simple data entry form and doesn't contain any complex business logic. So I want to get this simple business logic to different layer. But the problem is, I cannot clearly identify what are business logic of this kind of simple data entry form.
    How do I separate business logic of this simple data entry form to another layer?
    any help is appreciated,
    Thanks in advance,
    Dil.

    dcminter wrote:
    It is a [form] and doesn't contain any complex business logic. So I want to get this simple business logic to different layer. But the problem is, I cannot clearly identify what are business logic of this kind of [form].Are you asking which bits are business logic?
    Suppose that the data comes into your system immaculate from some external system. Imagine that it will go out into some other system. The bits that you would still have to write are your business logic.That's a nice practical definition. Thank you, I'm stealing it.
    Also interesting to note that validation falls into that category... say you're recieving data from a magical external source... you still have to validate it.
    And of course you'd still have to store it somewhere, ans retrieve it.
    Yep, I definately like that definition.
    Cheers. Keith.

  • Bpel simple custom task   form jsp not run

    Hi i am try to run a bpel simple custom task form deploy in oas 10.1.3 , but i recive this error
    This put down in spanish is like "recive invalid element in getContext"
    at ...
    Error de elemento no válido en el servicio de verificación. Se ha recibido el elemento no válido en getContext
    Compruebe la excepción subyacente y corrija el error. Póngase en contacto con los Servicios de Soporte Oracle si no se puede corregir
    el error.
    at oracle.bpel.services.workflow.verification.impl.VerificationService.getContext(VerificationService.java:516)
    at oracle.bpel.services.workflow.query.impl.TaskQueryService.getWorkflowContext(TaskQueryService.java:150)
    at CompCli.jspService(_CompCli.java:93)
    Do you have any idea ??

    I guess you mean accessing the task details and the payload from the java API.
    Refer the below blog it will provide you the details
    http://www.albinsblog.com/2012/05/update-human-task-payload-via-java-api.html
    Regards
    Albin I
    Edited by: Albin on Sep 19, 2012 11:24 PM

  • How To Build a Simple UIX Search Form

    Hi
    I am starting with ADF BC
    "I tried to run "How To Build a Simple UIX Search Form" sample but the error
    "query not found on action:/dataPage1" Could any one tell me where the problem is?

    I got the error when I press Query submit button, the application is running from page.uix as the sample

  • Simple Animation Sample Form

    Hi,
    I just want to share the code.
    Here's a simple animation, if someone is interested, he/she can download the form and one can modify it according to its needs.
    I made it in Forms 6i.
    Cheers
    http://www.orafaq.com/forum/t/49957/67693/

    hi,
    I checked the form. I didn't find the cursor blinking. Infact as the form starts the cursor moves to the button. The only thing is the item speed. You can change the speed by increasing or decreasing the variable time_passed in when-new-form-instance trigger. And also in the when-timer-expired trigger, you can increase or decrease the x position of the item to make the animation fast or slow.
    In this trigger, you need to change this:
    SET_ITEM_PROPERTY(v_item,POSITION,v_x_pos + 5,v_y_pos);
    change 5 to another value.
    To get the more appropriate result, change the coordinate system to points.
    I think it should be clear now.
    Regards.

  • Simple flash web form tutorial

    Can anyone point me at a simple tutorial for building flash
    forms for a web site (e.g. a contact us form).
    I've been searching the web and support here for a few hours
    and every path I've gone down has had a hang-up (e.g. component
    parameters missing in my Flash version -- MX) or just doesn't work.
    I'm 90% there in one version, but the input text data is
    being passed as "_level0.name" instead of the data entered in the
    "name" input field.
    thx a bunch!

    hi,
    visit www.gotoandlearn.com. it has a video tutorial for a
    contact form.
    gaurav

  • Maths (simple sum) based form security for preventing spam

    I'm looking at possibly implementing a math/arithmetic type of spam prevention solution (within a few forms on our site) and have been led to believe the solution is a rather complex one that requires knowledge of php to write.
     However, I believe I've found a ready-made solution that simply requires the user to insert suggested bits of code on your form/page and it should work. 
    Before I start investing time in it, could anybody with some knowledge of these php anti-spam solutions confirm for me whether the following solution is likely to work, and is it as simple as it's suggested in the article? This solution can be found on the following page: http://www.lateralcode.com/basic-math-security/
    Also, could that math security code work well in conjunction with the 'honeypot' code (that I'm already trying out) or is it likely to create a problem with the two clashing? Would you recommend using them together? Thanks.

    Max Miguta wrote:
    I'm looking at possibly implementing a math/arithmetic type of spam prevention solution (within a few forms on our site) and have been led to believe the solution is a rather complex one that requires knowledge of php to write.
    However, I believe I've found a ready-made solution that simply requires the user to insert suggested bits of code on your form/page and it should work.
    Before I start investing time in it, could anybody with some knowledge of these php anti-spam solutions confirm for me whether the following solution is likely to work, and is it as simple as it's suggested in the article? This solution can be found on the following page: http://www.lateralcode.com/basic-math-security/
    Also, could that math security code work well in conjunction with the 'honeypot' code (that I'm already trying out) or is it likely to create a problem with the two clashing? Would you recommend using them together? Thanks.
    I don't know why you would need to go to the lengths of that article to be honest creating this function and that function. In my opinion is really rather overkill.
    You can set this up really rather simply - Heres a form with randomly generated numbers:
    <?php session_start();?>
    <?php
    $_SESSION[firstNo] = rand(1,10);
    $_SESSION[secondNo] = rand(1,10);
    ?>
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Website Form</title>
    </head>
    <body>
    <form id="mailForm" method="post" action="validate.php">
    <p>
    <label for="name">Name</label><br>
    <input type="text" id="name" name="name">
    </p>
    <p>
    <label for="email">Email Address</label><br>
    <input type="text" id="email" name="email">
    </p>
    <p>
    <label for="address">Address</label><br>
    <input type="text" id="address" name="address">
    </p>
    <p>
    <label for="comments">Comments</label><br>
    <textarea id="comments" name="comments"></textarea>
    </p>
    <p>
    <label for="number"><?php echo $_SESSION[firstNo]." + ".$_SESSION[secondNo]." ="; ?></label><br>
    <input name="number" type="text">
    </p>
    <p>
    <input type="submit" name="submit" id="submit" value="submit">
    </p>
    </form>
    </body>
    </html>
    Heres the validate php file that will check that the number entered on the form is correct and if it is will send the post. If it isn't the script will stop running. Just change $to = "[email protected] to your email address
    <?php session_start();?>
    <?php
    $correctNo = $_SESSION[firstNo] + $_SESSION[secondNo];
    // get name
    $name = trim($_POST['name']);
    // get email address
    $email = trim($_POST['email']);
    // get address
    $address = trim($_POST['address']);
    // get comments
    $comments = stripslashes(trim($_POST['comments']));
    $to = "[email protected]";
    $subject   = "Comments from website";
    $headers  = "From: $email\r\n";
    $headers .= "Reply-To: $email\r\n";
    $message = "Name: $name\n\n";
    $message .= "Email Address: $email\n\n";
    $message .= "Address: $address\n\n";
    $message .= "Comments: $comments\n\n";
    if($_POST['number'] == $correctNo) {
    mail($to, $subject, $message, $headers);
    else {
    exit;
    ?>
    As for the honeypot in conjunction with the maths solution, yes you can leave that in as it will do no harm

  • Sending EMail from a simple flex2.0 form

    I have a simple form on the site I have developed. It is
    actually a component that is part of tab navigator.
    The form has fields for the user's email, what the subject is
    and the message for the body of the email.
    I do not know how to send this email and am not sure if this
    will need middle ware or not.
    The site is hosted from a coldfusion server.
    Do I use ColdFusion to send this email or is this something
    that can be done with action script and flex.mxml?
    I am looking forward towards this reply.
    Thanks,

    If you want the email to come from the user of your Flex app,
    you can do this:
    var url:URLRequest = new URLRequest(
    "mailto:[email protected]&subject="+subject.text+...);
    navigateToURL( url, "_self" );
    I don't know all of the parameters to use with mailto, but
    you should get the idea from the example (which assumes you have a
    <mx:TextInput id="subject" /> field in your form).

  • Procedure for Simple Mail from Forms

    Hi All,
    Is there any procedure to send simple email without
    attachment from forms 9i like we have the feature in oracle reports.
    1.Not using OLE i mean outlook.
    2.Neither calling report.

    First you must:
    ============================================================
    v_mailconn utl_smtp.connection;
    v_hostname VARCHAR2(64);
    v_mailhost VARCHAR2(64):= 'mail.smtphost.com' -- note ***this is not a real mail hostname***
    SELECT host_name INTO v_hostname FROM V$INSTANCE;
    v_mailhost := v_hostname||'.'||v_mailhost;
    v_mailconn := utl_smtp.open_connection(v_mailhost, 25);
    utl_smtp.helo (v_mailconn, v_mailhost);
    -- next call: se below for procedure
    send_mail_to_user(v_mailconn, v_mailhost, p_email, v_subject,
    v_message1, v_message2, p_message);
    utl_smtp.quit (v_mailconn);
    ============================================================
    PROCEDURE send_mail_to_user (p_mailconn IN OUT utl_smtp.connection,
    p_mailhost VARCHAR2, p_email VARCHAR2,
    p_subject VARCHAR2, p_message1 VARCHAR2,
    p_message2 VARCHAR2, p_message3 VARCHAR2) IS
    BEGIN
    -- send mail to a single user, assume the connection has already been opened
    utl_smtp.mail (p_mailconn, p_mailhost);
    utl_smtp.rcpt (p_mailconn, p_email);
    utl_smtp.open_data (p_mailconn);
    utl_smtp.write_data (p_mailconn,
    'To: ' ||'<'||p_email ||'>'|| utl_tcp.crlf ||
    'From: ' ||'My Automated EMail System' || utl_tcp.crlf ||
    'Subject:'|| p_subject || utl_tcp.crlf ||
    'Date:' ||TO_CHAR(NEW_TIME(SYSDATE,'PDT','GMT'),'DD Mon YY HH24:MI:SS')||utl_tcp.crlf);
    utl_smtp.write_data (p_mailconn, utl_tcp.crlf || utl_tcp.crlf ||
    ' -----------------------------------------------' || utl_tcp.crlf ||
    ' | This is an automatically generated email |' || utl_tcp.crlf ||
    ' | |' || utl_tcp.crlf ||
    ' | Do not reply to INFADS Automated EMail System |' || utl_tcp.crlf ||
    ' -----------------------------------------------' || utl_tcp.crlf ||utl_tcp.crlf);
    utl_smtp.write_data (p_mailconn, p_message1 || utl_tcp.crlf || utl_tcp.crlf);
    utl_smtp.write_data (p_mailconn, p_message3 || utl_tcp.crlf || utl_tcp.crlf);
    utl_smtp.write_data (p_mailconn, p_message2 || utl_tcp.crlf);
    utl_smtp.close_data (p_mailconn);
    EXCEPTION
    WHEN OTHERS THEN
    IF SQLCODE = -29279 THEN -- (User Unknown)
    NULL;
    ELSE
    RAISE_APPLICATION_ERROR(-20000, 'send_mail_to_user: '||SQLERRM);
    END IF;
    END;

  • Shay Shmeltzer : How To Build a Simple UIX Search Form

    Shay, I need your help here. I need to filter MessageChoice entries by doing setWhereClauseParam on the appropriate VO (The one that acts as a source for the LOV mode for MessageChoice). Say, this VO is in the 'root' level of AM_A.
    Everything from here (all VOs) are in AM_B.
    Say I am on page1.uix which has a readonly table and submit button. Let's say one of the table COLUMNS contains strings that I need to pass to the AM custom method (The one that will set where clause).
    So user selects the ROW and clicks submit. Somehow (how exactly?) string gets passed to data action (that I guess uses custom method, like the one in your example in AM_B). The page forwards to ANOTHER page2.uix. This page is input form with one field as MessageChoice. Now this is IMPORTANT. This message choice has a source driven by the VO that I wanted to set WHERE clause.
    I have been trying to do this for a week, tried all kinds of stuff but am never getting it to work.
    Please help.
    Rade

    ok, a little sample with the HR Schema.
    You are going to display the departments in the first screen, select a department and then use the row that you selected to set the where clause for a new view item that is based on EMP.
    So create a new view (call it queryEmp) that looks like this:
    SELECT Employees.FIRST_NAME,
    Employees.EMPLOYEE_ID,
    Employees.LAST_NAME,
    Employees.DEPARTMENT_ID
    FROM EMPLOYEES Employees
    WHERE DEPARTMENT_ID=:1
    Then add a method to your applciation module as follow:
      public void setMyWhere()
        ViewObject vo = this.findViewObject("queryEmp1");
        ViewObject vo_master = this.findViewObject("DepartmentsView1");
        System.out.println("valus is "+vo_master.getCurrentRow().getAttribute("DepartmentId"));
        vo.setWhereClauseParam(0,vo_master.getCurrentRow().getAttribute("DepartmentId"));
        vo.executeQuery();
      }Then the struts flow is from the first page that just shows the Departments and allows you to choose one (the radio button in the multi-row table does this for you).
    Then add a button that sends you to a dataaction. on this dataaction drag and drop the method you have defined (and made it a client method - setMyWhere)
    Then this method goes to a second UIX that shows the information from the Empquery view.
    Works for me.

  • Simple php email form, on X-serve 10.39 unlimited

    hello! thank you for looking at this.
    i'm being asked to add a contact form to my company's website. i'm not a designer or anything. i'm just feeling my way through things barely.
    i've implemented this code on the site: http://www.freecontactform.com/email_form.php
    things seem to be working ok, except a test email is never recieved in the end. i excpe this is something with the server side handling of the email parts of the code.
    but i have almost no clue about what to check on the server to fix this.
    i realize there are problably other threads that could maybe help me, but i know very little and thought it might be faster to post a new thread, because the boss wants this done tomorrow.
    i am using server admin 10.3 v106, 2003
    thanks for any help!

    it looks like i'm running php 4.4.7
    one of my concerns is that this version might be too old to handle the script.

  • Simple offline adobe form

    Hi Experts,
    I have created a simplest interface and corresponding form in SFP transaction.
    Then used this in a view of WebDynpro Component.
    The problem is, whatever be the layout design in the form, in output of WebDynpro shows the complete context of form that is bound in the view.
    That means i have two structures in the form context- Item and Quotation. In layout i have used only Quotation id field(only one field..rest of the form layout is blank..). Then specify template source in View and the context mapping is automatically done.
    Run the dynpro and i see all the fileds of the structures in form. I ve even not written the code to bind any of context element.
    Is there something like cache it uses...that needs to be refreshed.....or some setting...
    Above scenario works fine with another server....
    Please suggest.

    Hi,
    If you know about configurations needed for adobe to work with ABAP WD, may be you are missing the configuration for Visual Admin on J2EE engine.
    If you want detailed steps, give me ur mail id.

  • Simple Media Tagging Form

    Hi,
    Hope someone can help.
    I have 3 tables. One containing a list of Media (photos / video links etc):
    MEDIA_TABLE
    MEDIA_ID
    MEDIA_FILENAME
    etc
    One containing a list of people:
    PEOPLE_TABLE
    PERSON_ID
    PERSON_NAME
    etc
    One containing a list of people that are tagged to certain media:
    TAGGED_TABLE
    TAGGED_ID
    MEDIA_ID
    PERSON_ID
    I have built a report which shows me the contents of the media table and would like to have a way to quickly Tag people that are present in the Media.
    Below is an image of what I would like to achieve. The idea is that:
    1) the user selects a person from the select list next to the appropriate media row
    2) a procedure is called inserting a record into the TAGGED_TABLE (person and media ids stored)
    3) the page is then reloaded
    4) the information is displayed in the tagged column
    I just need help on creating a select list that reloads the page and also how to pass the MEDIA_ID and PERSON_ID to a stored procedure prior to reloading the page.
    Hope this makes sense. Please ask for more information if not.
    Or, if anyone has created a tagging application (similar to facebook) please provide an example.
    Regards,
    Richard.

    Please ignore this message.
    I've managed to create everything I need by using Tabular Forms, Processes Before Header and Validations on submit.
    Works great.
    Inspiration by Denes Kubicek : http://htmldb.oracle.com/pls/otn/f?p=31517:41:812551525563504::NO
    Regards,
    Richard.

  • I want to add a very simple email only form in the header for offers/newsletter etc. Anyone know how to do this?

    I have tried deleting the various parts of the contact form, but it won't let me delete the 'name' field. All i want is 'email' and 'submit'. Thanks in advance.

    You can't remove the name field ... but here are some options for you.
    newsletter – Adobe Muse Widget Directory

  • Simple code in forms

    How would I code this =E*(4000-D)/D using JS in Acrobat?
    The value of D and E are coming from different fields.
    Thanks for any ideas.

    You have to ensure that you don't attempt to divide by zero, which will happen if the D field is blank or otherwise evaluates to zero. In such cases, what do you want the result of the calculation to be? It is common to set the calculated field to blank, but sometimes people want something different. Here is a custom Calculate script that does this:
    // Custom Calculate script for text field
    (function () {
        // Get the field values
        var v1 = getField("E").value;
        var v2 = getField("D").value;
        // Set this field value
        if (v2 != 0) {
            event.value = v1 * (4000 - v2) / v2;
        } else {
            event.value = "";
    Change E and D in the script to match the actual field names you're using.

Maybe you are looking for

  • IPod not recognized by iTunes 11.1.4

    Running Mavericks on my MBP, 2011,  iTunes version 11.1.4, 2nd gen iPod Nano Since installing this update for iTunes I've already had to wipe and reauthorize my iPod once, which was mildly annoying. I connected it a second time, now a week later, and

  • Problem installing oracle developer  Suite 10g on window 7 64 bit

    hi am in window 7 64-bit am trying to install my oracle developer suite am geting this error when installing Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual

  • Photo uploading help.?

    I cannot upload any photos. I click import and go to the file source but it either says could not copy file to requested location, or gives me a bunch of random stuff that does not work or is not even in my files. What could I do to fix it or who cou

  • My  iDVD  does  not  burn  the  movie.  It  ejects  DVD  before  finishing  burning.

    My iDVD  does  not  burn movie  on  DVD.  It  ejects  the  the  DVD  before  the  burning  is  finished!  Does  anyone  know  what  the  problem  is?

  • Badi or user exit for Cash Journal

    Dear friends, As I am not able to post a special GL transaction through cash journal, i request you to help me for a badi or user exit which may be available for cash journal. Regards Dhirav shah