For all things Dreamweaver.
Recently active
Hi,I am having a major problem getting my email forms to work via my server my website Registration and Contact pages are both constructed in Dreamweaver CC using the FormMail Post method code. The server I'm using is Crazy Domains to host my site. They do have php available. I have a php file in their cgi-bin folder to work the backend but this file may not be configured correctly as I keep receiving the 500 error codes when I test sending the form from my website via internet. I was hoping someone will be able to help me get my forms working properly to receive the enquiries to my emails inbox. I'm using a MacBook pro mid 2012 which handles the Dreamweaver program nicely. Website pages: www.reikiempowermentseminars.com.au/assets/contact.html www.reikiempowermentseminars.com.au/assets/registration.htmlHere is the code I'm using for the post form method. <form action=https://www.reikiempowermentseminars.com.au/cgi-bin/testemail-1.phpmethod="post" onsubmit="processForm(th
Hello,The contact sheet on my website is not sending emails. I had contacted HostGator, thought it could be something there side, but they said: "It is usually you using PHPMail that sends the email without the spf record and as such its blocked. I highly recommend you should use SMTP to send the email out instead of PHPMailer"I am not sure how to do this and he did not know and said that I should google it.Would any one know what I will need to do? My website is [personal infos deleted by moderator]. Thank you.Sheila
I am using a Windows 10 Pro 64 bit machine which should be up to date. Version 1803 (OS Build 17134.706)Dreamweaver CC 2019 build 11212.Windows IIS Version 10.0.17134.1I had a website that just went something like this: All are folders until the parenthesis info.Archived PagesdbLayoutsLibraryLogsScriptsSiteTemplatesYellowstone (then all of the files not located in the above folders.)Once I attached the site to IIS I now have a folder wwwroot with the above information within it. Templates folder, wwwroot folder then Yellowstone, etc. I.E. The overall directory has duplicate files.Assumption on my part. The correct files to use are the files within the wwwroot folder.Question: can I safely remove all of the files not within the wwwroot folder? If yes what is the safest way to do it? Or do I just wacke them out of existence.Thank you for your response. Hopefully I gave you all information needed and was clear with my questions.
I used to be able to do this all of the time, but I'm having a serious block right now. I guess.I have a basic .html webpage. I'm using ssi to call upon the header, footer, and navigation pane. My .htaccess file is parsing the .html files as .shtml.None of the links in my navigation pane are working for some reason.I checked the code, and that is where the block is coming in. I'm staring at this, and something is wrong with it, but I can't figure it out.<li class="dropdown"> <a href="website-demonstration.html"> <a href="javascript:void(0)" class="dropbtn">Leeighton's Anime Walkthrough</a> </a> <div class="dropdown-content"> <a href="website-walkthroughs.html"> <a href="#">Walkthroughs</a> </a> <a href="biographies.html"> <a href="#">Biographies</
Hello all,I'm getting into WebDev. I learned some Javascript a year ago, and I'm trying to relearn now. I attempted this simple exercise from the online class I took last year; it's supposed to change the h1 color to pink using Javascript:var h1 = document.querySelector("h1");h1.style.color = "pink";When I type this in, nothing happens. I looked at the console on the preview page and got this error message: "Failed to load resource: the server responded with a status of 404 (Not Found)"I don't understand what is "not found" and why. I would appreciate any help you can offer. If you need clarification, I can provide more code and context. Thanks in advance!
Have a look at what DMXzone has been up to over the past month, bringing Wappler to Dreamweaver with more to come.
I click on the desktop icon for Dreamweaver CS4 and it kind of fires up but then displays an error message box containing the code 147.20 and then closes down.I tried phone support but the automated voice said it can not help.I have Googled it, but not really found an answer.Any thoughts, suggestions or even better a real solution?I rarely use DW, but I am trying to do something for a charity, so please be gentle with me.
Hello all.My site uses a javascript to generate a popup and bottom of page banner to generate sign-ups for my email list. The script is supposed to appear once and if closed, not appear again for 30 days. In older versions of Dreamweaver, Live View would honor this request and if I closed it while the site was showing in split view, the popup and banner wouldn't reappear for a month.With this latest update to Dreamweaver 19.1 (Mac) the pop-up and banner appear on every page I attempt to edit and even when I close them, they re-appear on the next page opened to edit. I've searched and searched and cannot find a solution that works. Does any one have a suggestion for making this stop? Thank you in advance for any help.
Hi,I created bootstrap modal carousel which contains images of various width and height.The problem is that the transition of the images is not smooth.This is the sample page where i also added, in css:#myAutoGallery .carousel-item { transition: transform 1s ease, opacity .75s ease-out;}I also placed the carousel in the middle of the page as well as some color modificationsThis only make the fade last longer but transition is still very jumpy for different size images.How can make the transition smooth?Sample page:DnD-Production Thank you!
According to the description of dreamweaver.findNext() in https://helpx.adobe.com/dreamweaver/apiref/find-replace-functions.html#dreamweaver_setupfind, the matched result should be selected.Finds the next instance of the search string that was specified previously by dreamweaver.setUpFind(), by dreamweaver.setUpComplexFind(), or by the user in the Find dialog box, and selects the instance in the document.Currently, after the calling of following code, matched result is not selected/highlighted.dreamweaver.setUpFind({searchString: "AAA", searchWhat: "document", matchCase: false, matchWholeWord: false, useRegularExpressions: false, searchSource: true});dreamweaver.findNext();
Hi all.I tried to put literally a title to ask my question. In Dreamweaver CC 2017, when I wrote a tag, for example:<div></div>After that, putting the cursor betweem them and pressing enter, the tag block was indent automatically like this:<div> "blank space indented"</div>Now, in Dreamweaver CC 2018, when I do the same proccess, I have a tag block like this:<div></div>Without the blank space indented. There is a way to do as was made in DW 2017?
Hi all,The website looks good in desktop and tablet views but not looks good in mobile view.Kindly help.eZeemeat - A ZION Group Thanks in advance.
Shouldn't the path to the open file appear in one of the locations pointed to by the green arrows as it did in older versions or did they remove that feature in DW CC 2018? Is there a setting to show the path of the open file? I see that the path is shown when the tab is hovered over.
Hi,I use bootstrap 4I want to create a responsive gallery with all the thumbnail on one page.I know how to problematically create both the carousel and the thumbnails.When the user clicks a thumbnail it will turn to a carouse with the selected image as active.I believe this is best achieved with js.1. How do I show the carousel on top of the thumbnails once the use clicks a thumbnail?2. How do I set this as active (i know how to find the link to the image) 3. How do I remove the carousel, when the user clicks outside the carousel and leave the thumbnails.A link to and existing code/gallery would be good as well - i'll extract the code from there.Thank you,
Whenever I try to start Dreamweaver CC 19.1, I get a message "C:\Windows\SYSTEM32\mfc140u.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0x000012f."I found a discussion from 2017 on a similar-sounding issue where the recommendation was to get a particular updated C++ redistributable package. However, since so much time has elapsed since 2017 (an eternity in software time), I'm not sure what the current recommendation might be.Anyone know?Thanks!
Hi I am a beginner and need help with the jump menu and jump menu go. I have tried to follow your instructions, however I cannot seem to add the jump menu go. I cannot find the menu id box in jump menu. Your instructions on "step 2 change label as needed" where do I do this? I do not understand your instructions on step 7-8. Can you be more specific.Where do I change the name and Id? Thank you!!!
Hi,In the image below, Mobile View is seen on "Chrome on Desktop".But it's not seen on "Chrome on iPhone".How to fix the problem?(I want to make Mobile View seen on iPhone.)Hosun Kang
Bonjour,Cela doit faire bien 6 mois maintenant que je ne peut plus utiliser Dreamweaver pour coder. Dès la création d'un nouveau fichier, mon curseur se met à clignoter toute les 2s avec l'icône de chargement et cela m’empêche d'écrire le moindre caractère. Je ne peut pas accéder à quoi que ce soit hormis le bouton pour quitter. J'ai tenté évidemment des désinstallations (avec suppression des paramètres) et suis désespérer de voir que les màj n'apporte rien.Je fonctionne sous Windows 10 tout est à jour, performances plutôt bonne (core i5, 16Go de ram, ssd, GTX 950M...)Auriez vous une idée ? Sinon je mets ce logiciel à la poubelle.
Hello, Good afternoon.Please solicit your kind help. I am new to PDO...I have a working Case When statement as seen below. Now I am upgrading my application PHP to PHP version 7. I have this code working well with DW CS6 Server Connect but with DW CC and PHP 7, I cant use Server Connect. In addition, DMXzone extensions do not give room for advanced codes like this one. So I want to add it to my application directly.Can someone please help me write it in PHP using PDO so I can integrate it into my application's column chartSELECT COUNT(CASE WHEN tbl_projects.projsector = 'Agriculture' THEN 1 END) AS `AG`, COUNT(CASE WHEN tbl_projects.projsector = 'Building Construction' THEN 1 END) AS `BC`, COUNT(CASE WHEN tbl_projects.projsector = 'Health' THEN 1 END) AS `HT`, COUNT(CASE WHEN tbl_projects.projsector = 'Education' THEN 1 END) AS `ED`, COUNT(CASE WHEN tbl_projects.projsector = 'Water Supply' THEN 1
(There's an almost-zero percent chance that there will ever be a 3rd language, so we're talking strictly alternating between 2 languages.)I was thinking of a link at the top of the page that triggers a (PHP?) event that will reload "self" except with "_alt" at the end of the file name -- so "domain.com/page.php" becomes "domain.com/page_alt.php" -- and vice versa if already on a page ending with "_alt" (so it removes it to revert to original language version of the page).Is this as good a method as any other?If so, what would that syntax look like?Thanks!
I have an object set in the style section (like below).I need to change with js the "/MyFolder/" part of the background string below.Is there a way to do?Thanks.<style>#MyObject {top: 700; left: 100px; width: 70px; height: 70px;position: absolute;background-image: url(http://MyUrl/MyFolder/abc.png); background-size: cover;">}</style>
Hi,I know it has been discusse many times, but not recently. Dreamweaver CC 2019 latest version. Core-i7 5730k, 32GB RAM, GTX980.So I am trying to get some help:When I start the preview in browser from bottom right, it takes about 5 minutes to load the page and it does not show css, only the html.....Waiting for 127.0.0.0Is there a solution for this ?I have moved the files to an SSD, I have reinstalled and deleted the preferences folder in %appdata% and so on, but no luck.Thanks for looking into it.Best regardsBeat
As Dreamweaver is still being sold and updated, is it going to update its Server Behaviours to be php7 compatible by way of MySQLI or PDO?Dreamweaver was created to make building dynamic database sites easy. However as all the Server Behaviours are now deprecated and useless - what is the point of it?I understand there are a couple of commercial extensions from Webassist and DMXZone that can handle this - but I'd simply like to ask Adobe if this functionality is ever going to be incorporated into DW, yes or no? How does one ask Adobe this question?Chris
I have a competitor site where the text cannot be copied. Seems very unusual. I would like to achieve this. Not a flash site, and this person is very SEO savvy. Any ideas how? The text can be copied if one goes to the code, but not from the regular web page.Also on her page, the links don't have an underline when one scroll above them, only hand symbol which is nice. Is that good or bad? How is that achieved. Thanks!
Hi guys, im working on a breakout game for an assignment at school. I have all the code done and my game works, now i'm just changing it up a bit and adding my own touch. I have been trying for the last couple days to change the moving ball to an image but i have been unsuccessful. If anyone has any idea please help me out.this is the what we have been using to help us write the code.2D breakout game using pure JavaScript - Game development | MDN
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.