Jquery mobile samples

This question was not fully answered in a previous post so I'll ask it again.
The Jquery mobile sample templates are missing in the New Document window - where have they gone?
My students find these extremely useful so I'm hoping that they are still available somewhere.
Ian

Hi Nancy,
I have since found what I was looking for - templates used to be in New/Sample Templates/Jquery Mobile with theme but now I see that in CC2014 you have to first build an html page then insert JQuery mobile elements.
Ian
Ian Bennett
Lecturer
Department of Communication and Media,
Anglia Ruskin University,
East Road,
Cambridge
CB1 1PT
[email protected]

Similar Messages

  • Dreamweaver: What happened to jQuery mobile samples in starter templates?

    I'm using the Missing Manual tutorial to learn Dreamweaver and I just got to the jQuery mobile section. The tutorial for this requires that I use the mobile starters sample folder which includes jQuery mobile templates. But apparently this folder is not included in the newest DW update which I installed yesterday. Does anyone know if these templates are still accessible within, or possibly outside of Dreamweaver?
    Thanks!

    By the way, both of the Adobe Tutorials that tell me how to use DW with jQuery mobile require that I use the mobile starters template which the "outdated" textbook was asking me to create. I'll link to them below:
    Create advanced design templates for jQuery Mobile | Adobe Dreamweaver CC tutorials
    Use customizable starter designs for jQuery Mobile | Adobe Dreamweaver CC tutorials
    I guess that Adobe tutorials tend to be outdated by at least 1 and perhaps as many as 3 versions.

  • Enhanced jQuery mobile support | Learn Dreamweaver CS6 | Adobe TV

    Adobe continues to add support for jQuery Mobile in CS6 with the addition of new jQuery Mobile Sample Pages and the jQuery Mobile Swatch panel. The new jQuery Mobile Swatch panel allows you to quickly apply themes visually to your jQuery Mobile projects regardless of where the themes were created. The new Sample Pages feature improved architecture that makes it easy to swap out themes without affecting layout or functionality.
    http://adobe.ly/IUFk4h

    How do I get that toolbar that's used at 4:57 to grab a jQuery button?  Can't for the life of me figure out where it is.  I know how to insert the object from Insert > jQuery Mobile, but the toolbar'd be cool for a jQuery-based workspace.

  • Page from Sample - Mobile Starters - jQuery Mobile with theme not working on mobile

    I created a new webpage - New - Page from Sample - Mobile Starters - Jquery Mobile with Theme and did not modify it.
    That does not work on an iPhone or Android.
    What am I missing? Is there an update to make the jquery mobilesite work?
    This is how it looks in dreamweaver
    http://ricston.com/push/test/screenshot_dreamweaver.png
    This is how it looks on my phone:
    http://ricston.com/push/test/screenshot_galaxy.png
    The page for the template is here http://ricston.com/push/test/test.html - As you can see, nothing has been changed.

    Thank you.  I was having the exact same problem.  I even upoaded the unmodified starter page, just in case it was something I did.  Inserting the viewport line fixed it.  (Now I need to go back and insert that line into each of the pages I was working on.)
    The question remains, however, as to why the mobile starter pages don't include that line in the first place.
    [edit] FYI - On Dreamweaver CC, it's under the "common" group within "insert".  (I would have expected it under "JQuery Mobile", but it's not there.)

  • I am trying to create mobile pages using the steps file new new document page from sample mobile starters jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I

    I am trying to create mobile pages using the steps file>new>new document>page from sample>mobile starters>jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I acquire these options?

    You can get the latest jQuery Mobile Themes directly from jQuery Mobile's web site.
    https://demos.jquerymobile.com/1.1.0/docs/api/themes.html
    Or roll your own with ThemeRoller
    http://themeroller.jquerymobile.com/
    Nancy O.

  • Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser

    I'm using Dreamweaver 12.0 Build 5861.
    I can't figure out what I'm doing wrong. I go
    File / New / Page from Sample / Mobile Starters / JQuery Mobile with theme (local).
    I then save my page.
    Then when I go to preview my new page in Live View, it shows a page without any styles, etc.
    When I upload the page and additional files created by Dreamweaver to my server. I preview it and it will look like the default style JQuery page, but when I click on the button to see the content for that page, there is not a "back" button to come back to my home page.
    Also, when I try to implement a JQuery mobile swatch, the Swatch window says "No Theme Applied."
    I feel like I'm missing something really simple,,, but what? Is there a setting I need to change or am I missing a step? I have looked at many video tutorials online and I believe I am taking the same steps.

    You're missing the viewport meta attribute. Add ths to your <head> section.
    <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
    And add this to Line 13:
    <div data-role="page" id="page" data-add-back-btn="true">
    Do this for all page IDs.

  • JQuery Mobile on Phone Gap for Android DW CS 5.5

    Hi,
    I thought that I should take my dynamic Jquery Mobile site to the test as a native application by building it with the Dreamweaver CS 5.5 Phone Gap extension. Building it and getting it up as an application on the Android SDK emulator was pretty straightforward.
    The Jquery Mobile site consists of 1 multipage page starting with a login form (userid, password and a submit button). The PHP page with the MySQL database access is called using AJAX. If login successful, PHP returns an XML array with a number of categories that will be listed (ul/li) on the subsequent page. Now, this is all we need to know for now.
    The corresponding Phone Gap application loads fine on the Android emulator, a click on the app icon kicks off the splash page and the login form comes up exactly like it does when run as a Jquery Mobile web page but nothing happens when I click the submit button. Trying to understand I started the emulator loggin (adb logcat) and found this (I am listing only the latest log items):
    ===
    I/InputDispatcher(   74): Dropped event because it is stale.
    D/dalvikvm(   74): GC_CONCURRENT freed 525K, 14% free 9234K/10695K, paused 37ms+46ms
    D/dalvikvm(  396): GC_CONCURRENT freed 896K, 13% free 6997K/8007K, paused 23ms+40ms
    D/dalvikvm(  137): GC_CONCURRENT freed 457K, 6% free 7729K/8199K, paused 24ms+11ms
    D/SntpClient(   74): request time failed: java.net.SocketException: Address family not supported by protocol
    W/webview (  396): Stale touch event ACTION_DOWN received from webcore; ignoring
    W/webview (  396): Got ACTION_DOWN but still waiting on stale event. Catching up.
    W/webview (  396): Stale touch event ACTION_DOWN received from webcore; ignoring
    ===
    Every time I click/tap the submit button I get "Stale touch event..." which I strongly relate to that nothing happens.
    Anyone tried this (Phone Gapping Jquery Mobile) or having a clue of where to look next?
    Thanks
    /Ralf

    wow....Matt is has been a while since i first build the sample app using the jquery mobile and phonegap in DW5.5. Since I faced lots of challenge with getting the app to talk to mysql, i decided to go with "Flash Builder 4.5.1". I have already develped and deployed both android and ios app using flash builder.
    I don't recall how i develped the sample app with jquery mobile and phonegap in DW5.5. As far as i can recall...i followed a tutorial provided on Adobe Developer Connection under DW5.5. I don't have the link anymore...i will try to find it for you.

  • DW CS6 and jQuery Mobile 1.2.0 - does not copy icons folder

    Using the trial version of DW CS6
    Attempting to create a JQuery Mobile Web site using DW and JQM 1.2.0
    This is what I have done.
    1. Created a new folder in C:\Program Files\Adobe\Adobe Dreamweaver CS6\configuration\Third Party Source Code\jquery-mobile2
    and copied the following files:
    jquery-1.8.2.js
    jquery.mobile-1.2.0.js
    jquery.mobile.structure-1.2.0.css
    jquery.mobile.theme-1.2.0.css
    \images - all files copied from the JQuery Mobile download for v1.2.0
    2. Edited the following files in C:\Program Files\Adobe\Adobe Dreamweaver CS6\configuration\BuiltIn\Mobile Starters:
    jQueryMobileLocalMultiPage.htm
    jQueryMobileLocalSplitMultiPage.htm
    and pointed them to the new jquery-mobile2 folder by changing each path from
    ../../Third Party Source Code/jquery-mobile/
    to
    ../../Third Party Source Code/jquery-mobile2/
    3. In DW, File New and selected the "Page from Sample > Mobile Starters > jQuery Mobile with Theme(local) and DW created a file with paths pointing to the local copies of jquery-mobile2 folder.
    4. File > Save As and point to a folder and hit save and DW opens a dialog box asking me if I want to copy the 2 CSS and 2 JS files mentioned above.
    So I hit "Copy" and it saves the HTML file and also copies the 2 CSS and 2 JS files. But when I open the HTML file created, in my browser, there are no images displayed. I checked the folder and although DW has copied the other files it has NOT copied the images folder. I have to manually copy the folder across and only then will the images display corrctly in the page.
    This appears to be a bug in DW CS8 and its handling of the JQMobile template.
    Is there a proper solution other than remembering to manually copy the images folder or can this be noted as a bug and corrected as I want to use the latest version of JQMobile.

    Fixed it myself. I realized that I needed to leave <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> in index.html and to add a new line <link href="jquery-mobile/y_theme.css" rel="stylesheet" type="text/css"/>

  • Where are the Jquery Mobile starter options in Dreamweaver CC 2014 ?

    In Dreamweaver CC 2014 the Mobile Starter in Page samples seems to be missing. I have it in Dreamweaver CS 6 but the Jquery mobile starter pages aren't in the CC version.
    In the Adobe tutorials on Adobe.tv you say to use the mobile starter page but it is not in my version
    Dreamweaver CC 2014
    This is what your tutorial on Dreamweaver shot looks like

    The JQuery Mobile Mobile Starter has been replaced by new menu items in the Insert menu. Instead of choosing Page from Sample, you now create a new, blank HTML5 document, then insert the JQuery page components. The first step is to choose
    Insert->JQuery Mobile->Page
    (If this menu is grayed out, simply click anywhere in  Code View first.)
    The first time you choose this menu item, Dreamweaver will display two dialogs; thereafter, it will display only one. The first dialog asks you to locate dependent files. This gives you the same options as the previous method (use a CDN, or us local .js scripts), but with much greater control. Immediately after you close this dialog, the second one appears. It simply asks whether you want a starter page with Header or Footer, both or neither. After that, every time you choose
    Insert->JQuery Mobile->Page
    Dreamweaver will only show that Page Layout dialog, no longer the first one about dependent files.
    How do you create a menu list on the Home page? Simply place the cursor in the Content section of your very first page, and choose:
    Insert->JQuery Mobile->List View
    Adobe is still doing a very poor job of explaining this, seemingly unconcerned about its customers who rely on the most recent method. The only explanation is given in this link: Building and packaging mobile apps in Dreamweaver CC | Adobe Developer Connection

  • JQuery mobile for eCommerce

    Hi,
    Has anybody some good sample websites that use jQuery Mobile and are shopping carts using Business Catalyst?
    I feel strongly that Responsive Design is not the way to go for bigger shops, but have found so far no evidence that at this point in time a shop with jQuery mobile for BC can be accomplished.
    Thanks!

    Moving this discussion to the Dreamweaver extensions forum.

  • Jquery mobile example and device central test

    Hi
    Having created in Dreamweaver the default template for Jquery Mobile ( Page from sample > Mobile Starters>jquery mobile (local) ) and saved to localhost as well as on the web I decided to test in device central using preview in the device central option.
    in device central I used the Apple Iphone 4 emulator and could see that I was able to proceed to page 2 by clicking on it , however clicking on the back button does not work.
    This is the same for all pages in the JQM example.
    I then tried this on a web emulator http://www.testiphone.com/ and the back button works OK. So does this mean that device central is not working correctly or have i missed something

    Hi
    Have a look at http://forums.adobe.com/message/3857648#3857648 not sure how long it takes for fix to be implemented.

  • Jquery mobile testing

    Hi
    Having created in Dreamweaver the default template for Jquery Mobile ( Page from sample > Mobile Starters>jquery mobile (local) ) and saved to localhost as well as on the web I decided to test in device central using preview in the device central option.
    in device central I used the Apple Iphone 4 emulator and could see that I was able to proceed to page 2 by clicking on it , however clicking on the back button does not work.
    This is the same for all pages in the JQM example.
    I then tried this on a web emulator http://www.testiphone.com/ and the back button works OK. So does this mean that device central is not working correctly or have i missed something

    Hi Nandi
    If its a emulation bug should this be reported to the developers and if so what is the correct procedure.
    Workaround given > use navigation button from web rendering panel

  • JQuery Mobile Swatches "No Theme Applied."

    I am trying to use the new "jQuery Mobile Swatches" tool.  To start I followed the video tutorial and created a new "jQuery Mobile with theme" page from the sample provided.  No matter what I do, or what I select, or modify in the css, etc.. the window alays says "No Theme Appied."  What am I missing?

    had the same problem (wrote webpages in HTML 5.0 and CSS 3.0, and linked up the custom themes in the appropriate place). Custom themes were not displayed (i.e. they were all rendered in white color). I tried this:
    when creating themes with the ThemeRoller, make sure to check no fields are empty in the  Theme Settings (left hand side column) of the themes you created (in my case, the text color field was empty in  "button:normal", "button:hover" and "button:pressed". Enter a color there.
    when I loaded my page in IE9, it didn't work. I then opened my page with Firefox - there it did work. Afterwards opened it with IE9 again where then it worked too. However,  it only worked on my computer. When I opened my page with IE9 on a different computer the custom themes where ... white.
    I tried a few more things, like locally hosting the default themes and editing the default themes, but no use, IE won't read it even though it is linked up correctlty.

  • JQuery Mobile template: Error Loading Page

    Hello Apex community,
    My name is Robert and this my first post on this forum. I've been developing with Oracle Apex for over a year now.
    I've recently started developing for mobile devices with Oracle Apex 4.2.
    However i stumble on serveral problems including the one I will describe here:
    The problem is best described by this screenshot:
    [ http://roberthantink.com/img/Error_loading_page.JPG]
    Whenever I log into my JQuery template based application which uses 'Application Express Accounts' as authentication.
    I get the following Error: "Error Loading Page".
    When inspecting with a development tool I only get this warning:
    "The page at https://apex***********.com/nbb/f?p=100:LOGIN_JQM_SMARTPHONE:5788626446201 displayed insecure content from http://apex*******.com/nbb/f?p=100:101:0:::::."
    Page 101 is de login page and after the login it should redirect to Home which is page 1. This is all default.
    The weird thing is I can log into the application if I am on our company's local network.
    And I can also log into the workspace from outside our network, but I cannot get in the Application.
    I've also made a 'Sample Database Application' which I can log into from anywhere.
    I've searched this forum and of course the internet and could not find anything on this subject.
    I hope my explanation is clear enough and that someone could help me out.
    Edited by: Robert Hantink on 5-dec-2012 11:09
    Edited by: Robert Hantink on 5-dec-2012 11:10

    So here is the update.
    I've checked my themes/templates/pages for hardcoded HTTP/HTTPS and didn't find anything.
    I also inspected and compared the website from inside our network and outside and could not find anything out of the ordinary.
    Because this problem only occurses when i use the JQuery Mobile template I also compared the JQuery template with a Normal template.
    The only thing i noticed besides the different scripts that are found in the <head>tag, is the <base> tag :
    <base href="http://*****************.com:8080/nbb/f?p=100:10:13950022358106::NO:::">
    This tag is only used in the mobile template.
    I have also used the firebug network function and i noticed that when the site is used from outside our network that there is no response to a POST.
    I've uploaded some screenshots to make things clear.
    This is what happens from inside our network when i click on the SUBMIT-button "test" :
    http://roberthantink.com/img/intern1.JPG
    http://roberthantink.com/img/intern2.JPG
    Everything just works and the answer to the POST is a html site.
    However if i do the same thing from outside our network this is what happens:
    http://roberthantink.com/img/extern1.JPG
    http://roberthantink.com/img/extern2.JPG
    The next thing I'm about to check is our webcache and our firewall.
    Because the current port that is used is 443 and maybe we need 8080 and 8181 as well.
    Hope this gives you more of an insight of what is going on.
    Let me know if you need more information.
    Thanks a million so far!!!

  • How do i change the path of data ajax false from returning to homepage, when using a PHP mail form in jquery mobile?

    I have a put a php mail form in the quote page of my mobile site. However when i send the form it returns to the route page rather than the quote page, i have used the data ajax false action as i dont want to send via ajax. i have left the thanks page blank as i want it to remain on the same page showing sent or declined message.  Can someone help please? 
    <?php
    // OPTIONS - PLEASE CONFIGURE THESE BEFORE USE!
    $yourEmail = "[email protected]"; // the email address you wish to receive these mails through
    $yourWebsite = "www.firstcalltransport.co.uk"; // the name of your website
    $thanksPage = ''; // URL to 'thanks for sending mail' page; leave empty to keep message on the same page
    $maxPoints = 4; // max points a person can hit before it refuses to submit - recommend 4
    $requiredFields = "name,email,collection,delivery,comments"; // names of the fields you'd like to be required as a minimum, separate each field with a comma
    // DO NOT EDIT BELOW HERE
    $error_msg = array();
    $result = null;
    $requiredFields = explode(",", $requiredFields);
    function clean($data) {
      $data = trim(stripslashes(strip_tags($data)));
      return $data;
    function isBot() {
      $bots = array("Indy", "Blaiz", "Java", "libwww-perl", "Python", "OutfoxBot", "User-Agent", "PycURL", "AlphaServer", "T8Abot", "Syntryx", "WinHttp", "WebBandit", "nicebot", "Teoma", "alexa", "froogle", "inktomi", "looksmart", "URL_Spider_SQL", "Firefly", "NationalDirectory", "Ask Jeeves", "TECNOSEEK", "InfoSeek", "WebFindBot", "girafabot", "crawler", "www.galaxy.com", "Googlebot", "Scooter", "Slurp", "appie", "FAST", "WebBug", "Spade", "ZyBorg", "rabaz");
      foreach ($bots as $bot)
      if (stripos($_SERVER['HTTP_USER_AGENT'], $bot) !== false)
      return true;
      if (empty($_SERVER['HTTP_USER_AGENT']) || $_SERVER['HTTP_USER_AGENT'] == " ")
      return true;
      return false;
    if ($_SERVER['REQUEST_METHOD'] == "POST") {
      if (isBot() !== false)
      $error_msg[] = "No bots please! UA reported as: ".$_SERVER['HTTP_USER_AGENT'];
      // lets check a few things - not enough to trigger an error on their own, but worth assigning a spam score..
      // score quickly adds up therefore allowing genuine users with 'accidental' score through but cutting out real spam
      $points = (int)0;
      foreach ($badwords as $word)
      if (
      strpos(strtolower($_POST['comments']), $word) !== false ||
      strpos(strtolower($_POST['name']), $word) !== false
      $points += 2;
      if (strpos($_POST['comments'], "http://") !== false || strpos($_POST['comments'], "www.") !== false)
      $points += 2;
      if (isset($_POST['nojs']))
      $points += 1;
      if (preg_match("/(<.*>)/i", $_POST['comments']))
      $points += 2;
      if (strlen($_POST['name']) < 3)
      $points += 1;
      if (strlen($_POST['comments']) < 15 || strlen($_POST['comments'] > 1500))
      $points += 2;
      if (preg_match("/[bcdfghjklmnpqrstvwxyz]{7,}/i", $_POST['comments']))
      $points += 1;
      // end score assignments
      foreach($requiredFields as $field) {
      trim($_POST[$field]);
      if (!isset($_POST[$field]) || empty($_POST[$field]) && array_pop($error_msg) != "Please fill in all the required fields and submit again.\r\n")
      $error_msg[] = "Please fill in all the required fields and submit again.";
      if (!empty($_POST['name']) && !preg_match("/^[a-zA-Z-'\s]*$/", stripslashes($_POST['name'])))
      $error_msg[] = "The name field must not contain special characters.\r\n";
      if (!empty($_POST['email']) && !preg_match('/^([a-z0-9])(([-a-z0-9._])*([a-z0-9]))*\@([a-z0-9])(([a-z0-9-])*([a-z0-9]))+ ' . '(\.([a-z0-9])([-a-z0-9_-])?([a-z0-9])+)+$/i', strtolower($_POST['email'])))
      $error_msg[] = "That is not a valid e-mail address.\r\n";
      if (!empty($_POST['url']) && !preg_match('/^(http|https):\/\/(([A-Z0-9][A-Z0-9_-]*)(\.[A-Z0-9][A-Z0-9_-]*)+)(:(\d+))?\ /?/i', $_POST['url']))
      $error_msg[] = "Invalid website url.\r\n";
      if ($error_msg == NULL && $points <= $maxPoints) {
      $subject = "Automatic Form Email";
      $message = "You received this e-mail message through your website: \n\n";
      foreach ($_POST as $key => $val) {
      if (is_array($val)) {
      foreach ($val as $subval) {
      $message .= ucwords($key) . ": " . clean($subval) . "\r\n";
      } else {
      $message .= ucwords($key) . ": " . clean($val) . "\r\n";
      $message .= "\r\n";
      $message .= 'IP: '.$_SERVER['REMOTE_ADDR']."\r\n";
      $message .= 'Browser: '.$_SERVER['HTTP_USER_AGENT']."\r\n";
      $message .= 'Points: '.$points;
      if (strstr($_SERVER['SERVER_SOFTWARE'], "Win")) {
      $headers   = "From: $yourEmail\r\n";
      } else {
      $headers   = "From: $yourWebsite <$yourEmail>\r\n";
      $headers  .= "Reply-To: {$_POST['email']}\r\n";
      if (mail($yourEmail,$subject,$message,$headers)) {
      if (!empty($thanksPage)) {
      header("Location: $thanksPage");
      exit;
      } else {
      $result = 'Your mail was successfully sent.';
      $disable = true;
      } else {
      $error_msg[] = 'Your mail could not be sent this time. ['.$points.']';
      } else {
      if (empty($error_msg))
      $error_msg[] = 'Your mail looks too much like spam, and could not be sent this time. ['.$points.']';
    function get_data($var) {
      if (isset($_POST[$var]))
      echo htmlspecialchars($_POST[$var]);
    ?>
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="CSS/stylesheetnew.css" rel="stylesheet" type="text/css">
    <link href="../jquery-mobile/jquery.mobile-1.0a3.min.css" rel="stylesheet" type="text/css">
    <script src="../jquery-mobile/jquery-1.5.min.js" type="text/javascript"></script>
    <script src="../jquery-mobile/jquery.mobile-1.0a3.min.js" type="text/javascript"></script>
    <style type="text/css">
      p.error, p.success {
      font-weight: bold;
      padding: 10px;
      border: 1px solid;
      p.error {
      background: #ffc0c0;
      color: #F00;
      p.success {
      background: #b3ff69;
      color: #4fa000;
    </style>
    </head>
    <body>
    <div data-role="page" id="home">
      <div data-role="header" data-position="fixed">
       <h1>FIRSTCALL TRANSPORT</h1>
    </div>
        <div data-role="navbar" data-position="fixed">
                                    <ul>
                                      <li><a href="#about">About</a></li>
                                      <li><a href="#services">Services</a></li>
                                      <li><a href="#contact">Contact</a></li>
                                      <li><a href="#quote">Quote</a></li>
                                    </ul>
      </div>
      <div data-role="content"> </div>
         <div data-role="footer" data-position="fixed" > </div>
    </div>
    </div>
    <div data-role="page" id="quote">
      <div data-role="header" data-position="fixed">
        <h1>GET A QUOTE</h1>
      </div>
      <div data-role="content">
       <?php
    if (!empty($error_msg)) {
      echo '<p class="error">ERROR: '. implode("<br />", $error_msg) . "</p>";
    if ($result != NULL) {
      echo '<p class="success">'. $result . "</p>";
    ?>
    <form action="<?php echo basename(__FILE__); ?>" method="post" data-ajax="false"  >
    <noscript>
      <p><input type="hidden" name="nojs" id="nojs" /></p>
    </noscript>
    <p>
      <label for="name">Name: *</label>
      <input type="text" name="name" id="name" value="<?php get_data("name"); ?>" /><br />
      <label for="email">E-mail: *</label>
      <input type="text" name="email" id="email" value="<?php get_data("email"); ?>" /><br />
            <label for="company">Company:</label>
      <input type="text" name="company" id="company" value="<?php get_data("company"); ?>" /><br />
      <label for="collection">Collection: *</label>
      <input type="text" name="collection" id="collection" value="<?php get_data("collection"); ?>" /><br />
        <label for="delivery">Delivery: *</label>
      <input type="text" name="delivery" id="delivery" value="<?php get_data("delivery"); ?>" /><br />
      <label for="comments">Message: *</label>
      <textarea name="comments" id="comments" rows="5" cols="20"><?php get_data("comments"); ?></textarea><br />
      <input type="submit" name="submit" id="submit" value="Send" <?php if (isset($disable) && $disable === true) echo ' disabled="disabled"'; ?> />
    </p>
    </form>  </div>
         <div data-role="footer" >  </div>
      </div>
      </div>           
    </body>
    </html>

    My wife has left me for four weeks, favouring to be with our son who lives 4,000 km away. I now have to cook for myself and the steaks taste horrible. What am I doing wrong?
    If you do not know what I have (not) done to make the steak taste horrible, my question is as hard to answer as your question above.
    Please give us more info like giving us the code that sends the page to the homepage rather than to the previous page.

Maybe you are looking for

  • How to set the properties of plots in XY graph via VI Scripting

    Hi, Is there any way out to change the properties of XY graph plots through VI Scripting?  From main VI, I create an XY graph in another VI through VI scripting. I now want to change the Plot legend names, and their styles etc. I notice that these pr

  • Scene Object Mouse Click Cooordinates (xyz)

    Anyone run into and figured out a method for detecting the scene coordinates (xyz) of a mouse click on an object? Very simply I have a two-dimentional plane (ground) and a box (character) that begins at x0,z0 (directly "on" the plane). I'd like to mo

  • Problem printing JPG images in Safari 5.0.1

    Hi! I have an application that prints an html with some information and some images. The problem is that when I print it, some of the images in the html are not in the print area, they appear as if they were white images. This is happening only with

  • Iphone connect to wifi

    Can anyone please help I just cannot get my iphone to work on wifi through my home netgear wireless. How do I go go to my netgear page and add the iphone. any help would be appreciated.

  • Como bajar fotos de iphone a pc

    Help me, how a get the photos from the iphone to pc?