Dreamweaver keyboard problem in turkish layout.
Dreamweaver 2014.1 Build 6947 (Mac) - save problem
I updated to latest version yesterday and now have a problem when I save files which shouldn't happen on a 2012iMac saving to a thunderbolt drive - and didn't happen before updating.
When I save a file i get to watch the (very pretty but boring) spinning top for a longtime. If the 'Force Quit' window is open it shows Dreamweaver 'not responding'. Mostly but not always Dreamweaver decides to respond again.
Same site, same settings, same HDD as before the update.
IMac: 3.4GHz i7 32GB RAM
OS X: 10.9.5
What have you broke?
one tab will not advance to next page (images) when using "previous" and "next" buttons
I've had my website for 15 years and have decided to re-vamp it. Everything's working fine (all other pages: Home, Portraits, Fine Art, About Me and Contact work fine, but Nature will not allow me to advance from one image to the next using "previous" and Next Buttons as do the others. www.andreafine.com is my site. I'm using Dreamweaver CS4. I don't read code but have been able to work around it and understand it only a bit. I've tried uninstalling the entire folder called nature and re-installing it, but nothing has worked.
How to Carry out Bulk SMS services on your website
Hello friends
Please I would like to introduce bulk sms services on my site I designed it with Fireworks and exported to Dreamweaver, then uploaded. But recently I have decided to make it more dynamic/blog with it by installing Wordpress and would not mind discarding the static aspects of it.
With this, how can I introduce bulk sms services into this site?
Thank you in anticipation
How to send good looking email?
Hi,
This is the part of my code which send the email with the form details on it:
<?php
if(isset($_POST['submit'])) {
$msg = 'firstname: ' .$_POST['firstname'] ."\n"
.'lastname: ' .$_POST['lastname'] ."\n"
.'email: ' .$_POST['email'] ."\n"
.'mobile: ' .$_POST['mobilenumber'] ."\n"
.'message: ' .$_POST['message'];
mail('EMAIL', 'Test Contact Form Email', $msg, 'From: email');
header('location: thankyou.html');
echo 'email sent';
} else {
header('location: contact.php');
exit(0);
}
?>
How would I go about sending an email which is visually attractive like the ones sent by large companies (With images, and links etc)?
At the moment, the user is receiving this:
firstname: name
lastname: name
email: r@r.com
mobile: phone
message: asd
any help would be very much appreciated!
thank you!
Right-click - "Reset Size" for images broken
If I create an image and insert it onto the page, then go back and re-size the image in Photoshop, come back to the page and right click on the image I can choose "reset size" which used to correct the height and width of the image to the new size.
Now, with CC 2014.1 when I try it, it deletes the width entirely from the code and doesn't change the height at all.
This is broken!
I want to use Dreamweaver instead of Godaddy. Are there any templates already made for Dreamwaver that I can modified? How do I start?
Where or how do I start building anything on Dreamweaver?
I want to dump my Godaddy account, but I don't know where to start with Dreamweaver....
And I don't know how much space do I have to build pages?
Can hosting from Adobe load different websites on my Creative Cloud account?
Trying to contact Adobe over the phone to ask question is a problem... waiting for 45 minutes just to review my account and didn't get anybody...
DW 2014.1 Losing FTP login info when exiting program
Ever since upgrading to Dreamweaver CC 2014.1, I lose all my FTP username & Password settings every time I exit and re-enter Dreamweaver. Thoughts on any fixes for this?
Running DW on a Mac Pro, latest OS version.
Automatically convert siteroot-relative links to document relative links?
I am wondering if there is a function of Dreamweaver to automate this task.
I find myself constantly making updates to my websites and the way I am doing it takes massive amounts of time. My websites are organized so each section of the site is in its own folder. I've learned this is the best way to organize the site for SEO purposes. So some pages may be in the root, while others are in "subfolder 1" while others are in "sub-subfolder1" and so on. If I want to add, say, a graphic to every page of the site I need to go in to each page to modify the links so that they all correctly point to the image in the /image folder of root. I tried using root-relative links but I can't preview a local copy of the sites in web browsers as I am editing, building, and testing them.
So that leads me to my question...what is the best way to go about automatically updating a link on every page of the website given that many pages of the site are in different folders?
Cannot connect DW CC or CC14 via FTP
Opening SASS files (.scss) in Dreamweaver (CS6) but no color coding or hinting
Hi there, wanted to ask if anyone has a solution for getting Dreamweaver (CS6) on a Mac (10.9.5) to be able to open a .sccs file with color coding and hinting. At the moment opens files but no autocomplete, color coding or hinting.
Image text boxes
I want to be able to place my cursor over an image in my Dreamweaver website and have a text box appear. Is this possible?
Business Catalyst extension not working since upgrade
I have installed the CC 2014.1 upgrade and now can't get my BC extension too work.
I click on Site->Manage Sites->Import Business Catalyst Site to add a BC site to DW and a dialog comes up saying BC is available as an add-on.
That then takes me to the Adobe Add-ons page which says it is already installed. If I go to Windows->Extensions it says there are no extensions available.
If I go to the Business Catalyst window in DW it shows a video link and a button that says 'Get Started' which does nothing.
What has happened?
2 document open
On upload, I'm told access is denied or file does not exist
I'm trying to start maintaing this website that was built by someone else. She gave me all of the server information and when I test the FTP connection it works no problem. When I try to upload the files I get an error that says this
"An FTP error occurred - cannot put index.html. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured"
when I run site reports it tells me that the modifier of the site is unknown. I'm really new to Dreamweaver and am by no means a networking genius, so FTP is still a bit foreign to me.
also, I am just using the "push" button to get my files online now. Is this right?
thanks
Emily
DW CC 2014 Server Busy
Every time I launch DW CC 2014 on my Windows 8.1 machine I keep getting a Server Busy message where I can switch to the application or try again. Eventually it goes away but it really delays the start up time on my DW application. I have added DW to the trusted applications list for Kaspersky so I don't think that is the issue. Never had this problem with the previous version of DW CC. Anybody else running into this?
Is there any way to display the Design View in fluid grid pages?
After upgrading to the newest version of DW CC 2014, I noticed that the Design View is disabled in Fluid Grid pages. You can only use the Live View to edit those pages. The Design/Live button displays on non-fluid pages.
I'm wondering if there is a work-around to allow Design View editing on fluid pages. It is a major hassle to try to edit some things in the Live View. It would nice to have a choice.
Dreamweaver CS6 and SASS
MY form won't email the attachment, please help.
Hello, I have built a form in DW CS4 with 3 fields being able to upload a file. When every I send a test email, I only get the form fields, NO attachments.
I was lost and being looking everywhere. Any help would be great!
HTML:
<form action="/formsubmitex.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
<table width="1250" border="0" cellpadding="10">
<tr>
<td width="649" align="left" valign="top"><p>
<label> <span class="requestqouteformsizeblack">Name*</span><br/>
<input name="name" type="text" id="name" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">Company Name</span><br/>
<input name="company name" type="text" id="company name" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">Street address*</span><br/>
<input name="street address" type="text" id="street address" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">City*</span><br/>
<input name="city" type="text" id="city" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">State*</span><br/>
<input type="text" name="state" id="state" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">Zip Code*</span><br/>
<input type="text" name="zip code" id="zip code" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">E-mail*</span><br/>
<input name="email" type="text" id="email" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">Phone*</span><br/>
<input name="phone" type="text" id="phone" size="50" />
</label>
</p>
<p>
<label><span class="requestqouteformsizeblack"> Due Date*</span><br/>
<input name="due date" type="text" id="due date" size="50" />
</label>
</p>
<p>
<label> <span class="requestqouteformsizeblack">Rush Date</span><br/>
<input name="rush date" type="text" id="rush date" size="50" />
</label>
</p></td>
<td width="649" align="left" valign="top"><label><br/> <span class="requestqouteformsizeblack">Make</span><br/>
<input name="make" type="text" id="make" size="50" />
<br />
<br />
<span class="requestqouteformsizeblack">Model</span><br/>
<input name="model" type="text" id="model" size="50" />
<br />
<br />
<span class="requestqouteformsizeblack">Year</span><br/>
<input type="text" name="year" id="year" />
<br />
<br />
<span class="requestqouteformsizeblack">Description/Quantity</span><br/>
<textarea name="Description" id="Description" cols="50" rows="5"></textarea>
<br />
<br />
<span class="requestqouteformsizeblack">Selections</span><br/>
<select name="selections" id="selections">
<option selected="selected">Brass</option>
<option>Antique Brass</option>
<option>Chrome</option>
<option>Show Chrome</option>
<option>Nickel</option>
<option>Brushed Nickel</option>
<option>Polish</option>
<option>Silver</option>
<option>Stainless Steel</option>
<option>Strip</option>
</select>
<br />
<br />
<span class="requestqouteformsizeblack">File Upload 1</span><br/>
<input type="file" name="file upload 1" id="file upload 1" />
<br />
<br />
<span class="requestqouteformsizeblack">File Upload 2</span><br/>
<input type="file" name="file upload 2" id="file upload 2" />
<br />
<br />
<span class="requestqouteformsizeblack">File Upload 3</span><br/>
<input type="file" name="file upload 3" id="file upload 3" />
<br />
<br />
<input type="submit" name="submit" id="submit" value="Submit" />
<a name="recipient" id="recipient"></a> <a name="redirect:www.aaaplatinginc.com/thankyou.html" id="redirect:www.aaaplatinginc.com/thankyou.html"></a></label></td>
</tr>
</table>
<p> </p>
</form>
MY PHP Submission Script is:
<?PHP
// $mail_to and $mail_from must be set.
$mail_to = 'greg@affordableseoandwebdesign.com'; // Who is the E-Mail going to?
$mail_from = 'contact@aaaplatinginc.com'; // Where does the E-Mail appear to be from?
// OPTIONAL SETTING
$redirect_url = 'http://aaaplatinginc.com/thankyou.html'; // Example: http://aaaplatinginc.com/thankyou.html - must be a FULL URL.
############################
# DO NOT EDIT BELOW THIS #
############################
// Fail if _POST and _GET are empty. Nothing to process.
if(count($_POST) == 0 AND count($_GET) == 0):
echo 'This form handler does nothing if visited directly. You must submit form data to this script.';
exit;
endif;
// Fail if $mail_to or $mail_from are not set.
if(empty($mail_to) OR empty($mail_from)):
echo 'You must edit this script and set the appropriate values for $mail_to and $mail_from.';
exit;
endif;
// Set $fields to whichever method is being used.
$fields = (count($_POST) > 0 ) ? $_POST : $_GET;
$message_body = "Form Submission \n\n";
foreach ($fields as $field => $value):
switch(strtolower($field)):
case 'redirect':
$redirect = $value;
break;
case 'subject':
$subject = $value;
break;
endswitch;
if (strtolower($field) != 'redirect' AND strtolower($field) != 'submit' AND strtolower($field) != 'subject'):
$message_body .= strtoupper($field) . ": " . $value . "\r\n";
endif;
endforeach;
// Set the redirect URL from the form (if set). $host_url is a default action if $redirect isn't set
$redirect = (empty($redirect_url)) ? $redirect : $redirect_url;
$host_url = $_SERVER['HTTP_HOST'];
// Set the message subject based upon a subject field being set or not.
$message_subject = (!empty($subject)) ? $subject : 'Message from '.$_SERVER['HTTP_HOST'];
$headers = 'From: ' . $mail_from. "\r\n" .
'Reply-To: ' . $mail_from . "\r\n" .
'X-Mailer: PHP/' . phpversion();
// Remove potentially injected headers from the body
if (!mail($mail_to, $message_subject, $message_body, $headers)):
echo "Message Send Failed.";
endif;
if(empty($redirect)):
header("Location: http://{$host_url}");
else:
header("Location: {$redirect}");
endif;
?>
I don't know what is wrong. Thank you in advance
操作の度に「応答なし」となり、動くまで時間がかかる
DreamweaverCS6を使っているのですが、何か操作するたびに「応答なし」になり、しばらくすると動く。作業にとても時間がかかります。