Native Tooltip in Dreamweaver CC?

I don't see it under the jQuary UI widgets. I'm hoping that it's in there but I'm just missing it.
Otherwise, it looks like I will have to download and insert manually from jQuery. I can't afford any of the commmercial exttensionsn at the moment.
Does anyone have any reccommendations on where to start? I have a basic understanding of how to set up the lined files and whatnot. Would it help to perhaps insert one of the available widgets on the page first? That way DW would at least place the relevant links in the document and the library files in the site. Then I could just modify the file names and other attributes as needed. The tooltop would be triggered by an image mouse over and would contain dynamic data.
Thanks.

1. Attach the necessary JS and CSS files to your document as in
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
2. Add script to start the tooltip function as in
<script>
$(function() {
    $( document ).tooltip();
</script>
3. Add the 'title'-attribute containing the tooltip message to any element in your document as in
<p title="this is a title for the paragraph">
    This is the text
</p>
<p>
    <img src="http://www.adobe.com/images/shared/product_mnemonics/48x48/dreamweaver_48x48.png" alt="DWCC" title="this is a title for an image">
</p>
<p>
    <input id="name" title="this is a title for an input box" />
</p>
The completed test document looks like
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>jQuery UI Tooltip - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
</head>
<body>
<p title="this is a title for the paragraph">
    This is the text
</p>
<p>
    <img src="http://www.adobe.com/images/shared/product_mnemonics/48x48/dreamweaver_48x48.png" alt="DWCC" title="this is a title for an image">
</p>
<p>
    <input id="name" title="this is a title for an input box" />
</p>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script>
$(function() {
    $( document ).tooltip();
</script>
</body>
</html>
Copy the above markup into a new document and view in your favourite browser.

Similar Messages

  • Inserted a Hyperlink to another page, and would like a tooltip on it. Infopath

    Hi,
    I have created a hyperlink within InfoPath to take the user to a different page in order to add some items that arent included in a drop down.
    At the moment I have had to explain what they need to do as part of the Hyperlink, I would have liked to have a Tooltip on the Hyperlink, so least amount of text is displayed on the page, and then they can just hover over the link to find out what they need
    to do.
    Does anyone know how I can get a tooltip on the hyperlink, or of any other ways I could try and do this which is more user friendly, rather than having all the text written on the page.
    Thanks,

    Hi,
    If you need to show a tooltip when hang over the mouse on a hyperlink exists in your InfoPath form page, you can take consideration of using the
    Tooltip Widget in the jQuery UI which
    will provide a customizable, themeable tooltips instead of the JavaScript native tooltips.
    Here is a demo about tooltip for your reference:
    http://jqueryui.com/tooltip/
    We can use a Content Editor Web Part to hold the script and add it into the NewForm or EditForm Page.
    Here is a link about how to add Web Part to InfoPath List Form:
    http://the-north.com/sharepoint/post/SharePoint-2010-Add-Web-Part-to-InfoPath-List-Form
    Two links about how to use Content Editor Web Part for your reference:
    http://office.microsoft.com/en-us/sharepoint-foundation-help/using-the-content-editor-web-part-HA101794745.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/pages/adding-script-into-a-content-editor-web-part-(cewp)-in-sharepoint-2010.aspx
    Thanks
    Wendy Li
    TechNet Community Support

  • Tooltips Not Appearing in Firefox

    I searched for answer to this problem, which I thought must be common, but didn't find anything.
    I added a tooltip using Dreamweaver CS4 insert Spry tooltip option.  The tooltip appears with Internet Explorer 8, but not Firefox 3.5.7.  The tooltip isn't blank, there's no sign of it. I tried it on two different systems running Windows 7.  I have another web page with Spry tabs that works just fine.
    Thanks for any help,
    Curt Rowe
    P.S. Here's the code
    <head>
    <script src="../SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <span id="sprytrigger1"><img ...></span>
    <div class="tooltipContent" id="sprytooltip1">The signature is from a marriage affadavit in the Cuyahoga County Marriage Book.</div>
    <script type="text/javascript">
    <!--
    var sprytooltip1 = new Spry.Widget.Tooltip("sprytooltip1", "#sprytrigger1");
    //-->
    </script>

    GuillermoCortes wrote:
    I tried adding the title and it works fine. It's also a lot less overhead on page loads. It even looks better than the default tooltip.  Does the title appear if the image display is turned off? If so I wouldn't need it and the alt description.
    I'd still like to solve the problem in case I need to use it again. I moved the image up and it works.  Totally strange.  I tried movng the image down a few lines at a time.  The tooltip appears to stay in the same place on the page.  When the image is at it's original location, I think the tooltip is displaying so far up the page that it's not visible. I tried adding a vertical off set to bring it down, but it has no effect.
    I also noticed that the tooltip works in Dreamweaver Live View without moving it.
    I am not sure about the title appears if the image is turned off; but for XHTML compliancy the alt attribute is required.
    If you want to know more on the title attribute have a look here and you will notice that this attribute is a very much overlooked one.This attribute because it can be used on most (X)HTML tags, makes the normal use of Spry tooltips redundant.
    As far as finding a solution for the FF/Spry Tooltip problem, I think the style rules need to be tweeked. At the moment they are geared towards IE, leaving the likes of FF in the lurch.
    Whatever, I do not need Spry tooltips.
    Ben

  • Tooltip at a specific place of the form.

    Dear D2k-Gurus
    Is it possible to show the tooltip at a specific area of the canvas? Generally it shows at the bellow of the item, which can cover some other field. So, if I can specify some area in the canvas where all the tooltip will be displayed, will be helpful.
    IF possible please get me on the way for 6i & 10g.
    Thanks
    Ananda

    Of course if you need it... you can do it programmatically without the use of 'native' tooltip capability....
    Use the SET_ITEM_PROPERTY built-in procedure and the following properties:
    1) X_POS
    2) Y_POS
    This item (text item) should be invisible and will become visible as the mouse enters into another text item(text item of your application)... in order to mimic the tooltip functionality.....
    Regards,
    Simon

  • Dreamweaver CS5, MySQL, PHP: Why are views listed under tables in the connection

    Using Dreamweaver C5 against a remote server with MySQL and PHP, I notifce the views I defined in the database, are list under tables in the connection window, not under views. Probably doesn't really matter, but I was wondering if there is a way to influence this - keeping views listed separately from tables.

    Hi
    This has to do with the way MySQL stores the views in the database, (a similar problem occurs with procedures) in that they are stored as part of the entire database.
    View on there own are not natively supported in dreamweaver.
    PZ

  • Open my html file and cannot edit it

    When I open my html file from Flash, in view design all I get is a grey box with the Flash symbol in the middle and no html tools.
    I want to link some of my buttons but if I go into view live I get html tools but I still can't access them to make links.
    How do I get my html page so that I can make my links?
    Forrest

    Your next button can still do that.  But it has to be programmed within Flash.  Flash files are not natively handled by Dreamweaver.  You have to export them in order to place them on a website within Dreamweaver.
    The only way that Dreamweaver can do this for you is if you create a button in Dreamweaver which does this action for you outside of the Flash area.  Then this button can link to another page or Flash file.  But if the button resides within the Flash file then it must be edited with Flash.

  • DW CS4 "System" Fonts

    My wife's been using CS4 on a 19" CRT at 1024x768 resolution for quite a while. When her monitor went out this weekend, I managed to chase down a 19" LCD monitor, but this really has to be run at its native resolution of 1280x1024.
    Well, she really didn't like everything getting smaller on the screen, so she started playing around with various Windows settings having to do with system fonts and font sizes. Her desktop and some apps now look like she wants, but DW is a mess! The fonts in the menus are large and very poorly rendered, but even worse, the fonts in the various panels now don't seem to fit correctly, appearing cut off or overlapping in some cases.
    Is there any solution or workaround for this?
    It does bring out one problem of LCD vs. CRT monitors: CRTs would look just about as good at any one of several resolutions, but LCDs only look sharp at their native resolution, and the trend is to keep packing in more pixels.

    In my experience, unfortunately, the solution is to set the LCD monitor at it's native resolution as Dreamweaver doesn't handle the system fonts being resized. Also, when you run LCDs a smaller resolution then their native resolution, I've found that they make everything fuzzy, and you really don't want that when you're working on a design, much less when you're trying to read text.

  • Can i see the console.log output in DW?

    hey all!
    this seems like such a simple question, yet i can't find an answer anywhere.  everyone assumes it will be viewed in Firebug or what have you.
    i'd like to be able to see the output of console.log in DW, but don't know if that's even possible, let alone which window to open to see it.  i've tried them all and no such luck.
    i'm running DW cs5.5, btw.  and TIA.
    WR!

    AFAIK, there's no equivalent feature in Dreamweaver. For example, you wouldn't be able to monitor AJAX requests; you'd only be able to see the effects of them.
    There might be an extension out there that does this, but I haven't seen one.
    You could use Firebug Lite in the Dreamweaver Live View, though: http://getfirebug.com/firebuglite
    Probably the best way to do so would be to add the JavaScript into your page (look for "Stable local link" or "Stable live link" on the above page), and then set the debug="true" attribute in your <html> tag (this part is explained on the above page). When you switch to Live View in Dreamweaver after doing so, you should see the familiar Firebug UI appear, including its console.
    Since it sounds like you'd like this to be natively supported by Dreamweaver, be sure to ask our development team to add it: http://adobe.ly/DWwish

  • Software for imac intel

    I am completely new to mac's. I got a new intel mac and I am wondering about software. Can I use an old version of say Dreamweaver on my computer or does it have to be a special version made to work with this new intel computer? Are there many software programs out there then that will work with this computer?
    Thanks so much!

    Welcome to Apple Discussions!
    A Mac OS X native version of Dreamweaver will work at least in Rosetta (the non-Intel native application environment which is transparent on Intel Macs whenever you load a PowerPC application that is Mac OS X native). Mac OS 9 versions of Dreamweaver will not. For more on Apple's migration to Intel, see my links here:
    http://www.macmaps.com/macosxnative.html#INTEL
    Some PowerPC Mac OS X apps works fine in Rosetta, while others which are more driver dependent will have difficulty and need to wait for a Universal application to be made.
    Disclaimer: Reference to links I make to my Macmaps.com website are a for your information only type reference. I do not get any profit from this page, and it is open to the public.

  • Implementing a personalized TooltipUi

    Hi all
    I have a problem with an implementation of a personalized tooltipui.
    I created a class and register it in the Uimanager.
    In the paint(Graphics g,Component c) methode I'm personalizing the
    Shape of my tooltip.
    This works perfectly but I have always a square gray baground under my
    Personalized shape.
    Do any body has an idea what can I do to get rid of this square shape.
    What is triggering the design of this shape?
    I'm working with JDK 1.3
    Thanks

    You probably cannot do this with pure Java:
    A tooltip can (and almost ever does) use a top-level
    window of its own and there is no support for non-
    rectangular windows in Java.
    Swing might choose not to use a distinct top-level window
    if the tool-tip is completely contained in its parent window
    (i.e. does not extend over its borders). In this
    case the tool-tip can be shown in the layered pane of the
    parent window.
    However even positioning your tooltips carefully won't get
    you far, because it's up to Swing to use an own top-level
    window or not. E.g. on Windows using JDK 1.4 native
    tooltips will be used to support tooltip animation/fade in.
    There is a hack that you might use to achieve the effect
    you want: Use Robot.createScreenCapture() to get the
    background for your tooltip, then paint these pixels
    before painting the tooltip itself. (This will probably
    not work for unsigned applets, due to security
    constraints.)
    Another possibility is not to use tooltips at all, but
    to display your tip component yourself in the layered
    pane. But off course that will be a lot of work to code
    the show/hide logic which the TooltipManager usually
    does for you.
    Stephen

  • Dreamweaver adding div height in tooltip?

    I dont normally use dreamweaver, but I must for this project,
    in dreamweaver for some bizarre reason the tooltip says height 50px
    (54px) and has added 4pxs to an image in a div. Anyone know why? It
    aligns in the browsers, IE 6, firefox, but why has dreamweaver
    added these 4 pixels and given it a gap in dreamweaver?
    Picture example:
    http://homepage.ntlworld.com/spensley/dreamweaverbug.jpg
    anyone know why and what this is all about?
    The css:
    #logo{
    top: 30px;
    width:126px;
    height: 51px;
    padding:0px;
    float: left;
    html:
    <div id="logo"><a href="index.html"><img
    src="media/images/gtfLogo.jpg" title="GTF logo" alt="GTF logo
    design" longdesc="three circles showing the letters G, T and F in
    orange and green" width="126"
    height="51"/><a/></div>

    Oops - sorry - missed the CSS.
    You have a munged <a> tag -
    orange and green" width="126" height="51"/><a/></
    should be -
    orange and green" width="126" height="51"/></a></
    Does that solve the problem?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "spongebobcirclepants" <[email protected]>
    wrote in message
    news:[email protected]...
    > <?xml version="1.0" encoding="utf-8"?>
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Strict//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    > <head>
    > <title>GTF - Gardens, Tools &
    Furniture</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <meta name="keywords"
    >
    content="tools,gardens,furniture,spades,water,toys,toy,gardening,uk,giant
    >
    toys,giant,lawnmowers,tool,diy,outdoor,outdoors,pool,shovels,hoses,hose,fish,aqu
    > atics,benches,tables,chairs" />
    > <meta name="description" content="GTF Company Site"
    />
    > <meta name="author" content="Roy Spensley" />
    >
    > <link rel="stylesheet" type="text/css"
    href="style/textformat.css"/>
    > <link rel="stylesheet" type="text/css"
    href="style/layout.css"
    > title="default"
    > />
    >
    > </head>
    >
    > <div id="wrapper">
    >
    > <div id="topSpace"></div>
    > <div id="logo"><a href="index.html"><img
    src="media/images/gtfLogo.jpg"
    > title="GTF logo" alt="GTF logo design" longdesc="three
    circles showing the
    > letters G, T and F in orange and green" width="126"
    > height="51"/><a/></div>
    > <div id="logoRight"></div>
    > </div>
    > </body>
    > </html>
    >
    >
    > css
    >
    >
    >
    > /*BODY*/
    >
    > body{
    >
    > margin-top:0px;
    >
    > margin:0px;
    >
    > left:0px;
    >
    > padding:0px;
    >
    > font-family: arial, Helvetica, sans-serif;
    >
    > font-size: 100.1%;/*fixes bug in IE*/
    >
    > color:#333333;
    >
    > text-align: center;
    >
    > background-color: #666666;
    >
    > overflow: auto;
    >
    > }
    >
    > /*ALL IMAGES*/
    >
    > img{
    >
    > border-style: none;
    >
    > }
    >
    >
    > /*CONTAINING WRAPPER*/
    >
    > #wrapper{
    >
    > width: 800px;
    >
    > margin-top: 0px;
    >
    > height: 597px;
    >
    > background-color: #000;
    >
    > margin: 0 auto; /*This will now centre in firefox as
    well*/
    >
    > }
    >
    > #topSpace{
    >
    > width: 100%;
    >
    > height: 30px;
    >
    > padding:0px;
    >
    > background-color: #fff;
    > }
    >
    > #logo{
    >
    > top: 30px;
    >
    > width:126px;
    >
    > height: 51px;
    >
    > padding:0px;
    >
    > float: left;
    >
    > }
    >

  • Dreamweaver CS5.5 - Creating a Native Mobile Application | CS5.5 Web Premium Feature Tour | Adobe TV

    In this video we'll explore how you can configure a Dreamweaver CS 5.5 site to build a native mobile application using the popular PhoneGap framework - and deliver rich native applications to iOS and Android without needing to learn new languages or tools.
    http://adobe.ly/xjc2Y9

    Hi, I have a question.
    (Quick explanation) I have dreamweaver cs6, I created an android app, a run the emulator and everything seems to be ok with the app, I download the .apk and everything ok so far, but when i wanted to upload it to Google Play i need to sign it, but I search all the web somehow to sign it and i did not find anything to sign an app made with dreamweaver and Phonegap, just those made with Eclipse.
    My question:
    Is there anyway to export driectly from Dreamweaver to Eclipse as a project? so i can export it and sign it...
    if Not, How can i convert those html files made with dreamweaver to Eclipse files, so I can use Eclipse to sign and generate the keystore file
    or, How can I generate a keystore file to sign an app made with Dreamweaver?
    Thakns.

  • Spry tooltips dreamweaver cs5

    hi
    i'm new in the forum and hope i'm doing things right...
    searched the forum for hours and couldnt find a solution. my problem:
    built a tooltipp for a small image (100x100px) and replace it with a bigger one (300px sq). when i set the offset both to negative, the tooltip is shaking like mad when i hover over. there is only the img in the div. i added some margin and padding to the the class '.tooltipContent'.
    tried to do it in a new html file (dreamweaver template, without any additional css) but it didnt work out - many thanks for any help!!
    would be a great tool and a shame if i couldn't use it!
    raphael

    hi gramps
    many thanks! when i turn on the second box (according the reccommendation), the flickering is gone.
    i'm not sure if have to remove the width and heigth as well - seems to work without removing it. please let me know if there are any reason to do so.
    again many thanks - searched the forum for a long time, but im not english and didnt look up "flicker" ...
    nice weekend
    raphael

  • Need help with Dreamweaver Spry Tooltips.

    Hello, all. First off I gotta say that I am new to this so PLEASE go easy on me here. 
    Okay, I created some Spry tootips on an image in Dream weaver. Everything worked well in the live view, everything came out as I hoped. But when I uploaded everything the tooltips are on the screen but don't pop up the way(s) they are supposed to.  I did not create the site in Dreamwever, I simply created the image map in Fireworks, and imporetd the HTML into Dreamweaver.
    Here is the page:
    http://thealamedapirates.org/index.php?option=com_content&view=article&id=56&Itemid=81
    And here is the code on the page: THANK YOU!!!!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Eqp2</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Sun Apr 15 15:01:50 GMT-0700 (Pacific Daylight Time) 2012-->
    <script src="http://thealamedapirates.org/SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="http://thealamedapirates.org/SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    </head>
    <body bgcolor="#ffffff">
    <img name="Eqp2" src="http://thealamedapirates.org/content/Eqp/Eqp2.png" width="302" height="504" border="0" id="Eqp2" usemap="#m_Eqp2" alt="" />
    <map name="m_Eqp2" id="m_Eqp2">
      <area shape="poly" coords="72,81,124,79,127,114,204,114,206,79,260,79,260,148,73,148,72,81" href="javascript:;" alt="Shoulder Pads" id="sprytrigger3" title="Shoulder Pads" />
    <area shape="rect" coords="0,448,73,505" href="javascript:;" alt="Cleats" id="sprytrigger6" title="Cleats" />
    <area shape="rect" coords="73,287,212,397" href="javascript:;" alt="Leg Pads" id="sprytrigger5" title="Leg Pads" />
    <area shape="rect" coords="95,236,212,287" href="javascript:;" alt="Girdle" id="sprytrigger4" title="Girdle" />
    <area shape="rect" coords="138,80,195,110" href="javascript:;" alt="Mouth Piece" id="sprytrigger2" title="Mouth Piece" />
    <area shape="rect" coords="119,3,212,82" href="javascript:;" alt="Helmet" id="sprytrigger1" title="Helmet" />
    </map>
    <div class="tooltipContent" id="sprytooltip6"><br />
      <img src="../../EQP Images/molded2.jpg" width="63" height="68" alt="Cleats" longdesc="http://thealamedapirates.org/content/Eqp/parts/molded2.jpg" /> <img src="../../EQP Images/screw-cleats.jpg" width="63" height="67" alt="Screw-Ins" longdesc="http://thealamedapirates.org/content/Eqp/parts/screws.jpg" /><br />
      Cleats:<br />
    They can be molded or screw-in bottoms.<br />
    No metal tip cleats allowed. Make<br />
    sure they are laced, and tied all the way up!
    </div>
    <div class="tooltipContent" id="sprytooltip5"><br />
      <img src="../../EQP Images/legpads.jpg" width="70" height="72" alt="Leg Pads" longdesc="http://thealamedapirates.org/content/Eqp/parts/legpads.jpg" /><br />
      Leg pads:<br />
      2 Hip pads, 1 tail bone pad, 2 thigh pads, <br />
      and 2 knee pads. All 7 pads must be worn at<br />
    all times. </div>
    <div class="tooltipContent" id="sprytooltip4">
      <p><img src="../../EQP Images/girdle.jpg" width="73" height="79" alt="Girdle" longdesc="http://thealamedapirates.org/content/Eqp/parts/girdle.jpg" /><br />
      Girdle: <br />
        Worn under the pants. All leg pads are <br />
        inserted into the girdle.  </p>
    </div>
    <div class="tooltipContent" id="sprytooltip3">
      <p><img src="../../EQP Images/ShPads.jpg" width="119" height="103" alt="Should Pads" longdesc="http://thealamedapirates.org/content/Eqp/parts/ShPads.jpg" /><br />
      Shoulder Pads.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip2">
      <p><img src="../../EQP Images/Mpiece.jpg" alt="mouth piece" width="102" height="55" align="textop" /><br />
        Mouth Piece:<br />
        Can be any color except white and<br />
        clear. <br />
      Must be in at all times.  </p>
    </div>
    <div class="tooltipContent" id="sprytooltip1">
      <p> </p>
      <p>Helmet and Chinstrap:<br />
        Must be on and buckled up at all <br />
        times.  </p>
    </div>
    <script type="text/javascript">
    var sprytooltip1 = new Spry.Widget.Tooltip("sprytooltip1", "#sprytrigger1", {useEffect:"fade", showDelay:500, hideDelay:200});
    var sprytooltip2 = new Spry.Widget.Tooltip("sprytooltip2", "#sprytrigger2", {showDelay:500, hideDelay:200, useEffect:"fade"});
    var sprytooltip3 = new Spry.Widget.Tooltip("sprytooltip3", "#sprytrigger3", {showDelay:500, hideDelay:200, useEffect:"fade"});
    var sprytooltip4 = new Spry.Widget.Tooltip("sprytooltip4", "#sprytrigger4", {showDelay:500, hideDelay:200, useEffect:"fade"});
    var sprytooltip5 = new Spry.Widget.Tooltip("sprytooltip5", "#sprytrigger5", {showDelay:500, hideDelay:200, useEffect:"fade"});
    var sprytooltip6 = new Spry.Widget.Tooltip("sprytooltip6", "#sprytrigger6", {showDelay:500, hideDelay:200, useEffect:"fade"});
    </script>
    </body>
    </html>

    S.C.Davison wrote:
    Thanks for the reply.
    Is there a way to fix that seemingly minor issue?
    If it is a minor issue, I wouldn't bother about it, although the problem seems to persist throughout your document as per http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fthealamedapirates.org%2Findex.php %3Foption%3Dcom_content%26view%3Darticle%26id%3D56%26Itemid%3D81
    As said, this is an issue caused by your blog software and although it affects a Spry widget, it is not a Spry issue.
    My advice, hard code into your document and do not use TinyMCE to code the document.
    Gramps

  • Question about Dreamweaver Native Mobile Apps with PhoneGap

    I am trying to determine the best way to build an app for my business.  It doesn't need to be anything fancy, but needs a clean UI that is easy to navigate and interfaces with an online database.  The PhoneGap intergration with Dreamweaver 5.5 seems really intriguing, but before I spend the $650 to upgrade my creative suite, I had some questions.
    Doing some research, I have found multiple references to apps created in this way running slowly.  Noticable lapses on button pushes, pages loading slowly, etc.  Is this an issue and if it is, is there any way to get around it? 
    Idealy, I would deploy my app to both Android and iOS devices, how smoothly does that run?  I have some basic knowledge of both Java and Objective-C, but using dreamweaver seems to be quite a timesaver.
    If anyone has any input or comments about using Dreamweaver to create native mobile apps I would love to get some feedback.  Thanks!

    PhoneGap builds mobile apps with HTML, CSS, and JavaScript. You cannot use a server-side language, such as PHP, with PhoneGap.
    Presumably, you want to connect with a MySQL database on a remote server. To do so, you would need to use Ajax to send and receive data from the MySQL database. You can use jQuery to send and receive data as JSON. PHP has JSON functions that decode and encode data as JSON strings.
    How difficult or easy you would find setting this up depends on your knowledge of jQuery and PHP. I don't know of any tutorials that show how to pull everything together for PhoneGap, but it shouldn't be too difficult to find tutorials for using jQuery Ajax to communicate with MySQL.

Maybe you are looking for