Moodle and Links in Design View

My team is working in Moodle. We have a work flow in which we do all our layout and validation in Dreamweaver before adding the html to Moodle Books. The images are located on the Moodler server in the legacy course files so as we're working on a page in Dreamweaver the app is trying to load the images from Moodle. Moodle won't authenticate the request for the images but Dreamweaver keeps trying - over and over, until Moodle crawls to a smoking halt. Our Moodle support team will kick us off the server if we do this. So, to the question, is there any way to have Dreamweaver not request the images from Moodle?
Before anyone offers suggestions for work arounds like keeping the images local with the html files, that's what we're doing now, but it requires that we replace all the image links when moving the html to Moodle as Moodle requires an absolute path to access it's hosted files.

Try unchecking Display External Files under the View menu:
Make sure to close any open documents, then reopen them. At that point, Dw should no longer render images with absolute paths.

Similar Messages

  • Newbie problem with upgrade to CS5 and editing in Design view

    I'm a newbie working on my first website. I built the site in CS3. I have 3 template pages, each containg editable regions, and numerous pages created from each template. I had no problem working with the pages in CS3- I could edit the content in either Code or Design view.
    I have now upgraded to CS5. The other change is I had to move the site to another machine, as CS5 does not support my older generation Mac. The problem I am having:
    If I open the index.html template or the page based on it, everything works fine. I can edit in both Code and Design views. When I open any page based on my other two templates, I can edit in Code view, but when I try to type in the editable areas on the page in Design View, I simply see a "circle with a slash in it" icon indicating I can't type anything. If I Preview the pages, the existing content is visible, all links work etc.
    Being a newbie, editing in Design view is easiest(and probably safest). It seems like this should not be happening in any case? I am too inexperienced to know where to start. I have seen some posts regarding similar issues, but nothing exactly the same. I am really hoping it is just some silly mistake I am making...Any ideas would be much appreciated.
    Mac OS X ver 10.5.8
    Thanks,
    Maura

    I'm sorry, I'm afraid I haven't gotten to the uploading part yet:(
    I'll just copy the code from one of the pages that is not editable. Let me know if this is not what you need.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/backgroundPage_sub_noSubMenu.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Publications, X. tropicalis, Mustafa Khokha Developmental Biology Lab (Xenopus tropicalis), Yale School of Medicine.html</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    .SearchKhokhaLab {
    font-size: 75%;
    padding-top: 0%;
    top: 0px;
    position: relative;
    width: auto;
    body  {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    height: auto;
    width: auto;
    .twoColHybLtHdr #container {
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    height: 80%;
    width: 850px;
    overflow: auto;
    .twoColHybLtHdr #header {
    background: #DDDDDD;
    padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .twoColHybLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /* Tips for sidebar1:
    1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
    2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
    3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
    .twoColHybLtHdr #sidebar1 {
    float: left;
    width: 12em; /* since this element is floated, a width must be given */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0;
    .twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    /* Tips for mainContent:
    1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
    3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
    .twoColHybLtHdr #mainContent {
    border-left-color: #666666;
    border-left-style: solid;
    border-left-width: thin;
    padding-left: 1em;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 12em;
    .twoColHybLtHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColHybLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColHybLtHdr #sidebar1 { padding-top: 30px; }
    .twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    p.MsoNormal {
    margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";
    -->
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="myTropStyles.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColHybLtHdr">
    <div id="container">
      <div id="header">
        <h1><!-- InstanceBeginEditable name="titleSubPage" --><a name="topsubpages" id="topsubpages"></a>Khokha Lab Website<!-- InstanceEndEditable --></h1>
    <ul id="topMenu" class="MenuBarHorizontal">
              <li><a href="index.html">Home</a>              </li>
          <li><a href="contactUs.html" class="MenuBarHorizontal">Contact Us</a></li>
          <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
          <ul>
                <li><a href="labMembers.html">Lab members</a></li>
              <li><a href="projects.html">Projects</a></li>
            </ul>
          </li>
          <li><a href="publications.html" title="Publications">Publications</a></li>
          <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html" title="Request frogs">Request Frogs</a></li>
          <li><a href="labMeetingSchedule.html" title="Lab Meeting Schedule">Lab Meeting Schedule</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Quick Links</a>
            <ul>
              <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" title="Yale Portal" target="_blank">Yale Portal</a></li>
              <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
              <li><a href="http://www.neb.com/nebecomm/default.asp" title="NEB" target="_blank">NEB</a></li>
              <li><a href="http://tools.neb.com/NEBcutter2/index.php" title="NEBCutter" target="_blank">NEBCutter</a></li>
              <li><a href="http://frodo.wi.mit.edu/primer3/" title="Primer3" target="_blank">Primer3</a></li>
              <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi" title="Primer 3 Plus" target="_blank">Primer3 Plus</a></li>
              <li><a href="http://www.fermentas.com/en/home" title="Fermentas" target="_blank">Fermentas</a></li>
              <li><a href="http://www.invitrogen.com/site/us/en/home.html" title="Invitrogen" target="_blank">Invitrogen</a></li>
            </ul>
          </li>
        </ul>
       <p>
         <!-- end #header -->
       </p>
      </div>
      <div id="sidebar1"><span class="SearchKhokhaLab">
        Search Khokha Lab site
        </span>
    <tr>
      <td height="69">
      <form id="cse-search-box" action="http://www.google.com/cse">
    <input type="hidden" name="cx" value="005937655168220763994:nym0qizbzne"> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" size="22">
    <input name="sa" type="submit" class="twoColHybLtHdr" value="Search">
          </form>
          <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </td>
        </tr>
    <tr>
    <td class="headlink"> </td>
    </tr>
        <ul id="sidebarMenu" class="MenuBarVertical">
                <li><a href="genomicResources/genomicResources_websites.html" class="MenuBarItemSubmenu">Projects</a>
                  <ul>
                    <li><a href="projects.html">Projects</a></li>
                    <li><a href="labMembers.html">Lab members</a></li>
                  </ul>
            </li>
      <li><a href="#" class="MenuBarItemSubmenu">Husbandry</a>
              <ul>
                <li><a href="#">Housing</a></li>
                <li><a href="#">Raising Tads/Frogs</a></li>
                <li><a href="#">Sexing Trops</a></li>
                <li><a href="#">Lab Care</a></li>
                <li><a href="#">Disease</a></li>
                <li><a href="#">Database</a></li>
                <li><a href="#">Tagging Frogs/ID</a></li>
                <li><a href="#">Shipping Frogs</a></li>
              </ul>
            </li>
      <li><a class="MenuBarItemSubmenu" href="obtainEmbryos/obtainEmbyros_Main.html">Obtain Embryos</a>
                <ul>
                  <li><a href="obtainEmbryos/obtainEmbryos_hCG.html">hCG injection</a>              </li>
                  <li><a href="obtainEmbryos/obtainEmbryos_naturalMatings.html">Natural matings</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IsolateTestes.html">Isolating Testis</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SqueezFemales.html">Squeezing females</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IVF.html">IVF</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental timetables</a></li>
            </ul>
          </li>
        <li><a href="manipulateEmbryos/manipulateEmbryos_main.html" class="MenuBarItemSubmenu">Manipulate Embryos</a>
              <ul>
                <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental Timetables</a></li>
                <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_fixation.html">Fixation</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_haploids/manipulateEmbryos_haploidProtocol.html ">Haploids</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gynogenesis/manipulateEmbryos_gynogenProtocol.h tml">Gynogenesis</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gammaMutagenesis.html">Gamma-Ray Mutagenesis</a></li>
                <li><a href="manipulateEmbryos/manipulate_Microinj_main.html">Microinjection</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_morpholinoOligos/manipulateEmbryos_morpholinoOl igos.html">Morpholino Oligos</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_transgenicTech.html">Transgenics</a></li>
              </ul>
            </li>
        <li><a href="visualizeTissues/visualize_main.html" class="MenuBarItemSubmenu">Visualize Tissues/Genes</a>
              <ul>
                <li><a href="visualizeTissues/inSitu/visualize_inSituHyb_main.html">In situ Hybridization</a></li>
                <li><a href="visualizeTissues/AbStaining/visualize_AbStaining.html">Ab Staining</a></li>
                <li><a href="visualizeTissues/TUNELStaining/visualize_TUNELStain.html">TUNEL Staining</a></li>
                <li><a href="visualizeTissues/cartilageStaining/visualize_cartilageStain.html">Cartilage Staining</a></li>
                <li><a href="visualizeTissues/sectioning/visualize_sectionEmbryos.html">Sectioning Embryos</a></li>
                <li><a href="visualizeTissues/HandEStaining/visualize_HandE_Stain.html">H&amp;E Staining</a></li>
                <li><a href="visualizeTissues/inSituLibrary/visualize_tropInSituLibrary.html">Tropicalis in situ Library</a></li>
                </ul>
            </li>
      <li><a href="geneticTechniques/geneticTech_main.html" class="MenuBarItemSubmenu">Genetic Techniques</a>
                <ul>
                  <li><a href="#">Karyotypes</a></li>
                  <li><a href="#">Cytology</a></li>
                  <li><a href="#">Gynogenesis</a></li>
                  <li><a href="#">Isolating Genomic DNA</a></li>
                  <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Genetic Map</a></li>
                  <li><a href="#">Database</a></li>
                  <li><a href="geneticTechniques/geneticTech_ID_main.html">Frog identification Tags</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="#">Shipping Frogs</a></li>
                </ul>
            </li>
          <li><a href="protocols/protocols_main.html">Protocols</a></li>
    <li><a href="geneticResources/geneticResources_main.html" class="MenuBarItemSubmenu">Genetic Resources/Tools</a>
              <ul>
                <li><a href="geneticResources/inbredStrains/geneticResources_inbredLines.html">Inbred Lines</a></li>
                <li><a href="geneticResources/mutants/geneticResources_Mutants.html">Mutants</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map</a></li>
                <li><a href="http://tools.neb.com/NEBcutter2/index.php" target="_blank">NEBCutter</a></li>
                <li><a href="http://frodo.wi.mit.edu/primer3/" target="_blank">Primer3</a></li>
                <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi#" target="_blank">Primer3Plus</a></li>
                <li><a href="http://www.bioinformatics.org/sms/index.html">Sequence Manipulation Suite</a></li>
                </ul>
            </li>
        <li><a href="genomicResources/genomicResources_genomicResources.html" class="MenuBarItemSubmenu">Genomic Resources</a>
              <ul>
                <li><a href="http://genome.jgi-psf.org/Xentr4/Xentr4.home.html" target="_blank">Genome @ JGI</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/genome_seq/genome.html">Genome Sequencing</a></li>
                <li><a href="http://www.metazome.net/" target="_blank">Metazome</a></li>
                <li><a href="genomicResources/genomicResources_fullLengthcDNALib.html">Unique Full Length cDNA Set</a></li>
                <li><a href="genomicResources/genomicResources_ESTs.html">Xenopus ESTs</a></li>
                <li><a href="genomicResources/genomicResources_vectorInformation.html">EST/cDNA Vector Information</a></li>
                <li><a href="http://genomics.nimr.mrc.ac.uk/online/xt-fl-db.html" target="_blank">EST Clusters/Full Length clones</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/bac/bacs.html" target="_blank">BAC Libraries</a></li>
                <li><a href="http://genomeold.wustl.edu/projects/xenopus/" target="_blank">WashU Mapping</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map @ UH</a></li>
                <li><a href="http://xenopus.nibb.ac.jp/" target="_blank">NIBB XDB</a></li>
                <li><a href="http://www.dkfz.de/de/mol_embryology/" target="_blank">Axeldb</a></li>
                <li><a href="http://www.dcode.org/">Comparative Genomics at LLNL</a></li>
                <li><a href="genomicResources/genomicResources_websites.html">Genomic Websites</a></li>
              </ul>
            </li>
        <li><a href="suppliers/suppliers_main.html" class="MenuBarItemSubmenu">Suppliers</a>
              <ul>
                <li><a href="#" class="MenuBarItemSubmenu">Vivaria</a>
                  <ul>
                    <li><a href="http://www.aquatichabitats.com/" target="_blank">Marine Biotech</a></li>
                    <li><a href="http://www.aquaticeco.com/" target="_blank">Aquatic Ecosystems</a></li>
                  </ul>
                </li>
                <li><a href="#" class="MenuBarItemSubmenu">Frog Diets</a>
                  <ul>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                    <li><a href="http://www.hbhnet.com/default.html" target="_blank">HBH</a></li>
                    <li><a href="http://www.herpsupplies.com/" target="_blank">Sera-Micron</a></li>
                  </ul>
                </li>
                <li><a href="http://tropicalis.yale.edu" target="_blank" class="MenuBarItemSubmenu">Frogs</a>
                  <ul>
                    <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html">Khokha Lab</a></li>
                    <li><a href="http://tropicalis.berkeley.edu/home/request_frogs/frogs.html" target="_blank">Harland Lab</a></li>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                  </ul>
                </li>
                </ul>
            </li>
        <li><a href="genomicResources/tropWebSites_main.html">Tropicalis Websites</a>    </li>
      <li><a href="#" class="MenuBarItemSubmenu">Trop Labs</a>
              <ul>
                <li><a href="http://tropicalis.berkeley.edu/home/" title="Harland Lab" target="_blank">Harland Lab</a></li>
                <li><a href="http://faculty.virginia.edu/xtropicalis/" title="Grainger Lab" target="_blank">Grainger</a></li>
                <li><a href="http://personalpages.manchester.ac.uk/staff/enrique.amaya/" title="Amaya Lab" target="_blank">Amaya</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/mike-gilchrist" title="Gilchrist Lab" target="_blank">Gilchrist</a></li>
                <li><a href="http://www.unc.edu/~fconlon/index.htm" title="Conlon Lab" target="_blank">Conlon</a></li>
                <li><a href="http://www.stjuderesearch.org/site/lab/mead" title="Mead Lab" target="_blank">Meade</a></li>
                <li><a href="http://www.sanger.ac.uk/research/projects/vertebratedevelopment/" title="Stemple Lab" target="_blank">Stemple</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/lyle-zimmerman" title="Zimmerman Lab" target="_blank">Zimmerman</a></li>
              </ul>
            </li>
        <li><a href="#" class="MenuBarItemSubmenu">Yale Links</a>
              <ul>
                <li><a href="http://www.yale.edu/" target="_blank">Yale Main Site</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">Yale School of Medicine</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">YSMInfo</a></li>
                <li><a href="https://webmail.med.yale.edu/horde/imp/" target="_blank">Webmail</a></li>
                <li><a href="http://www.med.yale.edu/library/directory.html" target="_blank">Phone Directory</a></li>
                <li><a href="http://www.yale.edu/procurement/index.html" target="_blank">Procurement</a></li>
                <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" target="_blank">YalePortal</a></li>
                <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
                <li><a href="http://www.myairmail.com/">TextPage</a></li>
              </ul>
            </li>
        <li><a href="http://cushing.med.yale.edu/electronic/journals" class="MenuBarItemSubmenu">Journals</a>
              <ul>
                <li><a href="http://cushing.med.yale.edu/electronic/journals" target="_blank">Yale Med Library</a></li>
                <li><a href="http://www.nature.com/nature/index.html" target="_blank">Nature</a></li>
                <li><a href="http://www.sciencemag.org/magazine.dtl" target="_blank">Science</a></li>
                <li><a href="http://www.cell.com/" target="_blank">Cell</a></li>
                <li><a href="http://www.cell.com/developmental-cell/home" target="_blank">Developmental Cell</a></li>
                <li><a href="http://www.nature.com/ng/index.html" target="_blank">Nature Genetics</a></li>
                <li><a href="http://dev.biologists.org/" target="_blank">Development</a></li>
                <li><a href="http://www.sciencedirect.com/science?_ob=PublicationURL&_cdi=6766&_pubType=J&_auth=y&_acct =C000050221&_version=1&_urlVersion=0&_userid=10&md5=4d5e3a7e6c096fddbf74f830fba6f5ca" target="_blank">Developmental Biology</a></li>
              </ul>
            </li>
        </ul>
      <p class="SearchKhokhaLab">Mustafa K. Khokha<br />
            <a href="mailto:[email protected]">[email protected]</a><br />
          <a href="http://tropicalis.yale.edu/">http://tropicalis.yale.edu/</a></p>
        <p class="SearchKhokhaLab">Office Location - LCI 409D Ph:(203) 785-4650 <br />
          Mailing Address<br />
          Yale University School of Medicine<br />
          333 Cedar St./LCI 305<br />
          New Haven CT 06520</p>
        <p class="SearchKhokhaLab">Lab Location - FMP 425 Ph: (203) 785-2333</p>
        <p class="SearchKhokhaLab">Express Courier Address<br />
          Yale University School of Medicine<br />
          333 Cedar St/FMP 425<br />
          New Haven CT 06520-8064<br />
          Fax (203) 785-5833</p>
        <p>
          <!-- end #sidebar1 -->
        </p>
      </div>
      <div id="mainContent"><!-- InstanceBeginEditable name="pageContent" -->
        <h2>Khokha Lab X. tropicalis Publications</h2>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">1.</span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/20431018"><span style="text-underline:none; font-size:14.0pt; color:#1722CD; text-decoration:none; ">The genome of the Western clawed frog Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Harland RM, Gilchrist MJ, Hendrix D, Jurka J, Kapitonov V, Ovcharenko I, Putnam NH, Shu S, Taher L, Blitz IL, Blumberg B, Dichmann DS, Dubchak I, Amaya E, Detter JC, Fletcher R, Gerhard DS, Goodstein D, Graves T, Grigoriev IV, Grimwood J, Kawashima T, Lindquist E, Lucas SM, Mead PE, Mitros T, Ogino H, Ohta Y, Poliakov AV, Pollet N, Robert J, Salamov A, Sater AK, Schmutz J, Terry A, Vize PD, Warren WC, Wells D, Wills A, Wilson RK, Zimmerman LB, Zorn AM, Grainger R, Grammer T, Khokha MK, Richardson PM, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Science. 2010 Apr 30;328(5978):633-6.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 20431018 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=20431018" target="_blank"><span style="text-underline:none; color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">2.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19913009" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">BMP antagonists and FGF signaling contribute to different domains of the neural plate in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills AE, Choi VM, Bennett MJ, Khokha MK, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2010 Jan 15;337(2):335-50. Epub 2009 Nov 10.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19913009 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19913009" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">3.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19441086" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Rapid gynogenetic mapping of Xenopus tropicalis mutations to chromosomes.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Krylov V, Reilly MJ, Gall JG, Bhattacharya D, Cheung CY, Kaufman S, Lam DK, Macha J, Ngo C, Prakash N, Schmidt P, Tlapakova T, Trivedi T, Tumova L, Abu-Daya A, Geach T, Vendrell E, Ironfield H, Sinzelle L, Sater AK, Wells DE, Harland RM, Zimmerman LB.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Dyn. 2009 Jun;238(6):1398-46.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19441086 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19441086" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">4.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/17651506" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Accelerated gene evolution and subfunctionalization in the pseudotetraploid frog Xenopus laevis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Khokha MK, Grammer TC, Harland RM, Richardson P, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">BMC Biol. 2007 Jul 25;5:31.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 17651506 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free PMC Article<a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1949811"><span style="text-underline:none; font-family:ArialMT; color:#6466AB; font-weight:normal; text-decoration:none; ">Free text</span></a></strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=17651506" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">5.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16461016" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Developmental expression of FoxJ1.2, FoxJ2, and FoxQ1 in Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Choi VM, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Gene Expr Patterns. 2006 Jun;6(5):443-7. Epub 2006 Feb 7.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16461016 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16461016" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">6.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16321373" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Twisted gastrulation is required for forebrain specification and cooperates with Chordin to inhibit BMP signaling during X. tropicalis gastrulation.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills A, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2006 Jan 1;289(1):166-78.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16321373 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16321373" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">7.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15975265" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Strategies for characterising cis-regulatory elements in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Loots GG.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Brief Funct Genomic Proteomic. 2005 May;4(1):58-68. Review.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15975265 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15975265" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">8.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15763207" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Identification of mutants in inbred Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Grammer TC, Khokha MK, Lane MA, Lam K, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Mech Dev. 2005 Mar;122(3):263-72.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15763207 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15763207" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">9.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15737935" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Depletion of three BMP antagonists from Spemann's organizer leads to a catastrophic loss of dorsal structures.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Yeh J, Grammer TC, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Cell. 2005 Mar;8(3):401-11.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15737935 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15737935" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; "><a name="TrottMycoPaper" id="TrottMycoPaper"></a>10.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15253278"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Characterization of a Mycobacterium ulcerans-like infection in a colony of African tropical clawed frogs (Xenopus tropicalis).</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Trott KA, Stacy BA, Lifland BD, Diggs HE, Harland RM, Khokha MK, Grammer TC, Parker JM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Comp Med. 2004 Jun;54(3):309-17.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15253278 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray;

  • Dreamweaver CC automatically deletes code in code view and elements in design view

    When I open a file in Dreamweaver, it automatically shows a * next to the filename - showing it has been edited.
    Then often when I select some code in code view, or an element in design view (such as a table, an image, some text) it is suddenly deleted.
    The problem is especially bad (happens without fail) if I am switching between programs. But also happens when I'm not switching.
    I do not have this problem on a different user account.
    I have reinstalled Dreamweaver three times now. Also renamed preference and configuration folders. Tried with a wired mouse and keyboard. Nothing has worked.
    I can't think what I did to cause this. I installed MAMP recently - but have uninstalled it correctly I think.
    I had an issue with one file in which there were about 30 Spry collapsible panels. I kept getting this warning:
    "A script in file Macintosh HD:Applications:Adobe Dreamweaver CC:Configuration:Shared:Spry:DesignTime:EditingUtils.js has been running for a long time. Do you want to continue?"
    I have to click 'yes' many times to get into the file, and the warning keeps coming up while the file is open.
    However, my big issue of DW CC deleting code and elements happens whether or not this particular file is open.
    So this may have nothing to do with it.
    Any ideas anyone?
    Adobe's customer service has not helped. In fact, I have not even been able to get through to anyone on the phone - having waited literally hours listening to music, and getting shunted from person to person. And then their promised 'call backs' never happen.
    Thanks,
    - Greg

    I do not have this problem on a different user account.
    You've got a bad/corrupted user account.  Create a new one with Admin level priveleges and delete your old user.
    Nancy O.

  • JSC2.1 Fedora5 and Chinese, jsp design view blank!!!

    Dear all,
    I can run JSC2.1 in Fedora 5 chinese language, but jsp design view is blank, I can not drop any componnent in it and cannot see anything., and if I change JSC2.1 to "-locale en", JSC2.1 is all Okay, please help me

    If you get the designer blank, there is some bug. Could you have a look into your log file? It is <your_userdir>/var/log/messages.log? There should be some exceptions causing that state. Send them here or file bug directly.
    In any case, try to workaround the problem by deleting <your_userdir> and restarting JSC.

  • Command Button colors corrupt after switching back and forth from design view.

    I would say my experience level with Access is "getting there."
    I therefore don't thing I'm making a newbish mistake.
    Has anyone else noticed this?  As it's bugging me quite badly.
    1.  A command button has had it's color formatted (pressed, hover, etc. nothing fancy)
    2.  It works fine.
    3.  In my navigation form, if I switch to design view, then select a given sub-form... like "customers" - and switch back out of design view, to form view - then without fail, all customized command buttons within that sub forms' color will 'corrupt'
    ie, change.
    4. Closing and reopening the navigation form (ie, my main menu) restores it, but the same thing will happen should I go back to design view for the sub form.
    5.  Finally - this behaviour does not happen when switching back and forth between views on the original form that isn't a sub form in the navigation form.  (Ie,. the main 'customers' form). 
    Can any clever folk give me a solution? :(
    Thanks,  
    Eric Rowlands
    EDIT - My apologies, I am using Access 2013 for a desktop database.

    1) We will need to understand whether the issue is seen on any sample database.
    2) IS this seen only on your system, we would need to check on other system also
    3) If the issue is seen in all system & issue is not seen in the sample database then this could be database specific issue
    4) As per my understanding the issue is consistent, we would need to find what is the VBA code or which code is used while designing this form.
    5) We would need to see if the issue is seen only on that particular navigation form?
    6) Is the button gets corrupt I mean to say non-usable once it get discolored ?
    7) What is your end goal just in case if you are able to work on your database i.e. when working on the navigation form without going in design view is issue still seen there ?
    8) Since when are you experiencing this issue ?
    9) If possible please provide me the environment details of your system & Access application, whether the issue is seen only in access 2010 can we check in access 2007 or in access 2013.
    I would really appreciate if you can answers the above questions this will really help us to isolate the issue further
    in terms of technical troubleshooting after answering the above question I might come up with another question so that we can do extensive isolating the issue so the if required we can involve the developer also.

  • Design view no styling

    Hi
    Recently, and I do not think it is specific to an update, Dreamweaver 2014.1.1 build 6981 is opening files and in the design view all styles are not rendering. Do all my fonts are default face and black and links blue. I work in e-mail marketing and my font styles are mainly in-line css. I want to see the proper font-face, color and link styling.
    After I do some editing all of a sudden the styling sometimes pops in place. When I preview in browser all looks fine but this is annoying me. It feels like a step backwards. Is there some setting involved for design view to be an actual design view?
    I am in Windows 7 service pack1 with an i7 processor and12 GB ram so it isn't a processing issue I am sure.
    Thanks
    RL

    That's usually a sign of an error somewhere in your code that DW is having issue with. The newer versions seem to be a bit more picky about code issues. Run your pages through the validators at...
    HTML: http://validator.w3.org/
    CSS: http://jigsaw.w3.org/css-validator/
    And make sure you don't have any major structural errors like missing end tags in your html or missing semi-colons or curly brackets in your css.

  • Trouble with Design view

    Can anyone tell me why I cant see my table, images and forms
    in design view but i can in code view? I cant give you a link to
    the page though as I am between hosts at the moment.

    Same solution for you as for others. Check your Display
    Styles enabling.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ProfFritz" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am having a similar problem: I cannot see any of the
    changes in design
    >view
    > but when I F12 into a browser window all of the changes
    are there. This
    > is
    > happening to all my documents.
    >
    > Here is the code from the latest one which I constructed
    from the 2 column
    > fixed layout with header and footer.
    >
    > Prof. Fritz
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    > font: 100% Verdana, Arial, Helvetica, sans-serif;
    > background: #666666;
    > margin: 0; /* it's good practice to zero the margin and
    padding of the
    > body
    > element to account for differing browser defaults */
    > padding: 0;
    > text-align: center; /* this centers the container in IE
    5* browsers. The
    > text
    > is then set to the left aligned default in the
    #container selector */
    > color: #000000;
    > }
    > .twoColFixLtHdr #container {
    > width: 780px; /* using 20px less than a full 800px width
    allows for
    > browser
    > chrome and avoids a horizontal scroll bar */
    > background: #FFFFFF;
    > margin: 0 auto; /* the auto margins (in conjunction with
    a width) center
    > the
    > page */
    > border: 1px solid #000000;
    > text-align: left; /* this overrides the text-align:
    center on the body
    > element. */
    > }
    > .twoColFixLtHdr #header {
    > background:#FFCC00;
    > padding: 0 10px 0 20px; /* this padding matches the left
    alignment of
    > the
    > elements in the divs that appear beneath it. If an image
    is used in the
    > #header
    > instead of text, you may want to remove the padding. */
    > border: double medium #006600;
    > }
    > .twoColFixLtHdr #header h1 {
    > margin: 0; /* zeroing the margin of the last element in
    the #header div
    > will
    > avoid margin collapse - an unexplainable space between
    divs. If the div
    > has a
    > border around it, this is not necessary as that also
    avoids the margin
    > collapse
    > */
    > padding: 10px 0; /* using padding instead of margin will
    allow you to
    > keep
    > the element away from the edges of the div */
    > }
    > .twoColFixLtHdr #sidebar1 {
    > float: left; /* since this element is floated, a width
    must be given */
    > width: 200px; /* the actual width of this div, in
    standards-compliant
    > browsers, or standards mode in Internet Explorer will
    include the padding
    > and
    > border in addition to the width */
    > background: #EBEBEB; /* the background color will be
    displayed for the
    > length
    > of the content in the column, but no further */
    > padding: 15px 10px 15px 20px;
    > }
    > .twoColFixLtHdr #mainContent {
    > margin: 0 0 0 250px; /* the left margin on this div
    element creates the
    > column down the left side of the page - no matter how
    much content the
    > sidebar1
    > div contains, the column space will remain. You can
    remove this margin if
    > you
    > want the #mainContent div's text to fill the #sidebar1
    space when the
    > content
    > in #sidebar1 ends. */
    > padding: 0 20px; /* remember that padding is the space
    inside the div box
    > and
    > margin is the space outside the div box */
    > }
    > .twoColFixLtHdr #footer {
    > padding: 0 10px 0 20px; /* this padding matches the left
    alignment of the
    > elements in the divs that appear above it. */
    > background:#DDDDDD;
    > }
    > .twoColFixLtHdr #footer p {
    > margin: 0; /* zeroing the margins of the first element
    in the footer will
    > avoid the possibility of margin collapse - a space
    between divs */
    > padding: 10px 0; /* padding on this element will create
    space, just as
    > the
    > the margin would have, without the margin collapse issue
    > }
    > .fltrt { /* this class can be used to float an element
    right in your page.
    > The
    > floated element must precede the element it should be
    next to on the page.
    > */
    > float: right;
    > margin-left: 8px;
    > }
    > .fltlft { /* this class can be used to float an element
    left in your page
    > */
    > float: left;
    > margin-right: 8px;
    > }
    > .clearfloat { /* this class should be placed on a div or
    break element and
    > should be the final element before the close of a
    container that should
    > fully
    > contain a float */
    > clear:both;
    > height:0;
    > font-size: 1px;
    > line-height: 0px;
    > }
    > -->
    > </style><!--[if IE 5]>
    > <style type="text/css">
    > /* place css box model fixes for IE 5* in this
    conditional comment */
    > .twoColFixLtHdr #sidebar1 { width: 230px; }
    > </style>
    > <![endif]--><!--[if IE]>
    > <style type="text/css">
    > /* place css fixes for all versions of IE in this
    conditional comment */
    > .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    > .twoColFixLtHdr #mainContent { zoom: 1; }
    > /* the above proprietary zoom property gives IE the
    hasLayout it needs to
    > avoid several bugs */
    > </style>
    > <![endif]--></head>
    >
    > <body class="twoColFixLtHdr">
    >
    > <div id="container">
    > <div id="header">
    > <h1>The Lives of the Buddha</h1>
    > <!-- end #header --></div>
    > <div id="sidebar1">
    > <h3>Sidebar1 Content</h3>
    > <p>The background color on this div will only show
    for the length of
    > the
    > content. If you'd like a dividing line instead, place a
    border on the left
    > side
    > of the #mainContent div if it will always contain more
    content. </p>
    > <p>Donec eu mi sed turpis feugiat feugiat. Integer
    turpis arcu,
    > pellentesque eget, cursus et, fermentum ut, sapien.
    Fusce metus mi,
    > eleifend
    > sollicitudin, molestie id, varius et, nibh. Donec nec
    libero.</p>
    > <!-- end #sidebar1 --></div>
    > <div id="mainContent">
    > <h1> Main Content </h1>
    > <p>Lorem ipsum dolor sit amet, consectetuer
    adipiscing elit. Praesent
    > aliquam, justo convallis luctus rutrum, erat nulla
    fermentum diam, at
    > nonummy
    > quam ante ac quam. Maecenas urna purus, fermentum id,
    molestie in,
    > commodo
    > porttitor, felis. Nam blandit quam ut lacus. Quisque
    ornare risus quis
    > ligula.
    > Phasellus tristique purus a augue condimentum
    adipiscing. Aenean
    > sagittis.
    > Etiam leo pede, rhoncus venenatis, tristique in,
    vulputate at, odio.
    > Donec et
    > ipsum et sapien vehicula nonummy. Suspendisse potenti.
    Fusce varius urna
    > id
    > quam. Sed neque mi, varius eget, tincidunt nec, suscipit
    id, libero. In
    > eget
    > purus. Vestibulum ut nisl. Donec eu mi sed turpis
    feugiat feugiat.
    > Integer
    > turpis arcu, pellentesque eget, cursus et, fermentum ut,
    sapien. Fusce
    > metus
    > mi, eleifend sollicitudin, molestie id, varius et, nibh.
    Donec nec
    > libero.</p>
    > <h2>Theravada</h2>
    > <p>Lorem ipsum dolor sit amet, consectetuer
    adipiscing elit. Praesent
    > aliquam, justo convallis luctus rutrum, erat nulla
    fermentum diam, at
    > nonummy
    > quam ante ac quam. Maecenas urna purus, fermentum id,
    molestie in,
    > commodo
    > porttitor, felis. Nam blandit quam ut lacus. Quisque
    ornare risus quis
    > ligula.
    > Phasellus tristique purus a augue condimentum
    adipiscing. Aenean
    > sagittis.
    > Etiam leo pede, rhoncus venenatis, tristique in,
    vulputate at, odio.</p>
    > <h2>Mahayana</h2>
    > <p>Mahayana Buddhism predominates in East
    Asia.</p>
    > <!-- end #mainContent --></div>
    > <!-- This clearing element should immediately follow
    the #mainContent div
    > in
    > order to force the #container div to contain all child
    floats --><br
    > class="clearfloat" />
    > <div id="footer">
    > <p>Footer</p>
    > <!-- end #footer --></div>
    > <!-- end #container --></div>
    > </body>
    > </html>
    >
    >

  • Dreamweaver crashes when going to Design View on jQuery CSS3/HTML5 vanilla W3C-verified site

    I created a new web site with HTML5, CSS3, Javascript and jQuery.    I verified all of the CSS and HTML with the W3C site.   
    Dreamweaver gives no errors, and will open the site in code-view, but hangs and crashes when I try to go to design view.   The only unusual thing about this site is that its responsive and uses media queries and some animations.
    Microsoft Expression Web 4 will open the site and go to design view just fine, and has no problem displaying Design View.  Should I hold my breath for Adobe to fix this problem, or just use Expression Web instead?

    KenGross,
    Does the code contain any external library links - .js, .css, even Google Analytics code?
    If so, can you try commenting them out in Code view, then load them in Design view to see if the issue persists?
    -ST

  • CSS Changes not showing in Design View

    I'm just coming over from GoLive (and their layout grid) so
    I'm not entirely familiar with DreamWeaver CS3 and CSS.
    However, whenever I make changes in a CSS sheet (and save
    them) they are not immediately rendered in the Design View. They
    show up just fine if I "Preview in Browser" though. I can even
    close the html page and reopen it and sometimes they will show up,
    but not usually. Oh, and the "Refresh Design View" button is greyed
    out and doesn't do anything.
    Thanks,
    Dan

    Yes, that seems to be the case. I ran a validation check on
    the html page (it was coded in XHTML 1.0 strict) and came up with 2
    errors related to the CSS features I was trying to use.
    Thanks!

  • Design View is Blank in CS5.5

    Hello, I have had problems with design view since upgrading from CS3 to CS5.5. In fact, it has never worked for me. Design View is completly white.
    I'm on a Mac, running OS X 10.7.3.
    This isn't an issue with bad code, it's all the time. I can start a new document, type one word inside the body in code view and switch to design view and nothing is there. If I click in the white space on design view, I can type there and it will show when I go back to code view, but it won't show anything in design view while I'm typing.
    This is not an issue with the "Head Content" covering everything up. I can toggle that on and off. I can also turn the rulers on and off and they show. But nothing on the page I'm working on will show.
    Also, "Live View" works fine.
    Any ideas? I'm totally stumped.
    Thanks!

    Bad fonts?
    http://helpx.adobe.com/x-productkb/global/troubleshoot-fonts-mac-os-x.html
    Bad workspace?
    http://forums.adobe.com/message/4272813#4272813
    Bad or incomplete install?
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Design view for jsp custom tags.

    when we drag-and-drop custom tag control in the source of jsp page, when we switch to the design view of jsp we should be able to view controls as desired.
    Observation: 1) Eclipse 3.2 doesn't have design view for jsp pages.
    2) which software uses the design view. we need to extend eclipse core framework and we do not find any technical approach document to proceed further on this.
    3) RAD 6.0 we can see a JSP in design view.
    I'm searching for any technical approach document to create plugin that can intercept the custom tags and provide a design view.
    Will any one suggest the plugin for that.

    Jeff,
    I have checked with engineering and found that JSP Design View support on
    Linux is a planned feature for the next release. I don't think we will have
    this feature as part of a Service Pack for 8.1
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanvoa" <[email protected]> wrote in message
    news:3f4df04e$[email protected]..
    >
    Raj,
    Thanks for the information!! Any timeframe when it might be supportedon Linux
    Thanks,
    Jeff
    "Raj Alagumalai" <[email protected]> wrote:
    Jess,
    Unfortunately, the JSP design view is currently not supported on Linux.
    Workshop does allow to do remote development where the IDE is running
    on a
    Windows machine and connects to a server running on Linux/Solaris.
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanova" <[email protected]> wrote in message
    news:[email protected]..
    Does anybody else who is running the Linux version of Workshop 8.1have
    troubling
    getting the Design View of JSP files to come up. All I see is thesource,
    with
    no tabs at the bottom to switch to/from the Design View. When I bootover
    to
    Windows and run 8.1 Workshop, I see both tabs and I am able to useboth
    views.
    Is it something I have set in Preferences somewhere that disablesthe
    Design
    View ???
    Thanks,
    Jeff

  • Design View Replacement Found

    If like me you want to develop Flex applications with a Design View so you can actually see what you're doing as you code, check out IntelliJ and the Flash Designer UI plugin. It supports Flex 4.8+ and features a design view that runs in an AIR application. For me this is better than Flash Builder's previous design view since it now means I can code on one monitor and see the changes (in real-time too!!) in the design view app on my other monitor - essentially reducing development time.

    We haven't yet made the switch since we have no plans to use the new SDKs just yet. However today I found a way to enable Design View with the new SDKs, fully operational in Flash Builder 4.6. I had to remove the new SDKs from Flash Builder first, then edit the flex-sdk-description.xml file located in the SDK folder, changing the "version" value to "4.6.0". Then I re-added the SDK into Flash Builder and changed my existing project to the new SDK, and hey I had a fully operational Design View. I tried this with Flex SDK 4.9 and it works great. Worth a try if you want to be able to design applications using the latest SDKs.

  • JSF Design view broken, showing tags as blocks instead of preview

    I'm using jDev Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
    but this has happened to me several times before with previous versions of jDev.
    All of the sudden after restarting jDev the design view for all my jsf pages look broken, showing only tag blocks, and not the design view it was showing previously. Why is this? what happened?
    The only fix I found on this forum was to remove the system directory (should be somewhere like: C:\Documents and Settings\yourUser\Application Data\JDeveloper\system11.1.1.3.37.56.60 ) and let jDev create a new one. But then I have to reconfigure everything again, which can be frustrating.
    Can anyone explain what's going on here, and if there's a better way to fix my jDev when this happens?
    Edited by: tnology on 14-Nov-2012 13:37

    Thanks, so these are the messages I am getting in Design view, anyone know what it means? :
    Nov 14, 2012 3:31:52 PM oracle.security.jps.util.JpsUtil disableAudit
    INFO: JpsUtil: isAuditDisabled set to true
    Nov 14, 2012 3:32:00 PM oracle.jdevimpl.webapp.faces.config.modelimpl.FacesConfigHandler setIsMetadataComplete
    INFO: jar:file:/C:/Oracle/Middleware23/jdeveloper/jlib/bundleresolver.jar!/META-INF/faces-config.xml metadata-complete undefined (false)
    Nov 14, 2012 3:32:02 PM oracle.bali.xml.share.WeakListenerManager addListener
    WARNING: Tried to add listener that was already attached: listener=oracle.jdevimpl.webapp.grammar.DelegatingGrammarProvider$IdenticalGrammarEventPercolator@185d004source=oracle.jdevimpl.webapp.jsp.libraries.JspLibraryMetadataGrammarProvider@35b0c9
    Nov 14, 2012 3:32:04 PM javax.faces.FactoryFinder$FactoryManager getFactory
    SEVERE: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory. Attempting to find backup.
    WARNING: Unable to initialize <servlet> Faces Servlet. Check project libraries configuration.
    java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:996)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:331)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:219)
    Nov 14, 2012 3:32:06 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Nov 14, 2012 3:32:06 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Nov 14, 2012 3:32:24 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Nov 14, 2012 3:32:24 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. cvc-complex-type.2.4.b: The content of element 'propertySets' is not complete. One of '{"http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd":propertySet}' is expected. Location: unavailable.
    Nov 14, 2012 3:32:24 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Nov 14, 2012 3:32:24 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. cvc-complex-type.2.4.b: The content of element 'propertySets' is not complete. One of '{"http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd":propertySet}' is expected. Location: unavailable.

  • Design View Issue Dreamweaver CS4 - Taking forever to load design view

    I am having an issue where my site takes literally almost a full day to load in design view. Once it is loaded everything works seemlessly but once I close down Dreamweaver and reopen it, I have to wait another day to get to design view of my site. All files open just fine in code view.
    I have deleted the Dreamweaver CS4 cache folder, completely formatted my drive and reinstalled creative suite. I have also validated my code on W3c and everything checks out fine.
    The majority of my site is based off of a template, but even when I remove all the template references in the html files from Notepad I am still having the same issue. My site renders fine and quickly however on Explorer, Firefox, Chrome, and Safari.
    When loading any other site off the web into Dreamweaver I do not run into the problem so there must be something wrong with how my site is set up. Either the Template file is no good or somewhere else I am falling short. Can someone, please, please, please ( I am begging) help me figure out what is going on here.
    My index file is located at - http://www.thebluedot.net/index.html and the template file is located at - http://www.thebluedot.net/Templates/index.dwt
    I have searched high and low and even made a post on this same topic about a month ago but never came up with a resolution to my issue. I had given up on finding a solution to this problem for some time, but I really need to figure out where I am going wrong here!
    Additional Details -
    I am running - Windows Vista Ultimate on a Core 2 Processor with 12 GB of Ram & Solid State Hard Drive. Everything on my system runs super smoothly except loading my site in Dreamweaver CS4 design view.
    I really appreciate any help you can provide.

    I have used CS2 Adobe GoLive to create and manage a website (pro-prosperity.com).  Now, I have CS4 Dreamweaver.  I got a new site set up on Dreamweaver using the site management facility.  I then have the contents of website available locally on Dreamweaver.  I can edit files.  But the main home page, index.html, is not displaying on design view mode for editing, although it displays everything on live view mode.  I have struggled for days and am not getting any difference in attributes of index.html and another .html that is displaying fine on design view and is editable. 
    I am really lost and am begging for any help.  Can you, for example, copy the home page from pro-prosperity.com and display on design view and edit it?  Please tell me what is in this file that is troublesome.  Thanks.
    The first thing you should do is to make sure that this feature is turned on (it's off by default):
      View > Code View Options > Highlight Invalid Html
    It's not perfect, but it will notify you of some problems. In Code View, there are many problems highlighted. Some of them don't make sense, but are triggered because of a problem with a parent tag.
    Be sure to make a backup copy of your file before doing the next step. Close your page. Go to Preferences > Code Rewriting, and turn on "Fix invalidly nested and unclosed tags", "Remove extra closing tags", and "Warn when fixing or removing tags". Click OK, then re-open your page. The messages in the dialog to tell you what was changed. This allowed me to see your page in Design View (I am using CS5).
    Note: I suggested that you reset your preferences to turn off those 3 settings as they can cause problems with some markup.
    In the long term, I suggest that you avoid nesting tables wherever possible.
    Hope this helps,
    Randy

  • Enhance Req: ADF BC Assoc and Link editor

    Hi JDev team
    I'd like to raise the following enhancement requests please for JDev 11g TP.
    For both the ADF BC Association and Link editor, to view the Relationship you need to click on the Relationship category. Seems to me 9 times out of 10 when you access these objects you want to see the relationship. I'd suggest the Relationship information needs to be under the General category as part of the default view.
    Can you raise an enhancement request for this please.
    Also, for the Association editor, to view the properties of the association, you need to click on the Relationship category, Accessors editor button, and then in the Association Properties dialog you see the association properties (eg. Implement Cascade Delete etc). This seems unnecessarily hidden too deeply.
    Can you raise an enhancement request to promote these options to the editor rather than in this dialog please.
    Thanks & regards,
    CM.

    Filed ER for the first one (#6121857)
    The 2nd one has already been implemented post-JavaOne Tech Preview. There is a "Behavior" section on the Relationship panel now with those options accessible.

Maybe you are looking for